@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 {
  background-color: #fff;
  padding: 0;
}

main {
	display: block;
	padding-top: 8rem;
}
@media ( max-width:1284px ){
	main{
		padding-top: 7rem;
	}
}
@media ( max-width:768px ){
	main{
padding-top: 25vw;	
}
}

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
============================================================================================ ^^ */

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .pc {
    display: none;
  }
}

.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;
}

.label_title {
  display: flex;
  height: 1.75rem;
  padding: 0 0.9375rem;
  margin-bottom: 0.2em;
  font-size: 1.18625rem;
  color: #000;
  line-height: 1;
  text-align: left;
  font-weight: normal;
  background: #dcdddd;
  align-items: center;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  position: relative;
  width: 47.5%;
}
.flex.flex-row {
  flex-direction: row-reverse;
}
.label_title-t {
  margin: 32px auto 0;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  text-align: center;
}
/* ======================================================================================== ^^
	Site header
=========================================================================================== ^^ */
.site-header {
  width: 100%;
  background-color: #fff;
  position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.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;
  position: relative;
}

.site-header_inner .hd_line {
  position: absolute;
  max-width: 356px;
  right: 23%;
  top: 21%;
  width: 15%;
}

@media (max-width: 768px) {
  .site-header_inner .hd_line {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header_inner {
    height: 4.125rem;
    padding: 0 1rem;
    flex-direction: row;
  }
}

@media (min-width: 1284px) {
  .site-header_inner {
    height: 4.125rem;
    padding: 0 1rem;
  }
}

.site-header_logo {
  width: 36.5vw;
  margin: 0;
  order: 2;
}

@media (min-width: 768px) {
  .site-header_logo {
    width: 14.4rem;
    order: 1;
  }
}

@media (min-width: 1284px) {
  .site-header_logo {
    width: 11.9rem;
  }
}

.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.5vw;
  color: #000;
  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.4vw;
    text-align: left;
    order: 2;
  }
}

@media (min-width: 1284px) {
  .site-header_description {
    margin-left: 1.625rem;
    font-size: 1.1rem;
  }
}

.site-header_links {
  display: none;
  justify-content: right;
  align-items: center;
  order: 3;
}

@media (min-width: 768px) {
  .site-header_links {
    width: 31.258567vw;
    display: flex;
  }
}

@media (min-width: 1284px) {
  .site-header_links {
    width: 24.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: 20.9563862928vw;
    height: 2.5700934579vw;
    margin-left: 1rem;
  }
}

@media (min-width: 1284px) {
  .site-header_links .btn {
    width: 15.1875rem;
    height: 2.0625rem;
    margin-left: 1rem;
  }
}

.site-header_links .btn_link {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_hd_btn.jpg) 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: #fff;
  /*border:1px solid #AD9D62;*/
  font-weight: bold;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 3px;
  overflow: hidden;
  position: relative;
}

.site-header_links .btn_link::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;
}

@-webkit-keyframes shine2 {
  100% {
    left: 100%;
  }
}

@keyframes shine2 {
  100% {
    left: 100%;
  }
}

@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;
}

.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: #000;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-open::after {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-open span {
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  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;
}

@media (min-width: 768px) {
  .navigation_box {
    border-top: 1px solid #d9d9d9;
    padding: 5px 0 0 0;
    margin: 5px auto 0;
  }

  .site-navigation {
    width: 100%;
    height: auto;
    padding-top: 0;
    /*border-bottom: 1px solid #000;
    border-top: 1px solid #000;*/
    display: block;
    position: static;
    max-width: 1260px;
    margin: 0 auto;
  }
}

/* .is-navi-fixed .site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  right: 0;
} */

.site-navigation_menu {
  /* max-width: 80.25rem; */
  /*background-image: url(../images/common/site_nav_bg.png);*/
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
}

@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: 2.525rem;*/
    /* 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 .site-navigation_link {
    border-left: 1px solid #000;
  }

  .site-navigation_item.is-current .site-navigation_link {
    /* border-left: 1px solid #000; */
  }
}

.site-navigation_item.off .site-navigation_link {
  pointer-events: none;
}

.site-navigation_item.off .site-navigation_link span {
  opacity: 0.3;
}

.site-navigation_item.is-current {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../images/common/site_nav_bd_bg.png);
  background-size: cover;
  background-position: bottom;
}

.site-navigation_item:hover {
  background-image: url(../images/common/site_nav_bd_bg.png);
  background-size: cover;
  background-position: bottom;
}

.site-navigation_item.off:hover {
  background-image: none;
}

.site-navigation_item.is-current .site-navigation_link {
  /*background-image: url(../images/common/site_nav_bd_bg.png);
    background-size: cover;
    background-position: bottom;*/
  /*border-left: 1px solid #000;*/
}

.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;
    color: #000;
    height: 50%;
    border-right: 1px solid #000;
    margin: 0.5vw auto 0px;
  }
}

@media (min-width: 1284px) {
  .site-navigation_link {
    color: #000;
    height: 50%;
    border-right: 1px solid #000;
    margin: 0.5vw auto 0px;
    font-size: 0.87vw;
  }
}

.site-navigation_link:link {
  color: #000;
}

.site-navigation_link:visited {
  color: #000;
}

.site-navigation_link:hover {
  /*background-image: url(../images/common/site_nav_bd_bg.png);
    background-size: cover;
    background-position: bottom;*/
}

.site-navigation_link:focus {
  color: #000;
}

.site-navigation_link.off {
  pointer-events: none;
  color: gray;
}

.is-menu-open .site-navigation {
  display: block;
}

.is-menu-open {
  height: 100%;
  overflow: hidden;
}

/* ======================================================================================== ^^
	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;
}

.site-footer-navigation_item.off .site-footer-navigation_link {
  pointer-events: none;
  opacity: 0.3;
}

.site-footer-navigation_link.off {
  pointer-events: none;
  color: gray !important;
}

@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: #c1272d; */
  /* 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;
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-navi_link::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;
}

@media (min-width: 768px) {
  .footer-navi_menu {
    flex-direction: row;
  }
}

.footer-navi_item {
  width: 64vw;
  /* height: 10.6666666667vw; */
  height: 60px;
  margin: 10px auto;
}

@media (min-width: 768px) {
  .footer-navi_item {
    /* width: 29.2056074766vw; */
    width: 80%;
    height: 60px;
    /* height: 2.8816199377vw; */
    margin: 30px 1.0903426791vw;
    /* padding:6.5189vw; */
  }
}

@media (min-width: 1284px) {
  .footer-navi_item {
    width: 80%;
    max-width: 1100px;
    /* height: 75px; */
    height: 3.90625vw;
    margin: 30px 0.875rem;
  }
}

.footer-navi_link {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg02.png);
  background-size: cover;
  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: 2.34;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 19px 0;
}

@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%; */
  /* padding: 19px 0; */
}

.footer-navi_link:link {
  color: #a0312e;
}

.footer-navi_item .footer-navi_link {
  color: #fff !important;
  /* font-weight: bold; */
  /* font-size: 32px; */
  font-size: max(20px, 1.6666vw);
  padding: 19px 0;
  background: url(../images/common/bg02.png);
}

.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;
  display: none;
}

@media (min-width: 768px) {
  .footer-navi_link span {
    margin: 0.4672897196vw 0 0 0.3894080997vw;
    font-size: 1.0015576324vw;
    display: none;
  }
}

@media (min-width: 1284px) {
  .footer-navi_link span {
    margin: 0.375rem 0 0 0.3125rem;
    font-size: 0.80375rem;
    display: inline;
  }
}

/* ======================================================================================== ^^
	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: 999;
  }
}

@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%;
  top: 12.5rem;
}

@media (min-width: 768px) {
  .fixed-navi {
    width: 2.6479750779vw;
    position: fixed;
    top: 15.5763239875vw;
    right: 0;
    z-index: 999;
  }
}

@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: 25.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) {
  .fixed-navi_link span .nakakuro {
    position: relative;
    left: 0.2em;
  }
}

@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;
  }
}

.fixed-navi_link:link {
  color: #fff;
}

.fixed-navi_link span {
  color: #fff;
  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: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 20vw;
  left: 0;
  z-index: 1000;
}

@media (min-width: 768px) {
  .lower-fixed {
    width: auto;
    padding: 0;
    background-color: transparent;
    position: static;
    bottom: 20vw;
  }
}

/* ======================================================================================== ^^
	Main visual
=========================================================================================== ^^ */

@media (min-width: 768px) {
  .main-visual::after {
    background: none;
  }
}

@media (min-width: 1284px) {
  .main-visual::after {
    background: none;
  }
}

.no-webp .main-visual {
  background: none;
}

@media (min-width: 768px) {
  .no-webp .main-visual {
    background: none;
  }
}

.mv-link_off {
  display: block;
  pointer-events: none;
}

.main-visual_inner {
  width: 100%;
  height: 57.6vw;
  padding: 0vw 5.86666667vw 0vw 5.86666667vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 150;
  overflow: hidden;
}

@media (min-width: 768px) {
  .main-visual_inner {
    height: 100%;
    padding: 0 6.453125vw 0;
  }
}

@media (min-width: 1284px) {
  .main-visual_inner {
    height: 100%;
    padding: 0rem 6.453125vw 0;
  }
}

@media (min-width: 1500px) {
  .main-visual_inner {
    height: 100%;
    padding: 0rem 6.453125vw 0;
  }
}

.main-visual_title {
  width: 100%;
  max-width: 2439px;
  margin: 3vw auto 0;
  opacity: 0;
  transition: opacity 1s linear 2.5s;
}

@media (max-width: 768px) {
  .main-visual_title {
  }
}

.main-visual_title2 {
  width: 20%;
  max-width: 544px;
  /* margin: 1vw 0 0 auto; */
  opacity: 0;
  transition: opacity 1s linear 2.5s;
  position: absolute;
  bottom: 9vw;
  left: 4%;
}

.main-visual_title3 {
  width: 35%;
  max-width: 380px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999999999999999999;
  margin: 0;
}

@media (max-width: 768px) {
}

.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: 2em;
  }
}

.main-visual_img {
  opacity: 0;
  transition: opacity 1s linear 4.5s;
}

.main-visual_note {
  width: 100%;
  padding: 0 4.2666666667vw;
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1;
  text-align: left;
}

@media (min-width: 768px) {
  .main-visual_note {
    padding: 0 1.246105919vw;
    font-size: 13px;
    text-align: right;
  }
}

@media (min-width: 1284px) {
  .main-visual_note {
    padding: 0 1rem;
    font-size: 13px;
  }
}

.main-visual.is-active::after {
  opacity: 1;
}

.main-visual.is-active .main-visual_title,
.main-visual.is-active .main-visual_title2 {
  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%;
}

@media (min-width: 768px) {
  .top-band {
    height: 6.051713vw;
  }
}

@media (min-width: 1284px) {
  .top-band {
    height: 4.375rem;
  }
}

.top-band_inner {
  max-width: 1229px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .top-band_inner {
    padding: 0 2.246105919vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .top-band_inner {
    padding: 0 1rem;
    max-width: 1330px;
  }
}

.sp.top-band_inner {
  /*padding: 3vw 1vw;*/
}

.top-band.band1_sp {
  background-color: #000;
}

.top-band.band1.sp .band-content {
  background: none;
}

.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: 77.46%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content01 img {
    width: 65.735202vw;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content01 img {
    width: 57.5rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content02 {
    width: 35.71947115%;
  }
}

.top-band.band1 .band-content02 img {
  height: 7.2vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content02 img {
    width: 31.560748vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content02 img {
    width: 25.4645rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content03 {
    width: 21.2666667%;
  }
}

.top-band.band1 .band-content03 img {
  height: 5.8666666667vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content03 img {
    width: 18.707165vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content03 img {
    width: 14rem;
  }
}

@media (min-width: 768px) {
  .top-band.band1 .band-content04 {
    width: 21.64503%;
  }
}

.top-band.band1 .band-content04 img {
  height: 7.2vw;
}

@media (min-width: 768px) {
  .top-band.band1 .band-content04 img {
    width: 19.149533vw;
    height: auto;
  }
}

@media (min-width: 1284px) {
  .top-band.band1 .band-content04 img {
    width: 14.54rem;
  }
}

.band-content05 {
  margin-bottom: 13px;
}

.band-content06 {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 3vw;
}

.top-band.band2 {
  background-color: #000;
}

.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;
  }

  .top-band.band3 {
    display: block !important;
  }
}

.top-band.band3 {
  background: url(../images/top/train_bg.png) no-repeat 50% 50%/110%;
  height: 5vw;
  max-height: 66px;
}

.top-band.band3_sp {
  background: url(../images/top/train_bg.png) no-repeat 50% 50%/110%;
}

.top-band.band3_sp .top-band_inner {
  max-width: 1229px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  height: 17vw;
  background: url(../images/top/train_bg.png) no-repeat 50% 50%/100% 100%;
  padding: 1vw 0;
}

.top-band.band3 p {
  padding: 2.6666666667vw 1.3333333333vw;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .top-band.band3 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;
}

@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;
  }
}

.information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  width: 100%;
  margin: 10px auto 50px;
  padding: 0 16px;
}

.information_sp {
}

.tel-sp_img {
  padding: 6.5189vw;
}

.reserve-btn_sp {
  margin: auto;
  width: 60%;
  margin-bottom: 20px;
}

.yokoku_sp {
  margin-top: 4.5189vw;
  /* margin-bottom: 3.5189vw; */
  padding-left: 6.5189vw;
  padding-right: 6.5189vw;
  /* background-color: rgba(230, 230, 230, 0.4); */
}

.yokoku_sp img {
  width: 66.24%;
  margin: 0 auto 7vw;
  display: block;
}

.yoyaku-sp_image {
  width: 60% !important;
}

.yokoku_title {
  font-size: 6vw;
  color: #c0272d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media ( max-width:768px ){
	.yokoku_title {
		margin-top: 0;
	}
}

.yokoku_text {
  font-size: 3.8vw;
  margin-top: 10px;
  margin-bottom: 0;
}

.info_area {
  background: url(../images/top/info_bg.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.info_area_inner {
  text-align: center;
  max-width: 660px;
  margin: 0px auto;
  padding: 5vw 0;
  width: 95%;
}

.info_area_inner p {
  color: #fff;
  letter-spacing: 2px;
  margin: 0 auto 0.2rem;
  line-height: 1.4;
}

.info_area_inner p.tit {
  font-size: 14px;
  margin: 0 auto 1vw;
}

.info_area_inner p.catch01 {
  font-size: 20px;
}

.info_area_inner p.catch02 {
  font-size: 30px;
  color: #a49557;
}

.info_area_inner p.txt {
  font-size: 16px;
}

.info_area_inner p.btn {
  max-width: 197px;
  margin: 1.5vw auto 0;
}

.top-link_image.nairan {
  display: flex;
  align-items: center;
}

.top-link_image.nairan img {
  vertical-align: bottom;
  max-width: 559px;
}

.top-link_image.nairan p {
  margin: 0 auto;
  margin-left: 2%;
}

.top-reserve {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 53%;
  padding-left: 1%;
  gap: 1.5625vw;
}

.top-link_image__inner {
  width: 75.88%;
  display: flex;
  align-items: center;
}

.top-link_image.--reserve {
  width: 43%;
  margin-top: 0;
  margin-left: 6%;
}

@media (max-width: 768px) {
  .information {
    flex-direction: column;
  }

  .top-link_image.nairan {
    width: 98%;
    display: block;
  }

  .top-link_image.nairan img {
    vertical-align: bottom;
    max-width: 595px;
    width: 100%;
    display: block;
    margin: 0 auto 2%;
  }

  .top-link_image.nairan p {
    margin: 0 auto 2%;
    margin-left: auto;
    font-size: 14px;
  }

  .top-reserve {
    width: 98%;
  }

  .info_area {
    background-size: cover;
  }

  .info_area_inner {
    padding: 50px 0px;
  }

  .info_area_inner p.tit {
    font-size: 10px;
    margin: 0 auto 20px;
  }

  .info_area_inner p.catch01 {
    font-size: 16px;
  }

  .info_area_inner p.catch02 {
    font-size: 26px;
  }

  .info_area_inner p.txt {
    font-size: 12px;
    margin: 0 auto 1rem;
  }
}

/* room-tour */
.room-tour {
  padding: 0 16px;
  margin: auto;
  margin-top: 70px;
  max-width: 1240px;
}

@media (max-width: 767px) {
  .room-tour {
    padding: 6.5189vw;
    margin-top: 0;
  }
}

/* ======================================================================================== ^^
	Top Page
=========================================================================================== ^^ */
.main-content {
  position: relative;
  max-width: 1284px;
  padding: 0 1rem;
  margin: 0 auto;
  overflow: hidden;
}
.main-content1 {
  padding: 15.6rem 1.42rem 1.42rem;
  margin-bottom: 1.2rem;
}
.main-title {
  position: absolute;
  top: 5.6rem;
  right: 0.8rem;
  width: 46.889rem;
  z-index: 1;
}
.main-content1 .content2 {
  display: flex;
  align-items: flex-start;
}
.content-infocard {
  position: relative;
  width: 33.4%;
  min-width: 33.4%;
  padding: 6rem 1.2rem 2rem 2.18rem;
  background: rgba(255,255,255,0.85);
}
.content-title {
  font-size: 1.656rem;
  letter-spacing: 0.36rem;
  line-height: 2;
  font-weight: 600;
}
.main-content1 .content2 p {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2.1;
}
.content-img {
  position: relative;
}
.content-img img {
  width: 100%;
}
.content3 {
  display: flex;
}
.content3 .content-img-tag {
  position: absolute;
  bottom: 1.4rem;
  right: -0.2rem;
  left: -0.8rem;
  z-index: 1;
}
.content3 .content-infocard {
  padding-top: 4.5rem;
  text-align: center;
}
.content3 p {
  max-width: 18rem;
  margin: 0 auto 2rem;
}
.content3 .conetnt-point {
  display: flex;
  width: 100%;
  max-width: 18rem;
  height: 39px;
  margin: 0 auto 2rem;
  font-size: 1.256rem;
  font-weight: 700;
  letter-spacing: 0.5rem;
  color: #FFF;
  background: #000;
  align-items: center;
  justify-content: center;
}
.content3 .content-title {
  margin-bottom: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.4;
}
.content3 .content-links {
  font-size: 0;
}
.content3 .content-links a {
  margin: 0 auto;
}
.content3 .content-links a:first-child {
  display: block;
  margin-bottom: 1.6rem;
}
.main-content2 {
  padding: 0;
}
.content4 {
  display: flex;
  justify-content: space-between;
}
.pickup-point {
  position: relative;
  display: flex;
  width: 32.5%;
  padding: 2.5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.873rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  background: url(../images/top/bg02.png) 50% 50% / cover no-repeat;
  align-items: center;
  justify-content: center;
}
.pp-point-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 56px;
}
.pickup-point p {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.ppoint3 p:nth-child(2) {
  font-size: 3.3rem;
}
.ppoint3 p:nth-child(2) span {
  margin: 0 0.3rem;
  font-size: 1.38rem;
  font-weight: 700;
}

.an-btn {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 243px;
  height: 34px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  background: #c2272d;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.an-btn span {
  color: #FFF;
}
.an-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;
}

@media (max-width: 768px) {
  .main-content1 {
    padding: 20vw 6.418vw 6.418vw;
    margin-bottom: 6.2vw;
  }
  .main-title {
    top: 11vw;
    right: 1.6vw;
    width: 70vw;
  }
  .main-content1 .content2 {
    flex-wrap: wrap;
  }
  .content-infocard {
    width: 100%;
    min-width: 100%;
    padding: 7vw;
    margin-top: 3vw;
    order: 1;
  }
  .content-title {
    font-size: 7.2vw;
    line-height: 1.7;
  }
  .main-content1 .content2 p {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .content3 {
    display: block;
  }
  .content-img {
    width: 100%;
    font-size: 0;
  }
  .content3 .content-infocard {
    padding-top: 11vw;
    margin-top: 0;
  }
  .content3 .conetnt-point {
    height: 10vw;
    margin-bottom: 7.7vw;
    font-size: 6vw;
  }
  .content3 .content-title {
    margin-bottom: 7.7vw;
  }
  .content4 {
    display: block;
  }
  .pickup-point {
    width: 100%;
    padding: 12vw 2vw;
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .ppoint3 {
    padding: 8vw 2vw;
  }
  .ppoint3 p:nth-child(2) {
    font-size: 14.5vw;
  }
  .ppoint3 p:nth-child(2) span {
    padding-bottom: 0.5vw;
    margin: 0 1.2vw;
    font-size: 5.88vw;
  }

  /*レイアウト変更*/
  .top-page {
    display: flex;
    flex-wrap: wrap;
  }
  .main-content1 {
    width: 100%;
    order: 1;
  }
  .main-content2 {
    width: 100%;
    padding-top: 4vw;
  }
  .content-infocard {
    margin-top: 0;
  }

  .content4 {
    display: flex;
    margin: 0 1.4%;
  }
  .pickup-point {
    width: 32.5%;
    padding: 3.4vw 1vw;
    font-size: 3.3vw;
  }
  .ppoint3 p:nth-child(2) {
    font-size: 7vw;
  }
  .ppoint3 p:nth-child(2) span {
    font-size: 2.947vw;
    font-weight: 600;
  }

  .content3 .content-img-tag {
    display: none;
  }

  .pp-point-icon {
    top: -2vw;
    left: -0.8vw;
    width: 7.2vw;
    filter: drop-shadow(2px 4px 6px white);
  }
}

@media (min-width: 767px) {
  .top-page {
    display: flex;
    flex-wrap: wrap;
  }
  .kv_wrap {
    width: 100%;
    max-width: 1284px;
    margin: 0 auto 2rem;
  }
  .main-content1 {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  .main-content2 {
    width: 100%;
  }
  .content2 .content-img {
    display: none;
  }
  .content2 .content-infocard {
    width: 100%;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: -0.05rem;
    text-align: center;
  }
  .content3 .content-img-tag {
    display: none;
  }
}

/* ======================================================================================== ^^
	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;
  }
}

.mv-note {
  font-size: 10px;
  margin-bottom: 0;
  text-align: right;
}

/* ======================================================================================== ^^
	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;
}

.breadcrumbs_item a {
  /* pointer-events: none; */
}

@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;
  }
}
.table-outline td span.td-top {
  display: inline-block;
  width: 18px;
  text-align: center;
}

.table-outline td ul.price_list li {
  overflow: hidden;
}

.table-outline td ul.price_list li span {
  float: left;
  width: 17px;
}

.table-outline td ul.price_list li span + span {
  width: auto;
}

td.outline__price span.price{
	display: inline-block;
	width: 5vw;
	text-align: right;
	max-width: 66px;
}
@media ( max-width:768px ){
	td.outline__price span.price{
		width:12vw;
	}

}
/* ======================================================================================== ^^
	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 .u-sp {
  display: none;
}

@media (max-width: 768px) {
  .page-access .u-sp {
    display: block;
  }
}

.page-access .page-header {
  width: 100%;
  margin-bottom: 0.2666666667vw;
  background: url(../images/access/mv-access.jpg) no-repeat 50% 50% / cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-access .page-header {
    height: 23.0625vw;
    margin-bottom: 0.3115264798vw;
    background: url(../images/access/mv-access.jpg) no-repeat 50% 50% / cover;
  }
}

@media (min-width: 1284px) {
  .page-access .page-header {
    margin-bottom: 0;
  }
}

.page-access .page-header_title {
  margin: 0;
  font-size: 8.3333333333vw;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.05em;
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

@media (min-width: 768px) {
  .page-access .page-header_title {
    font-size: 3vw;
    color: #000;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .page-access .page-header_title {
    font-size: 2.8rem;
  }
}

.page-access .catch {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .page-access .catch {
    margin-top: 30px;
  }
}

.page-access .catch__inner {
  max-width: 1170px;
  padding: 30px 25px 50px;
  margin: auto;
  margin-top: 20px;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .page-access .catch__inner {
    padding: 0 15px;
  }
}

.page-access .catch-title {
  color: #808080;
  font-size: max(2.7vw, 30px);
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .page-access .catch-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.page-access .catch-text {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .page-access .catch-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
}

.page-access .catch-text__top {
  font-size: 1.4375rem;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .page-access .catch-text__top {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 2;
  }
}

.page-access .catch__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  color: #4c4948;
  text-align: left;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .page-access .catch__cards {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-access .card-title {
  font-size: 1.6875rem;
  margin-top: 20px;
}

.page-access .card-text {
  font-size: 1.25rem;
}

.page-access .catch__image {
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-access .catch__image {
    margin-top: 20px;
  }
}

.page-access .catch__image--bottom {
  margin-top: 20px;
}

.page-access .interior {
  margin-top: 5.4rem;
}

@media (max-width: 768px) {
  .page-access .interior {
    margin-top: 2rem;
  }
}

.page-access .section__inner {
  max-width: 960px;
  /* padding: 0 25px; */
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-access .section__inner {
    /* padding: 0 15px; */
  }
}

.page-access .section__title {
  color: #b38f30;
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: normal;
}

@media (max-width: 768px) {
  .page-access .section__title {
    font-size: 20px;
  }
}

.page-access .section__text {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .page-access .section__text {
    font-size: 15px;
  }
}

.page-access .interior-image {
  width: 80.56%;
}

.page-access .interior-image__title {
  text-align: left;
  font-size: 9px;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-access .grid-item1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.page-access .grid-item2 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.page-access .grid-item3 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.page-access .grid-item4 {
  grid-row: 1/3;
  grid-column: 3/4;
  text-align: left;
  margin-left: 15px;
}

.page-access .grid-item4 ol li {
  font-size: 12px;
  line-height: 1.75;
  display: flex;
  align-items: center;
}

.page-access .grid-item4 ol li:not(:first-child) {
  margin-top: 3.5px;
}

.page-access .grid-item4 ol li span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #bfae73;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
}

.page-access .life {
  margin-top: 5.4rem;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .page-access .life {
    margin-top: 2rem;
  }
}

.page-access .life__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

@media (max-width: 768px) {
  .page-access .life__images {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.page-access .life__lists {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .page-access .life__lists {
    margin-top: 2rem;
    flex-direction: column;
  }
}

.page-access .life__list--left {
  width: 47.25%;
}

@media (max-width: 768px) {
  .page-access .life__list--left {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}

.page-access .list__title {
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
  margin-top: 10px;
}

.page-access .list__item {
  font-size: 15px;
  line-height: 1.855;
  /* text-align-last: justify; */
  display: flex;
  justify-content: space-between;
}
@media ( max-width:374px ){
	.page-access .list__item {
font-size: 12px;
	}
}

.page-access .list__item span {
  text-align-last: justify;
  display: block;
  width: 82%;
}

.page-access .list__item p {
  text-align-last: justify;
  display: block;
  width: 18%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-access .list__item span {
    width: 78%;
  }

  .page-access .list__item--small span {
    letter-spacing: -0.1em;
    font-size: 14px;
  }

  .page-access .list__item p {
    width: 22%;
  }
}

.page-access .shop-list .list__item {
  line-height: 1.985;
}

.page-access .life__list--right {
  padding-left: 5px;
  width: 47.25%;
}

@media (max-width: 768px) {
  .page-access .life__list--right {
    width: 100%;
    max-width: 450px;
    padding-left: 0;
    margin: auto;
  }
}

.page-access .list__annotation {
  text-align: left;
  font-size: 10px;
  line-height: 1.9;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .page-access .list__annotation {
    text-align: center;
  }
}

.page-access .map {
  margin-top: 60px;
  padding: 20px 20px 50px;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .page-access .map {
    margin-top: 30px;
  }
}

.page-access .map-btn {
  margin-top: 20px;
  width: 52.78%;
  margin: auto;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .page-access .map-btn {
    width: min(100%, 364px);
  }
}

.page-access .train {
  margin-top: 5.4rem;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .page-access .train {
    margin-top: 2.4rem;
    margin-bottom: 30px;
  }
}

.page-access .train__sub-title {
  font-size: 1.56rem;
  line-height: 1.2968;
  margin-top: 40px;
  letter-spacing: 0.18em;
  padding-bottom: 14px;
  border-bottom: 1px solid #af8925;
}

.access-line {
  margin-top: 50px;
  width: 85%;
}

@media (max-width: 768px) {
  .page-access .train__sub-title {
    margin-top: 20px;
    font-size: 20px;
  }
}

.page-access .station {
  width: 85%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-access .station {
    flex-direction: column;
  }
}

.page-access .station-left {
  width: 57.1%;
}

@media (max-width: 768px) {
  .page-access .station-left {
    width: 100%;
  }
}

.page-access .station-left .fudoumae {
  margin-top: 10px;
  text-align: right;
}

.page-access .station-left .fudoumae img {
  width: 80.51%;
}

.page-access .train__images {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */
  row-gap: 13px;
  column-gap: 18px;
}

.page-access .station-right {
  margin-left: 30px;
  width: 36.37%;
}

@media (max-width: 768px) {
  .page-access .station-right {
    width: 100%;
    margin-left: 0;
  }
}

.page-access .meguro {
  padding-bottom: 10px;
  /* border-bottom: dotted 1px #000; */
}

@media (max-width: 768px) {
  .page-access .meguro {
    margin-top: 15px;
  }
}

.page-access .station-list {
  /* border-bottom: 1px dotted #000; */
  padding-bottom: 15px;
}

.page-access .station-list-item {
  margin-top: 10px;
}

.page-access .train__text {
  /* width: 186.486px; */
  font-size: 10px;
  /* margin-top: 20px; */
  line-height: 1.9;
  text-align: right;
  /* margin-left: auto; */
  /* margin-right: 0; */
}

.page-access .route-map {
  /* margin-top: -11vw; */
  width: 85%;
  margin: auto;
  margin-top: 50px;
}

.access-box.box1 {
  display: flex;
  max-width: 800px;
  padding: 1.2rem;
  margin: 2.2rem auto 4rem;
  font-size: 1.1rem;
  background: #f7f7f4;
}
.access-img.img01 {
  width: 50%;
  min-width: 50%;
  margin-right: 2%;
  font-size: 0;
}
.access-tis {
  flex-wrap: wrap;
}
.access-tis li {
  width: 32%;
  text-align: center;
}
.access-tis .access-img {
  position: relative;
  margin-bottom: 1rem;
  font-size: 0;
}
.access-tis .access-img img.icon {
  position: absolute;
  top: -28px;
  right: -18px;
  width: 132px;
  z-index: 1;
}
.access-note {
  margin: 0;
  font-size: 0.8rem;
  text-align: right;
}
.access-box.box2 {
  margin-bottom: 4rem;
}
.access-img.img08 {
  font-size: 0;
}
.access-map-info {
  padding: 1.2rem;
  margin-top: -2px;
  text-align: center;
  background: #FFF;
  border: 1px solid #aeaeae;
}
.access-map-t {
  margin-bottom: 0;
  font-size: 1.3rem;
}
.access-map-t big {
  margin: 0 0.3rem;
  font-size: 2rem;
  letter-spacing: 0.2rem;
}
.access-map-info .access-note {
  margin-bottom: 0.8rem;
  text-align: center;
}
.access-map-info a {
  display: flex;
  width: 100%;
  max-width: 390px;
  height: 38px;
  margin: 0 auto;
  font-size: 1.55rem;
  color: #000;
  background: #ddd url(../images/access/i_access_bg.png) 50% 50% / cover no-repeat;
  align-items: center;
  justify-content: center;
}
.access-box.box3 {
  margin-bottom: 2.6rem;
}
.access-box-t {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  color: #a49676;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.access-img.img09,
.access-img.img11 {
  margin-bottom: 2.4rem;
}
.access-box.box4 {
  margin-bottom: 4rem;
}
.access-box-t {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #000;
}
.access-box-t span {
  display: inline-block;
  font-size: 0.9rem;
  color: #000;
}
.access-i-top .access-box-t {
  display: flex;
  line-height: 1.1;
  align-items: flex-end;
  justify-content: space-between;
}
.access-box.box5 .flex > *:first-child {
  width: 65.5%;
}
.access-box.box5 .flex > *:nth-child(2) {
  width: 28%;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .access-box.box1 {
    display: block;
    padding: 5vw;
    font-size: 5vw;
  }
  .access-img.img01 {
    width: 100%;
    margin: 0 0 3vw;
  }
  .access-box.box1 p {
    margin-bottom: 0;
  }
  .access-tis li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .access-tis .access-img img.icon {
    width: 124px;
  }
  .access-tis .access-img {
    margin-bottom: 3vw;
  }
  .access-box.box2 {
    margin-bottom: 12vw;
  }
  .access-map-info {
    padding: 5vw;
  }
  .access-map-t {
    font-size: 5vw;
  }
  .access-map-t big {
    display: block;
    font-size: 7vw;
  }
  .access-map-info .access-note {
    margin: 6vw 0;
    text-align: left;
  }
  .access-map-info a {
    height: 40px;
    font-size: 5vw;
  }
  .access-box-t {
    margin-bottom: 7vw;
    font-size: 6vw;
  }
  .access-img.img09,
  .access-img.img10,
  .access-img.img11 {
    margin-bottom: 4vw;
  }

  .access-box.box5 .flex > *:first-child {
    width: 100%;
  }
  .access-i-top .access-box-t {
    display: block;
  }
  .access-box.box5 .flex > *:nth-child(2) {
    width: 100%;
    max-width: 280px;
    margin: 8vw auto;
  }
  .access-note {
    text-align: left;
  }
}

/* ======================================================================================== ^^
	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;
  margin-bottom: 10px;
}

@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: 52vw;
  margin-bottom: 0.2666666667vw;
  /* background-image: url(../images/concept/mv.jpg) no-repeat 50% 50% / cover;; */
  background-image: url(../images/concept/mv-sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 70vh; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-concept .page-header {
    height: 35.104vw;
    margin-bottom: 0.3115264798vw;
    background-image: url(../images/concept/mv.jpg);
    background-size: cover;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header {
    margin-bottom: 0;
  }
}

.page-concept .bg {
  background: #f4f4f4;
  padding: 5px 0 70px;
}

.page-concept .page-header .cap {
  position: absolute;
  bottom: 0;
  right: 50px;
  font-size: 11px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 1px #000;
  text-align: left;
}

@media (max-width: 768px) {
  .page-concept .page-header .cap {
    right: 0px;
  }
}

.no-webp .page-concept .page-header {
  background: url(../images/concept/mv-concept_pc.jpg) no-repeat 50% 50% / cover;
}

@media (min-width: 768px) {
  .no-webp .page-concept .page-header {
    background: url(../images/concept/mv-concept_pc.jpg) no-repeat 50% 50% /
      cover;
  }
}

.page-concept .page-header_title {
  font-size: 8.3333333333vw;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  /* color: #fff; */
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .page-concept .page-header_title {
    font-size: 3vw;
    margin-top: -0.9222222vw;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header_title {
    font-size: 2.8rem;
    margin-top: -0.555555vw;
  }
}

.page-concept .page-header_title .--s {
  font-size: 3vw;
}

@media (min-width: 768px) {
  .page-concept .page-header_title .--s {
    font-size: 1.8vw;
  }
}

@media (min-width: 1284px) {
  .page-concept .page-header_title .--s {
    font-size: 1.35rem;
  }
}

.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;
  max-width: 1200px;
}

@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;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.concept-image01 {
  width: 100%;
}

.concept-image02 {
  width: 80%;
  margin-top: 16px;
}

.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.3666666667vw;
  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;
  line-height: 2;
  text-align: left;
  font-size: 12px;
  max-width: 944px;
  margin: 10px auto;
  text-align: center;
}

.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 {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}

.concept-section.concept01 .page-header_title2 {
  max-width: 554px;
  margin: 80px auto 30px;
  width: 80%;
  /* font-size: 24px; */
  font-size: 1.4vw;
  color: #af8925;
  /* color: #af8925; */
}

@media (max-width: 767px) {
  .concept-section.concept01 .page-header_title2 {
    font-size: 12px;
  }
}

.concept-section.concept01 .page-header_title2 + h3 {
  /* font-size: 64px; */
  font-size: 3.3333vw;
  font-weight: normal;
  color: #231815;
}

.concept-section.concept01 .page-header_title2 + h3 + p {
  font-size: 20px;
  line-height: 1.5;
}

.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;
    padding: 0 50px;
  }
}

.concept-section.concept01 .concept-section_text p.catch1 {
  /* font-size: 36px; */
  font-size: 1.875vw;
  line-height: 2;
  margin: 30px auto;
}

.concept-gold-title {
  background-color: #ae9f60;
  color: #fff;
  /* font-size: 50px; */
  font-size: 2.604vw;
  text-align: center;
}

@media (max-width: 767px) {
  .concept-gold-title {
    font-size: 28px;
  }
}

.concept-section p.tit {
  /* font-size: 42px !important; */
  font-size: 2.1875vw !important;
  margin: 1.5625vw auto 0;
  color: #af8925;
  text-align: center !important;
}

@media (max-width: 767px) {
  .concept-section p.tit {
    font-size: 18px !important;
    line-height: 1.5;
  }
}

.extraordinary_image {
  display: flex;
}

.extraordinary_image img {
  width: 50%;
  margin-bottom: 30px;
}

.extraordinary_image-title {
  /* font-size: 28px !important; */
  font-size: 1.4583vw !important;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .extraordinary_image-title {
    font-size: 14px !important;
  }
}

.concept-section.concept01 .concept-section_text p.catch2 + img {
  max-width: 944px;
}

.concept-section.concept02 {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 50px;
  width: 98%;
}

.concept-section.concept03 {
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto 50px;
  width: 98%;
}

.concept03-wrapper {
  gap: 3.02vw;
}

.concept03-left {
  width: 50%;
}

.concept03-right {
  width: 50%;
}

@media (max-width: 767px) {
  .concept03-left {
    width: 100%;
  }

  .concept03-right {
    width: 100%;
    margin-top: 50px;
  }
}

.concept-section.concept03 .txt {
  font-size: 23px;
  margin: 0 auto;
}

.concept-section.concept03 .txt span {
  font-size: 16px;
  display: block;
}

.concept-section.concept03 .cap {
  font-size: 14px;
  text-align: left;
  margin: 13px auto 0;
}

@media (max-width: 767px) {
  .concept-section.concept03 .cap {
    font-size: 12px;
  }
}

.concept_image-text {
  font-size: 24px;
  font-size: max(16px, 1.25vw);
  text-align: left;
  padding: 0 10px;
}

.concept02-top {
  display: flex;
  gap: 25px;
}

.concept02-top img {
  width: 50%;
}

.concept02-bottom {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  column-gap: 25px;
}

@media (max-width: 767px) {
  .concept02-top {
    flex-direction: column;
  }

  .concept02-top img {
    width: 100%;
  }

  .concept02-bottom {
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .concept02-bottom img:last-of-type {
    grid-column: 1 / 3;
  }
}

.concept-section.concept02 .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.concept-section.concept02 .box_col {
}

.concept-section.concept02 .box_col:nth-of-type(1) {
  max-width: 288px;
}

.concept-section.concept02 .box_col:nth-of-type(2) {
  max-width: 278px;
  margin-left: 2%;
}

.concept-section.concept02 .box_col:nth-of-type(3) {
  max-width: 207px;
}

.concept-section.concept02 .box_col p {
  font-size: 16px;
  text-align: left;
  line-height: 1.4;
}

.concept-section.concept02 .box_col p span {
  display: block;
  font-size: 14px;
}

.concept-section .box_col p.subtit {
  font-size: 20px;
  margin: 10px auto 10px !important;
  /*color: #af8925;*/
}

.concept-section .box_col .box .box_inner p {
  width: 58%;
  float: left;
  margin: 0 auto 10px;
}

.concept-section.concept02 .box_col .box .box_inner img {
  width: 38%;
  float: right;
}

.concept-section .box_col:nth-of-type(1) .box + .box p.tit,
.concept-section .box_col:nth-of-type(2) p.tit,
.concept-section .box_col:nth-of-type(3) p.tit {
  margin: 30px auto 0;
}

.concept-section .box_col:nth-of-type(2) .box .box_inner p,
.concept-section .box_col:nth-of-type(2) .box .box_inner img {
  width: 100%;
  float: none;
}

.concept-section.concept02 .box_col:nth-of-type(2) .box .box_inner {
  width: 61%;
  float: left;
}

.concept-section.concept02 .box_col:nth-of-type(2) .box .box_inner + img {
  width: 32.4%;
  float: right;
}

.concept-section.concept02 .box_col:nth-of-type(2) .box .box_inner + img + img {
  clear: both;
}

.concept-section.concept02
  .box_col:nth-of-type(1)
  .box:nth-of-type(1)
  img:last-child {
  margin: 0px auto 0;
}

.concept-section.concept02 .box_col .box img:last-child {
  margin: 30px auto 0;
}

.concept-section.concept02 .box_l {
  width: 31%;
}

.concept-section.concept02 .box_l + .box_l {
  width: 66%;
}

.concept02-note {
  text-align: right;
  font-size: 14px;
}

.page-concept .site-main {
  /* background-color: #f4f4f4; */
}

@media (max-width: 768px) {
  .concept-section.concept01 .page-header_title2 {
    margin: 40px auto 10px;
  }

  .concept-section.concept01 .page-header_title2 + h3 {
    font-size: 26px;
  }

  .concept-section.concept01 .concept-section_text p.catch1 {
    font-size: 16px;
    text-align: center;
  }

  .concept-section.concept01 .concept-section_text p.catch2 {
    font-size: 20px;
    text-align: center;
  }

  .concept-section.concept02 {
    padding: 0 5.3333333333vw;
  }

  .concept-section.concept02 .flex {
    display: block;
  }

  .concept-section.concept02 .box_col {
    margin: 0 auto 40px;
  }

  .concept-section.concept02 .box_col:nth-of-type(2) {
    margin-left: auto;
  }
}

.concept-section.concept03 .flex {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.concept-section.concept03 .flex div + div {
  margin-left: 1%;
}

.page-concept .sp {
  display: none;
}

@media (max-width: 768px) {
  .page-concept .sp {
    display: block;
  }
}

.page-concept .room-title {
  margin: auto;
  margin-top: 100px;
  width: 70%;
}

.page-concept .room-img {
	display: block;
  margin: 50px auto 20px;
  width: 70%;
}

@media (max-width: 768px) {
  .page-concept .room-title {
    width: 100%;
    margin-top: 70px;
  }

  .page-concept .room-img {
	width: 80%;
    margin: 30px auto 20px;
  }
}

@media (max-width: 768px) {
  .concept-section.concept03 .flex {
    display: block;
    padding: 0 5.3333333333vw;
  }

  .concept-section.concept03 .flex div + div {
    margin-left: auto;
  }

  .concept-section.concept02 .box_l {
    width: 100%;
  }

  .concept-section.concept02 .box_l + .box_l {
    width: 100%;
  }
}

/* ======================================================================================== ^^
	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 .u-sp {
  display: none;
}

@media (max-width: 768px) {
  .page-planning .u-sp {
    display: block;
  }
}

.page-planning .page-header {
  width: 100%;
  margin-bottom: 0.2666666667vw;
  background: url(../images/planning/mv-planning_pc.jpg) no-repeat 50% 50% /
    cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-planning .page-header {
    height: 23.0625vw;
    margin-bottom: 0.3115264798vw;
    background: url(../images/planning/mv-planning_pc.jpg) no-repeat 50% 50% /
      cover;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header {
    margin-bottom: 0;
  }
}

.page-planning .page-header,
.page-access .page-header {
  margin-bottom: 0;
}

.page-planning .page-header_title {
  font-size: 8.33333vw;
  color: #000;
  line-height: 1.75004863;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .page-planning .page-header_title {
    font-size: 3vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header_title {
    font-size: 3.2rem;
  }
}

.page-planning .catch {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .page-planning .catch {
    margin-top: 30px;
  }
}

.page-planning .catch-title {
  color: #808080;
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .page-planning .catch-title {
    font-size: 1.5rem;
  }
}

.page-planning .catch-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.222;
}

@media (max-width: 768px) {
  .page-planning .catch-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.page-planning .section__inner {
  max-width: 1340px;
  padding: 0 25px;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .page-planning .section__inner {
    padding: 0 15px;
  }
}

.page-planning .section__title {
  color: #b38f30;
  font-size: 1.875rem;
  line-height: 1.75;
}

.page-planning .section__sub-title {
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-bottom: 0;
}

.page-planning .layout-image {
  width: 62.45%;
  margin: auto;
}

@media (max-width: 768px) {
  .page-planning .layout-image {
    width: 100%;
  }
}

.page-planning .plan-menu {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .page-planning .plan-menu {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}

.page-planning .room {
  margin-top: 7rem;
  text-align: center;
}

@media (max-width: 768px) {
  .page-planning .room {
    margin-top: 1rem;
  }
}
.page-planning .room .room-item {
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-planning .room .room-item {
    margin-bottom: 50px;
  }
}

.page-planning .room__title {
  width: 70%;
  margin: 30px auto 0;
  padding: 0 3rem  10px 0;
  border-bottom: 1px solid #000;
  text-align: left;
}
.page-planning .room__title  img{
	width: 80%;
	margin-right: auto;
}

@media (max-width: 768px) {
  .page-planning .room__title {
    width: 100%;
	padding: 0 0 5px 0;
  }
  .page-planning .room__title  img{
	width: 99%;
  }
}

.page-planning .room__text {
  font-size: 1.0875rem;
  line-height: 1.2;
  margin-top: 15px;
}

.page-planning .room__text--large {
  font-size: 1.495rem;
}

.page-planning .room__text--medium {
  font-size: 1.29125rem;
}

@media (max-width: 768px) {
  .page-planning .room__text {
    text-align: left;
  }
}

.page-planning .room__price {
  width: 20.258875rem;
  margin: auto;
}

.page-planning .equipment-list {
  width: 67.82%;
  max-width: 690px;
  margin: 1.625rem auto 0 auto;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 768px) {
  .page-planning .equipment-list {
    width: 100%;
    max-width: 503px;
    gap: 5px;
  }
}

.page-planning .equipment-list__item {
  background-image: linear-gradient(
    to right,
    #af8925 0%,
    #bfa150 50%,
    #af8925 100%
  );
  /* font-size: 0.875rem;
  line-height: 2.5; */
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .page-planning .equipment-list__item {
    width: min(100%, 249px);
    margin: auto;
    font-size: 12px;
  }
}

.page-planning .room__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 50px auto 0;
  padding: 0 20px;
  width: 67.82%;
}
/* 各図面のサイズ */
.page-planning #plan-g .room__image {
  transform: translateX(5%);
  width: 54.82%;
}

.page-planning #plan-h .room__image {
  transform: translateX(-6%);
  width: 70.82%;
}
.page-planning #plan-i .room__image {
	transform: translateX(6%);
    width: 55.82%;
}
.page-planning #plan-j .room__image {
  transform: translateX(1%);
  width: 78.82%;
}
@media (max-width: 768px) {
	.page-planning #plan-g .room__image {
		transform: translateX(5%);
		width: 95%;
	  }
	  
	  .page-planning #plan-h .room__image {
		transform: translateX(-1%);
		width: 104%;
	  }
	  .page-planning #plan-i .room__image {
		  transform: translateX(4%);
		  width: 85%;
	  }
	  .page-planning #plan-j .room__image {
		transform: translateX(-5%);
		width: 108%;
	  }
}

@media (max-width: 768px) {
  .page-planning .room__image {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-planning .loom__attention {
  text-align: left;
  max-width: 1340px;
  padding-left: 3.3rem;
}
@media ( max-width:768px ){
	.page-planning .loom__attention {
		padding-left: 0;
		margin-bottom: 0;
	}
}

.page-planning .site-footer {
  margin-top: 6.25rem;
}

/* ======================================================================================== ^^
	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-bottom: 1.1682242991vw;
    font-size: 2.3816199377vw;
  }
}

@media (min-width: 1284px) {
  .map-section p.map-link {
    width: 34.875rem;
    height: 3.1875rem;
    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;
  max-width: 65rem;
  margin: 0 auto;
}

@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: 3.2vw;
  line-height: 1.7503991485;
  text-align: center;
}

@media (min-width: 768px) {
  .map-section .route li {
    font-size: 1.2633956386vw;
    text-align: left;
  }
}

@media (min-width: 1284px) {
  .map-section .route li {
    font-size: 0.974375rem;
  }
}

.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;
  }
}

.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: 768px) {
  .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;
    margin-top: 30px;
  }
}

@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
================================================================================
*/
.page-equipment .u-sp {
  display: none;
}

@media (max-width: 768px) {
  .page-equipment .u-sp {
    display: block;
  }
}

.page-equipment .page-header {
  width: 100%;
  /* margin-bottom: 0.2666666667vw; */
  margin-bottom: 0;
  background-image: url(../images/equipment/mv.jpg);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-equipment .page-header {
    height: 23.0625vw;
    /* margin-bottom: 0.3115264798vw; */
  }
}

@media (min-width: 1284px) {
  .page-equipment .page-header {
    margin-bottom: 0;
  }
}

.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: 8.3333vw;
  color: #000;
  line-height: 1.534082397;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .page-equipment .page-header_title {
    font-size: 3vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .page-header_title {
    font-size: 2.57375rem;
  }
}

.page-equipment .breadcrumbs {
  padding-bottom: 4.8vw;
  background-color: rgba(219, 220, 220, 0.5);
  margin: 0;
  max-width: 100%;
  padding-left: 4vw;
}

@media (min-width: 768px) {
  .page-equipment .breadcrumbs {
    padding-bottom: 1.4018691589vw;
  }
}

@media (min-width: 1284px) {
  .page-equipment .breadcrumbs {
    padding-bottom: 1.125rem;
    font-size: 0.805rem;
  }
}

.page-equipment .catch {
  padding-top: 3rem;
  background-color: rgba(219, 220, 220, 0.5);
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .page-equipment .catch {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.page-equipment .catch__inner {
  max-width: 1280px;
  padding: 30px 40px 100px;
  margin: auto;
  background-color: #fff;
}

@media (max-width: 768px) {
  .page-equipment .catch__inner {
    padding: 0 15px;
  }
}

.page-equipment .catch-title {
  font-size: max(40px, 3.333vw);
  color: #ccac4b;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.07em;
  /* border-top: 6px double #af8925; */
  /* border-bottom: 6px double #af8925; */
  padding: 5px 0;
}

@media (max-width: 768px) {
  .page-equipment .catch-title {
    font-size: 1.7rem;
  }
}

.catch-text-big {
  font-size: max(2.3vw, 28px);
  color: #727171;
  text-align: center;
  margin-bottom: 0;
}

.page-equipment .catch-text__top {
  font-size: max(2.1875vw, 24px);
  text-align: center;
  margin: auto;
  margin-top: 30px;
  letter-spacing: 0.107em;
}

@media (max-width: 768px) {
  .page-equipment .catch-text__top {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}

.page-equipment .catch-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .page-equipment .catch-contents {
    flex-direction: column-reverse;
    padding: 13px;
  }
}

.page-equipment .catch-text {
  /* width: 42.7%; */
  font-size: max(14px, 1.28vw);
  line-height: 1.833;
  margin-top: 0.9375rem;
  text-align: center;
}

@media (max-width: 768px) {
  .page-equipment .catch-text {
    width: 100%;
    font-size: 1rem;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
  }
}

.catch-content__text {
  width: 45%;
}

@media (max-width: 768px) {
  .catch-content__text {
    width: 100%;
  }
}

.page-equipment .catch-content__image {
  width: 54.71%;
}

@media (max-width: 768px) {
  .page-equipment .catch-content__image {
    width: 100%;
  }
}

.page-equipment .catch-text2 {
  font-size: 1.7rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .page-equipment .catch-text2 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.page-equipment .catch-text2 span {
  background-color: #7d293a;
  color: #fff;
  padding: 5px;
}

.page-equipment .catch-text3 {
  font-size: 1.228rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .page-equipment .catch-text3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.page-equipment .catch-text4 {
  text-align: center;
  font-size: 0.8875rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page-equipment .catch-text4 {
    font-size: 12px;
  }
}

.aircon {
  background-color: #eaf6fd;
  padding: 30px;
}

@media (max-width: 768px) {
  .aircon {
    padding: 20px;
  }
}

.page-equipment .aircon__title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .page-equipment .aircon__title {
    font-size: 20px;
    /* margin-bottom: 10px; */
  }
}

.page-equipment .aircon__sub-title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-equipment .aircon__sub-title {
    font-size: 16px;
  }
}

.aircon__content {
  display: flex;
  align-items: center;
}

.aircon__img1 {
  width: 65%;
}

.aircon__text {
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .aircon__content {
    /* display: block; */
    flex-direction: column;
    gap: 20px;
  }

  .aircon__img1 {
    width: 100%;
  }
}

.heat {
  margin-top: 20px;
}

.page-equipment .heat__title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-equipment .heat__title {
    font-size: 20px;
    /* margin-bottom: 10px; */
  }
}

.heat__img {
  margin-top: -10px;
}

.page-equipment .heat__text {
  /* text-align: center; */
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-equipment .heat__text {
    text-align: center;
    font-size: 16px;
  }
}

.page-equipment .catch-bottom__image {
  margin-top: 3.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6.195%;
}

@media (max-width: 768px) {
  .page-equipment .catch-bottom__image {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}

.page-equipment .section__inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}

@media (max-width: 768px) {
  .page-equipment .section__inner {
    padding: 0 15px;
  }
}

.page-equipment .section__title {
  font-size: 2.25rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.75;
  color: #808080;
  font-weight: normal;
}

@media (max-width: 768px) {
  .page-equipment .section__title {
    font-size: 18px;
  }
}

.page-equipment .section2 {
  /* margin-top: 9rem; */
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .page-equipment .section2 {
    margin-top: 2rem;
  }
}

.page-equipment .kitchen__title {
  margin-top: 3.2rem;
  font-size: 1.7975rem;
  line-height: 1.263;
  border-bottom: 1px solid #000;
  color: #1b224a;
}

@media (max-width: 768px) {
  .page-equipment .kitchen__title {
    margin-top: 1rem;
  }
}

.page-equipment .kitchen__title span {
  font-size: 1rem;
  line-height: 1.2075;
  /* margin-right: 0;
	margin-left: auto; */
  float: right;
  /* display: inline-block; */
}

.page-equipment .kitchen__text {
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
  line-height: 1.96;
  color: #1b224a;
}

@media (max-width: 768px) {
  .page-equipment .kitchen__text {
    font-size: 16px;
  }
}

.page-equipment .kitchen__content {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 3.2rem;
  row-gap: 3.25rem;
}

@media (max-width: 768px) {
  .page-equipment .kitchen__content {
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 30px;
  }
}

@media (max-width: 768px) {
  .kitchen__content--top {
    grid-column: 1/3;
  }
}

.page-equipment .kitchen__sink {
  width: 100%;
  grid-column: 1 / 4;
  border: 1px solid #231815;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 768px) {
  .page-equipment .kitchen__sink {
    grid-column: 1 / 3;
  }
}

.page-equipment .sink__img {
  display: flex;
  justify-content: space-between;
  /* width: 50%; */
  /* grid-template-columns: 1fr 1fr; */
}
@media (max-width: 768px) {
  .page-equipment .sink__img {
    flex-direction: column;
    gap: 10px;
  }
}

.page-equipment .sink__img .sink__left {
  width: 55.5%;
  aspect-ratio: 671 / 250;
}
@media (max-width: 768px) {
  .page-equipment .sink__img .sink__left {
    width: 100%;
  }
}
.page-equipment .sink__img .sink__right {
  width: 43.67%;
}
@media (max-width: 768px) {
  .page-equipment .sink__img .sink__right {
    width: 100%;
  }
}

.page-equipment .kitchen .kitchen__card:last-of-type {
  grid-column: 2 / 4;
}

@media (max-width: 768px) {
  .page-equipment .kitchen .kitchen__card:last-of-type {
    grid-column: 1 / 3;
  }
}

.page-equipment .card__title {
  font-size: 0.90625rem;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 5px;
  border-bottom: 1px solid #808080;
}

.page-equipment .card__text {
  font-size: 0.739rem;
  line-height: 1.1375rem;
  margin-bottom: 0;
}

.page-equipment .bath {
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .page-equipment .bath {
    margin-top: 2rem;
  }
}

.page-equipment .bath__title span {
  font-size: 1rem;
  line-height: 1.2075;
  /* margin-right: 0;
	margin-left: auto; */
  float: none;
  /* display: inline-block; */
}

.page-equipment .powder {
  margin-top: 5.7rem;
}

@media (max-width: 768px) {
  .page-equipment .powder {
    margin-top: 2rem;
  }
}

.page-equipment .rest {
  margin-top: 5.2rem;
}

.page-equipment .equipment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */
  gap: 30px;
}

@media (max-width: 768px) {
  .page-equipment .rest {
    margin-top: 2rem;
  }

  .page-equipment .equipment {
    grid-template-columns: 1fr;
  }
}

.page-equipment .equipment {
  margin-top: 6.5rem;
}

@media (max-width: 768px) {
  .page-equipment .equipment {
    margin-top: 2rem;
  }
}

.equipment__card:first-of-type {
  grid-column: 1 / 3;
}

@media (max-width: 768px) {
  .equipment__card:first-of-type {
    grid-column: 1 / 2;
  }
}

.equipment__card {
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px 8%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .equipment__card {
    padding: 20px;
  }
}

/* .equipment__card2{
	position: relative;
} */

.equipment__title {
  width: 80%;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  /* font-weight: bold; */
  font-size: 28px;
  font-size: max(20px, 1.45vw);
}

.equipment__sub-title {
  text-align: center;
  color: #595757;
  font-size: 25px;
  font-size: max(18px, 1.3vw);
}

.equipment .card__content {
  display: flex;
  align-items: center;
  gap: 30px;
}

.equipment img {
  width: 80%;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.equipment .card__content img {
  width: 45%;
  height: auto;
  aspect-ratio: 506 / 284;
}

.content__content-text {
  margin-top: -20px;
}

.content__content-text2 {
  margin-top: 64px;
  /* margin-bottom: 0; */
  /* margin-top: auto; */
  /* position: absolute; */
  /* bottom: 0; */
}

.equipment .equipment-card__tags {
  text-align: center;
}

.equipment .equipment-card__tags.tags--left {
  text-align: left;
}

@media (max-width: 768px) {
  .equipment .card__content {
    flex-direction: column;
  }

  .equipment .card__content img {
    width: 80%;
  }
}

.equipment-card__tag {
  display: inline-block;
  border: 1px solid #cccccc;
  padding: 0 20px;
  font-size: 1rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  .equipment-card__tag {
    padding: 0 15px;
  }
}

.equipment-card__tags-space {
  margin-top: 96px;
}

.equip4 {
  /* margin-top: -30px !important; */
  width: 60% !important;
}

/* @media (max-width: 768px) {
	.equipment-card__tag{
		text-align: center;
		margin: auto;
	}
} */
.equipment-card__title {
  font-size: 1rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
}

.equipment-card__text {
  font-size: 1rem;
  margin-bottom: 0;
}

.equipment-card__text--small {
  font-size: 10px;
}

.page-equipment .equipment-top {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-equipment .equipment-top {
    flex-direction: column;
  }
}

.page-equipment .equipment2 {
  width: 54.15%;
}

@media (max-width: 768px) {
  .page-equipment .equipment2 {
    width: 100%;
    margin-top: 15px;
  }
}

.page-equipment .equipment-top__item {
  width: 42.51%;
}

@media (max-width: 768px) {
  .page-equipment .equipment-top__item {
    width: 100%;
  }
}

.page-equipment .equipment-top__title {
  font-size: 1.25rem;
  line-height: 1.2925;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

.page-equipment .equipment-top__sub-title {
  margin-top: 15px;
  font-size: 0.90625rem;
  margin-bottom: 0;
}

.page-equipment .equipment__text {
  font-size: 0.78125rem;
  line-height: 1.456;
  margin-bottom: 0;
}

.page-equipment .equipment-bottom {
  margin-top: 2rem;
  /* margin-bottom: 7rem; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 9.5715rem 9.164rem; */
  column-gap: 3.5rem;
  row-gap: 3.5rem;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom {
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: 30px;
  }
}

.page-equipment .equipment-bottom__item {
  position: relative;
}

.page-equipment .equipment-bottom__item4 {
  /* grid-column: 1/3; */
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__item4 {
    /* grid-column: 1; */
  }
}

.page-equipment .equipment-bottom__title.equipment-bottom__item1 {
  width: 69.55%;
  /* width: 100.55%; */
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__title.equipment-bottom__item1 {
    width: 80.55%;
    /* width: 100.55%; */
  }
}

.page-equipment .equipment-bottom__title {
  width: 100%;
  text-align: center;
  background-color: #dbdcdc;
  font-size: 1rem;
  line-height: 1.615;
  font-weight: normal;
  /* padding: 5px; */
}

.page-equipment .equipment-bottom__text {
  margin-top: 30px;
  font-size: 0.78125rem;
  line-height: 1.456;
}

.page-equipment .equipment-bottom__text1 {
  margin-top: 10px;
  width: 56.65%;
  font-size: 0.78125rem;
  line-height: 1.456;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__text1 {
    width: 70%;
  }
}

.page-equipment .equipment-bottom__text3 {
  margin-top: 10px;
  width: 68.64%;
  font-size: 0.78125rem;
  line-height: 1.456;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__text3 {
    width: 70%;
  }
}

.page-equipment .equipment-bottom__text4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__text4 {
    width: 100%;
    flex-direction: column;
  }
}

.page-equipment .equipment-bottom__text5 {
  margin-top: 10px;
  font-size: 0.78125rem;
  line-height: 1.456;
  /* margin-bottom: 0; */
}

.page-equipment .equipment-bottom__text4--left {
  margin-top: 10px;
  width: 42%;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__text4--left {
    width: 100%;
  }
}

.page-equipment .equipment-bottom__text4--right {
  margin-top: 10px;
  width: 54.35%;
}

@media (max-width: 768px) {
  .page-equipment .equipment-bottom__text4--right {
    width: 100%;
  }
}

.page-equipment .equipment-bottom__text4--left h4 {
  font-weight: normal;
  font-size: 15px;
  /* padding-left: 8px; */
  position: relative;
}

/* .page-equipment .equipment-bottom__text4--left h4::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 4px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 6px;
} */

.page-equipment .equipment-bottom__text4--left p {
  font-size: 12px;
  line-height: 18.2px;
}

.page-equipment .equipment-bottom__text4--right h4 {
  font-weight: normal;
  font-size: 15px;
  /* padding-left: 8px; */
  position: relative;
}

/* .page-equipment .equipment-bottom__text4--right h4::before {
	content: "";
	display: inline-block;
	height: 15px;
	width: 4px;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 6px;
} */

.page-equipment .equipment-bottom__text4--right p {
  font-size: 12px;
  line-height: 18.2px;
}

.page-equipment .equipment-img3 {
  width: 30.73%;
  /* min-width: 190px; */
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .page-equipment .equipment-img3 {
    width: min(103px, 46.73%);
  }
}

.page-equipment .equipment-img4 {
  width: 25.75%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 768px) {
  .page-equipment .equipment-img4 {
    width: min(96px, 43.75%);
    bottom: -10px;
  }
}

.page-equipment .equipment-img5 {
  width: 30.31%;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media (max-width: 768px) {
  .page-equipment .equipment-img5 {
    width: min(69px, 30.31%);
  }
}

.page-equipment .equipment-img6 {
  width: 21.88%;
  position: absolute;
  left: 0;
  top: 50px;
}

.page-equipment .equipment-bottom__tag {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.778125rem;
  color: #595757;
  text-align: center;
  line-height: 1.3618rem;
  border: 1px solid #808080;
  padding: 1px 40px;
  width: 11.799rem;
}

.iot .equipment-card__tags {
  text-align: center;
}

.iot img {
  margin-bottom: 30px;
}

.gbtn a {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  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;
}

.gbtn 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%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

.shine_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
}

.shine_bottom a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 1vw 0;
  background: #c1272d;
  text-align: center;
  text-decoration: none;
  position: relative;
  /* overflow: hidden; */
  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: 8vw;
  letter-spacing: 1vw;
}

.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%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}

.reserve-btn_sp a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  /* padding: 1vw 0; */
  background: #c1272d;
  text-align: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  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: 8vw;
  letter-spacing: 1vw;
}

.reserve-btn_sp 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%
  );
  -webkit-animation: shine2 1s infinite;
  animation: shine2 1s infinite;
}
.room__text sup {
  top: -1em;
}

.site-navigation_link.lock,
.site-footer-navigation_link.lock {
  opacity: 0.4;
  pointer-events: none;
}

.facility-top {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.facility-item {
  width: 47.5%;
}
.facility-name {
  display: flex;
  height: 52px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  background: url(../images/top/i_content4_titlebg.png) 50% 50% / cover no-repeat;
  align-items: center;
  justify-content: center;
}
.facility-name p {
  margin-bottom: 0;
}
.facility-in-flex {
  display: flex;
  justify-content: space-between;
}
.facility-inner {
  font-size: 18px;
}
.facility-rt {
  width: 63%;
}
.facility-lt {
  width: 37%;
}
.facility-rt .facility-img {
  max-width: 320px;
}
.fac-sic-title {
  display: flex;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #231815;
  justify-content: space-between;
}
.fac-sic-title.inline {
  justify-content: unset;
  align-items: center;
}
.fac-sic-title .note {
  padding-top: 8px;
  font-size: 13px;
  font-weight: 500;
}
.fac-sic-txt {
  margin-bottom: 32px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
}
.facility-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility-list::after {
  content: "";
  display: block;
  width: 32%;
  order: 1;
}
.facility-box {
  width: 32%;
  margin-bottom: 44px;
}
.facility-box .facility-img {
  position: relative;
  margin-bottom: 6px;
  font-size: 0;
  overflow: hidden;
}
.facility-box .facility-img::before,
.facility-box.normal:first-child .facility-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64.5%;
}
.facility-box:first-child .facility-img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 84.5%;
}
.facility-box .facility-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.facility-box > p {
  position: relative;
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}
.facility-box > p span {
  display: block;
  margin-top: 2px;
  padding-top: 4px;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #000;
}
.facility-box > p span.note {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  line-height: 1.1;
  border: none;
}
.facility-box.box-long {
  width: 66%;
}
.facility-img-flex {
  display: flex;
  justify-content: space-between;
}
.facility-img-flex .facility-img {
  width: 48.5%;
}
.facility-note {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
}
.fac-sic-title small {
  font-size: 14px;
}

@media (max-width: 980px) {
  .facility-name {
    font-size: 18px;
  }
  .facility-inner {
    font-size: 15px;
  }
  .fac-sic-title {
    font-size: 24px;
  }
  .fac-sic-title .note {
    font-size: 12px;
  }
  .fac-sic-txt {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .facility-box {
    margin-bottom: 20px;
  }
  .facility-box > p {
    font-size: 16px;
  }
  .facility-box > p span {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .facility-top {
    display: block;
  }
  .facility-item {
    width: 100%;
  }
  .facility-inner {
    font-size: 3.3vw;
    font-size: 13px;
  }
  .facility-rt > p {
    margin-bottom: 4vw;
    white-space: nowrap;
  }
  .facility-lt {
    padding-top: 9vw;
  }
  .facility-sic {
    padding: 0 5.33333vw;
    margin-bottom: 4vw;
  }
  .fac-sic-title {
    display: block;
    font-size: 6vw;
  }
  .fac-sic-title .note {
    display: block;
    padding: 0;
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  .fac-sic-title small {
    margin-left: 1vw;
    font-size: 3.8vw;
  }
  .fac-sic-txt {
    margin-bottom: 4vw;
    font-size: 3.8vw;
  }
  .facility-box {
    width: 48.5%;
    margin-bottom: 3vw;
  }
  .facility-box:first-child {
    width: 100%;
    margin-bottom: 1vw;
  }
  .facility-box > p {
    font-size: 3.2vw;
  }
  .facility-box > p span {
    font-size: 2.7vw;
  }
  .facility-box.box-long {
    width: 100%;
  }
  .facility-note {
    padding: 0 5.33333vw;
    font-size: 2.6vw;
    font-weight: 500;
  }
}

/* ======================================================================================== ^^
	Access page
=========================================================================================== ^^ */
.page-access .u-sp {
  display: none;
}

@media (max-width: 768px) {
  .page-access .u-sp {
    display: block;
  }
}

.page-access .page-header {
  width: 100%;
  margin-bottom: 0.2666666667vw;
  background: url(../images/access/mv-access.jpg) no-repeat 50% 50% / cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-access .page-header {
    height: 23.0625vw;
    margin-bottom: 0.3115264798vw;
    background: url(../images/access/mv-access.jpg) no-repeat 50% 50% / cover;
  }
}

@media (min-width: 1284px) {
  .page-access .page-header {
    margin-bottom: 0;
  }
}

.page-access .page-header_title {
  margin: 0;
  font-size: 8.3333333333vw;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.05em;
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
}

@media (min-width: 768px) {
  .page-access .page-header_title {
    font-size: 3vw;
    color: #000;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 1284px) {
  .page-access .page-header_title {
    font-size: 2.8rem;
  }
}

.page-access .catch {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .page-access .catch {
    margin-top: 30px;
  }
}

.page-access .catch__inner {
  max-width: 1170px;
  padding: 30px 25px 50px;
  margin: auto;
  margin-top: 20px;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .page-access .catch__inner {
    padding: 0 15px;
  }
}

.page-access .catch-title {
  color: #808080;
  font-size: max(2.7vw, 30px);
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .page-access .catch-title {
    font-size: 20px;
    letter-spacing: 0;
  }
}

.page-access .catch-text {
  margin-top: 15px;
  font-size: 1.125rem;
  line-height: 2.5rem;
}

@media (max-width: 768px) {
  .page-access .catch-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
}

.page-access .catch-text__top {
  font-size: 1.4375rem;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 2.5rem;
  letter-spacing: 0.08em;
}

@media (max-width: 768px) {
  .page-access .catch-text__top {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 2;
  }
}

.page-access .catch__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  color: #4c4948;
  text-align: left;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .page-access .catch__cards {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-access .card-title {
  font-size: 1.6875rem;
  margin-top: 20px;
}

.page-access .card-text {
  font-size: 1.25rem;
}

.page-access .catch__image {
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .page-access .catch__image {
    margin-top: 20px;
  }
}

.page-access .catch__image--bottom {
  margin-top: 20px;
}

.page-access .interior {
  margin-top: 5.4rem;
}

@media (max-width: 768px) {
  .page-access .interior {
    margin-top: 2rem;
  }
}

.page-access .section__inner {
  max-width: 960px;
  /* padding: 0 25px; */
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-access .section__inner {
    /* padding: 0 15px; */
  }
}

.page-access .section__title {
  color: #b38f30;
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: normal;
}

@media (max-width: 768px) {
  .page-access .section__title {
    font-size: 20px;
  }
}

.page-access .section__text {
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .page-access .section__text {
    font-size: 15px;
  }
}

.page-access .interior-image {
  width: 80.56%;
}

.page-access .interior-image__title {
  text-align: left;
  font-size: 9px;
  margin-top: 20px;
  margin-bottom: 0;
}

.page-access .grid-item1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.page-access .grid-item2 {
  grid-row: 2/3;
  grid-column: 1/2;
}

.page-access .grid-item3 {
  grid-row: 2/3;
  grid-column: 2/3;
}

.page-access .grid-item4 {
  grid-row: 1/3;
  grid-column: 3/4;
  text-align: left;
  margin-left: 15px;
}

.page-access .grid-item4 ol li {
  font-size: 12px;
  line-height: 1.75;
  display: flex;
  align-items: center;
}

.page-access .grid-item4 ol li:not(:first-child) {
  margin-top: 3.5px;
}

.page-access .grid-item4 ol li span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #bfae73;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  margin-right: 5px;
}

.page-access .life {
  margin-top: 5.4rem;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .page-access .life {
    margin-top: 2rem;
  }
}

.page-access .life__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

@media (max-width: 768px) {
  .page-access .life__images {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.page-access .life__lists {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .page-access .life__lists {
    margin-top: 2rem;
    flex-direction: column;
  }
}

.page-access .life__list--left {
  width: 47.25%;
}

@media (max-width: 768px) {
  .page-access .life__list--left {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }
}

.page-access .list__title {
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
  margin-top: 10px;
}

.page-access .list__item {
  font-size: 15px;
  line-height: 1.855;
  /* text-align-last: justify; */
  display: flex;
  justify-content: space-between;
}
@media ( max-width:374px ){
	.page-access .list__item {
font-size: 12px;
	}
}

.page-access .list__item span {
  text-align-last: justify;
  display: block;
  width: 82%;
}

.page-access .list__item p {
  text-align-last: justify;
  display: block;
  width: 18%;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .page-access .list__item span {
    width: 78%;
  }

  .page-access .list__item--small span {
    letter-spacing: -0.1em;
    font-size: 14px;
  }

  .page-access .list__item p {
    width: 22%;
  }
}

.page-access .shop-list .list__item {
  line-height: 1.985;
}

.page-access .life__list--right {
  padding-left: 5px;
  width: 47.25%;
}

@media (max-width: 768px) {
  .page-access .life__list--right {
    width: 100%;
    max-width: 450px;
    padding-left: 0;
    margin: auto;
  }
}

.page-access .list__annotation {
  text-align: left;
  font-size: 10px;
  line-height: 1.9;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .page-access .list__annotation {
    text-align: center;
  }
}

.page-access .map {
  margin-top: 60px;
  padding: 20px 20px 50px;
  background-color: #f4f4f4;
}

@media (max-width: 768px) {
  .page-access .map {
    margin-top: 30px;
  }
}

.page-access .map-btn {
  margin-top: 20px;
  width: 52.78%;
  margin: auto;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .page-access .map-btn {
    width: min(100%, 364px);
  }
}

.page-access .train {
  margin-top: 5.4rem;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .page-access .train {
    margin-top: 2.4rem;
    margin-bottom: 30px;
  }
}

.page-access .train__sub-title {
  font-size: 1.56rem;
  line-height: 1.2968;
  margin-top: 40px;
  letter-spacing: 0.18em;
  padding-bottom: 14px;
  border-bottom: 1px solid #af8925;
}

.access-line {
  margin-top: 50px;
  width: 85%;
}

@media (max-width: 768px) {
  .page-access .train__sub-title {
    margin-top: 20px;
    font-size: 20px;
  }
}

.page-access .station {
  width: 85%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .page-access .station {
    flex-direction: column;
  }
}

.page-access .station-left {
  width: 57.1%;
}

@media (max-width: 768px) {
  .page-access .station-left {
    width: 100%;
  }
}

.page-access .station-left .fudoumae {
  margin-top: 10px;
  text-align: right;
}

.page-access .station-left .fudoumae img {
  width: 80.51%;
}

.page-access .train__images {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 1fr 1fr 1fr; */
  row-gap: 13px;
  column-gap: 18px;
}

.page-access .station-right {
  margin-left: 30px;
  width: 36.37%;
}

@media (max-width: 768px) {
  .page-access .station-right {
    width: 100%;
    margin-left: 0;
  }
}

.page-access .meguro {
  padding-bottom: 10px;
  /* border-bottom: dotted 1px #000; */
}

@media (max-width: 768px) {
  .page-access .meguro {
    margin-top: 15px;
  }
}

.page-access .station-list {
  /* border-bottom: 1px dotted #000; */
  padding-bottom: 15px;
}

.page-access .station-list-item {
  margin-top: 10px;
}

.page-access .train__text {
  /* width: 186.486px; */
  font-size: 10px;
  /* margin-top: 20px; */
  line-height: 1.9;
  text-align: right;
  /* margin-left: auto; */
  /* margin-right: 0; */
}

.page-access .route-map {
  /* margin-top: -11vw; */
  width: 85%;
  margin: auto;
  margin-top: 50px;
}

/* ======================================================================================== ^^
	Planning page
=========================================================================================== ^^ */

.page-planning .u-sp {
  display: none;
}

@media (max-width: 768px) {
  .page-planning .u-sp {
    display: block;
  }
}

.page-planning .page-header {
  width: 100%;
  margin-bottom: 0.2666666667vw;
  background: url(../images/planning/mv-planning_pc.jpg) no-repeat 50% 50% /
    cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .page-planning .page-header {
    height: 23.0625vw;
    margin-bottom: 0.3115264798vw;
    background: url(../images/planning/mv-planning_pc.jpg) no-repeat 50% 50% /
      cover;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header {
    margin-bottom: 0;
  }
}

.page-planning .page-header,
.page-access .page-header {
  margin-bottom: 0;
}

.page-planning .page-header_title {
  font-size: 8.33333vw;
  color: #000;
  line-height: 1.75004863;
  font-weight: normal;
  text-indent: 0.05em;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff,
    0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .page-planning .page-header_title {
    font-size: 3vw;
  }
}

@media (min-width: 1284px) {
  .page-planning .page-header_title {
    font-size: 3.2rem;
  }
}

.page-planning .catch {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .page-planning .catch {
    margin-top: 30px;
  }
}

.page-planning .catch-title {
  color: #808080;
  font-size: 2.25rem;
  font-weight: normal;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .page-planning .catch-title {
    font-size: 1.5rem;
  }
}

.page-planning .catch-text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.222;
}

@media (max-width: 768px) {
  .page-planning .catch-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.page-planning .section__inner {
  max-width: 1340px;
  padding: 0 25px;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .page-planning .section__inner {
    padding: 0 15px;
  }
}

.page-planning .section__title {
  color: #b38f30;
  font-size: 1.875rem;
  line-height: 1.75;
}

.page-planning .section__sub-title {
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-bottom: 0;
}

.page-planning .layout-image {
  width: 62.45%;
  margin: auto;
}

@media (max-width: 768px) {
  .page-planning .layout-image {
    width: 100%;
  }
}

.page-planning .plan-menu {
  margin-top: 6.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .page-planning .plan-menu {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
}

.page-planning .room {
  margin-top: 7rem;
  text-align: center;
}

@media (max-width: 768px) {
  .page-planning .room {
    margin-top: 1rem;
  }
}
.page-planning .room .room-item {
  margin-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-planning .room .room-item {
    margin-bottom: 50px;
  }
}

.page-planning .room__title {
  width: 70%;
  margin: 30px auto 0;
  padding: 0 3rem  10px 0;
  border-bottom: 1px solid #000;
  text-align: left;
}
.page-planning .room__title  img{
	width: 80%;
	margin-right: auto;
}

@media (max-width: 768px) {
  .page-planning .room__title {
    width: 100%;
	padding: 0 0 5px 0;
  }
  .page-planning .room__title  img{
	width: 99%;
  }
}

.page-planning .room__text {
  font-size: 1.0875rem;
  line-height: 1.2;
  margin-top: 15px;
}

.page-planning .room__text--large {
  font-size: 1.495rem;
}

.page-planning .room__text--medium {
  font-size: 1.29125rem;
}

@media (max-width: 768px) {
  .page-planning .room__text {
    text-align: left;
  }
}

.page-planning .room__price {
  width: 20.258875rem;
  margin: auto;
}

.page-planning .equipment-list {
  width: 67.82%;
  max-width: 690px;
  margin: 1.625rem auto 0 auto;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 768px) {
  .page-planning .equipment-list {
    width: 100%;
    max-width: 503px;
    gap: 5px;
  }
}

.page-planning .equipment-list__item {
  background-image: linear-gradient(
    to right,
    #af8925 0%,
    #bfa150 50%,
    #af8925 100%
  );
  /* font-size: 0.875rem;
  line-height: 2.5; */
  font-size: 1.1rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .page-planning .equipment-list__item {
    width: min(100%, 249px);
    margin: auto;
    font-size: 12px;
  }
}

.page-planning .room__image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 50px auto 0;
  padding: 0 20px;
  width: 67.82%;
}
/* 各図面のサイズ */
.page-planning #plan-g .room__image {
  transform: translateX(5%);
  width: 54.82%;
}

.page-planning #plan-h .room__image {
  transform: translateX(-6%);
  width: 70.82%;
}
.page-planning #plan-i .room__image {
	transform: translateX(6%);
    width: 55.82%;
}
.page-planning #plan-j .room__image {
  transform: translateX(1%);
  width: 78.82%;
}
@media (max-width: 768px) {
	.page-planning #plan-g .room__image {
		transform: translateX(5%);
		width: 95%;
	  }
	  
	  .page-planning #plan-h .room__image {
		transform: translateX(-1%);
		width: 104%;
	  }
	  .page-planning #plan-i .room__image {
		  transform: translateX(4%);
		  width: 85%;
	  }
	  .page-planning #plan-j .room__image {
		transform: translateX(-5%);
		width: 108%;
	  }
}

@media (max-width: 768px) {
  .page-planning .room__image {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-planning .loom__attention {
  text-align: left;
  max-width: 1340px;
  padding-left: 3.3rem;
}
@media ( max-width:768px ){
	.page-planning .loom__attention {
		padding-left: 0;
		margin-bottom: 0;
	}
}

.page-planning .site-footer {
  margin-top: 6.25rem;
}

.planning-inner {
  padding: 5rem 0 0;
}
.planning-g-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #c6a75c;
}
.planning-img.img01 {
  max-width: 80%;
  margin-left: auto;
  margin-bottom: 8vw;
}
.planning-box.box1 .flex {
  width: 90%;
  margin: 0 auto 6.5rem;
  flex-wrap: wrap;
}
.planning-box.box1 .flex a {
  display: block;
  width: 49%;
  margin-bottom: 1.5rem;
}
.planning-img.img06,
.planning-img.img09,
.planning-img.img12 {
  width: 400px;
  margin: 3rem auto 2rem;
  font-size: 0;
}
.planning-tags {
  display: flex;
  max-width: 840px;
  margin: 0 auto 2.6rem;
  font-size: 1.3rem;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.planning-tags li {
  width: 49%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: url(../images/planning/i_planning_bg.png) 50% 50% / cover no-repeat;
}
.planning-img.img07 {
  max-width: 880px;
  margin: 0 auto;
}
.pi-box1,
.pi-box2 {
  display: block;
  margin-bottom: 12rem;
}
.planning-img.img10 {
  max-width: 80%;
  margin: 0 auto;
}
.planning-img.img13 {
  max-width: 88%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .label_title-t {
    font-size: 6vw;
    letter-spacing: 0.8vw;
  }
  .planning-inner {
    padding: 12vw 0 0;
  }
  .planning-g-title {
    margin-bottom: 5vw;
    font-size: 5.5vw;
  }
  .planning-img.img01 {
    max-width: 100%;
    margin-bottom: 6vw;
  }
  .planning-box.box1 .flex {
    width: 100%;
    margin-bottom: 12vw;
  }
  .planning-box.box1 .flex a {
    width: 100%;
    margin-bottom: 3vw;
  }
  .planning-img.img06,
  .planning-img.img09,
  .planning-img.img12 {
    width: auto;
    margin: 6vw 8vw 4vw;
  }
  .planning-tags li {
    width: 100%;
    margin-bottom: 3vw;
    font-size: 5vw;
  }
  .pi-box1,
  .pi-box2 {
    margin-bottom: 15vw;
  }
}
