@charset "UTF-8";

/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

::-moz-focus-inner {
  border: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

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

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  padding: 0;
}

body.lazyloaded {
  background: url(../images/common/bg03.webp) repeat 50% 0;
}

.is-ie body.lazyloaded {
  background: url(../images/common/bg03.jpg) repeat 50% 0;
}

main {
  display: block;
}

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

p {
  margin: 0 0 1.5rem;
}

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

dl {
  margin: 0;
}

dt,
dd {
  padding: 0;
  margin: 0;
}

img {
  max-width: none;
  width: 100%;
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

button {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:focus {
  color: #000;
}

/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */
html {
  height: auto;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 100%;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
  font-feature-settings: "palt";
}

sup {
  font-size: 0.6rem;
  top: -0.8rem;
  left: -0.2rem;
}

abbr[title] {
  text-decoration: none;
}

a:link {
  color: #c32218;
}

a:visited {
  color: #c32218;
}

a:hover {
  color: #c32218;
}

a:focus {
  color: #c32218;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */
.tel-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768px) {
  .tel-link {
    pointer-events: all;
    cursor: pointer;
  }
}

.tel-link:link {
  color: #000;
  text-decoration: none;
}

.tel-link:visited {
  color: #000;
  text-decoration: none;
}

.tel-link:hover {
  color: #000;
  text-decoration: none;
}

.tel-link:focus {
  color: #000;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pc-hide-br {
    display: none;
  }
}

.sp-hide-br {
  display: none;
}

@media (min-width: 768px) {
  .sp-hide-br {
    display: inline;
  }
}

.tb-hide-br {
  display: inline;
}

@media (min-width: 1284px) {
  .tb-hide-br {
    display: none;
  }
}

.tb-only-br {
  display: none;
}

@media (min-width: 768px) {
  .tb-only-br {
    display: inline;
  }
}

@media (min-width: 1284px) {
  .tb-only-br {
    display: none;
  }
}

a.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}

/* ======================================================================================== ^^
	Site header
=========================================================================================== ^^ */
.site-header {
  width: 100%;
  /* background-color: #000; */
  background: #fff;
}

.site-header_inner {
  max-width: 80.25rem;
  width: 100%;
  padding-bottom: 2.6666666667vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .site-header_inner {
    /* height: 8.8785046729vw;
    padding: 0 1.246105919vw; */
    /* padding: .5rem 1rem; */
    padding: 0 1rem;
    height: 4.125rem;
    flex-direction: row;
  }
}

@media (min-width: 1284px) {
  .site-header_inner {
    /* height: 7.125rem; */
    padding: 0 1rem;
    height: 4.125rem;
    /* padding: .5rem 1rem; */
  }
}

.site-header_logo {
  /* width: 40vw; */
  margin: 0;
  order: 2;
}

@media (min-width: 768px) {
  .site-header_logo {
    /* width: 21.1059190031vw; */
    order: 1;
  }
}

.site-header_logo img {
  height: 60px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .site-header_logo a img {
    height: 40px;
    width: auto;
  }
}

.site-header_description {
  width: 100%;
  margin: 0 0 2.6666666667vw;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6666666667vw;
  font-size: 2.5vw;
  /* color: #a6e0e0; */
  font-weight: normal;
  text-align: center;
  font-feature-settings: "palt";
  order: 1;
}

@media (min-width: 768px) {
  .site-header_description {
    width: auto;
    margin: 0 auto 0 3.2710280374vw;
    font-size: 1.4797507788vw;
    text-align: left;
    order: 2;
  }
}

@media (min-width: 1284px) {
  .site-header_description {
    margin-left: 2.625rem;
    font-size: 1.1875rem;
  }
}

.site-header_links {
  display: none;
  justify-content: right;
  align-items: center;
  order: 3;
}

@media (min-width: 768px) {
  .site-header_links {
    width: 27.2585669782vw;
    display: flex;
  }
}

@media (min-width: 1284px) {
  .site-header_links {
    width: 21.875rem;
  }
}

.site-header_links ul {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .site-header_links ul {
    width: 5.8411214953vw;
    font-size: 1.1386292835vw;
    display: none;
  }
}

@media (min-width: 1284px) {
  .site-header_links ul {
    width: 4.6875rem;
    font-size: 0.91375rem;
  }
}

.site-header_links ul li {
  width: 100%;
}

@media (min-width: 768px) {
  .site-header_links ul li {
    margin-bottom: 0.3894080997vw;
  }
}

@media (min-width: 1284px) {
  .site-header_links ul li {
    margin-bottom: 0.3125rem;
  }
}

.site-header_links ul li:last-of-type {
  margin-bottom: 0;
}

.site-header_links ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header_links ul li a:link {
  color: #fff;
}

.site-header_links ul li a:visited {
  color: #fff;
}

.site-header_links ul li a:hover {
  color: #fff;
}

.site-header_links ul li a:focus {
  color: #fff;
}

.site-header_links .btn {
  margin: 0;
}

@media (min-width: 768px) {
  .site-header_links .btn {
    width: 18.956386vw;
    height: 2.5700934579vw;
    /* width: 20.9563862928vw;
    height: 2.5700934579vw; */
    margin-left: 1rem;
  }
}

@media (min-width: 1284px) {
  .site-header_links .btn {
    width: 14.1875rem;
    height: 2rem;
    margin-left: 1rem;
    position: relative;
    overflow: hidden;
  }
}

.site-header_links .btn_link {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg01.webp) no-repeat 50% 50%/110%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000000;
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .site-header_links .btn_link {
    font-size: 1.3777258567vw;
  }
}

@media (min-width: 1284px) {
  .site-header_links .btn_link {
    font-size: 1.105625rem;
  }
}

.no-webp .site-header_links .btn_link {
  background: url(../images/common/bg01.jpg) no-repeat 50% 50%/110%;
}

.is-fixed .site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.is-fixed .site-header_inner {
  padding-top: 2.6666666667vw;
}

.is-fixed .site-header_description {
  display: none;
}

.site-header_links .btn_link2 {
  background: url(../images/common/bg11.webp) no-repeat 50% 50%/110%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #57a392;
  color: #FFF;
  letter-spacing: 0.15em;
}

.no-webp .site-header_links .btn_link2 {
  background: url(../images/common/bg11.jpg) no-repeat 50% 50%/110%;
}

/* ======================================================================================== ^^
	Site footer
=========================================================================================== ^^ */
.site-footer {
  width: 100%;
}

.site-footer_inner {
  background-color: #fff;
}

.site-footer_links {
  width: 100%;
  padding: 5.3333333333vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer_links {
    height: 7.0093457944vw;
    padding: 0;
    flex-direction: row;
  }
}

@media (min-width: 1284px) {
  .site-footer_links {
    height: 5.625rem;
  }
}

.site-footer_link {
  margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
  .site-footer_link {
    margin: 0;
  }
}

.site-footer_link .label {
  margin: 0 0 2.6666666667vw;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6666666667vw;
  line-height: 1;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .site-footer_link .label {
    /* margin-bottom: 0.25rem; */
    font-size: 0.75rem;
    width: 4em;
    /* margin-top: 1em; */
    /* padding-right: 0.5em; */
    display: block;
    margin: 0;
    padding: 0;
    /* box-sizing: unset; */
  }

}

@media (min-width: 1284px) {
  .site-footer_link .label {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    width: 8em;
    margin-top: 1.1vw;
    padding-right: 0.5em;
  }
}

.site-footer_link .img {
  margin: 0;
  line-height: 1;
  width: calc(20.239875vw - 4em);
}

.site-footer .link-smica {
  width: 45.3333333333vw;
}

@media (min-width: 768px) {
  .site-footer .link-smica {
    width: 20.239875vw;
    margin-right: 1.5576323988vw;
    display: flex;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-smica {}
}

.site-footer .link-century {
  width: 76.8vw;
}

@media (min-width: 768px) {
  .site-footer .link-century {
    width: 20.239875vw;
    margin-right: 1.5576323988vw;
    display: flex;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-century {
    width: 18rem;
    margin-right: 1.875rem;
  }
}

.site-footer .link-contact {
  width: 76vw;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .site-footer .link-contact {
    width: 40.1090342679vw;
    padding-top: 0.1557632399vw;
    margin: 0 0.2336448598vw 0 0;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact {
    width: 32.1875rem;
    padding-top: 0.125rem;
    margin-right: 0.1875rem;
  }
}

.site-footer .link-contact .label {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .site-footer .link-contact .label {
    margin-bottom: 0.1557632399vw;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact .label {
    margin-bottom: 0.125rem;
  }
}

.site-footer .link-contact .img {
  width: 77.3333333333vw;
  height: 6.9333333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .site-footer .link-contact .img {
    width: 22.5856697819vw;
    height: 2.0249221184vw;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact .img {
    width: 18.125rem;
    height: 1.625rem;
  }
}

.site-footer .link-contact .img>img {
  width: 11.4666666667vw;
}

@media (min-width: 768px) {
  .site-footer .link-contact .img>img {
    width: 3.3489096573vw;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact .img>img {
    width: 2.6875rem;
  }
}

.site-footer .link-contact .img .tel-link {
  line-height: 1;
}

.site-footer .link-contact .img .tel-link img {
  width: 64.2666666667vw;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .site-footer .link-contact .img .tel-link img {
    width: 18.769470405vw;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact .img .tel-link img {
    width: 15.0625rem;
  }
}

.site-footer .link-contact .note {
  margin-bottom: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2vw;
  line-height: 1.2;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .site-footer .link-contact .note {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-contact .note {
    font-size: 0.75rem;
  }
}

.site-footer .link-logo {
  width: 15.4666666667vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-footer .link-logo {
    width: 4.5171339564vw;
    padding-top: 0.5451713396vw;
    margin: 0;
  }
}

@media (min-width: 1284px) {
  .site-footer .link-logo {
    width: 3.625rem;
    padding-top: 0.4375rem;
  }
}

/* ======================================================================================== ^^
	Animation
=========================================================================================== ^^ */
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======================================================================================== ^^
	Effect
=========================================================================================== ^^ */
.fadeup {
  opacity: 0;
  transform: translateY(100px);
}

.fadeup.is-active {
  -webkit-animation: fadeup 1s linear 0s forwards;
  animation: fadeup 1s linear 0s forwards;
}

/* ======================================================================================== ^^
	Menu open button
=========================================================================================== ^^ */
.btn-open {
  width: 8vw;
  height: 5.3333333333vw;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 10.6666666667vw;
  right: 5.3333333333vw;
  z-index: 8500;
}

@media (min-width: 768px) {
  .btn-open {
    display: none;
  }
}

.btn-open::before {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-open::after {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-open span {
  width: 100%;
  height: 0.125rem;
  background-color: #fff;
  font-size: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.is-fixed .btn-open {
  top: 5.3333333333vw;
}

/* ======================================================================================== ^^
	Menu close button
=========================================================================================== ^^ */
.btn-close {
  width: 8vw;
  height: 8vw;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  z-index: 8500;
}

@media (min-width: 768px) {
  .btn-close {
    display: none;
  }
}

.btn-close::before {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.btn-close::after {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.btn-close span {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
}

/* ======================================================================================== ^^
	Site navigation
=========================================================================================== ^^ */
.site-navigation {
  width: 100vw;
  height: 100vh;
  padding-top: 18.6666666667vw;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9800;
  padding: 5px 0 0 0;
  margin: 5px auto 0;
}

@media (min-width: 768px) {
  .site-navigation {
    width: 100%;
    height: auto;
    padding-top: 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    display: block;
    position: static;
  }
}

.is-navi-fixed .site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
}

.site-navigation_menu {
  max-width: 80.25rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .site-navigation_menu {
    height: 2.8940809969vw;
    padding: 0 1.246105919vw;
    border-top: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .site-navigation_menu {
    height: 3.125rem;
    padding: 0 1rem;
  }
}

.site-navigation_item {
  width: 100%;
  height: 16vw;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .site-navigation_item {
    width: 16.6666666667%;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #000;
  }
}

@media (min-width: 768px) {
  .site-navigation_item:first-of-type {
    border-left: 1px solid #000;
  }
}

.site-navigation_item.is-current .site-navigation_link {
  background-color: rgba(130, 203, 209, 0.51);
}

.site-navigation_sp-item {
  width: 100%;
  height: 16vw;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .site-navigation_sp-item {
    display: none;
  }
}

.site-navigation_link {
  width: 100%;
  height: 100%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .site-navigation_link {
    font-size: 1.0903426791vw;
  }
}

@media (min-width: 1284px) {
  .site-navigation_link {
    font-size: 0.875rem;
  }
}

.site-navigation_link:link {
  color: #000;
}

.site-navigation_link:visited {
  color: #000;
}

.site-navigation_link:hover {
  background-color: rgba(130, 203, 209, 0.51);
  color: #000;
}

.site-navigation_link:focus {
  color: #000;
}

.is-menu-open .site-navigation {
  display: block;
}

/* ======================================================================================== ^^
	Footer navigation
=========================================================================================== ^^ */
.site-footer-navigation {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .site-footer-navigation {
    margin-bottom: 2.1806853583vw;
  }
}

@media (min-width: 1284px) {
  .site-footer-navigation {
    margin-bottom: 1.75rem;
  }
}

.site-footer-navigation_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer-navigation_menu {
    flex-direction: row;
  }
}

.site-footer-navigation_item {
  width: 100%;
  height: 10.6666666667vw;
  border-top: 1px solid #000;
}

@media (min-width: 768px) {
  .site-footer-navigation_item {
    width: auto;
    height: auto;
    border-top: none;
    border-left: 1px solid #000;
  }
}

@media (min-width: 768px) {
  .site-footer-navigation_item:last-of-type {
    border-right: 1px solid #000;
  }
}

.site-footer-navigation_link {
  width: 100%;
  height: 100%;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .site-footer-navigation_link {
    font-size: 1.0903426791vw;
    padding: 0.3894080997vw 1.102804vw;
  }
}

@media (min-width: 1284px) {
  .site-footer-navigation_link {
    padding: 0.3125rem 1.3875rem;
    font-size: 0.875rem;
  }
}

.site-footer-navigation_link:link {
  color: #000;
}

.site-footer-navigation_link:visited {
  color: #000;
}

.site-footer-navigation_link:hover {
  color: #000;
}

.site-footer-navigation_link:focus {
  color: #000;
}

/* ======================================================================================== ^^
	Footer navi
=========================================================================================== ^^ */
.footer-navi {
  width: 100%;
  padding: 5.3333333333vw 0 2.6666666667vw;
  background-color: #000;
}

@media (min-width: 768px) {
  .footer-navi {
    height: 5.4517133956vw;
    padding: 0;
  }
}

@media (min-width: 1284px) {
  .footer-navi {
    height: 4.375rem;
  }
}

.footer-navi_menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-navi_menu {
    flex-direction: row;
  }
}

.footer-navi_item {
  width: 64vw;
  height: 10.6666666667vw;
  margin: 0 auto 2.6666666667vw;
}

@media (min-width: 768px) {
  .footer-navi_item {
    width: 29.2056074766vw;
    height: 2.8816199377vw;
    margin: 0 1.0903426791vw;
  }
}

@media (min-width: 1284px) {
  .footer-navi_item {
    width: 23.4375rem;
    height: 2.3125rem;
    margin: 0 0.875rem;
  }
}

.footer-navi_link {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg02.webp) no-repeat 50% 50%/110%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .footer-navi_link {
    font-size: 1.4914330218vw;
  }
}

@media (min-width: 1284px) {
  .footer-navi_link {
    font-size: 1.196875rem;
  }
}

.no-webp .footer-navi_link {
  background: url(../images/common/bg02.jpg) no-repeat 50% 50%/110%;
}

.footer-navi_link:link {
  color: #a0312e;
}

.footer-navi_item .footer-navi_link {
  color: #000000 !important;
  font-weight: bold;
}

.footer-navi_link:visited {
  color: #a0312e;
}

.footer-navi_link:hover {
  color: #a0312e;
}

.footer-navi_link:focus {
  color: #a0312e;
}

.footer-navi_link span {
  margin: 0.5333333333vw 0 0 1.3333333333vw;
  font-size: 2.6666666667vw;
}

@media (min-width: 768px) {
  .footer-navi_link span {
    margin: 0.4672897196vw 0 0 0.3894080997vw;
    font-size: 1.0015576324vw;
  }
}

@media (min-width: 1284px) {
  .footer-navi_link span {
    margin: 0.375rem 0 0 0.3125rem;
    font-size: 0.80375rem;
  }
}

/* ======================================================================================== ^^
	Go to top
=========================================================================================== ^^ */
.goto-top {
  width: 16vw;
  height: 12.5333333333vw;
  margin: 0;
}

@media (min-width: 768px) {
  .goto-top {
    width: 4.2834890966vw;
    height: 4.2834890966vw;
    position: fixed;
    right: 1.5576323988vw;
    bottom: 1.5576323988vw;
    z-index: 6000;
  }
}

@media (min-width: 1284px) {
  .goto-top {
    width: 3.4375rem;
    height: 3.4375rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}

.goto-top_link {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #666;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.248vw;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .goto-top_link {
    font-size: 0.6565420561vw;
  }
}

@media (min-width: 1284px) {
  .goto-top_link {
    font-size: 0.526875rem;
  }
}

.goto-top_link:link {
  color: #fff;
}

.goto-top_link:visited {
  color: #fff;
}

.goto-top_link:hover {
  color: #fff;
}

.goto-top_link:focus {
  color: #fff;
}

.goto-top_link img {
  width: 3.5733333333vw;
  margin-bottom: 1.0666666667vw;
}

@media (min-width: 768px) {
  .goto-top_link img {
    width: 1.0436137072vw;
    margin-bottom: 0.6230529595vw;
  }
}

@media (min-width: 1284px) {
  .goto-top_link img {
    width: 0.8375rem;
    margin-bottom: 0.5rem;
  }
}

/* ======================================================================================== ^^
	Fixed navi
=========================================================================================== ^^ */
.fixed-navi {
  width: 80%;
}

@media (min-width: 768px) {
  .fixed-navi {
    width: 2.6479750779vw;
    position: fixed;
    top: 15.5763239875vw;
    right: 0;
    z-index: 1500;
  }
}

@media (min-width: 1284px) {
  .fixed-navi {
    width: 2.125rem;
    top: 12.5rem;
  }
}

.fixed-navi_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .fixed-navi_menu {
    flex-direction: column;
  }
}

.fixed-navi_item {
  width: 100%;
  height: 12.5333333333vw;
}

@media (min-width: 768px) {
  .fixed-navi_item {
    width: 100%;
    height: 24.280374vw;
    margin-bottom: 1.4018691589vw;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 1284px) {
  .fixed-navi_item {
    height: 20.25rem;
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 768px) {
  .fixed-navi_item:last-of-type {
    margin-bottom: 0;
  }
}

.fixed-navi_link {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg01.jpg) repeat 50% 50%/110%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .fixed-navi_link {
    font-size: 1.2975077882vw;
    letter-spacing: 0.5em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media (min-width: 1284px) {
  .fixed-navi_link {
    font-size: 1.04125rem;
  }
}

@media (min-width: 768px) {
  .is-ie .fixed-navi_link {
    padding-right: 0.6230529595vw;
  }
}

@media (min-width: 1284px) {
  .is-ie .fixed-navi_link {
    padding-right: 0.5rem;
  }
}

@media (min-width: 768px) {
  .fixed-navi_link span .nakakuro {
    position: relative;
    left: 0.2em;
  }
}

.fixed-navi_link:link {
  color: #fff;
}

.fixed-navi_link span {
  color: #000;
  font-weight: bold;
}

.fixed-navi_link:visited {
  color: #fff;
}

.fixed-navi_link:hover {
  color: #fff;
}

.fixed-navi_link:focus {
  color: #fff;
}

/* ======================================================================================== ^^
	Lower fixed menu
=========================================================================================== ^^ */
.lower-fixed {
  width: 100%;
  padding: 1.3333333333vw 2.6666666667vw;
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;

  z-index: 1000;
}

@media (min-width: 768px) {
  .lower-fixed {
    width: auto;
    padding: 0;
    background-color: transparent;
    position: static;
  }
}

/* ======================================================================================== ^^
	Main visual
=========================================================================================== ^^ */
.main-visual {
  width: 100%;
  height: 175.4666666667vw;
  position: relative;
  height: 122vw;
}

@media (min-width: 768px) {

  .main-visual {
    height: 41.125vw;
  }
}

@media (min-width: 1284px) {
  .main-visual {
    height: 29.125vw;
  }
}

@media (min-width: 1284px) {
  .main-visual {
    height: 41.125vw;
  }
}

.main-visual::after {
  width: 100%;



  height: 100%;
  background: url(../images/top/bg-mv_sp_20220419.webp) no-repeat 100% auto;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s linear 1s;
}

@media (min-width: 768px) {
  .main-visual::after {
    background: url(../images/top/mv00_pc.webp) no-repeat;
    background-size: 100% auto;
  }
}

@media (min-width: 1284px) {
  .main-visual::after {
    background: url(../images/top/mv00_pc.webp) no-repeat;
    background-size: 100% auto;
  }
}

.no-webp .main-visual {
  background: url(../images/top/mv00_sp.jpg) no-repeat 100% auto;
}

@media (min-width: 768px) {
  .no-webp .main-visual {
    background: url(../images/top/mv00_pc.jpg) no-repeat 100% 50 auto;
  }
}

.main-visual_inner {
  max-width: 80.25rem;
  width: 100%;
  height: 175.4666666667vw;
  padding: 5.3333333333vw 0 5.3333333333vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 150;
  height: 150vw;
  padding: 0;
}

@media (min-width: 768px) {
  .main-visual_inner {
    height: 28.246106vw;
    padding: 1vw 0 0;
  }
}

@media (min-width: 1284px) {
  .main-visual_inner {
    height: 100%;
    padding: 1rem 0 0;
  }
}

@media (min-width: 1500px) {
  .main-visual_inner {
    height: 100%;
    padding: 1rem 0 0;
  }
}

@media (min-width: 2000px) {}

.main-visual_title {
  width: 90vw;
  margin-bottom: 5.3333333333vw;
  opacity: 0;
  transition: opacity 1s linear 2.5s;
}

@media (min-width: 768px) {
  .main-visual_title {
    max-width: 62.25rem;
    width: 59.25vw;
    margin-bottom: 0.80075vw;
    position: relative;
    left: 2vw;
    top: 2vw;
  }
}

@media (min-width: 1284px) {
  .main-visual_title {
    max-width: 61.25rem;
    width: 58.25vw;
    margin-bottom: 1.1875rem;
  }
}

.main-visual_logo {
  width: 74.6666666667vw;
  margin-bottom: 5.3333333333vw;
  opacity: 0;
  transition: opacity 1s linear 3.5s;
}

@media (min-width: 768px) {
  .main-visual_logo {
    max-width: 17.25rem;
    width: 22.25vw;
    margin-bottom: 0.8125vw;
    position: relative;
    left: -2vw;
  }
}

@media (min-width: 1284px) {
  .main-visual_logo {
    margin-bottom: 0.3125rem;
    max-width: 30.25rem;
    width: 25.25vw;
  }
}

.main-visual_text {
  margin-bottom: 13.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.8421052632;
  text-align: center;
  opacity: 0;
  transition: opacity 1s linear 5.5s;
  text-shadow: 0 0 6px white;
}

@media (min-width: 768px) {
  .main-visual_text {
    margin-bottom: 0vw;
    margin-top: auto;
    font-size: 1.0797507788vw;
    line-height: 2.1684210526;
    text-align: right;
    transform: translateX(-50%);
    font-weight: bold;
    /* text-shadow: 12px 0 #ffffff; */
    color: #333;
    text-shadow: 1px 1px 1px #ffffff;
    line-height: 1.8;
    transition: opacity 1s linear 4.5s;
  }
}

@media (min-width: 1284px) {
  .main-visual_text {
    margin-top: auto;
    margin-bottom: 0.75rem;
    font-size: 1.0875rem;
    line-height: 2.3em;
    font-weight: bold;
  }
}

@media (min-width: 1500px) {
  .main-visual_text {
    margin-top: auto;
    margin-bottom: 1.85rem;
    font-size: 1.2875rem;
    font-weight: bold;
    line-height: 2.0em;
  }
}

.main-visual_img {
  opacity: 0;
  transition: opacity 1s linear 1.5s;
}

.main-visual_note {
  width: 100%;
  padding: 0 4.2666666667vw;
  margin: 0;
  font-size: 2.6666666667vw;
  line-height: 1;
  text-align: right;
}

@media (min-width: 768px) {
  .main-visual_note {
    padding: 0 1.246105919vw;
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .main-visual_note {
    padding: 0 1rem;
    font-size: 0.75rem;
  }
}

.main-visual.is-active::after {
  opacity: 1;
}

.main-visual.is-active .main-visual_title {
  opacity: 1;
}

.main-visual.is-active .main-visual_logo {
  opacity: 1;
}

.main-visual.is-active .main-visual_text {
  opacity: 1;
}

.main-visual.is-active .main-visual_img {
  opacity: 1;
}

/* ======================================================================================== ^^
	Band
=========================================================================================== ^^ */
.top-band {
  width: 100%;
  color: #93212a;
  font-weight: bold;
}

.top-band p {
  font-size: 2.5em;
}

@media (min-width: 768px) {
  .top-band {
    height: 6.051713vw;

  }
}

@media (min-width: 1284px) {
  .top-band {
    height: 4.375rem;
  }
}

.top-band_inner {
  max-width: 80.25rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-band_inner {
    padding: 0 1.246105919vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .top-band_inner {
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {

  .top-band p {
    font-size: 1.5em;
  }
}

.top-band.band1 {
  background-color: #b3b3b3;
}

.top-band.band1 .band-content {
  height: 16vw;
  padding: 2.6666666667vw 1.3333333333vw;
  margin: 0;
  background: url(../images/common/bg05.webp) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content {
    height: 100%;
    padding: 0 0.3894080997vw;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content {
    padding: 0 0.3125rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content01 {
    width: 36.6242038217%;
    width: 29%;
    justify-content: space-between;
  }
}

.top-band.band1 .band-content01 img {
  height: 9.2vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content01 img {
    width: 22.735202vw;
    margin: 0 auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content01 img {
    width: 17.875rem;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content02 {
    width: 21.974522293%;
  }
}

.top-band.band1 .band-content02 img {
  height: 14.2vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content02 img {
    width: 20.5607476636vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content02 img {
    width: 16.5rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content03 {
    width: 19.5859872611%;
    width: 28.585987%;
  }
}

.top-band.band1 .band-content03 img {
  height: 5.8666666667vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content03 img {
    width: 23.707165vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content03 img {
    width: 16rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content04 {
    width: 25.213376%;
  }
}

.top-band.band1 .band-content04 img {
  height: 12.2vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content04 img {
    width: 22.149533vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content04 img {
    width: 16.75rem;
  }
}

.top-band.band2 {
  background-color: #000;
  position: relative;
}

.top-band.band2 p {
  padding: 2.6666666667vw 1.3333333333vw;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .top-band.band2 p {
    padding: 0;
    justify-content: space-between;
  }
}


@media (min-width: 768px) {
  .top-band.band2 p.band-content01 {
    width: 40.75555vw;
  }
}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content01 {
    width: 528px;
  }
}

.top-band.band2 p.band-content01 img {
  width: 74.6666666667vw;
}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content01 img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .top-band.band2 p.band-content02 {
    width: 31.28555vw;
    margin-right: 0.7855vw;
  }
}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content02 {
    width: 408px;
    margin: 0;
    margin-right: 10px;
  }
}

.top-band.band2 p.band-content02 img {
  width: 50.6666666667vw;
}

@media (min-width: 768px) {}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content02 img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .top-band.band2 p.band-content03 {
    width: 20.5555vw;
    padding-left: 0.9575vw;
  }
}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content03 {
    width: calc(266px + 10px);
    padding-left: 10px;
  }
}

.top-band.band2 p.band-content03 img {
  width: 69.3333333333vw;
}

.top-band.band2 p.band-content04 img {
  width: 88vw;
}

@media (min-width: 768px) {}

@media (min-width: 1284px) {
  .top-band.band2 p.band-content03 img {
    width: 100%;
  }
}

.top-band.band2 p.band-content03::after {
  display: none;
}

@media (min-width: 768px) {
  .top-band.band2 .band-content11 {
    width: 54.95555vw;
    height: 43px;
    display: flex;
    padding-left: 10px;
    margin: 0 0 0 auto;
    justify-content: end;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .top-band.band2 .band-content11 {
    width: calc(100% - 528px);

  }

}


@media (min-width: 768px) {
  .band2black {
    padding-top: 0.9855vw;
    align-items: flex-start;
    flex-wrap: wrap;

  }

  .top-band.band2 .band-content12 .band-content04 {
    width: 28.555vw;
    padding-right: 0.855vw;
  }

  .top-band.band2 .band-content12 .band-content05 {
    width: 25.1555vw;
  }

  .top-band.band2 .band-content12 {
    display: flex;
    margin: 0 0 0 auto;
    position: relative;
    top: -14px;
    height: 13px;
    flex-wrap: wrap;
    align-items: flex-end;
  }

}

@media (min-width: 1284px) {


  .top-band.band2 .band-content12 .band-content04 {
    width: 370px;
    padding-right: 10px;
  }

  .top-band.band2 .band-content12 .band-content05 {
    width: 327px;
  }

  .band2black {
    padding-top: 12px;
  }

  .band2 {
    height: 78px;
  }

}


.site-main .information {
  margin-top: 2.1875rem;
}

.information.top-link_contents {
  padding-right: 4rem;
}

.information .link-concept .top-link_contents {
  padding-right: 3rem;
  padding-left: 1rem;
  background: none;
}

.information .top-link_contents .gbtn {
  display: flex;
  margin: 0.7rem 0;
}

.information .link-concept .top-link_image {
  padding-left: 1rem;
}

.information .link-concept .top-link_image h3 {
  font-size: 1.5rem;
}

.information .infotext {
  border: 1px solid #CCCCCC;
  border-right: none;
  border-left: none;
  font-size: 0.8rem;
  height: 7rem;
}

@media (max-width: 767.9px) {
  .information .top-link_contents {
    height: auto;
    margin-bottom: 2.1875rem;
  }

  .information .link-concept .top-link_contents {
    padding-right: 0;
    padding-left: 0;
    background: none;
  }

  .information .link-concept .top-link_image {
    padding-left: 0;
  }

  .information .infotext {
    font-size: 0.9rem;
    height: auto;
  }

}

/* ======================================================================================== ^^
	Top links
=========================================================================================== ^^ */
.top-links {
  max-width: 80.25rem;
  width: 100%;
  padding: 0 4.2666666667vw 0;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 768px) {
  .top-links {
    padding: 0 1.246105919vw 0.3894080997vw;
  }
}

@media (min-width: 1284px) {
  .top-links {
    padding: 0 1rem 0.3125rem;
  }
}

.top-link {
  width: 100%;
  margin-bottom: 9.3333333333vw;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .top-link {
    margin-bottom: 2.7258566978vw;
    flex-direction: row;
  }
}

@media (min-width: 1284px) {
  .top-link {
    margin-bottom: 2.1875rem;
  }
}

.top-link.no-link {
  position: relative;
}

.top-link.no-link::after {
  width: 100%;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.7);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.top-link_contents {
  width: 100%;
  height: 53.3333333333vw;
}

@media (min-width: 768px) {
  .top-link_contents {
    width: 50%;
    height: auto;
  }
}

.top-link_link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-link_name {
  height: auto;
  flex-shrink: 0;
  margin-bottom: 2.1333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5335636723;
  text-align: center;
}

@media (min-width: 768px) {
  .top-link_name {
    margin-bottom: 0.6230529595vw;
    font-size: 1.5778816199vw;
  }
}

@media (min-width: 1284px) {
  .top-link_name {
    margin-bottom: 0.5rem;
    font-size: 1.26625rem;
  }
}

.top-link_name .img {
  height: auto;
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .top-link_name .img {
    margin-bottom: 0;
  }
}

.top-link_more {
  width: 23.2vw;
  margin: 0;
}

@media (min-width: 768px) {
  .top-link_more {
    width: 6.7757009346vw;
  }
}

@media (min-width: 1284px) {
  .top-link_more {
    width: 5.4375rem;
  }
}

.top-link_image {
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .top-link_image {
    width: 50%;
  }
}

.link-concept {
  position: relative;
  z-index: 100;
}

.link-concept .top-link_contents {
  background-color: #f2ecda;
}

.link-concept .top-link_link {
  color: #84671f;
}

.link-concept .top-link_link:link {
  color: #84671f;
}

.link-concept .top-link_link:visited {
  color: #84671f;
}

.link-concept .top-link_link:hover {
  color: #84671f;
}

.link-concept .top-link_link:focus {
  color: #84671f;
}

.link-concept .top-link_name img {
  width: 33.6vw;
}

@media (min-width: 768px) {
  .link-concept .top-link_name img {
    width: 9.8130841121vw;
  }
}

@media (min-width: 1284px) {
  .link-concept .top-link_name img {
    width: 7.875rem;
  }
}

.link-concept .top-link_image {
  position: relative;
  z-index: 100;
}

.link-concept .top-link_image span {
  padding-top: 1.6vw;
  font-size: 2.3626666667vw;
  line-height: 1;
  text-align: right;
  display: block;
  position: absolute;
  bottom: -2em;
  right: 0;
}

@media (min-width: 768px) {
  .link-concept .top-link_image span {
    padding-top: 0.4672897196vw;
    font-size: 0.6900311526vw;

  }
}

@media (min-width: 1284px) {
  .link-concept .top-link_image span {
    padding-top: 0.375rem;
    font-size: 0.55375rem;
  }
}

@media (min-width: 768px) {
  .link-location {
    flex-direction: row-reverse;
  }
}

.link-location .top-link_contents {
  background-color: rgba(225, 225, 225, 0.5);
}

.link-location .top-link_link {
  color: #4d4d4d;
}

.link-location .top-link_link:link {
  color: #4d4d4d;
}

.link-location .top-link_link:visited {
  color: #4d4d4d;
}

.link-location .top-link_link:hover {
  color: #4d4d4d;
}

.link-location .top-link_link:focus {
  color: #4d4d4d;
}

.link-location .top-link_name img {
  width: 38.9333333333vw;
}

@media (min-width: 768px) {
  .link-location .top-link_name img {
    width: 11.3707165109vw;
  }
}

@media (min-width: 1284px) {
  .link-location .top-link_name img {
    width: 9.125rem;
  }
}

.link-about-leasehold .top-link_contents {
  background-color: #e2e9e6;
}

.link-about-leasehold .top-link_link {
  color: #2a675c;
}

.link-about-leasehold .top-link_link:link {
  color: #2a675c;
}

.link-about-leasehold .top-link_link:visited {
  color: #2a675c;
}

.link-about-leasehold .top-link_link:hover {
  color: #2a675c;
}

.link-about-leasehold .top-link_link:focus {
  color: #2a675c;
}

.link-about-leasehold .top-link_name img {
  width: 74.9333333333vw;
}

@media (min-width: 768px) {
  .link-about-leasehold .top-link_name img {
    width: 21.8847352025vw;
  }
}

@media (min-width: 1284px) {
  .link-about-leasehold .top-link_name img {
    width: 17.5625rem;
  }
}

@media (min-width: 768px) {
  .link-planning {
    flex-direction: row-reverse;
  }
}

.link-planning .top-link_contents {
  background-color: rgba(225, 213, 213, 0.5);
}

.link-planning .top-link_link {
  color: #5a4142;
}

.link-planning .top-link_link:link {
  color: #5a4142;
}

.link-planning .top-link_link:visited {
  color: #5a4142;
}

.link-planning .top-link_link:hover {
  color: #5a4142;
}

.link-planning .top-link_link:focus {
  color: #5a4142;
}

.link-planning .top-link_name img {
  width: 41.0666666667vw;
}

@media (min-width: 768px) {
  .link-planning .top-link_name img {
    width: 11.9937694704vw;
  }
}

@media (min-width: 1284px) {
  .link-planning .top-link_name img {
    width: 9.625rem;
  }
}

.link-equipment .top-link_contents {
  background-color: #dde0e7;
}

.link-equipment .top-link_link {
  color: #5a6480;
}

.link-equipment .top-link_link:link {
  color: #5a6480;
}

.link-equipment .top-link_link:visited {
  color: #5a6480;
}

.link-equipment .top-link_link:hover {
  color: #5a6480;
}

.link-equipment .top-link_link:focus {
  color: #5a6480;
}

.link-equipment .top-link_name img {
  width: 45.8666666667vw;
}

@media (min-width: 768px) {
  .link-equipment .top-link_name img {
    width: 13.3956386293vw;
  }
}

@media (min-width: 1284px) {
  .link-equipment .top-link_name img {
    width: 10.75rem;
  }
}

/* ======================================================================================== ^^
	Top note
=========================================================================================== ^^ */
.top-note {
  max-width: 80.25rem;
  width: 100%;
  padding: 0 4.2666666667vw;
  margin: 0 auto 13.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .top-note {
    padding: 0 1.246105919vw;
    margin-bottom: 4.6728971963vw;
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .top-note {
    padding: 0 1rem;
    margin-bottom: 3.75rem;
    font-size: 0.75rem;
  }
}

/* ======================================================================================== ^^
	Page header
=========================================================================================== ^^ */
.page-header {
  width: 100%;
  height: 76.9230769231vw;
  margin-bottom: 4.2666666667vw;
}

@media (min-width: 768px) {
  .page-header {
    height: 27.875vw;
    margin-bottom: 1.246105919vw;
  }
}

@media (min-width: 1284px) {
  .page-header {
    margin-bottom: 1rem;
  }
}

/* ======================================================================================== ^^
	Breadcrumbs
=========================================================================================== ^^ */
.breadcrumbs {
  max-width: 80.25rem;
  width: 100%;
  padding: 0 4.2666666667vw;
  margin: 0 auto 5.3333333333vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 100;
}

@media (min-width: 768px) {
  .breadcrumbs {
    padding: 0 1.246105919vw;
    margin-bottom: 0;
  }
}

@media (min-width: 1284px) {
  .breadcrumbs {
    padding: 0 1rem;
  }
}

.breadcrumbs_item {
  font-size: 2.6666666667vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .breadcrumbs_item {
    font-size: 1.0903426791vw;
  }
}

@media (min-width: 1284px) {
  .breadcrumbs_item {
    font-size: 0.875rem;
  }
}

.breadcrumbs_item::after {
  margin: 0 2.6666666667vw;
  content: ">";
  display: block;
}

@media (min-width: 768px) {
  .breadcrumbs_item::after {
    margin: 0 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .breadcrumbs_item::after {
    margin: 0 0.625rem;
  }
}

.breadcrumbs_item:last-of-type::after {
  display: none;
}

.breadcrumbs_link {
  text-decoration: underline;
}

.breadcrumbs_link:link {
  color: #000;
}

.breadcrumbs_link:visited {
  color: #000;
}

.breadcrumbs_link:hover {
  color: #000;
}

.breadcrumbs_link:focus {
  color: #000;
}

/* ======================================================================================== ^^
	Form table
=========================================================================================== ^^ */
.table-form,
table#mfp_confirm_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  border-bottom: none;
  font-size: 4.2666666667vw;
  line-height: 1.3333333333;
}

@media (min-width: 768px) {

  .table-form,
  table#mfp_confirm_table {
    font-size: 1.783557047vw;
    line-height: 1.7497648166;
  }
}

@media (min-width: 1192px) {

  .table-form,
  table#mfp_confirm_table {
    font-size: 1.32875rem;
  }
}

@media (min-width: 768px) {

  .table-form tr,
  table#mfp_confirm_table tr {
    display: flex;
    justify-content: flex-start;
  }
}

.table-form tr.mfp_achroma,
table#mfp_confirm_table tr.mfp_achroma {
  background: none;
}

.table-form tr.mfp_achroma th,
.table-form tr.mfp_achroma td,
table#mfp_confirm_table tr.mfp_achroma th,
table#mfp_confirm_table tr.mfp_achroma td {
  background: none;
}

.table-form tr.mfp_colored,
table#mfp_confirm_table tr.mfp_colored {
  background: none;
}

.table-form tr.mfp_colored th,
.table-form tr.mfp_colored td,
table#mfp_confirm_table tr.mfp_colored th,
table#mfp_confirm_table tr.mfp_colored td {
  background: none;
}

.table-form tr th,
table#mfp_confirm_table tr th {
  width: 100%;
  height: 16vw;
  padding: 0 5.3333333333vw;
  border-top-color: #000;
  background-color: #efefef !important;
  font-size: 4.2666666667vw;
  text-align: left;
  font-weight: normal;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {

  .table-form tr th,
  table#mfp_confirm_table tr th {
    width: 26.0067114094%;
    height: auto;
    padding: 0 7.5503355705vw 0 1.2583892617vw;
    border-bottom: 1px solid #000;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {

  .table-form tr th,
  table#mfp_confirm_table tr th {
    padding: 0 5.625rem 0 0.9375rem;
    font-size: 1.32875rem;
  }
}

@media (min-width: 768px) {

  .table-form tr th.no-required,
  table#mfp_confirm_table tr th.no-required {
    padding-right: 2.5167785235vw;
  }
}

@media (min-width: 1192px) {

  .table-form tr th.no-required,
  table#mfp_confirm_table tr th.no-required {
    padding-right: 1.875rem;
  }
}

.table-form tr th .required,
table#mfp_confirm_table tr th .required {
  width: 16vw;
  height: 6.6666666667vw;
  border-radius: 3px;
  background-color: #a0312e;
  font-size: 3.7333333333vw;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  transform: translateY(-50%);
}

@media (min-width: 768px) {

  .table-form tr th .required,
  table#mfp_confirm_table tr th .required {
    width: 6.711409396vw;
    height: 2.5167785235vw;
    font-size: 1.783557047vw;
    right: 0.4194630872vw;
  }
}

@media (min-width: 1192px) {

  .table-form tr th .required,
  table#mfp_confirm_table tr th .required {
    width: 5rem;
    height: 1.875rem;
    font-size: 1.32875rem;
    right: 0.3125rem;
  }
}

.table-form tr td,
table#mfp_confirm_table tr td {
  width: 100%;
  padding: 5.3333333333vw;
  border-bottom: 1px solid #000;
  font-size: 4.2666666667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 768px) {

  .table-form tr td,
  table#mfp_confirm_table tr td {
    width: 73.9932885906%;
    padding: 2.0134228188vw 2.0973154362vw;
    border-top-color: #000;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {

  .table-form tr td,
  table#mfp_confirm_table tr td {
    padding: 1.5rem 1.5625rem;
    font-size: 1.32875rem;
  }
}

/* ======================================================================================== ^^
	Forms
=========================================================================================== ^^ */
.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.checkbox::before {
  width: 4vw;
  height: 4vw;
  margin: 0.8vw 1.3333333333vw 0 0;
  border: 1px solid #000;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  .checkbox::before {
    width: 1.2583892617vw;
    height: 1.2583892617vw;
    margin: 0.8389261745vw 0.4194630872vw 0 0;
  }
}

@media (min-width: 1192px) {
  .checkbox::before {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.625rem 0.3125rem 0 0;
  }
}

.checkbox_text {
  font-size: 4.2666666667vw;
}

@media (min-width: 768px) {
  .checkbox_text {
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .checkbox_text {
    font-size: 1.32875rem;
  }
}

.checkbox [type=checkbox] {
  clip: rect(0, 0, 1px, 1px);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox [type=checkbox]:checked+.checkbox_text::after {
  width: 4vw;
  height: 4vw;
  background: url(../images/common/icon-check.svg) no-repeat 50% 50%;
  background-size: 3.2vw;
  content: " ";
  display: block;
  position: absolute;
  top: 0.8vw;
  left: 0;
}

@media (min-width: 768px) {
  .checkbox [type=checkbox]:checked+.checkbox_text::after {
    width: 1.2583892617vw;
    height: 1.2583892617vw;
    background-size: 1.0067114094vw;
    top: 0.8389261745vw;
  }
}

@media (min-width: 1192px) {
  .checkbox [type=checkbox]:checked+.checkbox_text::after {
    width: 0.9375rem;
    height: 0.9375rem;
    background-size: 0.75rem;
    top: 0.625rem;
  }
}

.text-field {
  height: 12vw;
  padding: 0 2.6666666667vw;
  border: 1px solid #808080;
  border-radius: 3px;
  background-color: #fdf2f3;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2666666667vw;
  box-shadow: none;
}

@media (min-width: 768px) {
  .text-field {
    height: 4.6140939597vw;
    padding: 0 0.8389261745vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .text-field {
    height: 3.4375rem;
    padding: 0 0.625rem;
    font-size: 1.32875rem;
  }
}

.textarea {
  padding: 2.6666666667vw;
  border: 1px solid #808080;
  border-radius: 3px;
  background-color: #fdf2f3;
  resize: vertical;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2666666667vw;
  box-shadow: none;
}

@media (min-width: 768px) {
  .textarea {
    padding: 0.8389261745vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .textarea {
    padding: 0.625rem;
    font-size: 1.32875rem;
  }
}

.select-wrap {
  height: 12vw;
  border: 1px solid #808080;
  border-radius: 3px;
  background: #fdf2f3 url(../images/common/icon-arrow02.svg) no-repeat 96% 50%;
  background-size: 4.8vw auto;
}

@media (min-width: 768px) {
  .select-wrap {
    height: 4.6140939597vw;
    background-size: 2.6845637584vw auto;
  }
}

@media (min-width: 1192px) {
  .select-wrap {
    height: 3.4375rem;
    background-size: 2rem auto;
  }
}

.select-wrap_select {
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 2.6666666667vw;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.2666666667vw;
  box-shadow: none;
}

@media (min-width: 768px) {
  .select-wrap_select {
    padding: 0 0.8389261745vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .select-wrap_select {
    padding: 0 0.625rem;
    font-size: 1.32875rem;
  }
}

.select-wrap_select::-ms-expand {
  display: none;
}

.btn-submit,
#mfp_button_send,
#mfp_button_cancel {
  width: 100%;
  height: 18.6666666667vw;
  border: none;
  border-radius: 3px;
  background: #a0312e url(../images/common/icon-arrow03.svg) no-repeat 96.5% 50% !important;
  background-size: 3.2vw auto !important;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7.4666666667vw;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 768px) {

  .btn-submit,
  #mfp_button_send,
  #mfp_button_cancel {
    width: 70.8053691275vw;
    height: 10.9060402685vw;
    background-size: 1.4261744966vw auto !important;
    font-size: 3.1593959732vw;
  }
}

@media (min-width: 1192px) {

  .btn-submit,
  #mfp_button_send,
  #mfp_button_cancel {
    width: 52.75rem;
    height: 8.125rem;
    background-size: 1.0625rem auto !important;
    font-size: 2.35375rem;
  }
}

.btn-submit:hover,
#mfp_button_send:hover,
#mfp_button_cancel:hover {
  background: #a0312e url(../images/common/icon-arrow03.svg) no-repeat 96.5% 50% !important;
  background-size: 3.2vw auto !important;
  box-shadow: none;
}

@media (min-width: 768px) {

  .btn-submit:hover,
  #mfp_button_send:hover,
  #mfp_button_cancel:hover {
    background-size: 1.4261744966vw auto !important;
  }
}

@media (min-width: 1192px) {

  .btn-submit:hover,
  #mfp_button_send:hover,
  #mfp_button_cancel:hover {
    background-size: 1.0625rem auto !important;
  }
}

.btn-submit.is-disabled,
#mfp_button_send.is-disabled,
#mfp_button_cancel.is-disabled {
  opacity: 0.7;
  cursor: default;
}

.btn-submit span,
#mfp_button_send span,
#mfp_button_cancel span {
  margin-bottom: 1.3333333333vw;
  font-size: 4.2666666667vw;
}

@media (min-width: 768px) {

  .btn-submit span,
  #mfp_button_send span,
  #mfp_button_cancel span {
    margin-bottom: 0.4194630872vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {

  .btn-submit span,
  #mfp_button_send span,
  #mfp_button_cancel span {
    margin-bottom: 0.3125rem;
    font-size: 1.32875rem;
  }
}

.btn-submit.mfp_element_submit,
.btn-submit.mfp_element_reset,
.btn-submit.mfp_element_button,
#mfp_button_send.mfp_element_submit,
#mfp_button_send.mfp_element_reset,
#mfp_button_send.mfp_element_button,
#mfp_button_cancel.mfp_element_submit,
#mfp_button_cancel.mfp_element_reset,
#mfp_button_cancel.mfp_element_button {
  text-shadow: none;
}

#mfp_button_cancel {
  background: #ccc !important;
}

#mfp_button_cancel:hover {
  background: #ccc !important;
}

form#mailformpro label {
  border-radius: 0;
  margin: 0;
}

form#mailformpro label.checkbox {
  display: flex;
}

form#mailformpro label.checkbox.mfp_not_checked {
  padding: 0;
  border: none;
}

form#mailformpro label.checkbox.mfp_checked {
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
}

div.mfp_err {
  background-position: 0 5px;
}

/* ======================================================================================== ^^
	Outline table
=========================================================================================== ^^ */
.table-outline {
  width: 100%;
  border-collapse: collapse;
  font-size: 3.7333333333vw;
  line-height: 1.4467860906;
}

@media (min-width: 768px) {
  .table-outline {
    font-size: 1.4781931464vw;
    line-height: 1.4467860906;
  }
}

@media (min-width: 1284px) {
  .table-outline {
    font-size: 1.18625rem;
  }
}

.table-outline th {
  width: 100%;
  padding: 1.8666666667vw 2.6666666667vw;
  background-color: #e6e6e6;
  font-weight: normal;
  vertical-align: top;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .table-outline th {
    width: 31.7944250871%;
    padding: 0.5451713396vw 0;
    display: table-cell;
  }
}

@media (min-width: 1284px) {
  .table-outline th {
    padding: 0.4375rem 0;
  }
}

.table-outline td {
  width: 100%;
  padding: 1.8666666667vw 3.2vw;
  text-align: left;
  display: block;
}

@media (min-width: 768px) {
  .table-outline td {
    width: 68.2055749129%;
    padding: 0.5451713396vw 0.5451713396vw;
    display: table-cell;
  }
}

@media (min-width: 1284px) {
  .table-outline td {
    padding: 0.4375rem 0.75rem;
  }
}

.table-outline td sup {
  top: -0.4rem;
}

.table-outline td .small {
  font-size: 3.2vw;
  line-height: 1.4114326041;
}

@media (min-width: 768px) {
  .table-outline td .small {
    font-size: 1.1035825545vw;
    line-height: 2.563161609;
  }
}

@media (min-width: 1284px) {
  .table-outline td .small {
    font-size: 0.885625rem;
  }
}

/* ======================================================================================== ^^
	Top page
=========================================================================================== ^^ */
.top-title {
  margin: 7.2vw 0 9.6vw;
  font-size: 5.3333333333vw;
  color: #a0312e;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.4em;
}

@media (min-width: 768px) {
  .top-title {
    margin: 2.1028037383vw 0 2.8037383178vw;
    font-size: 2.1838006231vw;
    text-indent: 0.5em;
    letter-spacing: 0.5em;
  }
}

@media (min-width: 1284px) {
  .top-title {
    margin: 1.6875rem 0 2.25rem;
    font-size: 1.7525rem;
  }
}

/* ======================================================================================== ^^
	Access page
=========================================================================================== ^^ */
.page-access .page-header {
  height: 80vw;
  background: url(../images/access/mv-access_sp@2x.webp) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-access .page-header {
    height: 27.8125vw;
    background: url(../images/access/mv-access@2x.webp) no-repeat 50% 50%/cover;
  }
}

.no-webp .page-access .page-header {
  background: url(../images/access/bg-access_sp@2x.jpg) no-repeat 50% 50%/cover;
}

@media (min-width: 768px) {
  .no-webp .page-access .page-header {
    background: url(../images/access/bg-access@2x.jpg) no-repeat 50% 50%/cover;
  }
}

.page-access .page-header_title {
  width: 96vw;
  margin: 0;
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 2.2;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.05em;
  text-shadow: 2px 2px 8px #000;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .page-access .page-header_title {
    max-width: 72.5vw;
    width: 100%;
    font-size: 2.0794392523vw;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .page-access .page-header_title {
    font-size: 1.66875rem;
  }
}

.access-section {
  padding: 0 5.3333333333vw;
  margin-bottom: 11.7333333333vw;
}

@media (min-width: 768px) {
  .access-section {
    margin-bottom: 3.4267912773vw;
  }
}

@media (min-width: 1284px) {
  .access-section {
    margin-bottom: 2.75rem;
  }
}

.access-section_header {
  font-size: 3.7333333333vw;
  line-height: 1.5727754862;
  text-align: center;
}

@media (min-width: 768px) {
  .access-section_header {
    font-size: 1.3216510903vw;
  }
}

@media (min-width: 1284px) {
  .access-section_header {
    font-size: 1.060625rem;
  }
}

.access-section_title {
  margin-bottom: 7.7333333333vw;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .access-section_title {
    margin-bottom: 2.2585669782vw;
  }
}

@media (min-width: 1284px) {
  .access-section_title {
    margin-bottom: 1.8125rem;
  }
}

.access-section_title .big {
  margin-bottom: 2.4vw;
  font-size: 9.6vw;
  line-height: 1;
}

@media (min-width: 768px) {
  .access-section_title .big {
    margin-bottom: 0.7009345794vw;
    font-size: 4.4252336449vw;
  }
}

@media (min-width: 1284px) {
  .access-section_title .big {
    margin-bottom: 0.5625rem;
    font-size: 3.55125rem;
  }
}

.access-section_title .en {
  font-size: 3.4666666667vw;
  line-height: 1;
  text-indent: 0.25em;
  letter-spacing: 0.5em;
}

@media (min-width: 768px) {
  .access-section_title .en {
    font-size: 1.1721183801vw;
  }
}

@media (min-width: 1284px) {
  .access-section_title .en {
    font-size: 0.940625rem;
  }
}

.access-section_title2 {
  text-align: center;
}

.access-section_title2 img {
  width: 40.2666666667vw;
}

@media (min-width: 768px) {
  .access-section_title2 img {
    width: 11.7601246106vw;
  }
}

@media (min-width: 1284px) {
  .access-section_title2 img {
    width: 9.4375rem;
  }
}

.access-section_sub-title {
  margin-bottom: 4.5333333333vw;
  font-size: 5.3333333333vw;
  line-height: 1.2;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .access-section_sub-title {
    margin-bottom: 1.3239875389vw;
    font-size: 2.2024922118vw;
    line-height: 1;
  }
}

@media (min-width: 1284px) {
  .access-section_sub-title {
    margin-bottom: 1.0625rem;
    font-size: 1.7675rem;
  }
}

.access-section_images {
  max-width: 69.25rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .access-section_images {
    display: flex;
    justify-content: space-between;
  }
}

.access-section_image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .access-section_image {
    width: 31.5884476534%;
    margin-bottom: 0;
  }
}

.access-section_caption {
  font-size: 2.6666666667vw;
  line-height: 1.75;
  text-align: right;
}

@media (min-width: 768px) {
  .access-section_caption {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .access-section_caption {
    font-size: 0.75rem;
  }
}

.access-section_map {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}

.access-section_map img {
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .access-section_map img {
    margin-bottom: 1.5576323988vw;
  }
}

@media (min-width: 1284px) {
  .access-section_map img {
    margin-bottom: 1.25rem;
  }
}

.access-section_map p {
  width: 100%;
  margin: 0 auto 5.3333333333vw;
}

@media (min-width: 768px) {
  .access-section_map p {
    margin-bottom: 1.5576323988vw;
  }
}

@media (min-width: 1284px) {
  .access-section_map p {
    margin-bottom: 1.25rem;
  }
}

p.map-link {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  height: 9.3333333333vw;
  background-color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.750118991;
  text-align: center;
}

@media (min-width: 768px) {
  p.map-link {
    width: 29.9065420561vw;
    height: 2.7258566978vw;
    font-size: 1.6362928349vw;
  }
}

@media (min-width: 1284px) {
  p.map-link {
    width: 24rem;
    height: 2.1875rem;
    font-size: 1.313125rem;
  }
}

.page-access p.map-link {
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .page-access p.map-link {
    margin-bottom: 1.5576323988vw;
  }
}

@media (min-width: 1284px) {
  .page-access p.map-link {
    margin-bottom: 1.25rem;
  }
}

p.map-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}

p.map-link a:link {
  color: #000;
}

p.map-link a:visited {
  color: #000;
}

p.map-link a:hover {
  background-color: rgba(130, 203, 209, 0.51);
  color: #000;
}

p.map-link a:focus {
  color: #000;
}

p.map-link a::after {
  width: 6.5013333333vw;
  height: 4.2666666667vw;
  margin-left: 4.2666666667vw;
  background: url(../images/common/icon-arrow.svg) no-repeat 50% 50%/cover;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  p.map-link a::after {
    width: 2.492211838vw;
    height: 1.6355140187vw;
    margin-left: 1.246105919vw;
  }
}

@media (min-width: 1284px) {
  p.map-link a::after {
    width: 2rem;
    height: 1.3125rem;
    margin-left: 1rem;
  }
}

.facilities {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto 9.8666666667vw;
}

@media (min-width: 768px) {
  .facilities {
    margin-bottom: 2.8816199377vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .facilities {
    margin-bottom: 2.3125rem;
  }
}

.facility {
  width: 100%;
}

@media (min-width: 768px) {
  .facility {
    width: 32.4545454545%;
  }
}

.facility_title {
  margin-bottom: 1.6vw;
  border-bottom: 1px solid #000;
  font-size: 3.2vw;
  line-height: 1.4171003717;
  font-weight: normal;
}

@media (min-width: 768px) {
  .facility_title {
    margin-bottom: 0.4672897196vw;
    font-size: 1.0475077882vw;
  }
}

@media (min-width: 1284px) {
  .facility_title {
    margin-bottom: 0.375rem;
    font-size: 0.840625rem;
  }
}

.facility_list {
  margin-bottom: 4.5333333333vw;
}

@media (min-width: 768px) {
  .facility_list {
    margin-bottom: 1.3239875389vw;
  }
}

@media (min-width: 1284px) {
  .facility_list {
    margin-bottom: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .facility_list:last-of-type {
    margin-bottom: 0;
  }
}

.facility_item {
  margin-bottom: 2.6666666667vw;
  font-size: 2.9333333333vw;
  line-height: 1.4765799257;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .facility_item {
    margin-bottom: 0.7788161994vw;
    font-size: 1.0124610592vw;
  }
}

@media (min-width: 1284px) {
  .facility_item {
    margin-bottom: 0.3125rem;
    font-size: 0.840625rem;
  }
}

.facility_item::after {
  height: 0.8vw;
  margin: 0.4em 0.4em 0;
  content: "";
  background: url(../images/common/dot.png) repeat-x 0 0/auto 100%;
  flex: auto;
}

@media (min-width: 768px) {
  .facility_item::after {
    height: 0.2336448598vw;
    margin-top: 0.5451713396vw;
  }
}

@media (min-width: 1284px) {
  .facility_item::after {
    margin-top: 0.4375rem;
    height: 0.1875rem;
  }
}

.facility_name {
  margin-bottom: 0;
}

.facility_name .sub {
  font-size: 2.6666666667vw;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .facility_name .sub {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .facility_name .sub {
    font-size: 0.75rem;
  }
}

.facility_name.has-sub {
  padding-bottom: 1.2em;
  position: relative;
}

@media (min-width: 768px) {
  .facility_name.has-sub {
    padding-bottom: 1em;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sub {
    padding-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .facility_name.has-sub.tb-one-line {
    padding-bottom: 1.2em;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sub.tb-one-line {
    padding-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .facility_name.has-sub.tb-two-line {
    padding-bottom: 2.7em;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sub.tb-two-line {
    padding-bottom: 1.2em;
  }
}

@media (min-width: 768px) {
  .facility_name.has-sub.sp-two-line {
    padding-bottom: 2.7em;
  }
}

@media (min-width: 860px) {
  .facility_name.has-sub.sp-two-line {
    padding-bottom: 1.2em;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sub.sp-two-line {
    padding-bottom: 1.2em;
  }
}

.facility_name.has-sub .sub {
  width: 92vw;
  font-size: 2.4vw;
  line-height: 1.7493309545;
  letter-spacing: -0.02em;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .facility_name.has-sub .sub {
    width: 27.8037383178vw;
    font-size: 0.7009345794vw;
    line-height: 1.2;
    top: 2em;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sub .sub {
    width: 22.3125rem;
    font-size: 0.700625rem;
    line-height: 1.7493309545;
  }
}

@media (min-width: 1284px) {
  .is-ie .facility_name.has-sub .sub {
    font-size: 0.5625rem;
    line-height: 1.3333333333;
  }
}

@media (max-width: 768px) {
  .facility_name.has-sp-sub {
    padding-bottom: 1.2em;
    position: relative;
  }
}

@media (max-width: 767px) {
  .facility_name.has-sp-sub .sub {
    width: 92vw;
    font-size: 2.6666666667vw;
    line-height: 1.7493309545;
    letter-spacing: -0.02em;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .facility_name.has-sp-sub.tb-one-line {
    padding-bottom: 1.5em;
    position: relative;
  }
}

@media (min-width: 1284px) {
  .facility_name.has-sp-sub.tb-one-line {
    padding-bottom: 1.2em;
  }
}

.facility_name.has-sp-sub.tb-one-line .sub {
  position: absolute;
  bottom: 0;
  left: 0;
}

.facility_distance {
  margin-bottom: 0;
  order: 1;
}

.facility_note {
  font-size: 2.6666666667vw;
  line-height: 1.3225;
}

@media (min-width: 768px) {
  .facility_note {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .facility_note {
    font-size: 0.75rem;
  }
}

.facilities-images {
  max-width: 69.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.facilities-image {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .facilities-image {
    width: 23.5081374322%;
    margin-bottom: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .facilities-image {
    margin-bottom: 0.625rem;
  }
}

.facilities-image_caption {
  font-size: 2.6666666667vw;
  line-height: 1.75;
  text-align: right;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .facilities-image_caption {
    font-size: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .facilities-image_caption {
    font-size: 0.7rem;
  }
}

.glittering-images {
  max-width: 69.125rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.glittering-image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .glittering-image {
    width: 23.5081374322%;
    margin-bottom: 0;
  }
}

.glittering-image_image {
  margin-bottom: 0;
}

.glittering-image_content {
  padding: 5.0666666667vw 2.6666666667vw 3.7333333333vw;
  background-color: #fff;
}

@media (min-width: 768px) {
  .glittering-image_content {
    padding: 1.4797507788vw 0.3894080997vw 1.0903426791vw;
  }
}

@media (min-width: 1284px) {
  .glittering-image_content {
    padding: 1.1875rem 0.3125rem 0.875rem;
  }
}

.glittering-image_name {
  margin-bottom: 4.8vw;
  font-size: 4.8vw;
  line-height: 1.5066056911;
  text-align: center;
}

@media (min-width: 768px) {
  .glittering-image_name {
    margin-bottom: 1.4018691589vw;
    font-size: 1.5327102804vw;
  }
}

@media (min-width: 1284px) {
  .glittering-image_name {
    margin-bottom: 1.125rem;
    font-size: 1.23rem;
  }
}

.glittering-image_name .en {
  font-size: 6.9333333333vw;
  color: #054d75;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .glittering-image_name .en {
    font-size: 2.2165109034vw;
  }
}

@media (min-width: 1284px) {
  .glittering-image_name .en {
    font-size: 1.77875rem;
  }
}

.glittering-image_name .sub {
  margin-top: -3px;
  font-size: 2.9333333333vw;
  line-height: 1.5066562255;
  display: block;
}

@media (min-width: 768px) {
  .glittering-image_name .sub {
    font-size: 0.9945482866vw;
  }
}

@media (min-width: 1284px) {
  .glittering-image_name .sub {
    font-size: 0.798125rem;
  }
}

.glittering-image_text {
  margin-bottom: 0;
  font-size: 3.4666666667vw;
  line-height: 1.505655356;
  text-align: center;
}

@media (min-width: 768px) {
  .glittering-image_text {
    font-size: 1.1705607477vw;
  }
}

@media (min-width: 1284px) {
  .glittering-image_text {
    font-size: 0.939375rem;
  }
}

@media (min-width: 768px) {
  .is-ie .glittering-image_text {
    letter-spacing: -0.02em;
  }
}

.train-images {
  max-width: 78.125rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .train-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.train-image_image {
  width: 100%;
}

@media (min-width: 768px) {
  .train-image_image {
    width: 32.5%;
  }
}

.train-map p {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .train-map p {
    width: 88.4735202492vw;
  }
}

@media (min-width: 1284px) {
  .train-map p {
    width: 71rem;
  }
}

.train-times {
  max-width: 55.875rem;
  width: 100%;
  margin: 0 auto 1.6vw;
}

@media (min-width: 768px) {
  .train-times {
    margin-bottom: 0.4672897196vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .train-times {
    margin-bottom: 0.375rem;
  }
}

.train-time {
  width: 100%;
}

.train-time_title {
  width: 100%;
  height: 17.0666666667vw;
  padding: 0 3.4666666667vw;
  margin-bottom: -1.6vw;
  background-color: #e6e6e6;
  font-size: 4vw;
  line-height: 1.4117647059;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .train-time_title {
    height: 4.984423676vw;
    padding: 0 1.0124610592vw;
    margin-bottom: -0.4672897196vw;
    font-size: 1.3239875389vw;
  }
}

@media (min-width: 1284px) {
  .train-time_title {
    height: 4rem;
    padding: 0 0.8125rem;
    margin-bottom: -0.375rem;
    font-size: 1.0625rem;
  }
}

@media (min-width: 768px) {
  .is-ie .train-time_title {
    margin-bottom: 0.4672897196vw;
  }
}

@media (min-width: 1284px) {
  .is-ie .train-time_title {
    margin-bottom: 0.375rem;
  }
}

.train-time:first-of-type {
  margin-bottom: 8vw;
}

@media (min-width: 768px) {
  .train-time:first-of-type {
    width: 30.2013422819%;
    margin-bottom: 0;
  }
}

.train-time:last-of-type {
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .train-time:last-of-type {
    width: 64.3176733781%;
    margin-bottom: 0;
  }
}

.train-time:last-of-type .train-time_list {
  width: 100%;
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.train-time:last-of-type .train-time_item {
  width: 100%;
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item {
    width: 48.1739130435%;
  }
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item:nth-of-type(1) {
    order: 1;
  }
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item:nth-of-type(2) {
    order: 3;
  }
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item:nth-of-type(3) {
    margin-bottom: 0;
    order: 5;
  }
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item:nth-of-type(4) {
    order: 2;
  }
}

@media (min-width: 768px) {
  .train-time:last-of-type .train-time_item:nth-of-type(5) {
    order: 4;
  }
}

.train-time_item {
  font-size: 7.4666666667vw;
  line-height: 2.4002016129;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .train-time_item {
    margin-bottom: -0.7788161994vw;
    font-size: 2.3177570093vw;
  }
}

@media (min-width: 1284px) {
  .train-time_item {
    margin-bottom: -0.625rem;
    font-size: 1.86rem;
  }
}

.train-time_item::after {
  height: 0.8vw;
  margin: 1em 0.1em 0;
  content: "";
  background: url(../images/common/dot.png) repeat-x 0 0/auto 100%;
  flex: auto;
}

@media (min-width: 768px) {
  .train-time_item::after {
    height: 0.2336448598vw;
    margin-top: 2.5700934579vw;
  }
}

@media (min-width: 1284px) {
  .train-time_item::after {
    height: 0.1875rem;
    margin-top: 2.0625rem;
  }
}

.train-time_name {
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 768px) {
  .is-ie .train-time_name {
    text-indent: -0.5em;
  }
}

.train-time_name .sub {
  width: 92vw;
  font-size: 2.6666666667vw;
  line-height: 1.75;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (min-width: 768px) {
  .train-time_name .sub {
    width: 27.8037383178vw;
    font-size: 0.7788161994vw;
    letter-spacing: -0.12em;
    bottom: -0.3894080997vw;
  }
}

@media (min-width: 1284px) {
  .train-time_name .sub {
    width: 22.3125rem;
    font-size: 0.75rem;
    letter-spacing: normal;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .is-ie .train-time_name .sub {
    left: 0.5em;
  }
}

.train-time_minutes {
  margin-bottom: 0;
  order: 1;
}

.train-time_minutes span {
  margin-top: 2.1333333333vw;
  font-size: 13.6vw;
  color: #a0312e;
  line-height: 1.0430494974;
  vertical-align: -0.8vw;
  display: inline-block;
}

@media (min-width: 768px) {
  .train-time_minutes span {
    margin-top: 0.6230529595vw;
    font-size: 4.1066978193vw;
    vertical-align: -0.2336448598vw;
  }
}

@media (min-width: 1284px) {
  .train-time_minutes span {
    margin-top: 0.5rem;
    font-size: 3.295625rem;
    vertical-align: -0.1875rem;
  }
}

.train-note {
  max-width: 55.875rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .train-note {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .train-note {
    font-size: 0.75rem;
  }
}

.access-dynamic .access-section_title {
  color: #a0312e;
}

.access-silent {
  margin-bottom: 9.0666666667vw;
}

@media (min-width: 768px) {
  .access-silent {
    margin-bottom: 2.6479750779vw;
  }
}

@media (min-width: 1284px) {
  .access-silent {
    margin-bottom: 2.125rem;
  }
}

.access-silent .access-section_title {
  color: #3e706b;
}

.access-silent .access-section_images {
  margin-bottom: 6.4vw;
}

@media (min-width: 768px) {
  .access-silent .access-section_images {
    margin-bottom: 1.8691588785vw;
  }
}

@media (min-width: 1284px) {
  .access-silent .access-section_images {
    margin-bottom: 1.5rem;
  }
}

.access-glittering {
  margin-bottom: 13.8666666667vw;
}

@media (min-width: 768px) {
  .access-glittering {
    margin-bottom: 4.0498442368vw;
  }
}

@media (min-width: 1284px) {
  .access-glittering {
    margin-bottom: 3.25rem;
  }
}

.access-glittering .access-section_title {
  color: #726530;
}

.access-access {
  margin-bottom: 13.3333333333vw;
}

@media (min-width: 768px) {
  .access-access {
    margin-bottom: 3.8940809969vw;
  }
}

@media (min-width: 1284px) {
  .access-access {
    margin-bottom: 3.125rem;
  }
}

.access-access .access-section_header {
  margin-bottom: 10.1333333333vw;
}

@media (min-width: 768px) {
  .access-access .access-section_header {
    margin-bottom: 2.9595015576vw;
  }
}

@media (min-width: 1284px) {
  .access-access .access-section_header {
    margin-bottom: 2.375rem;
  }
}

.access-access .access-section_title2 {
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .access-access .access-section_title2 {
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .access-access .access-section_title2 {
    margin-bottom: 2.5rem;
  }
}

.access-access .train-images {
  margin-bottom: 7.7333333333vw;
}

@media (min-width: 768px) {
  .access-access .train-images {
    margin-bottom: 2.2585669782vw;
  }
}

@media (min-width: 1284px) {
  .access-access .train-images {
    margin-bottom: 1.8125rem;
  }
}

.access-access .train-map {
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .access-access .train-map {
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .access-access .train-map {
    margin-bottom: 2.5rem;
  }
}

.access-access .train-map p {
  margin-bottom: 0;
}

/* ======================================================================================== ^^
	Reserve page
=========================================================================================== ^^ */
.page-reserve .breadcrumbs {
  max-width: 74.5rem;
  padding-top: 4vw;
  margin-bottom: 14.4vw;
}

@media (min-width: 768px) {
  .page-reserve .breadcrumbs {
    padding-top: 1.2583892617vw;
    margin-bottom: 4.5302013423vw;
  }
}

@media (min-width: 1192px) {
  .page-reserve .breadcrumbs {
    padding-top: 0.9375rem;
    margin-bottom: 3.375rem;
  }
}

.reserve-section {
  max-width: 74.5rem;
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .reserve-section {
    padding: 0 1.677852349vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section {
    padding: 0;
  }
}

.reserve-section .lead {
  margin-bottom: 8.5333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5129476584;
}

@media (min-width: 768px) {
  .reserve-section .lead {
    margin-bottom: 2.6845637584vw;
    font-size: 1.5226510067vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .lead {
    margin-bottom: 2rem;
    font-size: 1.134375rem;
  }
}

.reserve-section .lead p:last-of-type {
  margin-bottom: 0;
}

.reserve-section form#mailformpro,
.reserve-section #mfp_phase_confirm {
  padding-bottom: 23.4666666667vw;
}

@media (min-width: 768px) {

  .reserve-section form#mailformpro,
  .reserve-section #mfp_phase_confirm {
    padding-bottom: 7.3825503356vw;
  }
}

@media (min-width: 1192px) {

  .reserve-section form#mailformpro,
  .reserve-section #mfp_phase_confirm {
    padding-bottom: 5.5rem;
  }
}

.reserve-section #mfp_phase_confirm {
  display: none;
}

.reserve-section h2 {
  margin-bottom: 1.6vw;
  font-size: 4.8vw;
  line-height: 1.750182083;
  font-weight: normal;
}

@media (min-width: 768px) {
  .reserve-section h2 {
    margin-bottom: 0.5033557047vw;
    font-size: 2.3036912752vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section h2 {
    margin-bottom: 0.375rem;
    font-size: 1.71625rem;
  }
}

.reserve-section h2 span {
  color: #a0312e;
}

.reserve-section h3 {
  padding-top: 4.8vw;
  font-size: 3.7333333333vw;
  color: #a0312e;
  line-height: 1.1875;
  font-weight: normal;
}

@media (min-width: 768px) {
  .reserve-section h3 {
    padding-top: 1.5100671141vw;
    font-size: 1.783557047vw;
    line-height: 1.7497648166;
  }
}

@media (min-width: 1192px) {
  .reserve-section h3 {
    padding-top: 1.125rem;
    font-size: 1.32875rem;
  }
}

.reserve-section h3 span {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.reserve-section h3 span::before {
  width: 4vw;
  height: 4vw;
  margin: 0.8vw 0 0 0;
  border: 1px solid #a0312e;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  .reserve-section h3 span::before {
    width: 1.2583892617vw;
    height: 1.2583892617vw;
    margin: 0.8389261745vw 0 0 0;
  }
}

@media (min-width: 1192px) {
  .reserve-section h3 span::before {
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.625rem 0 0 0;
  }
}

.reserve-section h3 span::after {
  width: 4vw;
  height: 4vw;
  background: url(../images/common/icon-check.svg) no-repeat 50% 50%;
  background-size: 3.2vw;
  content: " ";
  display: block;
  position: absolute;
  top: 0.8vw;
  left: 0;
}

@media (min-width: 768px) {
  .reserve-section h3 span::after {
    width: 1.2583892617vw;
    height: 1.2583892617vw;
    background-size: 1.0067114094vw;
    top: 0.8389261745vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section h3 span::after {
    width: 0.9375rem;
    height: 0.9375rem;
    background-size: 0.75rem;
    top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .reserve-section .checkbox-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.reserve-section .checkbox-list li {
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .reserve-section .checkbox-list li {
    margin-right: 3.6912751678vw;
    margin-bottom: 0;
  }
}

@media (min-width: 1192px) {
  .reserve-section .checkbox-list li {
    margin-right: 2.75rem;
  }
}

.reserve-section .checkbox-list li:last-of-type {
  margin-right: 0;
}

.reserve-section .note {
  width: 100%;
  padding-top: 1.3333333333vw;
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.4167127836;
}

@media (min-width: 768px) {
  .reserve-section .note {
    padding-top: 0;
    font-size: 1.5159395973vw;
    text-align: right;
  }
}

@media (min-width: 1192px) {
  .reserve-section .note {
    font-size: 1.129375rem;
  }
}

@media (min-width: 768px) {
  .reserve-section .form1 .note {
    padding-right: 7.9697986577vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .form1 .note {
    padding-right: 5.9375rem;
  }
}

.reserve-section .form2 .note {
  padding: 1.8666666667vw 0 0;
}

@media (min-width: 768px) {
  .reserve-section .form2 .note {
    padding: 0.5872483221vw 4.1946308725vw 0 0;
  }
}

@media (min-width: 1192px) {
  .reserve-section .form2 .note {
    padding: 0.4375rem 3.125rem 0 0;
  }
}

.reserve-section .form3 {
  margin-top: 8.5333333333vw;
  margin-bottom: 4.2666666667vw;
}

@media (min-width: 768px) {
  .reserve-section .form3 {
    margin-top: 2.6845637584vw;
    margin-bottom: 1.3422818792vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .form3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.reserve-section table#mfp_confirm_table {
  margin-bottom: 8.5333333333vw;
}

@media (min-width: 768px) {
  .reserve-section table#mfp_confirm_table {
    margin-bottom: 2.6845637584vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section table#mfp_confirm_table {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .reserve-section label {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

@media (min-width: 768px) {

  .reserve-section .date td,
  .reserve-section .content td {
    padding-bottom: 0;
  }
}

.reserve-section .date-field {
  width: 100%;
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .reserve-section .date-field {
    width: 23.4899328859vw;
    margin-bottom: 0;
  }
}

@media (min-width: 1192px) {
  .reserve-section .date-field {
    width: 17.5rem;
  }
}

.reserve-section .time-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .time-field {
    width: 23.4899328859vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .time-field {
    width: 17.5rem;
  }
}

.reserve-section .name-field {
  width: 56vw;
}

@media (min-width: 768px) {
  .reserve-section .name-field {
    width: 52.8523489933vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .name-field {
    width: 39.375rem;
  }
}

.reserve-section .tel-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .tel-field {
    width: 52.0134228188vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .tel-field {
    width: 38.75rem;
  }
}

.reserve-section .postal-code-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .postal-code-field {
    width: 23.4899328859vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .postal-code-field {
    width: 17.5rem;
  }
}

.reserve-section .address-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .address-field {
    width: 52.0134228188vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .address-field {
    width: 38.75rem;
  }
}

.reserve-section .pref-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .pref-field {
    width: 23.4899328859vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .pref-field {
    width: 17.5rem;
  }
}

.reserve-section .email-field {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .email-field {
    width: 52.0134228188vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .email-field {
    width: 38.75rem;
  }
}

.reserve-section .textarea {
  width: 100% !important;
  height: 64vw !important;
}

@media (min-width: 768px) {
  .reserve-section .textarea {
    width: 62.0805369128vw !important;
    height: 20.1342281879vw !important;
  }
}

@media (min-width: 1192px) {
  .reserve-section .textarea {
    width: 46.25rem !important;
    height: 15rem !important;
  }
}

.reserve-section .datetime-wrap {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .datetime-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.reserve-section .datetime-wrap label {
  display: block;
}

@media (min-width: 768px) {
  .reserve-section .datetime-wrap label {
    display: inline;
  }
}

@media (min-width: 768px) {
  .reserve-section .datetime-wrap .date-field {
    margin: 0 2.2651006711vw 0 1.1744966443vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .datetime-wrap .date-field {
    margin: 0 1.6875rem 0 0.875rem;
  }
}

@media (min-width: 768px) {
  .reserve-section .datetime-wrap .time-field {
    margin-left: 0.8389261745vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .datetime-wrap .time-field {
    margin-left: 0.625rem;
  }
}

.reserve-section .name-wrap {
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .reserve-section .name-wrap {
    margin-bottom: 1.677852349vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .name-wrap {
    margin-bottom: 1.25rem;
  }
}

.reserve-section .name-wrap+.name-wrap {
  margin-bottom: 0;
}

.reserve-section .name-wrap label {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .reserve-section .name-wrap label {
    width: 4.0268456376vw;
    display: inline-block;
  }
}

@media (min-width: 1192px) {
  .reserve-section .name-wrap label {
    width: 3rem;
  }
}

.reserve-section .tel-wrap {
  width: 100%;
}

.reserve-section .tel-wrap label {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .tel-wrap label {
    width: 52.0134228188vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .tel-wrap label {
    width: 38.75rem;
  }
}

.reserve-section .tel-wrap label .text-field {
  max-width: none;
  width: 100%;
}

.reserve-section .tel-wrap .example {
  padding-left: 1.85em;
  line-height: 1.2;
  text-indent: -1.85em;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .reserve-section .tel-wrap .example {
    padding-top: 1.3333333333vw;
    margin-left: 0;
  }
}

.reserve-section .address-wrap {
  width: 100%;
  margin-bottom: 4vw;
}

@media (min-width: 768px) {
  .reserve-section .address-wrap {
    margin-bottom: 2.0973154362vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (min-width: 1192px) {
  .reserve-section .address-wrap {
    margin-bottom: 1.5625rem;
  }
}

.reserve-section .address-wrap:last-of-type {
  margin-bottom: 0;
}

.reserve-section .address-wrap label {
  display: block;
}

@media (min-width: 768px) {
  .reserve-section .address-wrap label {
    width: 8.9765100671vw;
    display: inline-block;
  }
}

@media (min-width: 1192px) {
  .reserve-section .address-wrap label {
    width: 6.6875rem;
  }
}

.reserve-section .address-wrap .mfp_err {
  width: 100%;
}

.reserve-section .email-wrap {
  width: 100%;
}

.reserve-section .email-wrap label {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .reserve-section .email-wrap label {
    display: inline-block;
  }
}

.reserve-section .message-wrap {
  width: 100%;
}

.reserve-section .message-wrap label {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .reserve-section .message-wrap label {
    display: inline-block;
  }
}

.reserve-section .privacy-wrap p {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
}

@media (min-width: 768px) {
  .reserve-section .privacy-wrap p {
    margin-bottom: 0.8389261745vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .privacy-wrap p {
    margin-bottom: 0.625rem;
    font-size: 1.32875rem;
  }
}

.reserve-section .privacy-wrap p a {
  text-decoration: underline;
}

.reserve-section .example {
  margin-left: 2.6666666667vw;
  font-size: 3.7333333333vw;
}

@media (min-width: 768px) {
  .reserve-section .example {
    margin-left: 1.2583892617vw;
    font-size: 1.783557047vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .example {
    margin-left: 0.9375rem;
    font-size: 1.32875rem;
  }
}

.reserve-section .button-wrap {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reserve-section .mfp_buttons {
  font-size: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .reserve-section .mfp_buttons {
    flex-direction: row;
  }
}

.reserve-section .mfp_buttons #mfp_button_send {
  width: 100%;
  margin: 0 0 6.6666666667vw 0;
}

@media (min-width: 768px) {
  .reserve-section .mfp_buttons #mfp_button_send {
    width: 26.8456375839vw;
    margin: 0 1.677852349vw 0 0;
  }
}

@media (min-width: 1192px) {
  .reserve-section .mfp_buttons #mfp_button_send {
    width: 20rem;
    margin: 0 1.25rem 0 0;
  }
}

.reserve-section .mfp_buttons #mfp_button_cancel {
  width: 100%;
}

@media (min-width: 768px) {
  .reserve-section .mfp_buttons #mfp_button_cancel {
    width: 26.8456375839vw;
    margin: 0 0 0 1.677852349vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .mfp_buttons #mfp_button_cancel {
    width: 20rem;
    margin: 0 0 0 1.5625rem;
  }
}

.reserve-section .notice {
  margin-bottom: 13.8666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.4167127836;
}

@media (min-width: 768px) {
  .reserve-section .notice {
    margin-bottom: 4.3624161074vw;
    font-size: 1.5159395973vw;
  }
}

@media (min-width: 1192px) {
  .reserve-section .notice {
    margin-bottom: 3.25rem;
    font-size: 1.129375rem;
  }
}

.reserve-title {
  width: 100%;
  height: 10.6666666667vw;
  padding-left: 3.2vw;
  margin-bottom: 4.2666666667vw;
  border: 1px solid #a0312e;
  border-left-width: 8vw;
  font-size: 5.8666666667vw;
  color: #a0312e;
  line-height: 1;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .reserve-title {
    padding-left: 1.0067114094vw;
    margin-bottom: 1.3422818792vw;
    border-left-width: 6.3758389262vw;
    font-size: 2.3036912752vw;
  }
}

@media (min-width: 1192px) {
  .reserve-title {
    height: 3.125rem;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    border-left-width: 4.75rem;
    font-size: 1.71625rem;
  }
}

/* ======================================================================================== ^^
	Thanks page
=========================================================================================== ^^ */
.page-thanks .breadcrumbs {
  max-width: 74.5rem;
  padding: 4vw 0 0;
}

@media (min-width: 768px) {
  .page-thanks .breadcrumbs {
    padding-top: 1.2583892617vw;
    margin-bottom: 4.5302013423vw;
  }
}

@media (min-width: 1192px) {
  .page-thanks .breadcrumbs {
    padding-top: 0.9375rem;
    margin-bottom: 3.375rem;
  }
}

.page-thanks .thanks-message {
  min-height: 80vw;
}

@media (min-width: 768px) {
  .page-thanks .thanks-message {
    min-height: 41.9463087248vw;
  }
}

@media (min-width: 1284px) {
  .page-thanks .thanks-message {
    min-height: 31.25rem;
  }
}

.page-thanks .thanks-message_title {
  margin-bottom: 40vw;
  font-size: 9.0666666667vw;
  text-align: center;
}

@media (min-width: 768px) {
  .page-thanks .thanks-message_title {
    margin-bottom: 16.7785234899vw;
    font-size: 3.0201342282vw;
  }
}

@media (min-width: 1284px) {
  .page-thanks .thanks-message_title {
    margin-bottom: 12.5rem;
    font-size: 2.25rem;
  }
}

.page-thanks .thanks-message .btn {
  width: 100%;
  height: 13.3333333333vw;
  margin: 0 auto;
  border-radius: 3px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 6.9333333333vw;
  color: #fff;
  line-height: 1;
  font-weight: normal;
}

@media (min-width: 768px) {
  .page-thanks .thanks-message .btn {
    width: 20.9731543624vw;
    height: 4.1946308725vw;
    font-size: 3.1593959732vw;
  }
}

@media (min-width: 1192px) {
  .page-thanks .thanks-message .btn {
    width: 15.625rem;
    height: 3.125rem;
    font-size: 2.35375rem;
  }
}

.page-thanks .thanks-message .btn_link {
  width: 100%;
  height: 100%;
  background-color: #a0312e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-thanks .thanks-message .btn_link {
    font-size: 1.5100671141vw;
  }
}

@media (min-width: 1192px) {
  .page-thanks .thanks-message .btn_link {
    font-size: 1.125rem;
  }
}

.page-thanks .thanks-message .btn_link:link {
  color: #fff;
}

.page-thanks .thanks-message .btn_link:visited {
  color: #fff;
}

.page-thanks .thanks-message .btn_link:hover {
  color: #fff;
}

.page-thanks .thanks-message .btn_link:focus {
  color: #fff;
}

/* ======================================================================================== ^^
	Concept page
=========================================================================================== ^^ */
.page-concept .page-header {
  width: 100%;
  height: 101.8666666667vw;
  padding-top: 9.6vw;
  margin-bottom: 0.2666666667vw;
  background: url(../images/concept/mv-concept_sp@2x.webp?20220419) no-repeat 50% 50%/cover;
  position: relative;
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .page-concept .page-header {
    height: 45vw;
    padding-top: 3.1152647975vw;
    margin-bottom: 0.3115264798vw;
    background: url(../images/concept/mv-concept_pc@2x.webp?20220419) no-repeat 50% 50%/cover;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header {
    padding-top: 2.5vw;
    margin-bottom: 0.25rem;
  }
}

.no-webp .page-concept .page-header {
  background: url(../images/concept/mv-concept_sp@2x.jpg?20220419) no-repeat 50% 50%/cover;
}

@media (min-width: 768px) {
  .no-webp .page-concept .page-header {
    background: url(../images/concept/mv-concept_pc@2x.jpg?20220419) no-repeat 50% 50%/cover;
  }
}

.page-concept .page-header_title {
  font-size: 5.3333333333vw;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-concept .page-header_title {
    font-size: 2.0794392523vw;
    margin-top: -0.9222222vw;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header_title {
    font-size: 1.66875rem;
    margin-top: -0.555555vw;
  }
}

.page-concept .page-header_title img {
  display: none;
}

@media (min-width: 768px) {
  .page-concept .page-header_title img {
    width: 11.255555555vw;
    display: block;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header_title img {
    width: 10.55555vw;
    max-width: 200px;
  }
}

.page-concept .page-header_titlesp img {
  width: 87.4666666667vw;
}

@media (min-width: 768px) {
  .page-concept .page-header_titlesp img {
    display: none;
  }
}

.page-concept .page-header_title2 {
  display: none;
}

@media (min-width: 768px) {
  .page-concept .page-header_title2 {
    display: block;
    padding-bottom: 8.55555vw;
  }

  .page-concept .page-header_title2 img {
    max-width: 916px;
    width: 69.8555555vw;
  }
}




.page-concept .page-header_note {
  max-width: 80.25rem;
  width: 100%;
  padding: 0 2.6666666667vw;
  margin: 0;
  font-size: 2.6666666667vw;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom: -4.5333333333vw;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .page-concept .page-header_note {
    padding: 0 0.7788161994vw;
    font-size: 0.9345794393vw;
    bottom: -1.7133956386vw;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header_note {
    font-size: 0.75rem;
    bottom: -1.0625rem;
  }
}

.page-concept .breadcrumbs {
  margin-bottom: 4.8vw;
}

@media (min-width: 768px) {
  .page-concept .breadcrumbs {
    margin-bottom: 1.4018691589vw;
  }
}

@media (min-width: 1284px) {
  .page-concept .breadcrumbs {
    margin-bottom: 1.125rem;
  }
}

.concept-images {
  display: flex;
  justify-content: center;
  align-items: center;
}

.concept-image {
  width: 100%;
}

@media (min-width: 768px) {
  .concept-image {
    width: 30.5295950156vw;
    margin: 0 1.3239875389vw 0 0;
  }
}

@media (min-width: 1284px) {
  .concept-image {
    width: 24.5rem;
    margin: 0 1.0625rem 0 0;
  }
}

.concept-image:last-of-type {
  margin: 0;
}

.concept-section {
  text-align: center;
}

.concept-section_sub-title {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
  line-height: 1.75;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .concept-section_sub-title {
    margin-bottom: 2.3364485981vw;
    font-size: 2.0249221184vw;
  }
}

@media (min-width: 1284px) {
  .concept-section_sub-title {
    margin-bottom: 1.875rem;
    font-size: 1.625rem;
  }
}

.concept-section_text {
  padding: 0 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 2.3285899094;
  text-align: left;
}

@media (min-width: 768px) {
  .concept-section_text {
    padding: 0;
    font-size: 1.2040498442vw;
    text-align: center;
  }
}

@media (min-width: 1284px) {
  .concept-section_text {
    font-size: 0.96625rem;
  }
}

.concept-section_text p:last-of-type {
  margin-bottom: 0;
}

.concept-section_text .red {
  color: #a0312e;
}

.concept-section_note {
  max-width: 65rem;
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.25;
  text-align: left;
}

@media (min-width: 768px) {
  .concept-section_note {
    padding: 0 1.5576323988vw;
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .concept-section_note {
    padding: 0;
    font-size: 0.75rem;
  }
}

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

.concept-section.concept01 {
  margin-bottom: 17.3333333333vw;
}

@media (min-width: 768px) {
  .concept-section.concept01 {
    margin-bottom: 5.062305296vw;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept01 {
    margin-bottom: 4.0625rem;
  }
}

.concept-section.concept01 .concept-section_title {
  font-size: 9.0666666667vw;
  line-height: 1.5339467794;
  font-weight: normal;
  text-indent: 0.2em;
  letter-spacing: 0.4em;
}

@media (min-width: 768px) {
  .concept-section.concept01 .concept-section_title {
    font-size: 3.1316199377vw;
    text-indent: 0.4em;
    letter-spacing: 0.8em;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept01 .concept-section_title {
    font-size: 2.513125rem;
  }
}

.concept-section.concept01 .concept-section_text {
  margin-bottom: 14.1333333333vw;
}

@media (min-width: 768px) {
  .concept-section.concept01 .concept-section_text {
    margin-bottom: 4.1277258567vw;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept01 .concept-section_text {
    margin-bottom: 3.3125rem;
  }
}

.concept-section.concept02 {
  margin-bottom: 13.8666666667vw;
}

@media (min-width: 768px) {
  .concept-section.concept02 {
    margin-bottom: 4.0498442368vw;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept02 {
    margin-bottom: 3.25rem;
  }
}

.concept-section.concept02 .concept-section_title img {
  width: 75.2vw;
  margin-bottom: 9.6vw;
}

@media (min-width: 768px) {
  .concept-section.concept02 .concept-section_title img {
    width: 21.9626168224vw;
    margin-bottom: 2.8037383178vw;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept02 .concept-section_title img {
    width: 17.625rem;
    margin-bottom: 2.25rem;
  }
}

.concept-section.concept02 .concept-section_text {
  margin-bottom: 16.8vw;
}

@media (min-width: 768px) {
  .concept-section.concept02 .concept-section_text {
    margin-bottom: 4.9065420561vw;
  }
}

@media (min-width: 1284px) {
  .concept-section.concept02 .concept-section_text {
    margin-bottom: 3.9375rem;
  }
}

/* ======================================================================================== ^^
	About page
=========================================================================================== ^^ */
.page-about .page-header {
  width: 100%;
  height: 29.3333333333vw;
  padding-top: 4vw;
  margin-bottom: 0.2666666667vw;
  background: url(../images/about/mv-about@2x.webp) no-repeat 50% 50%/cover;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.no-webp .page-about .page-header {
  background: url(../images/about/mv-about@2x.jpg) no-repeat 50% 50%/cover;
}

@media (min-width: 768px) {
  .page-about .page-header {
    height: 28.25vw;
    padding-top: 5.7632398754vw;
    margin-bottom: 0.3115264798vw;
  }
}

@media (min-width: 1284px) {
  .page-about .page-header {
    padding-top: 4.625vw;
    margin-bottom: 0.25rem;
  }
}

.page-about .page-header_title {
  font-size: 5.3333333333vw;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-about .page-header_title {
    font-size: 2.0794392523vw;
  }
}

@media (min-width: 1284px) {
  .page-about .page-header_title {
    font-size: 1.66875rem;
  }
}

.page-about .page-header_title img {
  width: 69.3333333333vw;
}

@media (min-width: 768px) {
  .page-about .page-header_title img {
    width: 29.2056074766vw;
  }
}

@media (min-width: 1284px) {
  .page-about .page-header_title img {
    width: 23.4375rem;
  }
}

.page-about .breadcrumbs {
  margin-bottom: 8.5333333333vw;
}

@media (min-width: 768px) {
  .page-about .breadcrumbs {
    margin-bottom: 2.492211838vw;
  }
}

@media (min-width: 1284px) {
  .page-about .breadcrumbs {
    margin-bottom: 2rem;
  }
}

.about01 {
  margin-bottom: 9.3333333333vw;
}

@media (min-width: 768px) {
  .about01 {
    margin-bottom: 2.7258566978vw;
  }
}

@media (min-width: 1284px) {
  .about01 {
    margin-bottom: 2.1875rem;
  }
}

.about-section {
  padding: 0 5.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 1.7497200448;
  text-align: center;
}

@media (min-width: 768px) {
  .about-section {
    padding: 0 1.5576323988vw;
    font-size: 1.3909657321vw;
  }
}

@media (min-width: 1284px) {
  .about-section {
    padding: 0;
    font-size: 1.11625rem;
  }
}

.about-section_title {
  margin-bottom: 2.6666666667vw;
  font-size: 4.8vw;
  line-height: 1.75;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .about-section_title {
    margin-bottom: 0.7788161994vw;
    font-size: 1.738317757vw;
  }
}

@media (min-width: 1284px) {
  .about-section_title {
    margin-bottom: 0.625rem;
    font-size: 1.395rem;
  }
}

.about-section p {
  margin-bottom: 5.3333333333vw;
}

@media (min-width: 768px) {
  .about-section p {
    margin-bottom: 1.5576323988vw;
  }
}

@media (min-width: 1284px) {
  .about-section p {
    margin-bottom: 1.25rem;
  }
}

.about-section .about-contents {
  max-width: 69.875rem;
  width: 100%;
  margin: 0 auto 2.1333333333vw;
}

@media (min-width: 768px) {
  .about-section .about-contents {
    padding: 0;
    margin-bottom: 0.6230529595vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (min-width: 1284px) {
  .about-section .about-contents {
    margin-bottom: 0.5rem;
  }
}

.about-section .about-contents_image {
  width: 100%;
  margin-bottom: 5.3333333333vw;
  display: block;
}

@media (min-width: 768px) {
  .about-section .about-contents_image {
    width: 30.7692307692%;
    margin-bottom: 0;
  }
}

.about-section .about-contents_text {
  width: 100%;
  padding: 5.3333333333vw 0 4vw;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(181, 209, 237, 0.5);
}

@media (min-width: 768px) {
  .about-section .about-contents_text {
    padding: 1.5576323988vw 0 1.1682242991vw;
    width: 67.084078712%;
  }
}

@media (min-width: 1284px) {
  .about-section .about-contents_text {
    padding: 1.25rem 0 0.9375rem;
  }
}

.about-section .about-contents_text ul {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.7503075031;
  letter-spacing: -0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .about-section .about-contents_text ul {
    margin-bottom: 0.7788161994vw;
    font-size: 1.8995327103vw;
  }
}

@media (min-width: 1284px) {
  .about-section .about-contents_text ul {
    margin-bottom: 0.625rem;
    font-size: 1.524375rem;
  }
}

.about-section .about-contents_text p {
  width: 87.4666666667%;
  height: 10.6666666667vw;
  margin: 0 auto;
  background-color: #fff;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .about-section .about-contents_text p {
    height: 3.1152647975vw;
    font-size: 1.6557632399vw;
  }
}

@media (min-width: 1284px) {
  .about-section .about-contents_text p {
    height: 2.5rem;
    font-size: 1.32875rem;
  }
}

.about-section .note {
  max-width: 69.875rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.25;
  text-align: left;
}

@media (min-width: 768px) {
  .about-section .note {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .about-section .note {
    font-size: 0.75rem;
  }
}

.merit-section {
  padding: 0 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.75;
  text-align: center;
}

@media (min-width: 768px) {
  .merit-section {
    padding: 0;
    margin-bottom: 1.5576323988vw;
    font-size: 1.1495327103vw;
  }
}

@media (min-width: 1284px) {
  .merit-section {
    margin-bottom: 1.25rem;
    font-size: 0.9225rem;
  }
}

.merit-section.merit03 {
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .merit-section.merit03 {
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .merit-section.merit03 {
    margin-bottom: 2.5rem;
  }
}

.merit-section_title {
  font-size: 4.8vw;
  line-height: 1.7;
  font-weight: normal;
  text-indent: 0.1em;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .merit-section_title {
    font-size: 2.0280373832vw;
    line-height: 2.1432411674;
  }
}

@media (min-width: 1284px) {
  .merit-section_title {
    font-size: 1.6275rem;
  }
}

.merit-section_title .en {
  margin-bottom: -2.6666666667vw;
  font-size: 4.5333333333vw;
  color: #a0312e;
  line-height: 1.7506673785;
  text-indent: 0.25em;
  letter-spacing: 0.5em;
}

@media (min-width: 768px) {
  .merit-section_title .en {
    margin-bottom: -0.7788161994vw;
    font-size: 1.4587227414vw;
  }
}

@media (min-width: 1284px) {
  .merit-section_title .en {
    margin-bottom: -0.625rem;
    font-size: 1.170625rem;
  }
}

.merit-section_title .num {
  font-size: 9.0666666667vw;
  line-height: 1.7498594716;
  vertical-align: -4px;
}

@media (min-width: 768px) {
  .merit-section_title .num {
    font-size: 2.7710280374vw;
  }
}

@media (min-width: 1284px) {
  .merit-section_title .num {
    font-size: 2.22375rem;
  }
}

.merit-section p:last-of-type {
  margin-bottom: 0;
}

.comparison-section {
  margin-bottom: 10.1333333333vw;
}

@media (min-width: 768px) {
  .comparison-section {
    margin-bottom: 2.9595015576vw;
  }
}

@media (min-width: 1284px) {
  .comparison-section {
    margin-bottom: 2.375rem;
  }
}

.comparison-section_title {
  font-size: 5.8666666667vw;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .comparison-section_title {
    font-size: 2.3481308411vw;
    line-height: 2.1426202322;
  }
}

@media (min-width: 1284px) {
  .comparison-section_title {
    font-size: 1.884375rem;
  }
}

.comparison-section_contents {
  max-width: 76.5rem;
  width: 100%;
  padding: 4vw 4vw 17.3333333333vw;
  margin: 0 auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .comparison-section_contents {
    padding: 1.1682242991vw 1.1682242991vw 5.062305296vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .comparison-section_contents {
    padding: 0.9375rem 0.9375rem 4.0625rem;
  }
}

.comparison-section .note {
  width: 96vw;
  height: 18.6666666667vw;
  margin: -12vw auto 0;
  background-color: #96312e;
  font-size: 5.0666666667vw;
  color: #fff;
  line-height: 1.3307984791;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .comparison-section .note {
    width: 31.4641744548vw;
    height: 5.4517133956vw;
    margin-top: -3.5046728972vw;
    font-size: 1.6386292835vw;
  }
}

@media (min-width: 1284px) {
  .comparison-section .note {
    width: 25.25rem;
    height: 4.375rem;
    margin-top: -2.8125rem;
    font-size: 1.315rem;
  }
}

.comparison-block {
  width: 100%;
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .comparison-block {
    width: 30.8207705193%;
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block {
    margin-bottom: 2.5rem;
  }
}

.comparison-block:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .comparison-block:last-of-type {
    width: 65.3266331658%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.comparison-block:last-of-type ul {
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .comparison-block:last-of-type ul {
    width: 47.1794871795%;
    margin-bottom: 0;
  }
}

.comparison-block:last-of-type ul:last-of-type {
  margin-bottom: 0;
}

.comparison-block_title {
  width: 100%;
  height: 10.6666666667vw;
  background-color: #c2c2c2;
  font-size: 4.2666666667vw;
  line-height: 1;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .comparison-block_title {
    height: 3.1152647975vw;
    font-size: 1.4197819315vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block_title {
    height: 2.5rem;
    font-size: 1.139375rem;
  }
}

.comparison-block_title span {
  margin-left: 2.1333333333vw;
  font-size: 2.6666666667vw;
}

@media (min-width: 768px) {
  .comparison-block_title span {
    margin-left: 0.6230529595vw;
    font-size: 0.9447040498vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block_title span {
    margin-left: 0.5rem;
    font-size: 0.758125rem;
  }
}

.comparison-block ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparison-block ul li:nth-of-type(1) {
  height: 16vw;
  background-color: rgba(181, 209, 237, 0.5);
  font-size: 6.4vw;
  line-height: 2.1432411674;
  text-indent: 0.1em;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .comparison-block ul li:nth-of-type(1) {
    height: 4.6728971963vw;
    font-size: 2.0280373832vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block ul li:nth-of-type(1) {
    height: 3.75rem;
    font-size: 1.6275rem;
  }
}

.comparison-block ul li:nth-of-type(2),
.comparison-block ul li:nth-of-type(3) {
  height: 11.7333333333vw;
  background-color: rgba(220, 220, 220, 0.5);
  font-size: 4vw;
  line-height: 1.7504466945;
}

@media (min-width: 768px) {

  .comparison-block ul li:nth-of-type(2),
  .comparison-block ul li:nth-of-type(3) {
    height: 3.4267912773vw;
    font-size: 1.3076323988vw;
  }
}

@media (min-width: 1284px) {

  .comparison-block ul li:nth-of-type(2),
  .comparison-block ul li:nth-of-type(3) {
    height: 2.75rem;
    font-size: 1.049375rem;
  }
}

.comparison-block ul li:nth-of-type(3) {
  height: 22.9333333333vw;
  padding-top: 2.6666666667vw;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .comparison-block ul li:nth-of-type(3) {
    height: 6.6978193146vw;
    padding-top: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block ul li:nth-of-type(3) {
    height: 5.375rem;
    padding-top: 0.625rem;
  }
}

.comparison-block ul li:nth-of-type(4) {
  padding-top: 5.3333333333vw;
  border-bottom: none;
  font-size: 3.2vw;
  line-height: 1.4227642276;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .comparison-block ul li:nth-of-type(4) {
    padding-top: 3.1152647975vw;
    font-size: 1.1495327103vw;
  }
}

@media (min-width: 1284px) {
  .comparison-block ul li:nth-of-type(4) {
    padding-top: 2.5rem;
    font-size: 0.9225rem;
  }
}

.about-note {
  max-width: 80.25rem;
  width: calc(100% - 10.6666666667vw);
  padding: 2.6666666667vw 5.3333333333vw;
  margin: 0 auto 2.6666666667vw;
  border: 1px solid #37818d;
  background-color: #fff;
}

@media (min-width: 768px) {
  .about-note {
    width: calc(100% - 3.1152647975vw);
    padding: 0 2.3364485981vw 2.3364485981vw;
    margin-bottom: 0.7788161994vw;
  }
}

@media (min-width: 820px) {
  .about-note {
    padding: 0 4.2834890966vw 2.3364485981vw;
  }
}

@media (min-width: 1284px) {
  .about-note {
    width: 100%;
    padding: 0 4.6875rem 1.875rem;
    margin-bottom: 0.625rem;
  }
}

.about-note+.note {
  max-width: 80.25rem;
  width: calc(100% - 10.6666666667vw);
  margin: 0 auto 10.1333333333vw;
  font-size: 2.6666666667vw;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .about-note+.note {
    width: calc(100% - 3.1152647975vw);
    margin-bottom: 2.9595015576vw;
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .about-note+.note {
    width: 100%;
    margin-bottom: 2.375rem;
    font-size: 0.75rem;
  }
}

.about-note_title {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.7777777778;
  text-align: center;
  font-weight: normal;
}

@media (min-width: 768px) {
  .about-note_title {
    margin-bottom: 0.7788161994vw;
    font-size: 1.7242990654vw;
    line-height: 2.1427280939;
  }
}

@media (min-width: 1284px) {
  .about-note_title {
    margin-bottom: 0.625rem;
    font-size: 1.38375rem;
  }
}

.about-note ul {
  width: 100%;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 1.75;
  font-weight: normal;
}

@media (min-width: 768px) {
  .about-note ul {
    font-size: 1.1495327103vw;
  }
}

@media (min-width: 1284px) {
  .about-note ul {
    font-size: 0.9225rem;
  }
}

.about-note ul li {
  margin-bottom: 3.2vw;
}

@media (min-width: 768px) {
  .about-note ul li {
    margin-bottom: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .about-note ul li {
    margin-bottom: 0.75rem;
  }
}

.about-note ul li:last-of-type {
  margin-bottom: 0;
}

.about-note ul span {
  width: 75.7333333333vw;
  font-size: 3.7333333333vw;
  color: #1b6168;
  line-height: 1.7497200448;
  font-weight: normal;
  display: block;
}

@media (min-width: 768px) {
  .about-note ul span {
    width: 22.1183800623vw;
    font-size: 1.3909657321vw;
    display: inline-block;
  }
}

@media (min-width: 1284px) {
  .about-note ul span {
    width: 17.75rem;

    font-size: 1.11625rem;
  }
}

/* ======================================================================================== ^^
	Planning page
=========================================================================================== ^^ */
.page-planning .page-header {
  width: 100%;
  padding-top: 13.3333333333vw;
  margin-bottom: 3.7333333333vw;
  background: url(../images/planning/mv-planning@2x.webp) no-repeat 50% 50%/cover;
  position: relative;
}

@media (min-width: 768px) {
  .page-planning .page-header {
    height: 28.0625vw;
    padding-top: 3.3489096573vw;
    margin-bottom: 1.8691588785vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header {
    padding-top: 2.6875vw;
    margin-bottom: 1.5rem;
  }
}

.no-webp .page-planning .page-header {
  background: url(../images/planning/mv-planning@2x.jpg) no-repeat 50% 50%/cover;
}

.page-planning .page-header_title {
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-planning .page-header_title {
    font-size: 2.0794392523vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header_title {
    font-size: 1.66875rem;
  }
}

.page-planning .page-header_title img {
  width: 54.1333333333vw;
}

@media (min-width: 768px) {
  .page-planning .page-header_title img {
    width: 15.8099688474vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header_title img {
    width: 12.6875rem;
  }
}

.page-planning .breadcrumbs {
  margin-bottom: 4.8vw;
}

@media (min-width: 768px) {
  .page-planning .breadcrumbs {
    margin-bottom: 1.4018691589vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .breadcrumbs {
    margin-bottom: 1.125rem;
  }
}

.planning-section {
  padding: 0 5.3333333333vw;
  font-size: 4vw;
  line-height: 1.7454545455;
  text-align: center;
}

@media (min-width: 768px) {
  .planning-section {
    padding: 0 1.5576323988vw;
    font-size: 1.285046729vw;
  }
}

@media (min-width: 1284px) {
  .planning-section {
    padding: 0;
    font-size: 1.03125rem;
  }
}

.planning-section_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.75;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .planning-section_title {
    margin-bottom: 0;
    font-size: 1.8691588785vw;
  }
}

@media (min-width: 1284px) {
  .planning-section_title {
    font-size: 1.5rem;
  }
}

.planning-section_title .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.planning-section_title .en {
  margin-bottom: -1.6vw;
  font-size: 5.8666666667vw;
  color: #a0312e;
  line-height: 1.75;
  text-indent: 0.25em;
  letter-spacing: 0.5em;
}

@media (min-width: 768px) {
  .planning-section_title .en {
    margin-bottom: -0.4672897196vw;
    font-size: 2.1806853583vw;
  }
}

@media (min-width: 1284px) {
  .planning-section_title .en {
    margin-bottom: -0.375rem;
    font-size: 1.75rem;
  }
}

.planning01 {
  margin-bottom: 4.2666666667vw;
}

@media (min-width: 768px) {
  .planning01 {
    margin-bottom: 1.246105919vw;
  }
}

@media (min-width: 1284px) {
  .planning01 {
    margin-bottom: 1rem;
  }
}

.planning01 p {
  margin-bottom: 5.0666666667vw;
}

@media (min-width: 768px) {
  .planning01 p {
    margin-bottom: 1.4797507788vw;
  }
}

@media (min-width: 1284px) {
  .planning01 p {
    margin-bottom: 1.1875rem;
  }
}

.planning01 .design-image {
  max-width: 51.25rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.planning01 .design-image-note {
  max-width: 51.25rem;
  width: 100%;
  padding-top: 2.6666666667vw;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.75;
  text-align: right;
}

@media (min-width: 768px) {
  .planning01 .design-image-note {
    padding-top: 0.7788161994vw;
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .planning01 .design-image-note {
    padding-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.planning02 {
  margin-bottom: 7.4666666667vw;
}

@media (min-width: 768px) {
  .planning02 {
    margin-bottom: 2.1806853583vw;
  }
}

@media (min-width: 1284px) {
  .planning02 {
    margin-bottom: 1.75rem;
  }
}

.planning02 .planning-section_title+p {
  margin-bottom: 0;
}

.planning02 .land-plan-contents {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto 3.7333333333vw;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents {
    margin-bottom: 1.0903426791vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents {
    margin-bottom: 0.875rem;
  }
}

.planning02 .land-plan-contents_image {
  width: 100%;
  margin-bottom: 8vw;
  display: block;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_image {
    width: 50%;
    margin-bottom: 0;
  }
}

.planning02 .land-plan-contents_content {
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_content {
    width: 50%;
    padding: 4.5171339564vw 11.8269230769% 0 5.2884615385%;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents_content {
    padding-top: 3.625rem;
  }
}

.planning02 .land-plan-contents_content .name {
  width: 100%;
  height: 12.2666666667vw;
  margin-bottom: 8vw;
  background-color: #000;
  font-size: 5.6vw;
  color: #fff;
  line-height: 1.7501094092;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_content .name {
    height: 3.5825545171vw;
    margin-bottom: 2.3364485981vw;
    font-size: 1.7795950156vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents_content .name {
    height: 2.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.428125rem;
  }
}

.planning02 .land-plan-contents_content picture {
  margin-bottom: 1.8666666667vw;
  display: block;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_content picture {
    margin-bottom: 0.5451713396vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents_content picture {
    margin-bottom: 0.4375rem;
  }
}

.planning02 .land-plan-contents_content .name2 {
  margin-bottom: -0.8vw;
  font-size: 5.0666666667vw;
  line-height: 1.7498776309;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_content .name2 {
    margin-bottom: -0.2336448598vw;
    font-size: 1.5911214953vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents_content .name2 {
    margin-bottom: -0.1875rem;
    font-size: 1.276875rem;
  }
}

.planning02 .land-plan-contents_content .text {
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .planning02 .land-plan-contents_content .text {
    font-size: 1.3146417445vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .land-plan-contents_content .text {
    font-size: 1.055rem;
  }
}

.planning02 .menu {
  max-width: 80.25rem;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .planning02 .menu {
    padding: 0 1.246105919vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu {
    padding: 0 1rem;
  }
}

.planning02 .menu li {
  width: 100%;
  height: 26.6666666667vw;
  margin-bottom: 4.5333333333vw;
  background: url(../images/common/bg06.webp) no-repeat 50% 50%/110%;
}

@media (min-width: 768px) {
  .planning02 .menu li {
    width: 49.2811501597%;
    height: 11.6822429907vw;
    margin-bottom: 1.3239875389vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li {
    height: 9.375rem;
    margin-bottom: 1.0625rem;
  }
}

.planning02 .menu li.coming-soon {
  padding-top: 0;
  font-size: 5.0666666667vw;
  line-height: 2.1873828271;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media (min-width: 768px) {
  .planning02 .menu li.coming-soon {
    padding-top: 1.7133956386vw;
    font-size: 2.0771028037vw;
    line-height: 1.7499062617;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li.coming-soon {
    padding-top: 1.375rem;
    font-size: 1.666875rem;
  }
}

.planning02 .menu li.coming-soon .big {
  font-size: 11.4666666667vw;
  line-height: 2.1875;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .planning02 .menu li.coming-soon .big {
    font-size: 4.3364485981vw;
    line-height: 1.75;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li.coming-soon .big {
    font-size: 3.48rem;
  }
}

.planning02 .menu li.coming-soon .small {
  margin-left: 5.3333333333vw;
  font-size: 5.0666666667vw;
  line-height: 2.1875;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .planning02 .menu li.coming-soon .small {
    margin-left: 5.4517133956vw;
    font-size: 2.0249221184vw;
    line-height: 1.75;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li.coming-soon .small {
    margin-left: 4.375rem;
    font-size: 1.625rem;
  }
}

.no-webp .planning02 .menu li {
  background: url(../images/common/bg06.jpg) no-repeat 50% 50%/110%;
}

.planning02 .menu li a {
  width: 100%;
  height: 100%;
  margin-bottom: 2.1333333333vw;
  font-size: 4vw;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.planning02 .menu li a .img {
  width: 80vw;
  height: 7.2vw;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .planning02 .menu li a .img {
    width: 35.2024922118vw;
    height: 3.1931464174vw;
    margin-bottom: 0rem;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li a .img {
    width: 28.25rem;
    height: 2.5625rem;
    margin-bottom: 0rem;
  }

}

.planning02 .menu li a .price_svg {
  margin: 0;
  background-color: #9e302c;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  padding-top: 1.755555vw;
  width: 80vw;
  height: 8.1555555vw;
}

.price_svg img {
  max-width: 320px;
  width: 39vw;
}

@media (min-width: 768px) {
  .planning02 .menu li a .price_svg {
    width: 35.2024922118vw;
    margin-bottom: 0rem;
    height: 3.75555vw;
    padding-top: 1vw;
  }

  .price_svg img {
    max-width: 220px;
    width: 17.95555vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li a .price_svg {
    width: 28.25rem;
    height: 42px;
    padding-top: 8px;
  }

}



.planning02 .menu li a .more {
  width: 80vw;
  height: 6.9333333333vw;
  margin-bottom: 0;
  background-color: #000;
  font-size: 3.2vw;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .planning02 .menu li a .more {
    width: 35.2024922118vw;
    height: 2.0249221184vw;
    font-size: 1.312305296vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li a .more {
    width: 28.25rem;
    height: 1.625rem;
    font-size: 1.053125rem;
  }
}

.planning02 .menu li a .more::after {
  width: 5.3333333333vw;
  height: 3.2vw;
  margin-left: 2.6666666667vw;
  background: url(../images/common/icon-arrow04.svg) no-repeat 50% 50%/cover;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  .planning02 .menu li a .more::after {
    width: 1.9470404984vw;
    height: 1.1682242991vw;
    margin-left: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .planning02 .menu li a .more::after {
    width: 1.5625rem;
    height: 0.9375rem;
    margin-left: 0.625rem;
  }
}

.planning03 {
  margin-bottom: 11.7333333333vw;
}

@media (min-width: 768px) {
  .planning03 {
    margin-bottom: 3.4267912773vw;
  }
}

@media (min-width: 1284px) {
  .planning03 {
    margin-bottom: 2.75rem;
  }
}

.planning03 .planning-section_title {
  margin-bottom: 3.4666666667vw;
}

@media (min-width: 768px) {
  .planning03 .planning-section_title {
    margin-bottom: 1.0124610592vw;
  }
}

@media (min-width: 1284px) {
  .planning03 .planning-section_title {
    margin-bottom: 0.8125rem;
  }
}

.plan_header {
  margin-bottom: 8.5333333333vw;
  text-align: center;
}

@media (min-width: 768px) {
  .plan_header {
    margin-bottom: 2.492211838vw;
  }
}

@media (min-width: 1284px) {
  .plan_header {
    margin-bottom: 2rem;
  }
}

.plan_header-image {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .plan_header-image {
    width: 41.9003115265vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-image {
    width: 33.625rem;
  }
}

.plan_header-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.plan_header-area li {
  font-size: 3.2vw;
  line-height: 1.750533049;
}

@media (min-width: 768px) {
  .plan_header-area li {
    font-size: 1.0957943925vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-area li {
    font-size: 0.879375rem;
  }
}

.plan_header-area li:first-of-type {
  margin-right: 2.6666666667vw;
}

@media (min-width: 768px) {
  .plan_header-area li:first-of-type {
    margin-right: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-area li:first-of-type {
    margin-right: 0.625rem;
  }
}

.plan_header-area li .area1 {
  margin-left: 1.8666666667vw;
  font-size: 6.4vw;
  line-height: 1.7497116494;
}

@media (min-width: 768px) {
  .plan_header-area li .area1 {
    margin-left: 0.5451713396vw;
    font-size: 2.0257009346vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-area li .area1 {
    margin-left: 0.4375rem;
    font-size: 1.625625rem;
  }
}

.plan_header-area li .area2 {
  font-size: 4.2666666667vw;
  line-height: 1.7505494505;
}

@media (min-width: 768px) {
  .plan_header-area li .area2 {
    font-size: 1.4174454829vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-area li .area2 {
    font-size: 1.1375rem;
  }
}

.plan_header-area li.floor {
  width: 100%;
  margin-top: -1.3333333333vw;
  text-align: center;
}

@media (min-width: 768px) {
  .plan_header-area li.floor {
    margin-top: -0.3894080997vw;
  }
}

@media (min-width: 1284px) {
  .plan_header-area li.floor {
    margin-top: -0.3125rem;
  }
}

.plan_header-area li.floor sup {
  top: -0.4rem;
}

.plan_header-area .price_ti {
  /* width: 90%; */
  margin: 0 auto;
  background-color: #9e302c;
  padding: 0px 2rem;
  color: #FFFFFF;
  padding-bottom: 0.5rem;
  position: relative;
}

.plan_header-area .price_ti img {
  position: absolute;
  max-width: 180px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767.5px) {
  .plan_header-area .price_ti {
    font-size: 3.9vw;
  }

}

.plan_header-area .price_ti .area5 {
  margin: 0 auto;
  margin-left: 0;
}

@media (min-width: 768px) {
  .plan_header-area li.price_ti .area1 {
    font-size: 2.725701vw;
  }

  .plan_header-area .price_ti {
    padding-bottom: 0;
    font-size: 1.3vw;
  }

  .plan_header-area .price_ti .area5 {
    margin: 0 auto;
    margin-left: 1rem;
  }

}




@media (min-width: 1284px) {
  .plan_header-area li.price_ti .area1 {
    font-size: 2.0rem;
  }

  .plan_header-area .price_ti {
    padding-bottom: 0;
    font-size: 1.059375rem;

  }


}

.plan_menu {
  max-width: 43.4375rem;
  width: 100%;
  margin: 0 auto 4vw;
}

@media (min-width: 768px) {
  .plan_menu {
    margin-bottom: 1.1682242991vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1284px) {
  .plan_menu {
    margin-bottom: 0.9375rem;
  }
}

.plan_menu li {
  width: 100%;
  height: 12.2666666667vw;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .plan_menu li {
    width: 49.2086330935%;
    height: 3.5825545171vw;
  }
}

@media (min-width: 1284px) {
  .plan_menu li {
    height: 2.875rem;
  }
}

.plan_image {
  max-width: 44.6875rem;
  width: 100%;
  margin: 0 auto 10.1333333333vw;
  display: block;
}

@media (min-width: 768px) {
  .plan_image {
    margin-bottom: 2.9595015576vw;
  }
}

@media (min-width: 1284px) {
  .plan_image {
    margin-bottom: 2.375rem;
  }
}

.plan_note {
  max-width: 44.6875rem;
  width: 100%;
  padding-left: 1em;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.25;
  text-align: left;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .plan_note {
    font-size: 0.9345794393vw;
  }
}

@media (min-width: 1284px) {
  .plan_note {
    font-size: 0.75rem;
  }
}

.a-style .plan_menu li {
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .a-style .plan_menu li {
    margin-bottom: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .a-style .plan_menu li {
    margin-bottom: 0.625rem;
  }
}

.a-style .plan_menu li:nth-of-type(1) img {
  width: 51.7333333333vw;
}

@media (min-width: 768px) {
  .a-style .plan_menu li:nth-of-type(1) img {
    width: 15.1090342679vw;
  }
}

@media (min-width: 1284px) {
  .a-style .plan_menu li:nth-of-type(1) img {
    width: 12.125rem;
  }
}

.a-style .plan_menu li:nth-of-type(2) img {
  width: 41.8666666667vw;
}

@media (min-width: 768px) {
  .a-style .plan_menu li:nth-of-type(2) img {
    width: 12.2274143302vw;
  }
}

@media (min-width: 1284px) {
  .a-style .plan_menu li:nth-of-type(2) img {
    width: 9.8125rem;
  }
}

.a-style .plan_menu li:nth-of-type(3) img {
  width: 70.9333333333vw;
}

@media (min-width: 768px) {
  .a-style .plan_menu li:nth-of-type(3) img {
    width: 20.7165109034vw;
  }
}

@media (min-width: 1284px) {
  .a-style .plan_menu li:nth-of-type(3) img {
    width: 16.625rem;
  }
}

.a-style .plan_menu li:nth-of-type(4) img {
  width: 53.6vw;
}

@media (min-width: 768px) {
  .a-style .plan_menu li:nth-of-type(4) img {
    width: 15.6542056075vw;
  }
}

@media (min-width: 1284px) {
  .a-style .plan_menu li:nth-of-type(4) img {
    width: 12.5625rem;
  }
}


.compact {
  max-width: 1000px;
  margin: 0 auto 2em auto;
  text-align: center;
}

.compact .text01 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}

.compact .text02 {
  margin: 0 auto;
  font-size: 27.5px;
  font-weight: bold;
}

.compact .text02 .en {
  color: #9e302c;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.compact .green {
  background-color: #badedb47;
  padding: 15px 0vw;
  margin: 0 45px;
  border-top: 2px solid #627a8659;
  border-bottom: 2px solid #627a8659;
  color: #627a86;
}

.compact .kodawari {
  color: #627a86;
  font-weight: bold;
  margin: 0;
  font-size: 28px;
}

.compact .meritbox {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 2em;
}

.compact .meritbox li {
  font-size: 18px;
  margin: 0;
}

.compact .meritbox li:nth-child(2) {
  margin: 0 1.5em;
}

.compact .meritbox li .merit {
  width: 57px;
  color: #FFFFFF;
  background-color: #627a86;
  border-radius: 28.5px;
  /* height: 57px; */
  font-size: 15px;
  padding-bottom: 4.5px;
  padding-top: 2.0px;
  margin: 0 auto;
}

.compact .meritbox li .merit span {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 25px;
}

.compact .meritbox li .txt1 {
  color: #000000;
  font-weight: bold;
  margin: 0;
}

.compact .meritbox li .txt2 {
  text-align: left;
  font-size: 0.70em;
  color: #000000;
  margin: 0;
  font-weight: bold;
}

@media (max-width: 1284px) and (min-width: 769px) {
  .compact {
    margin: 0 auto 2.855vw auto;
  }

  .compact .text01 {
    font-size: 1.65555vw;
  }

  .compact .text02 {
    font-size: 2.1110vw;
  }

  .compact .green {
    background-color: #badedb47;
    padding: 1.471vw 0;
    margin: 0 1.45vw;
  }

  .compact .kodawari {
    font-size: 2.3110vw;
  }

  .compact .meritbox li {
    font-size: 1.49711vw;
    max-width: 273px;
  }

  .compact .meritbox li .txt1 {
    font-size: 1.43vw;
  }

  .compact .meritbox li .txt2 {
    font-size: 1.03vw;
  }

}

@media (max-width: 768px) {
  .compact .text01 {
    font-size: 16px;
  }

  .compact .text02 {
    font-size: 20.5px;
  }

  .compact .green {
    width: 100%;
    margin: 0;
    padding: 7px 0;
  }

  .compact .kodawari {
    color: #627a86;
    font-weight: bold;
    margin: 0;
    font-size: 21px;
  }

  .compact .meritbox {
    margin: 0px 1em;
    flex-wrap: wrap;
    padding-bottom: 1em;
  }

  .compact .meritbox li {
    font-size: 18px;
    margin: 0;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0em;
  }

  .compact .meritbox li:nth-child(2) {
    margin: 0;
  }

}

/* ======================================================================================== ^^
	Map page
=========================================================================================== ^^ */
.page-map .breadcrumbs {
  padding-top: 2.6666666667vw;
}

@media (min-width: 768px) {
  .page-map .breadcrumbs {
    padding-top: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .page-map .breadcrumbs {
    padding-top: 0.625rem;
  }
}

.map-section {
  max-width: 80.25rem;
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .map-section {
    padding: 0 1.5576323988vw;
  }
}

@media (min-width: 1284px) {
  .map-section {
    padding: 0 1rem;
  }
}

.map-section.map02 {
  margin-bottom: 10.6666666667vw;
}

@media (min-width: 768px) {
  .map-section.map02 {
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .map-section.map02 {
    margin-bottom: 2.5rem;
  }
}

.map-section_title {
  margin-bottom: 2.9333333333vw;
  font-size: 4.8vw;
  line-height: 2.0525;
  text-indent: 0.1em;
  letter-spacing: 0.2em;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .map-section_title {
    margin-bottom: 0.8566978193vw;
    font-size: 1.8271028037vw;
    line-height: 1.7497868713;
  }
}

@media (min-width: 1284px) {
  .map-section_title {
    margin-bottom: 0.6875rem;
    font-size: 1.46625rem;
  }
}

.map-section_title img {
  width: 32vw;
}

@media (min-width: 768px) {
  .map-section_title img {
    width: 10.9034267913vw;
  }
}

@media (min-width: 1284px) {
  .map-section_title img {
    width: 8.75rem;
  }
}

.map-section_title span {
  width: 64vw;
  padding-top: 1.8666666667vw;
  margin-top: 1.8666666667vw;
  border-top: 1px solid #000;
  line-height: 1;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .map-section_title span {
    width: 21.3395638629vw;
    padding-top: 0.5451713396vw;
    margin-top: 0.5451713396vw;
  }
}

@media (min-width: 1284px) {
  .map-section_title span {
    width: 17.125rem;
    padding-top: 0.4375rem;
    margin-top: 0.4375rem;
  }
}

.map-section .map {
  position: relative;
  z-index: 100;
}

.map-section .map .note {
  width: 100%;
  padding: 0 3.7333333333vw 0 0;
  margin: 0;
  font-size: 3.2vw;
  line-height: 1.7498655191;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (min-width: 768px) {
  .map-section .map .note {
    padding: 1.9470404984vw 1.0903426791vw 0 0;
    font-size: 1.4478193146vw;
  }
}

@media (min-width: 1284px) {
  .map-section .map .note {
    padding: 1.5625rem 0.875rem 0 0;
    font-size: 1.161875rem;
  }
}

.map-section .map .note::before {
  width: 10.9333333333vw;
  height: 2.1333333333vw;
  margin-right: 1.6vw;
  background: url(../images/map/icon-dot.svg) no-repeat 50% 50%/100% auto;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  .map-section .map .note::before {
    width: 3.1931464174vw;
    height: 0.6230529595vw;
    margin-right: 0.4672897196vw;
  }
}

@media (min-width: 1284px) {
  .map-section .map .note::before {
    width: 2.5625rem;
    height: 0.5rem;
    margin-right: 0.375rem;
  }
}

.map-section p.map-link {
  width: 100%;
  margin: 2.6666666667vw auto 9.3333333333vw;
  height: 9.3333333333vw;
  background-color: #fff;
  font-size: 4.2666666667vw;
  line-height: 1.7498364944;
  text-align: center;
  position: relative;
  z-index: 200;
}

@media (min-width: 768px) {
  .map-section p.map-link {
    width: 43.4579439252vw;
    height: 3.9719626168vw;
    margin-top: -2.6479750779vw;
    margin-bottom: 1.1682242991vw;
    font-size: 2.3816199377vw;
  }
}

@media (min-width: 1284px) {
  .map-section p.map-link {
    width: 34.875rem;
    height: 3.1875rem;
    margin-top: -2.125rem;
    margin-bottom: 0.9375rem;
    font-size: 1.91125rem;
  }
}

.map-section p.map-link a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-section p.map-link a:link {
  color: #000;
}

.map-section p.map-link a:visited {
  color: #000;
}

.map-section p.map-link a:hover {
  color: #000;
}

.map-section p.map-link a:focus {
  color: #000;
}

.map-section p.map-link a::after {
  width: 6.5013333333vw;
  height: 4.2666666667vw;
  margin-left: 3.4666666667vw;
  background: url(../images/common/icon-arrow.svg) no-repeat 50% 50%/cover;
  content: " ";
  display: block;
}

@media (min-width: 768px) {
  .map-section p.map-link a::after {
    width: 2.7258566978vw;
    height: 1.7912772586vw;
    margin-left: 1.0124610592vw;
  }
}

@media (min-width: 1284px) {
  .map-section p.map-link a::after {
    width: 2.1875rem;
    height: 1.4375rem;
    margin-left: 0.8125rem;
  }
}

.map-section_title2 {
  width: 100%;
  font-size: 8vw;
  line-height: 1.750257732;
  text-align: center;
  font-weight: normal;
  text-indent: 0.1em;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .map-section_title2 {
    font-size: 3.0218068536vw;
  }
}

@media (min-width: 1284px) {
  .map-section_title2 {
    font-size: 2.425rem;
  }
}

.map-section_title2 span {
  font-size: 9.6vw;
  color: #93212a;
  line-height: 1.7499018453;
}

@media (min-width: 768px) {
  .map-section_title2 span {
    font-size: 3.9672897196vw;
  }
}

@media (min-width: 1284px) {
  .map-section_title2 span {
    font-size: 3.18375rem;
  }
}

.map-section .route {
  width: 100%;
  margin-top: -3.4666666667vw;
  margin-bottom: 5.3333333333vw;
  border-top: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

@media (min-width: 768px) {
  .map-section .route {
    margin-top: -1.0124610592vw;
    margin-bottom: 0.5451713396vw;
    flex-direction: row;
  }
}

@media (min-width: 1284px) {
  .map-section .route {
    margin-top: -0.8125rem;
    margin-bottom: 0.4375rem;
  }
}

.map-section .route li {
  font-size: 5.2vw;
  line-height: 1.903991485;
  text-align: center;
}

@media (min-width: 768px) {
  .map-section .route li {
    font-size: 1.633956386vw;
    text-align: right;
  }
}

@media (min-width: 1284px) {
  .map-section .route li {
    font-size: 1.374375rem;
  }
}

.map-section .route li .big {
  font-size: 4.8vw;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .map-section .route li .big {
    font-size: 1.5026479751vw;
    line-height: 1.7498976668;
  }

  .access-access .map-section .route li .big {
    font-size: 1.1526479751vw;
    line-height: 1.7498976668;
  }

  .access-access .map-section {
    padding: 0 0 1em 0;
  }
}

@media (min-width: 1284px) {
  .map-section .route li .big {
    font-size: 1.226875rem;
  }
}

.map-section .route li .num {
  font-size: 6.4vw;
  color: #93212a;
  line-height: 1.5384615385;
}

@media (min-width: 768px) {
  .map-section .route li .num {
    font-size: 2.6074766355vw;
    line-height: 1.75;
  }
}

@media (min-width: 1284px) {
  .map-section .route li .num {
    font-size: 2.0925rem;
  }
}

.map-section .address {
  margin-bottom: 0;
  font-size: 4.2666666667vw;
  line-height: 1.34;
  text-align: center;
}

@media (min-width: 768px) {
  .map-section .address {
    font-size: 1.6355140187vw;
    line-height: 1.1485714286;
  }
}

@media (min-width: 1284px) {
  .map-section .address {
    font-size: 1.3125rem;
  }
}

/* ======================================================================================== ^^
	Outline page
=========================================================================================== ^^ */
.page-outline .breadcrumbs {
  padding-top: 2.6666666667vw;
  margin-bottom: 11.2vw;
}

@media (min-width: 768px) {
  .page-outline .breadcrumbs {
    padding-top: 1.1682242991vw;
    margin-bottom: 3.2710280374vw;
  }
}

@media (min-width: 1284px) {
  .page-outline .breadcrumbs {
    padding-top: 0.9375rem;
    margin-bottom: 2.625rem;
  }
}

.outline-section {
  max-width: 71.75rem;
  width: 100%;
  padding: 0 5.3333333333vw;
  margin: 0 auto 10.6666666667vw;
}

@media (min-width: 768px) {
  .outline-section {
    padding: 0 1.5576323988vw;
    margin-bottom: 3.1152647975vw;
  }
}

@media (min-width: 1284px) {
  .outline-section {
    padding: 0;
    margin-bottom: 2.5rem;
  }
}

.outline-section_title {
  width: 100%;
  height: 7.4666666667vw;
  padding: 0 4vw;
  margin-bottom: 8vw;
  background-color: #000;
  font-size: 4.5333333333vw;
  color: #fff;
  line-height: 1;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 768px) {
  .outline-section_title {
    height: 2.1806853583vw;
    padding: 0 1.1682242991vw;
    margin-bottom: 2.3364485981vw;
    font-size: 1.4781931464vw;
  }
}

@media (min-width: 1284px) {
  .outline-section_title {
    height: 1.75rem;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem;
    font-size: 1.18625rem;
  }
}

.outline-section .table-outline {
  margin-bottom: 2.6666666667vw;
}

@media (min-width: 768px) {
  .outline-section .table-outline {
    margin-bottom: 0.7788161994vw;
  }
}

@media (min-width: 1284px) {
  .outline-section .table-outline {
    margin-bottom: 0.625rem;
  }
}

.outline-note {
  padding-top: 5.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.7501764291;
}

@media (min-width: 768px) {
  .outline-note {
    padding-top: 1.5576323988vw;
    padding-left: 32.8397212544%;
    font-size: 1.1035825545vw;
  }
}

@media (min-width: 1284px) {
  .outline-note {
    padding-top: 1.25rem;
    font-size: 0.885625rem;
  }
}



.yearimg {
  max-width: 750px;
  padding: 0 0%;
  text-align: center;
  margin: 0 auto;
}

.noalink {
  color: #00000054 !important;
  pointer-events: none;
}


.site-footer_links2 {
  margin: 9px 0;
}

.site-footer_links2_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  max-width: 1284px;
}

.site-footer_links2_ul li {
  padding-right: 1vw;
}

.site-footer_links2_ul li:last-child {
  padding-right: 0;

}

.site-footer_links2_ul li a {
  display: block;
}

.site-footer_links2_ul li a img {
  max-width: 100%;
  /* max-height: 50px; */
}

.site-footer_links2_ul li.logo_sumica a img {
  max-height: 41px;
}

.site-footer_links2_ul li.logo_c21smica a img {
  max-height: 42px;
  width: auto;
}

.site-footer_links2_ul li.logo_free_dial a img {
  max-height: 25px;
  margin-top: 10px;
}

.site-footer_links2_ul li.footer_pmark a img {
  max-height: 33px;

}

.site-footer_links2_ul li.footer_url_mail a img {
  max-height: 30px;

}

.nocusor {
  pointer-events: none;
}

@media (min-width: 768.1px) {

  .text_sumica_sp {
    display: none;
  }

  .text_sumica_pc {
    max-width: 1284px;
    margin: 0 auto;
  }

  .text_sumica_pc img {
    max-width: 678px;
    margin-left: 1vw;
    margin-top: 1vw;
  }

}

@media (max-width: 1284px) {}



@media (max-width: 768px) {
  .site-footer_links2_ul {
    flex-wrap: wrap;
  }

  .site-footer_links2_ul li {
    padding-right: 1vw;
    width: 100%;
    margin: 1.5vw;
  }

  .site-footer_links2_ul li a {
    display: block;
    text-align: center;
  }

  .site-footer_links2_ul li a img {
    max-width: 100%;
    /* max-height: 50px; */
    height: auto;
    width: auto;
  }

  .site-footer_links2_ul li.footer_pmark a img {
    max-height: 33px;

  }

  .text_sumica_pc {
    display: none;
  }

  .text_sumica_sp {
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 3.9vw;

  }


}


/*
equipment
*/

.page-equipment .page-header {
  width: 100%;
  padding-top: 13.3333333333vw;
  margin-bottom: 3.7333333333vw;
  background: url(../images/equipment/mv-equipment.webp) no-repeat 50% 50%/cover;
  position: relative;
}

@media (min-width: 768px) {
  .page-equipment .page-header {
    height: 28.0625vw;
    padding-top: 3.3489096573vw;
    margin-bottom: 1.8691588785vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .page-header {
    padding-top: 2.6875vw;
    margin-bottom: 1.5rem;
  }
}

.no-webp .page-equipment .page-header {
  background: url(../images/equipment/mv-equipment.jpg) no-repeat 50% 50%/cover;
}

.page-equipment .page-header_title {
  font-size: 5.3333333333vw;
  color: #fff;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 2px 2px 8px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-equipment .page-header_title {
    font-size: 2.0794392523vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .page-header_title {
    font-size: 1.66875rem;
  }
}

.page-equipment .page-header_title img {
  width: 54.1333333333vw;
}

@media (min-width: 768px) {
  .page-equipment .page-header_title img {
    width: 15.8099688474vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .page-header_title img {
    width: 12.6875rem;
  }
}

.page-equipment .breadcrumbs {
  margin-bottom: 4.8vw;
}

@media (min-width: 768px) {
  .page-equipment .breadcrumbs {
    margin-bottom: 1.4018691589vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .breadcrumbs {
    margin-bottom: 1.125rem;
  }
}

.equipment-section {
  padding: 0 5.3333333333vw;
  font-size: 4vw;
  line-height: 1.7454545455;
  text-align: center;
}

@media (min-width: 768px) {
  .equipment-section {
    padding: 0 1.5576323988vw;
    font-size: 1.285046729vw;
  }
}

@media (min-width: 1284px) {
  .equipment-section {
    padding: 0;
    font-size: 1.03125rem;
  }
}

.equipment-section_title {
  margin-bottom: 5.3333333333vw;
  font-size: 4.8vw;
  line-height: 1.75;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .equipment-section_title {
    margin-bottom: 0;
    font-size: 1.8691588785vw;
  }
}

@media (min-width: 1284px) {
  .equipment-section_title {
    font-size: 1.5rem;
  }
}

.equip-section {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
}

.pt25vw {
  padding-top: 7.5vw !important;
}

.equipbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  padding: 0px 40px;
  font-size: 14px;
  flex-wrap: wrap;
}

.equipbox .title {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c90a8;
  left: 36%;
}

.equipbox .title p:nth-child(1) {
  margin: 0;
  padding: 0;
  font-size: 1.9em;
  line-height: 1em;
  padding-bottom: 0.1em;
}

.equipbox .title p:nth-child(2) {
  margin: 0;
  padding: 0;
  font-size: 1.63em;
  line-height: 1em;
  padding-top: 0.2em;
  border-top: 1px solid #4c90a8;
}

.equipbox li {
  width: 30%;
  max-width: 348px;
  margin-top: 3em;
}

.equipbox li:nth-child(2) {
  margin-top: 0;
}

.equipbox li:nth-child(3) {
  margin-top: 0;
}

.equipbox li:nth-child(4) {
  margin-top: 0;
}

.equipbox li:nth-child(3) {
  padding-top: 75px;
}

.equipbox li:nth-child(4) {
  padding-top: 75px;
}

.equipbox li .textspace {
  line-height: 1em;
  padding-top: 1.5em;
}

.equipbox li .textspace .title2 {
  margin: 0;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
}

.equipbox li .textspace .text2 {
  padding: 0;
  margin: 0;
  padding-top: 0.4em;
  line-height: 1.4em;
  font-weight: bold;
}

.equipbox li .textspace .line2 {
  margin: 0.4em 0.3em 0.1em 0.3em;
  padding: 0 0;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 1280px) and (min-width: 769px) {

  .equipbox .title p:nth-child(1) {
    font-size: 2.08111vw;
  }

  .equipbox .title p:nth-child(2) {
    font-size: 1.78111vw;
  }

  .equipbox li:nth-child(3) {
    padding-top: 6vw;
  }

  .equipbox li:nth-child(4) {
    padding-top: 6vw;
  }

  .equipbox li .textspace .text2 {
    font-size: 1.1vw;
  }

  .equipbox li .textspace .title2 {
    font-size: 1.23vw;
  }


}

@media (max-width: 768px) {


  .equip-section {
    padding-top: 10vw;
  }

  .equipbox {
    display: flex;
    position: relative;
    justify-content: space-around;
    padding: 0px 2.95vw;
    flex-wrap: wrap;
  }

  .equipbox .title {
    position: relative;
    width: 100%;
    padding-bottom: 2em;
    left: 0;
  }

  .equipbox .title p:nth-child(1) {
    font-size: 1.5em;
  }

  .equipbox .title p:nth-child(2) {
    font-size: 1.30em;
  }

  .equipbox li {
    width: 46%;
    max-width: none;
    margin-left: 2%;
    margin-right: auto;
  }

  .equipbox li:nth-child(2) {
    width: 96%;
  }

  .equipbox li:nth-child(3) {
    margin-top: 3em;
    padding-top: 0;
  }

  .equipbox li:nth-child(4) {
    margin-top: 3em;
    padding-top: 0;
  }

  .equipbox li .textspace .title2 {
    font-size: 0.9em;
  }

  .equipbox li .textspace .text2 {
    font-size: 0.9em;
    font-weight: normal;
  }


}


.sectitle {
  padding: 0 7%;
}

.sectitle .sectitle_01 {
  height: 25px;
}

.sectitle .line3 {
  margin: 0;
  padding: 0;
  border-top: 1px solid #8c62396b;
  border-bottom: 1px solid #FFFFFF;
  line-height: 0;
  padding-top: 0.5em;
}

.sectitle .sectitle_02 {
  height: 23px;
}


.shiyoudiv {
  background-color: #FFFFFF;
  padding: 50px 50px 50px 50px;
  font-size: 14px;
  max-width: calc(1200px);
  margin: 0 auto;
}

.shiyoudiv p {
  margin: 0;
  padding: 0;
}

.shiyoudiv .title_shiyou {
  font-size: 2em;
  text-align: center;
  padding-bottom: 1em;
}

.redwh {
  background-color: #9e302c;
  color: #FFFFFF;
}

.shiyouul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shiyouul01 .shiyouli01 {
  max-width: 360px;
  border: 1px solid #CCCCCC;
}

.shiyouul01 .title_01 {
  font-size: 1.3em;
  font-weight: bold;
  background-color: #f8f6ef;
  padding: 0.8em 0 0.8em 0.5em;
  line-height: 1em;
}

.shiyouul01 .text_01 {
  font-size: 1.15em;
  font-weight: bold;
  padding-top: 0.5em;
  padding-left: 0.5em;
}

.shiyouul01 .shiyouli01 img {
  padding: 0.0em 1.0em 1.0em 1.0em;
}




.shiyouul01 .shiyouli02 {
  max-width: 720px;
  width: 100%;

}


.shiyouul01 .shiyouli02 img {
  max-width: 337px;
  margin: 0 auto;
  display: block;
}


.shiyouli02 .kaiteki li:nth-child(1) {
  border-right: 1px solid #f8f6ef;
  width: 100%;
  max-width: 418px;
}

.shiyouli02 .kaiteki li:nth-child(2) {
  max-width: 300px;
  width: 100%;
}

.shiyouli02 .kaiteki li:nth-child(2) .text_01 {
  padding-bottom: 1em;
}

.shiyouli02 .kaiteki li:nth-child(2) img {
  max-width: 264px;
}

.shiyouul01 .shiyouli04 {
  max-width: 360px;
  margin-top: 1em;
}

.title_02 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-bottom: 0;

}

.kaiteki {
  display: flex;
  border: 1px solid #CCCCCC;
}


.shiyoudiv01 {
  display: flex;
  max-width: 100%;
  width: 100%;
}

.shiyouul01 .shiyouli03 {
  max-width: 700px;
  border: 1px solid #f8f6ef;
  margin-top: 1em;
}

.shiyouul01 .shiyouli03 .title_01 {
  text-align: center;
}

.shiyoudiv01 .imgleft {
  width: 50%;
  padding: 1.3em 1em 1em 2em;
}

.shiyoudiv01 .imgright {
  width: 50%;
  padding: 0.5em;
}

.shiyouli04 .title_02 {
  text-align: left;
  padding-left: 1em;
  border: none;
  background-color: #f8f6ef;
}

.shiyouli04 .text_02 {
  font-size: 0.9em;
  padding: 0.2em 0;
}

.textul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

.textul li {
  width: 49%;
  background-color: #627a860f;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 1.7em;
  line-height: 2.5em;
  margin: 0.3em 0;
}

.textul li span {
  color: #a0312e;
}

.textul li span.num {
  font-size: 1.8em;
  vertical-align: baseline;
  line-height: 1em;
  position: relative;
  top: 0.1em;
}

.plan_note2 {
  max-width: 1100px;
  width: 100%;
  padding-left: 1em;
  margin: 0 auto;
  font-size: 2.6666666667vw;
  line-height: 1.25;
  text-align: left;
  text-indent: -1em;
  padding-bottom: 2em;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 1280px) and (min-width: 769px) {
  .shiyoudiv {
    font-size: 1.14511vw;
    padding: 4.2vw;
    max-width: calc(1280px + 2.1vw);
  }

  .shiyouul01 .shiyouli01 {
    max-width: 29.8555vw;
  }

  .shiyouul01 .shiyouli02 {
    max-width: 60.111vw;
  }

  .shiyouul01 .shiyouli03 {
    max-width: 58.4111vw;
  }

  .shiyouul01 .shiyouli04 {
    max-width: 29.8511vw;
  }

}

@media (max-width: 768px) {

  .shiyoudiv .title_shiyou {
    font-size: 1.4em;
  }

  .shiyoudiv {
    padding: 2vw;
  }

  .shiyouul01 .text_01 {
    font-size: 1.0em;
    font-weight: normal;
    padding-top: 0.5em;
    padding-left: 0.5em;
  }

  .shiyouul01 .shiyouli02 {
    margin-top: 1em;
  }

  .kaiteki {
    display: flex;
    border: 1px solid #CCCCCC;
    flex-wrap: wrap;
  }

  .shiyouul01 .title_01 {
    font-size: 1.1em;
  }

  .shiyouli02 .kaiteki li:nth-child(2) {
    padding-bottom: 1em;
    max-width: 100%;
  }

  .shiyoudiv01 {
    width: 100%;
    flex-wrap: wrap;
  }

  .shiyoudiv01 .imgleft {
    padding: 1.3em 1em 1em 2em;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .shiyoudiv01 .imgright {
    padding: 0.5em;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .textul li {
    margin: 0.3em 0;
    width: 100%;
    font-size: 1.1em;
  }

  .shiyouul01 .shiyouli03 .title_01 {
    text-align: left;
    line-height: 1.3em;
  }

  .plan_note2 {
    font-size: 14px;
    padding-top: 1em;
    font-weight: normal;
  }

  .shiyouli02 .kaiteki li:nth-child(1) {
    max-width: 100%;
    /* text-align: center; */
  }


  .shiyouul01 .shiyouli01 {
    max-width: 360px;
    border: 1px solid #CCCCCC;
    max-width: 100%;
  }

  .shiyouul01 .shiyouli04 {
    max-width: 100%;
  }


}




body#whiteb {
  background: #FFF !important;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }

}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }

}

@media (max-width: 767.9px) {
  .main-visual_title {
    position: absolute;
    width: 37vw;
  }
}



.kado {
  position: absolute;
  max-width: 200px;
  right: 0;
  top: -1vw;
  width: 11%;
}

.kado img {

  position: relative;
  z-index: 1000;
}

@media (max-width: 1550px) {
  .kado {
    top: -16vw;
  }

}


@media (max-width: 767px) {

  .kado {
    top: -81vw;
    width: 17%;
  }

}








.textimgsp {
  width: 80%;
  margin: 3.25555vw auto 0 auto;
  display: block;
}

#gnav5 span {
  color: #CCCCCC;
}

#gnav4 span {
  color: #CCCCCC;
}

#gnav3 span {
  color: #CCCCCC;
}

#gnav7 span {
  color: #CCCCCC;
}

#gnav8 span {
  color: #CCCCCC;
}

.site-navigation_sp-item:nth-child(9) span {
  color: #CCCCCC;
}

#gnav5,
#gnav4,
#gnav3,
#gnav7,
#gnav8 {
  pointer-events: none;
}

.site-footer-navigation_item:nth-child(3),
.site-footer-navigation_item:nth-child(4),
.site-footer-navigation_item:nth-child(5),
.site-footer-navigation_item:nth-child(7),
.site-footer-navigation_item:nth-child(8),
.site-footer-navigation_item:nth-child(9) {
  pointer-events: none;
}

.site-footer-navigation_item:nth-child(3) a,
.site-footer-navigation_item:nth-child(4) a,
.site-footer-navigation_item:nth-child(5) a,
.site-footer-navigation_item:nth-child(7) a,
.site-footer-navigation_item:nth-child(8) a,
.site-footer-navigation_item:nth-child(9) a {
  color: #CCCCCC;
}


.footer-navi {
  display: none;
}

.lower-fixed {
  display: none;
}

/* ボタンをキラッとさせる */
.shine_bottom a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
}

.site-header_links .btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg,
      rgba(255, 255, 255, 0) 25%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 75%);
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
  pointer-events: none;
}

@-webkit-keyframes shine2 {
  100% {
    left: 100%;
  }
}

@keyframes shine2 {
  100% {
    left: 100%;
  }
}




@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}