@charset "UTF-8";
html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}
html.fix {
  overflow: hidden;
}
@media screen and (min-width: 999px) {
  html.fix .fix-item a:after {
    background-color: #333;
  }
  html.fix .fix-item .aside {
    color: #fff;
  }
}
html body, html input, html textarea, html select, html button {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
  letter-spacing: 0.2rem;
}
html body,
html a {
  color: #333333;
  font-size: 1.4rem;
  text-align: justify;
}
html body .sample,
html a .sample {
  color: #f00;
}
html body {
  overflow: hidden;
  position: relative;
}
html a {
  display: block;
}
html .sp {
  display: inherit;
}
html .pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  html .sp {
    display: none;
  }
  html .pc {
    display: inherit;
  }
}

.header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  z-index: 100;
}
.header.on {
  background-color: rgba(255, 255, 255, 0.9);
  transition-duration: 0.3s;
}
.header.on .logo {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.header .header-wrap {
  width: 100%;
  height: 50px;
  max-width: 1360px;
  margin: 0 auto 0;
}
.header .logo {
  width: 130px;
  padding: 12px 0 0 24px;
  transition-duration: 0.3s;
}
.header .btn-unit {
  width: 50px;
  height: 50px;
  padding: 10px 13px;
  background-color: #1a1a1a;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.header .btn-unit .menu-trigger {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 10px;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .btn-unit .menu-trigger span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 4px;
  position: absolute;
  left: 0;
}
.header .btn-unit .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header .btn-unit .menu-trigger span:nth-of-type(2) {
  top: 100%;
}
.header .btn-unit.on .menu-trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
}
.header .btn-unit.on .menu-trigger span:nth-of-type(2) {
  transform: translateY(-5px) rotate(45deg);
}
.header .pc-nav {
  display: none;
}
.header .nav {
  display: none;
  width: 100%;
  height: 100vh;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
.header .nav .nav-unit {
  height: 80vh;
  padding-bottom: 20vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header .nav .nav-logo {
  width: 40px;
  margin: 0 auto 40px;
}
.header .nav .nav-list.main {
  padding: 0 48px;
}
.header .nav .nav-list.main .nav-list-item {
  border-bottom: 1px solid #AAAAAA;
}
.header .nav .nav-list.main a {
  display: block;
  padding: 8px 0;
  font-size: 1.4rem;
  position: relative;
}
.header .nav .nav-list.main a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #25282D;
  border-right: 1px solid #25282D;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.header .nav .nav-list.sub {
  display: flex;
  width: 100%;
  max-width: 480px;
  padding: 16px 40px 0;
  margin: 0 auto 0;
}
.header .nav .nav-list.sub .nav-list-item {
  width: 50%;
  text-align: center;
}
.header .nav .nav-list.sub a {
  display: inline-block;
  padding: 0 0 0 12px;
  font-size: 1.2rem;
  letter-spacing: 0.15rem;
  position: relative;
}
.header .nav .nav-list.sub a:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  border-top: 1px solid #25282D;
  border-right: 1px solid #25282D;
  vertical-align: middle;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1200px) {
  .header .header-wrap {
    height: 56px;
  }
  .header .logo {
    width: 140px;
    padding: 12px 0 0 24px;
  }
  .header .logo a {
    transition-duration: 0.5s;
  }
  .header .logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .header .btn-unit {
    top: 0;
    width: 56px;
    height: 56px;
    padding: 12px 17px;
  }
  .header .pc-nav {
    display: block;
    position: absolute;
    top: 12px;
    right: 94px;
  }
  .header .pc-nav .nav-list {
    letter-spacing: -0.4em;
  }
  .header .pc-nav .nav-list-item {
    display: inline-block;
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .header .pc-nav .nav-list-item:not(:last-child) {
    margin-right: 24px;
  }
  .header .pc-nav .nav-list-item.sns {
    width: 20px;
    line-height: 20px;
  }
  .header .pc-nav .nav-list-item.sns a:before {
    display: none;
  }
  .header .pc-nav a {
    display: inline-block;
    position: relative;
  }
  .header .pc-nav a:before {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #333;
    transition-duration: 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .header .pc-nav a:hover:before {
    width: 100%;
    left: 0%;
  }
  .header .nav {
    padding: 80px 0 0;
    top: 56px;
  }
  .header .nav .nav-logo {
    width: 56px;
    margin: 0 auto 16px;
  }
  .header .nav .nav-logo a {
    transition-duration: 0.5s;
  }
  .header .nav .nav-logo a:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .header .nav .nav-list.main {
    max-width: 800px;
    padding: 0 0;
    margin: 0 auto 0;
    letter-spacing: -0.4em;
  }
  .header .nav .nav-list.main .nav-list-item {
    display: inline-block;
    width: 46%;
    margin-bottom: 24px;
    letter-spacing: 0.2em;
    vertical-align: middle;
  }
  .header .nav .nav-list.main .nav-list-item:nth-child(2n) {
    margin-left: 8%;
  }
  .header .nav .nav-list.main a {
    font-size: 1.5rem;
  }
  .header .nav .nav-list.main a:hover {
    transition-duration: 0.5s;
  }
  .header .nav .nav-list.main a:hover:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
  .header .nav .nav-list.sub {
    display: flex;
  }
  .header .nav .nav-list.sub a {
    font-size: 1.3rem;
  }
  .header .nav .nav-list.sub a:hover {
    transition-duration: 0.5s;
  }
  .header .nav .nav-list.sub a:hover:hover {
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7;
  }
}
.reserve {
  padding: 120px 40px 182px;
  text-align: center;
  border-top: 1px solid #ddd;
}
.reserve .reserve-link {
  width: 100%;
  max-width: 288px;
  margin: 0 auto 32px;
}
.reserve .reserve-link a {
  padding: 12px 0;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #666;
}
.reserve .reserve-link .icon {
  display: inline-block;
  padding: 0 0 0 32px;
  background-image: url("/cmn/img/icon-reserve-on.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 center;
  position: relative;
}
.reserve .reserve-link .icon::before {
  content: "";
  width: 27px;
  height: 31px;
  background-image: url("/cmn/img/icon-reserve.svg");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 center;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transition-duration: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.reserve .reserve-tel {
  margin: 0 auto 8px;
  letter-spacing: -0.4em;
}
.reserve .reserve-tel .reserve-tel-jp,
.reserve .reserve-tel .reserve-tel-en {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.15em;
}
.reserve .reserve-tel .reserve-tel-jp .ttl,
.reserve .reserve-tel .reserve-tel-en .ttl {
  font-size: 1.2rem;
}
.reserve .reserve-tel .reserve-tel-jp .number,
.reserve .reserve-tel .reserve-tel-en .number {
  font-size: 1.3rem;
}
.reserve .reserve-tel .reserve-tel-jp {
  padding: 8px 16px 8px 2rem;
  border-right: 1px solid #e0e0e0;
}
.reserve .reserve-tel .reserve-tel-en {
  padding: 8px 0 8px 16px;
}
.reserve .reserve-time {
  margin: 0 auto 40px;
  font-size: 1.2rem;
}
.reserve .sns .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.reserve .sns .sns-list-item {
  line-height: 1;
}

@media screen and (min-width: 1000px) {
  .reserve .reserve-link a {
    background-color: rgba(0, 0, 0, 0);
    transition-duration: 0.5s;
  }
  .reserve .reserve-link a:hover {
    color: #fff;
    background-color: rgb(0, 0, 0);
  }
  .reserve .reserve-link a:hover .icon::before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
  .reserve .reserve-tel .reserve-tel-jp,
.reserve .reserve-tel .reserve-tel-en {
    text-align: center;
  }
  .reserve .sns .sns-list .sns-list-item a {
    transition-duration: 0.5s;
  }
  .reserve .sns .sns-list .sns-list-item a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
  }
}
.fix-tel {
  width: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.fix-tel .tel-wrap {
  width: 100%;
  max-width: 1000px;
  padding: 16px 0;
  margin: 0 auto 0;
  text-align: left;
  position: relative;
  transition-duration: 0.3s;
}
.fix-tel .tel-unit-head,
.fix-tel .tel-unit-body {
  max-width: 1200px;
  padding: 0 24px;
  margin: 0 auto 0;
  line-height: 24px;
  vertical-align: middle;
  letter-spacing: 0.2rem;
  position: relative;
}
.fix-tel .tel-unit {
  display: inline-block;
  color: #eee;
}
.fix-tel .tel-unit-head {
  font-size: 1.3rem;
}
.fix-tel .tel-unit-body a {
  color: #fff;
  font-size: 1.8rem;
}
.fix-tel .di_widgetswitch {
  display: table;
  height: 100%;
  padding: 24px 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.fix-tel .di_widgetswitch a {
  display: table-cell;
  width: 120px;
  height: 100%;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.2rem;
}
.fix-tel .di_widgetswitch a:hover {
  cursor: pointer;
}
.fix-tel.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

@media screen and (min-width: 1000px) {
  .fix-tel.on {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  .fix-tel .tel-unit {
    letter-spacing: -0.4em;
  }
  .fix-tel .tel-unit-head,
.fix-tel .tel-unit-body {
    display: inline-block;
  }
  .fix-tel .tel-unit-head {
    font-size: 1.5rem;
    border-right: 1px solid #CCCCCC;
  }
  .fix-tel .di_widgetswitch {
    display: table;
    height: 100%;
    padding: 14px 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .fix-tel .di_widgetswitch a {
    display: table-cell;
    width: 120px;
    height: 100%;
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.2rem;
  }
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}

.remodal-wrapper .remodal {
  color: #333;
}
.remodal-wrapper .remodal input, .remodal-wrapper .remodal select {
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.remodal-wrapper .booking_inner .booking {
  font-size: 1.5rem;
  font-weight: bold;
}
.remodal-wrapper .nitteiarea .booking {
  margin: 0 auto 8px;
}
.remodal-wrapper .nitteiarea .cmbARRY,
.remodal-wrapper .nitteiarea .cmbARRM,
.remodal-wrapper .nitteiarea .cmbARRD {
  height: 1.8em;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 12px;
  border: 1px solid #aaa;
}
.remodal-wrapper .nitteiarea .cmbARRY {
  width: 4em;
}
.remodal-wrapper .nitteiarea .cmbARRM {
  width: 2em;
}
.remodal-wrapper .nitteiarea .cmbARRD {
  width: 2em;
}
.remodal-wrapper .nitteiarea .hidSELECTHAKSU,
.remodal-wrapper .nitteiarea .hidROOM {
  height: 1.8em;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto 12px;
}
.remodal-wrapper .nitteiarea .chkymd {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}
.remodal-wrapper .nitteiarea .chkymd::before, .remodal-wrapper .nitteiarea .chkymd::after {
  content: "";
  display: block;
  position: absolute;
}
.remodal-wrapper .nitteiarea .chkymd::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0%;
  transform: translateY(calc(-50% - 2px));
  top: 50%;
  left: 5px;
}
.remodal-wrapper .nitteiarea .chkymd::after {
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #666464;
  border-left: 3px solid #666464;
  opacity: 0;
  transform: rotate(-45deg);
  top: -8px;
  left: 9px;
}
.remodal-wrapper .nitteiarea .chkymd:checked::after {
  opacity: 1;
}
.remodal-wrapper .ninzuarea .booking {
  padding-top: 8px;
  margin: 0 auto 16px;
  line-height: 1.4;
}
.remodal-wrapper .ninzuarea .ninzuarea-unit {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  text-align: left;
  margin: 0 auto 24px;
}
.remodal-wrapper .ninzuarea .undecided {
  margin: 0 auto 12px;
  text-align: center;
}
.remodal-wrapper .ninzuarea .line {
  letter-spacing: -0.4em;
}
.remodal-wrapper .ninzuarea .line:not(:last-child) {
  margin: 0 auto 16px;
}
.remodal-wrapper .ninzuarea .line-head,
.remodal-wrapper .ninzuarea .line-body {
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 1.4;
  vertical-align: bottom;
}
.remodal-wrapper .ninzuarea .line-head {
  width: 160px;
}
.remodal-wrapper .ninzuarea .line-head .small {
  font-size: 1.2rem;
}
.remodal-wrapper .ninzuarea .line-body {
  width: calc(100% - 160px);
  text-align: right;
}
.remodal-wrapper .ninzuarea .line-body select {
  width: 2.8em;
  height: 1.8em;
  font-size: 1.5rem;
  text-align: center;
}
.remodal-wrapper .ryokinarea .booking {
  padding-top: 8px;
  margin: 0 auto 16px;
  line-height: 1.4;
}
.remodal-wrapper .ryokinarea .unit {
  letter-spacing: -0.4em;
  margin: 0 auto 24px;
}
.remodal-wrapper .ryokinarea .line {
  display: inline-block;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
.remodal-wrapper .ryokinarea .line.icon {
  padding: 0 4px;
  letter-spacing: normal;
}
.remodal-wrapper .ryokinarea .line.end {
  padding: 0 0 0 6px;
  letter-spacing: normal;
}
.remodal-wrapper .ryokinarea .minPrice,
.remodal-wrapper .ryokinarea .maxPrice {
  width: 7.5em;
  height: 1.8em;
  font-size: 1.4rem;
  text-align: center;
}
.remodal-wrapper .searchtypearea {
  padding: 12px 0 0;
  margin: 0 auto 24px;
  text-align: center;
}
.remodal-wrapper .searchtypearea .unit {
  display: inline-block;
  text-align: justify;
}
.remodal-wrapper .btn-area {
  margin: 0 auto 40px;
}
.remodal-wrapper .btn-area .line:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.remodal-wrapper .btn-area input {
  width: 100%;
  max-width: 240px;
  padding: 4px 0;
  font-size: 1.4rem;
  background-color: #fff;
  border: 1px solid #aaa;
}
.remodal-wrapper .btn-area input:hover {
  cursor: pointer;
}
.remodal-wrapper .btn-area input.cancel {
  background-color: #fafafa;
}
.remodal-wrapper .modal-close {
  text-align: center;
}
.remodal-wrapper .modal-close .button-link {
  display: inline-block;
}
.remodal-wrapper .modal-close .button-link:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .remodal-wrapper .nitteiarea br.sp {
    display: none;
  }
  .remodal-wrapper .nitteiarea .hidSELECTHAKSU {
    margin-left: 16px;
  }
  .remodal-wrapper .ninzuarea .ninzuarea-unit {
    max-width: 360px;
  }
  .remodal-wrapper .ninzuarea .line-head {
    width: 280px;
  }
  .remodal-wrapper .ninzuarea .line-head br {
    display: none;
  }
  .remodal-wrapper .ninzuarea .line-body {
    width: calc(100% - 280px);
  }
  .remodal-wrapper .ryokinarea .line.icon {
    padding: 0 12px;
  }
  .remodal-wrapper .ryokinarea .line.end {
    padding: 0 0 0 12px;
  }
  .remodal-wrapper .ryokinarea .minPrice,
.remodal-wrapper .ryokinarea .maxPrice {
    width: 8.8em;
  }
  .remodal-wrapper .searchtypearea .unit {
    letter-spacing: -0.4em;
  }
  .remodal-wrapper .searchtypearea .unit .line {
    display: inline-block;
    margin: 0 16px;
    letter-spacing: 0.2rem;
  }
  .remodal-wrapper .btn-area {
    letter-spacing: -0.4em;
  }
  .remodal-wrapper .btn-area .line {
    display: inline-block;
    letter-spacing: 0.2rem;
    vertical-align: top;
  }
  .remodal-wrapper .btn-area .line:not(:last-child) {
    padding: 0;
    margin: 0 32px 0 0;
  }
  .remodal-wrapper .btn-area input {
    width: 240px;
  }
  .remodal-wrapper .btn-area input.cancel {
    background-color: #fafafa;
  }
  .remodal-wrapper .modal-close {
    text-align: center;
  }
  .remodal-wrapper .modal-close .button-link {
    display: inline-block;
  }
}
.footer {
  padding: 40px 40px;
  color: #fff;
  font-size: 1.3rem;
  background-color: #000;
  position: relative;
  z-index: 5;
}
.footer > .logo {
  width: 62.5%;
  max-width: 210px;
  margin: 0 auto 24px;
}
.footer a {
  color: #fff;
}
.footer .facility {
  width: 100%;
  max-width: 984px;
  margin: 0 auto 24px;
}
.footer .facility .box {
  margin: 0 auto 24px;
}
.footer .facility .box:last-child {
  margin: 0 auto 0;
}
.footer .facility .box:last-child a {
  display: flex;
  flex-wrap: wrap;
}
.footer .facility .box .detail {
  margin: 0 auto 24px;
}
.footer .facility .box .detail:last-child {
  margin: 0 auto 0;
}
.footer .facility .box .area {
  margin: 0 auto 8px;
  font-size: 1.4rem;
  text-indent: -0.4em;
}
.footer .facility .box .list {
  padding: 0 0 0 1.1rem;
  margin: 0 auto 12px;
}
.footer .facility .box .list:last-child {
  margin: 0 auto 0;
}
.footer .facility .box .list-item {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: justify;
  border-bottom: 1px solid #333;
}
.footer .facility .box .list-item:first-child {
  border-top: 1px solid #333;
}
.footer .facility .box a {
  display: block;
  padding: 12px 0;
}
.footer .facility .box a.arrow {
  position: relative;
}
.footer .facility .box a.arrow:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: auto;
  vertical-align: middle;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
}
.footer .facility .box .logo,
.footer .facility .box .txt {
  display: inline-block;
  vertical-align: bottom;
}
.footer .facility .box .logo {
  width: 50px;
  text-align: center;
  order: 2;
}
.footer .facility .box .logo img {
  width: auto;
  height: 28px;
}
.footer .facility .box .txt {
  width: calc(100% - 50px);
  order: 1;
}
.footer .aside {
  width: 100%;
  max-width: 984px;
  margin: 0 auto 0;
}
.footer .aside .link {
  margin: 0 auto 40px;
  letter-spacing: -0.4em;
}
.footer .aside .link .link-item {
  display: inline-block;
  width: 50%;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: normal;
  vertical-align: top;
}
.footer .aside .link .link-item:not(:last-child) {
  position: relative;
}
.footer .aside .link .link-item:not(:last-child):before {
  content: "";
  width: 1px;
  height: 1em;
  margin: auto;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.footer .aside .link a {
  display: block;
  padding: 4px 0;
}
.footer .aside .copy {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 56px 48px;
    font-size: 1.4rem;
  }
  .footer > .logo {
    margin: 0 auto 64px;
  }
  .footer .facility {
    margin: 0 auto 32px;
  }
  .footer .aside .link .link-item {
    font-size: 1.4rem;
  }
  .footer .aside .link .link-item:not(:last-child):before {
    display: none;
  }
  .footer .aside .link a {
    padding: 8px 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer a {
    transition-duration: 0.3s;
  }
  .footer a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
  }
  .footer .facility {
    margin: 0 auto 40px;
    letter-spacing: -0.4em;
    position: relative;
  }
  .footer .facility:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #646464;
    transform: translate(-50%, 0%);
    position: absolute;
    left: 50%;
  }
  .footer .facility .box {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
  }
  .footer .facility .box:first-child {
    padding-right: 72px;
  }
  .footer .facility .box:last-child {
    padding-left: 72px;
  }
  .footer .facility .box:last-child a {
    display: inline-block;
    flex-wrap: nowrap;
  }
  .footer .facility .box .detail {
    margin: 0 auto 24px;
  }
  .footer .facility .box .detail:last-child {
    margin: 0 auto 0;
  }
  .footer .facility .box .area {
    margin: 0 auto 4px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
  }
  .footer .facility .box .list {
    display: block;
    padding: 0 0 0 0.2rem;
    margin: 0;
    text-align: justify;
    letter-spacing: -0.4em;
  }
  .footer .facility .box .list:last-child {
    margin: 0;
  }
  .footer .facility .box .list.txt-link .list-item {
    display: block;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
  .footer .facility .box .list.txt-link .list-item:not(:last-child) {
    padding-right: 24px;
    margin-right: 8px;
  }
  .footer .facility .box .list.txt-link .list-item:not(:last-child):after {
    display: none;
  }
  .footer .facility .box .list.logo-link {
    padding-top: 4px;
    margin-bottom: 46px;
  }
  .footer .facility .box .list.logo-link .list-item:not(:last-child) {
    margin-right: 28px;
  }
  .footer .facility .box .list-item {
    display: inline-block;
    letter-spacing: 0.1em;
    vertical-align: top;
    border: none;
  }
  .footer .facility .box .list-item:first-child {
    border: none;
  }
  .footer .facility .box a {
    padding: 0;
  }
  .footer .facility .box a.arrow:before {
    display: none;
  }
  .footer .facility .box .logo,
.footer .facility .box .txt {
    display: block;
    width: auto;
  }
  .footer .facility .box .logo {
    width: 50px;
    margin: 0 0 8px;
    text-align: left;
  }
  .footer .facility .box .logo img {
    width: auto;
    height: 36px;
  }
  .footer .facility .box .txt {
    width: auto;
  }
  .footer .aside {
    letter-spacing: -0.4em;
  }
  .footer .aside .link,
.footer .aside .copy {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: bottom;
  }
  .footer .aside .link {
    margin: 0;
  }
  .footer .aside .link .link-item {
    width: auto;
    font-size: 1.4rem;
    text-align: left;
  }
  .footer .aside .link .link-item:not(:last-child) {
    padding-right: 24px;
    margin-right: 8px;
    position: relative;
  }
  .footer .aside .link .link-item:not(:last-child):after {
    content: "／";
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer .aside .link a {
    padding: 0;
  }
  .footer .aside .copy {
    letter-spacing: 0.2em;
  }
}
.swiper-pagination {
  line-height: 1;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  border: none;
  background-color: #a98018;
}

.pages .visual {
  position: relative;
}
.pages .visual:before {
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pages .visual .visual-ttl {
  color: #fff;
  font-size: 3rem;
  letter-spacing: 1.2rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 374px) {
  .pages .visual .visual-ttl {
    font-size: 2.4rem;
    letter-spacing: 0.8rem;
  }
}
.pages .visual .visual-tel {
  margin: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.pages .visual .visual-tel .tel-wrap {
  padding: 16px 0;
  transition-duration: 0.3s;
}
.pages .visual .visual-tel .tel-unit-head,
.pages .visual .visual-tel .tel-unit-body {
  display: inline-block;
  padding: 0 16px;
  vertical-align: middle;
  line-height: 24px;
  letter-spacing: 0.2rem;
}
.pages .visual .visual-tel .tel-unit-head {
  font-size: 1.3rem;
  border-right: 1px solid #CCCCCC;
}
.pages .visual .visual-tel .tel-unit-body {
  font-size: 2rem;
}
.pages .visual .visual-tel .tel-unit-body a {
  color: #fff;
}
.pages .visual .visual-tel .tel-unit {
  display: inline-block;
  color: #eee;
  letter-spacing: -0.4em;
}
.pages .section-wrap {
  max-width: 1048px;
  padding: 0px 24px;
  margin: 0 auto 0;
  text-align: center;
}
.pages .section-ttl {
  margin: 0 auto 64px;
}
.pages .section-ttl .txt {
  display: inline-block;
  font-size: 2.6rem;
  text-align: justify;
}
.pages .section-ttl .sub {
  display: block;
  padding: 16px 0 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.pages .txt-area {
  display: inline-block;
  max-width: 800px;
  margin: 0 auto 64px;
  text-align: justify;
}
.pages .txt-area .txt:not(:last-child) {
  margin: 0 auto 24px;
}
.pages .photo {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .pages .visual .visual-tel {
    bottom: 16px;
    left: 64px;
    right: auto;
  }
  .pages .visual .tel-unit-body a {
    pointer-events: none;
  }
  .pages .wrap .txt-area {
    text-align: center;
  }
}
.js_in {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  transition-duration: 800ms;
  transform: translate(0, 50px);
}
.js_in:nth-of-type(2) {
  transition-delay: 960ms;
}
.js_in:nth-of-type(3) {
  transition-delay: 1120ms;
}
.js_in:nth-of-type(4) {
  transition-delay: 1280ms;
}
.js_in:nth-of-type(5) {
  transition-delay: 1440ms;
}
.js_in:nth-of-type(6) {
  transition-delay: 1600ms;
}
.js_in.js_in_on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */