@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
/* 文字 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

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

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit; }

p {
  margin: 0;
  padding: 0; }

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

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

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

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

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0; }

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .view-pc {
    display: none; } }

.view-tab {
  display: none; }
  @media screen and (max-width: 768px) {
    .view-tab {
      display: block; } }
  @media screen and (max-width: 480px) {
    .view-tab {
      display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .view-sp {
      display: block; } }

/* 画像 */
img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  /* regular: 400, bold: 700 */
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  background-color: #ffffff;
  color: #333333;
  font-size: 18px;
  line-height: 1.6; }
  @media screen and (max-width: 1500px) {
    body {
      font-size: 1.2vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 4.2vw; } }
  @media screen and (max-width: 480px) {
    body {
      line-height: 1.6; } }
  body.scrollnone {
    overflow: hidden; }

.scroll_fadein {
  opacity: 0;
  visibility: hidden; }

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.5s ease; }

#wrap {
  overflow: hidden;
  position: relative; }

body#top #wrap {
  padding-top: 0; }

* {
  outline: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

@media screen and (min-width: 481px) {
  a:hover {
    opacity: .6;
    color: inherit;
    text-decoration: none; } }

a.telnone {
  pointer-events: none; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* head
---------------------------------------------------------------------------*/
.head {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10000; }
  @media screen and (max-width: 1500px) {
    .head {
      top: 1.6666666667vw;
      height: 4vw;
      padding: 0 2vw 0 1.6vw; } }
  @media screen and (max-width: 480px) {
    .head {
      position: fixed;
      height: 16vw;
      padding: 3.3333333333vw 5.3333333333vw; } }
  .head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 1500px) {
      .head-wrap {
        width: 80vw; } }
    @media screen and (max-width: 480px) {
      .head-wrap {
        width: 89.3333333333vw;
        /* 余白40 */ } }
  .head-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 272px; }
    @media screen and (max-width: 1500px) {
      .head-logo {
        width: 18.1333333333vw; } }
    @media screen and (max-width: 480px) {
      .head-logo {
        width: 53.3333333333vw; } }
  .head-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 340px; }
    @media screen and (max-width: 1500px) {
      .head-btn {
        width: 22.6666666667vw; } }
    @media screen and (max-width: 480px) {
      .head-btn {
        display: block;
        width: 22.6666666667vw; } }
    .head-btn-reserve {
      width: 200px; }
      @media screen and (max-width: 1500px) {
        .head-btn-reserve {
          width: 13.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .head-btn-reserve {
          width: 100%; } }
    .head-btn-menu {
      width: 110px; }
      @media screen and (max-width: 1500px) {
        .head-btn-menu {
          width: 7.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .head-btn-menu {
          width: 100%;
          margin-top: 2.6666666667vw; } }

/* glnv
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  body.scroll .glnv.scroll_fadein,
  .glnv.scroll_fadein {
    opacity: 0;
    visibility: hidden; } }

.glnv {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000; }
  .glnv-hd {
    background-color: #000000;
    color: #ffffff; }
    @media screen and (max-width: 480px) {
      .glnv-hd {
        display: none; } }
    .glnv-hd-wrap {
      width: 1200px;
      margin-left: auto;
      margin-right: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media screen and (max-width: 1500px) {
        .glnv-hd-wrap {
          width: 80vw; } }
      @media screen and (max-width: 480px) {
        .glnv-hd-wrap {
          width: 89.3333333333vw;
          /* 余白40 */ } }
    .glnv-hd-logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 167px; }
      @media screen and (max-width: 1500px) {
        .glnv-hd-logo {
          width: 11.1333333333vw; } }
    .glnv-hd-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .glnv-hd-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .glnv-hd-menu nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0.5em; }
        .glnv-hd-menu nav li {
          font-size: 16px;
          letter-spacing: .04em;
          margin: 0 .2em; }
          @media screen and (max-width: 1500px) {
            .glnv-hd-menu nav li {
              font-size: 1.0666666667vw; } }
          @media screen and (max-width: 480px) {
            .glnv-hd-menu nav li {
              font-size: 3.7333333333vw; } }
  .glnv-ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EDE9DF;
    color: #333333; }
    @media screen and (max-width: 480px) {
      .glnv-ft {
        display: block; } }
    .glnv-ft-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 100%;
      background-color: #55162D;
      color: #ffffff;
      font-size: 12px;
      padding: 1em; }
      @media screen and (max-width: 1500px) {
        .glnv-ft-ttl {
          font-size: 0.8vw; } }
      @media screen and (max-width: 480px) {
        .glnv-ft-ttl {
          font-size: 2.8vw; } }
      .glnv-ft-ttl span {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-align: center; }
      @media screen and (max-width: 480px) {
        .glnv-ft-ttl br {
          display: none; } }
    .glnv-ft-panel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 10px; }
      @media screen and (max-width: 1500px) {
        .glnv-ft-panel {
          padding: 0 0.6666666667vw; } }
      @media screen and (max-width: 480px) {
        .glnv-ft-panel {
          padding: 5.3333333333vw; } }
    .glnv-ft-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 480px) {
        .glnv-ft-btn {
          padding: 0 5.3333333333vw 5.3333333333vw; } }
      .glnv-ft-btn > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 480px) {
          .glnv-ft-btn > div {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media screen and (max-width: 480px) {
          .glnv-ft-btn > div > div {
            width: 48%; } }
        .glnv-ft-btn > div > div + div {
          margin-left: 8px; }
          @media screen and (max-width: 1500px) {
            .glnv-ft-btn > div > div + div {
              margin-left: 0.5333333333vw; } }
          @media screen and (max-width: 480px) {
            .glnv-ft-btn > div > div + div {
              margin-left: 0; } }
      .glnv-ft-btn .btn-def {
        width: 120px;
        height: 40px; }
        @media screen and (max-width: 1500px) {
          .glnv-ft-btn .btn-def {
            width: 8vw;
            height: 2.6666666667vw; } }
        @media screen and (max-width: 480px) {
          .glnv-ft-btn .btn-def {
            width: 100%;
            height: 10vw; } }
        .glnv-ft-btn .btn-def span {
          /* regular: 400, bold: 700 */
          font-family: 'Noto Serif JP', serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: .1em;
          font-size: 14px; }
          @media screen and (max-width: 1500px) {
            .glnv-ft-btn .btn-def span {
              font-size: 0.9333333333vw; } }
          @media screen and (max-width: 480px) {
            .glnv-ft-btn .btn-def span {
              font-size: 3.2666666667vw; } }
        .glnv-ft-btn .btn-def::after {
          display: none; }

#search_489ban {
  letter-spacing: .08em; }
  #search_489ban form,
  #search_489ban .inbox_489ban,
  #search_489ban .stay_489ban,
  #search_489ban .person_489ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 480px) {
      #search_489ban form,
      #search_489ban .inbox_489ban,
      #search_489ban .stay_489ban,
      #search_489ban .person_489ban {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media screen and (max-width: 480px) {
    #search_489ban form {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #search_489ban .inbox_489ban span {
    font-size: 14px; }
    @media screen and (max-width: 1500px) {
      #search_489ban .inbox_489ban span {
        font-size: 0.9333333333vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban .inbox_489ban span {
        font-size: 3.2666666667vw; } }
  #search_489ban .date_489ban {
    margin-right: 0.5em; }
    @media screen and (max-width: 480px) {
      #search_489ban .date_489ban {
        margin-right: 0;
        width: 90%; } }
    #search_489ban .date_489ban dt {
      font-size: 16px;
      line-height: 1.2; }
      @media screen and (max-width: 1500px) {
        #search_489ban .date_489ban dt {
          font-size: 1.0666666667vw; } }
      @media screen and (max-width: 480px) {
        #search_489ban .date_489ban dt {
          font-size: 3.7333333333vw; } }
    #search_489ban .date_489ban dd {
      border-bottom: 1px solid #55162D; }
      #search_489ban .date_489ban dd label {
        font-size: 13px;
        letter-spacing: 0; }
        @media screen and (max-width: 1500px) {
          #search_489ban .date_489ban dd label {
            font-size: 0.8666666667vw; } }
        @media screen and (max-width: 480px) {
          #search_489ban .date_489ban dd label {
            font-size: 3.0333333333vw; } }
        @media screen and (max-width: 480px) {
          #search_489ban .date_489ban dd label {
            font-size: 4.2666666667vw;
            margin-left: 0.5em; } }
        #search_489ban .date_489ban dd label input {
          margin-right: 0.2em; }
  #search_489ban .stay_489ban,
  #search_489ban .person_489ban,
  #search_489ban .room_489ban {
    display: block; }
    #search_489ban .stay_489ban dt,
    #search_489ban .person_489ban dt,
    #search_489ban .room_489ban dt {
      line-height: 1.2; }
  #search_489ban .person_489ban,
  #search_489ban .room_489ban {
    margin-left: 0.5em; }
  @media screen and (max-width: 480px) {
    #search_489ban .inbox_489ban {
      margin-top: 2.6666666667vw; } }
  #search_489ban label {
    font-size: 14px; }
    @media screen and (max-width: 1500px) {
      #search_489ban label {
        font-size: 0.9333333333vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban label {
        font-size: 3.2666666667vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban label {
        font-size: 3.7333333333vw; } }
  #search_489ban input[type=text],
  #search_489ban select {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #333333;
    border-radius: 0;
    line-height: 1.4;
    letter-spacing: .12em; }
    @media screen and (max-width: 1500px) {
      #search_489ban input[type=text],
      #search_489ban select {
        font-size: 1.0666666667vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban input[type=text],
      #search_489ban select {
        font-size: 3.7333333333vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban input[type=text],
      #search_489ban select {
        font-size: 4.8vw; } }
  #search_489ban input[type=text] {
    width: 150px;
    background-image: url(../img/cmn/input-cal.png);
    background-size: 16px 16px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding: 0 5px; }
    @media screen and (max-width: 1500px) {
      #search_489ban input[type=text] {
        width: 10vw;
        padding: 0 0.3333333333vw;
        background-size: 1.0666666667vw 1.0666666667vw;
        background-position: right 1vw center; } }
    @media screen and (max-width: 480px) {
      #search_489ban input[type=text] {
        width: 48.6666666667vw;
        padding: 0 1.3333333333vw;
        background-size: 4vw 4vw;
        background-position: right 4vw center; } }
  #search_489ban select {
    background-image: url(../img/cmn/input-sel.png);
    background-size: 12px 6px;
    background-position: right center;
    background-repeat: no-repeat;
    letter-spacing: .06em;
    padding: 0 16px 0 5px;
    border-bottom: 1px solid #55162D; }
    @media screen and (max-width: 1500px) {
      #search_489ban select {
        padding: 0 1.0666666667vw 0 0.3333333333vw;
        background-size: 0.8vw 0.4vw;
        background-position: right center; } }
    @media screen and (max-width: 480px) {
      #search_489ban select {
        padding: 0 3.3333333333vw 0 1.3333333333vw;
        background-size: 4.2666666667vw 2.4vw;
        background-position: right 1.3333333333vw center;
        letter-spacing: .12em; } }
  #search_489ban button {
    background-color: #ae7f3e;
    color: #ffffff;
    width: 120px;
    height: 40px;
    border: none;
    outline: none;
    margin-left: 14px;
    font-size: 18px;
    letter-spacing: .12em;
    line-height: 28px; }
    @media screen and (max-width: 1500px) {
      #search_489ban button {
        font-size: 1.2vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban button {
        font-size: 4.2vw; } }
    @media screen and (max-width: 1500px) {
      #search_489ban button {
        width: 8vw;
        height: 2.6666666667vw;
        margin-left: 0.9333333333vw;
        line-height: 1.8666666667vw; } }
    @media screen and (max-width: 480px) {
      #search_489ban button {
        font-size: 3.7333333333vw;
        width: 100%;
        height: 10vw;
        margin-top: 5.3333333333vw;
        line-height: 10vw;
        margin-left: 0; } }

@media screen and (min-width: 481px) {
  #ui-datepicker-div {
    top: 110px !important; } }
  @media screen and (min-width: 481px) and (max-width: 1500px) {
    #ui-datepicker-div {
      top: 7.3333333333vw !important; } }

/* mega
---------------------------------------------------------------------------*/
.mega {
  display: none;
  position: fixed;
  width: 66%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: scroll;
  color: #ffffff;
  background-color: #000000;
  z-index: 999000;
  padding: 64px; }
  @media screen and (max-width: 1500px) {
    .mega {
      padding: 4.2666666667vw; } }
  @media screen and (max-width: 480px) {
    .mega {
      width: 100%;
      padding: 8.5333333333vw 5.3333333333vw; } }
  .mega-close {
    position: absolute;
    right: 40px;
    top: 40px; }
    @media screen and (max-width: 1500px) {
      .mega-close {
        right: 2.6666666667vw;
        top: 2.6666666667vw; } }
    @media screen and (max-width: 480px) {
      .mega-close {
        right: 5.3333333333vw;
        top: 5.3333333333vw; } }
    .mega-close a {
      display: block;
      padding-left: 25px; }
      @media screen and (max-width: 1500px) {
        .mega-close a {
          padding-left: 1.6666666667vw; } }
      @media screen and (max-width: 480px) {
        .mega-close a {
          padding-left: 6.6666666667vw; } }
      .mega-close a::before, .mega-close a::after {
        content: "";
        display: block;
        height: 1px;
        width: 20px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 50%; }
        @media screen and (max-width: 1500px) {
          .mega-close a::before, .mega-close a::after {
            width: 1.3333333333vw; } }
        @media screen and (max-width: 480px) {
          .mega-close a::before, .mega-close a::after {
            width: 5.3333333333vw; } }
      .mega-close a::before {
        transform: rotate(30deg); }
      .mega-close a::after {
        transform: rotate(-30deg); }
  .mega-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mega-logo {
    width: 100%; }
    .mega-logo a {
      display: block;
      width: 184px;
      padding-top: 70px;
      margin-bottom: 64px; }
      @media screen and (max-width: 1500px) {
        .mega-logo a {
          width: 12.2666666667vw;
          padding-top: 4.6666666667vw;
          margin-bottom: 4.2666666667vw; } }
      @media screen and (max-width: 480px) {
        .mega-logo a {
          width: 49.0666666667vw;
          padding-top: 16vw;
          margin-bottom: 16vw; } }
  .mega-nav {
    width: 540px; }
    @media screen and (max-width: 1500px) {
      .mega-nav {
        width: 36vw; } }
    @media screen and (max-width: 480px) {
      .mega-nav {
        width: 100%; } }
    .mega-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .mega-nav ul li {
        width: 50%;
        margin-bottom: 1em; }
        @media screen and (max-width: 480px) {
          .mega-nav ul li {
            width: 45%; } }
  .mega-reserve {
    width: 300px; }
    @media screen and (max-width: 1500px) {
      .mega-reserve {
        width: 20vw; } }
    @media screen and (max-width: 480px) {
      .mega-reserve {
        width: 100%;
        margin-top: 5.3333333333vw; } }
    .mega-reserve li {
      margin-bottom: 20px; }
      @media screen and (max-width: 1500px) {
        .mega-reserve li {
          margin-bottom: 1.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .mega-reserve li {
          margin-bottom: 5.3333333333vw;
          text-align: center; } }
      @media screen and (max-width: 480px) {
        .mega-reserve li .btn-def {
          width: 100%; } }

/* pagetop
---------------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 40px;
  z-index: 9900; }
  @media screen and (max-width: 1500px) {
    .pagetop {
      width: 2.6666666667vw;
      right: 1.0666666667vw;
      bottom: 1.0666666667vw; } }
  @media screen and (max-width: 480px) {
    .pagetop {
      width: 10.6666666667vw;
      right: 2.6666666667vw;
      bottom: 17.3333333333vw; } }

/* spft
---------------------------------------------------------------------------*/
.scroll_fadein {
  opacity: 0;
  visibility: hidden; }

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  animation: fadein 0.5s ease; }

.spft {
  display: none; }
  @media screen and (max-width: 480px) {
    .spft {
      display: block;
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 16vw;
      z-index: 950000;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      background-color: #333333;
      color: #ffffff; }
      .spft ul {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .spft ul > li {
          width: 25%;
          height: 16vw;
          text-align: center;
          letter-spacing: .12em;
          font-size: 3.2vw;
          color: #ffffff;
          border-right: 1px solid #C3E8EE; }
          .spft ul > li span {
            display: inline-block;
            position: relative;
            line-height: 1.1;
            padding-top: 8vw; }
            .spft ul > li span::before {
              position: absolute;
              content: "";
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              width: 9.8666666667vw;
              height: 6.4vw;
              left: 50%;
              transform: translateX(-50%);
              top: 0; }
          .spft ul > li:nth-of-type(1) span::before {
            background-image: url(../img/cmn/spft-access.png); }
          .spft ul > li:nth-of-type(2) span::before {
            background-image: url(../img/cmn/spft-tel.png); }
          .spft ul > li:nth-of-type(3) {
            background-color: #55162D;
            color: #ffffff;
            letter-spacing: 0; }
            .spft ul > li:nth-of-type(3) span::before {
              background-image: url(../img/cmn/spft-reser.png); }
          .spft ul > li:nth-of-type(4) {
            border-right: none; }
            .spft ul > li:nth-of-type(4) span::before {
              background-image: url(../img/cmn/spft-menu.png); }
          .spft ul > li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100%;
            height: 100%; }
      .spft-icn img {
        width: 11.7333333333vw;
        margin: 0 auto; }
      .spft-name {
        line-height: 7.7333333333vw;
        letter-spacing: .02em; } }

/* foot
---------------------------------------------------------------------------*/
.foot {
  position: relative;
  padding: 80px 0 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/cmn/foot-bg.jpg);
  color: #ffffff; }
  @media screen and (max-width: 1500px) {
    .foot {
      padding: 5.3333333333vw 0 4vw; } }
  @media screen and (max-width: 480px) {
    .foot {
      padding: 21.3333333333vw 5.3333333333vw 16vw; } }
  .foot-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 80px; }
    @media screen and (max-width: 1500px) {
      .foot-body {
        width: 80vw;
        margin-bottom: 5.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .foot-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-bottom: 16vw; } }
    .foot-body-data {
      width: 380px; }
      @media screen and (max-width: 1500px) {
        .foot-body-data {
          width: 25.3333333333vw; } }
      @media screen and (max-width: 480px) {
        .foot-body-data {
          width: 100%; } }
      .foot-body-data-logo {
        margin-bottom: 24px; }
        @media screen and (max-width: 1500px) {
          .foot-body-data-logo {
            margin-bottom: 1.6vw; } }
        @media screen and (max-width: 480px) {
          .foot-body-data-logo {
            margin-bottom: 6.4vw; } }
      .foot-body-data-addr {
        font-size: 16px;
        letter-spacing: .1em;
        margin-bottom: 48px; }
        @media screen and (max-width: 1500px) {
          .foot-body-data-addr {
            font-size: 1.0666666667vw; } }
        @media screen and (max-width: 480px) {
          .foot-body-data-addr {
            font-size: 3.7333333333vw; } }
        @media screen and (max-width: 1500px) {
          .foot-body-data-addr {
            margin-bottom: 3.2vw; } }
        @media screen and (max-width: 480px) {
          .foot-body-data-addr {
            margin-bottom: 12.8vw; } }
    .foot-body-bana {
      width: 308px; }
      @media screen and (max-width: 1500px) {
        .foot-body-bana {
          width: 20.5333333333vw; } }
      @media screen and (max-width: 480px) {
        .foot-body-bana {
          width: 100%;
          margin-top: 16vw; } }
  .foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .foot-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .foot-nav li {
      font-size: 16px;
      letter-spacing: .1em;
      margin: 0 1em; }
      @media screen and (max-width: 1500px) {
        .foot-nav li {
          font-size: 1.0666666667vw; } }
      @media screen and (max-width: 480px) {
        .foot-nav li {
          font-size: 3.7333333333vw; } }
      @media screen and (max-width: 480px) {
        .foot-nav li {
          width: 50%;
          margin: 1em 0; } }
  .foot-copy {
    margin-top: 40px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.428;
    letter-spacing: .049em;
    /* regular: 400 */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 1500px) {
      .foot-copy {
        font-size: 0.9333333333vw; } }
    @media screen and (max-width: 480px) {
      .foot-copy {
        font-size: 3.2666666667vw; } }
    @media screen and (max-width: 1500px) {
      .foot-copy {
        margin-top: 2.6666666667vw; } }
    @media screen and (max-width: 480px) {
      .foot-copy {
        margin-top: 10.6666666667vw;
        margin-bottom: 32vw; } }

/* tx
---------------------------------------------------------------------------*/
.tx-ttl {
  font-size: 36px;
  letter-spacing: .021em; }
  @media screen and (max-width: 1500px) {
    .tx-ttl {
      font-size: 2.4vw; } }
  @media screen and (max-width: 480px) {
    .tx-ttl {
      font-size: 8.4vw; } }
.tx-catch {
  font-size: 32px; }
  @media screen and (max-width: 1500px) {
    .tx-catch {
      font-size: 2.1333333333vw; } }
  @media screen and (max-width: 480px) {
    .tx-catch {
      font-size: 7.4666666667vw; } }
.tx-hdl {
  font-size: 28px;
  letter-spacing: .021em;
  line-height: 2.6; }
  @media screen and (max-width: 1500px) {
    .tx-hdl {
      font-size: 1.8666666667vw; } }
  @media screen and (max-width: 480px) {
    .tx-hdl {
      font-size: 6.5333333333vw; } }
  @media screen and (max-width: 480px) {
    .tx-hdl {
      line-height: 1.8; } }
  .tx-hdl.mb {
    margin-bottom: 30px; }
    @media screen and (max-width: 1500px) {
      .tx-hdl.mb {
        margin-bottom: 2vw; } }
    @media screen and (max-width: 480px) {
      .tx-hdl.mb {
        margin-bottom: 8vw; } }
.tx-minihdl {
  font-size: 24px;
  letter-spacing: .021em;
  line-height: 2.6; }
  @media screen and (max-width: 1500px) {
    .tx-minihdl {
      font-size: 1.6vw; } }
  @media screen and (max-width: 480px) {
    .tx-minihdl {
      font-size: 5.6vw; } }
  @media screen and (max-width: 480px) {
    .tx-minihdl {
      line-height: 1.8; } }
  .tx-minihdl.mb {
    margin-bottom: 20px; }
    @media screen and (max-width: 1500px) {
      .tx-minihdl.mb {
        margin-bottom: 1.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .tx-minihdl.mb {
        margin-bottom: 5.3333333333vw; } }
.tx-desc {
  font-size: 16px;
  line-height: 2.0625;
  letter-spacing: .001em;
  /* regular: 400 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 1500px) {
    .tx-desc {
      font-size: 1.0666666667vw; } }
  @media screen and (max-width: 480px) {
    .tx-desc {
      font-size: 3.7333333333vw; } }
  .tx-desc.font-min {
    /* regular: 400, bold: 700 */
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em; }
.tx-lead {
  font-size: 15px;
  line-height: 2.2;
  letter-spacing: .001em;
  /* regular: 400 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 1500px) {
    .tx-lead {
      font-size: 1vw; } }
  @media screen and (max-width: 480px) {
    .tx-lead {
      font-size: 3.5vw; } }
  .tx-lead.font-min {
    /* regular: 400, bold: 700 */
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em; }
.tx-mini {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: .001em;
  /* regular: 400 */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal; }
  @media screen and (max-width: 1500px) {
    .tx-mini {
      font-size: 0.9333333333vw; } }
  @media screen and (max-width: 480px) {
    .tx-mini {
      font-size: 3.2666666667vw; } }
  .tx-mini.font-min {
    /* regular: 400, bold: 700 */
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .1em; }

/* fw
---------------------------------------------------------------------------*/
.fw-bold {
  font-weight: 500; }

/* al
---------------------------------------------------------------------------*/
.al-center {
  text-align: center; }
.al-right {
  text-align: right; }

/* lay
---------------------------------------------------------------------------*/
.lay-ttl {
  text-align: center; }
  .lay-ttl-hd {
    position: relative;
    padding-bottom: 28px;
    line-height: 1.6;
    color: #55162D;
    font-size: 36px;
    letter-spacing: .15em; }
    @media screen and (max-width: 1500px) {
      .lay-ttl-hd {
        font-size: 2.4vw; } }
    @media screen and (max-width: 480px) {
      .lay-ttl-hd {
        font-size: 8.4vw; } }
    @media screen and (max-width: 1500px) {
      .lay-ttl-hd {
        padding-bottom: 1.8666666667vw; } }
    @media screen and (max-width: 480px) {
      .lay-ttl-hd {
        padding-bottom: 7.4666666667vw; } }
    .lay-ttl-hd::after {
      position: absolute;
      content: "";
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      width: 21px;
      height: 21px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../img/cmn/lay-ttl-icn.png); }
      @media screen and (max-width: 1500px) {
        .lay-ttl-hd::after {
          width: 1.4vw;
          height: 1.4vw; } }
      @media screen and (max-width: 480px) {
        .lay-ttl-hd::after {
          width: 5.6vw;
          height: 5.6vw; } }
  .lay-ttl-catch {
    font-size: 16px;
    letter-spacing: .27em;
    margin-top: 14px;
    font-weight: 500; }
    @media screen and (max-width: 1500px) {
      .lay-ttl-catch {
        font-size: 1.0666666667vw; } }
    @media screen and (max-width: 480px) {
      .lay-ttl-catch {
        font-size: 3.7333333333vw; } }
    @media screen and (max-width: 1500px) {
      .lay-ttl-catch {
        margin-top: 0.9333333333vw; } }
    @media screen and (max-width: 480px) {
      .lay-ttl-catch {
        margin-top: 3.7333333333vw; } }
.lay-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .lay-anchor {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .lay-anchor > * {
    width: 260px;
    margin-right: 53px; }
    @media screen and (max-width: 1500px) {
      .lay-anchor > * {
        width: 17.3333333333vw;
        margin-right: 3.5333333333vw; } }
    @media screen and (max-width: 480px) {
      .lay-anchor > * {
        width: 48%;
        margin-right: 0; }
        .lay-anchor > *:nth-of-type(n + 3) {
          margin-top: 8vw; } }
    @media screen and (min-width: 481px) {
      .lay-anchor > *:nth-of-type(4n), .lay-anchor > *:last-of-type {
        margin-right: 0; } }
    .lay-anchor > * a {
      display: block;
      position: relative; }
  .lay-anchor-img img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
    @media screen and (max-width: 1500px) {
      .lay-anchor-img img {
        height: 8vw; } }
    @media screen and (max-width: 480px) {
      .lay-anchor-img img {
        height: 34vw; } }
  .lay-anchor-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    z-index: 1;
    background-color: rgba(85, 22, 45, 0.9);
    line-height: 32px;
    color: #ffffff; }
    @media screen and (max-width: 1500px) {
      .lay-anchor-tx {
        height: 2.1333333333vw;
        line-height: 2.1333333333vw; } }
    @media screen and (max-width: 480px) {
      .lay-anchor-tx {
        height: 8.5333333333vw;
        line-height: 8.5333333333vw; } }
.lay-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 480px) {
    .lay-col3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .lay-col3 > * {
    width: 350px;
    margin-right: 75px; }
    @media screen and (max-width: 1500px) {
      .lay-col3 > * {
        width: 23.3333333333vw;
        margin-right: 5vw; } }
    @media screen and (max-width: 480px) {
      .lay-col3 > * {
        width: 100%;
        margin-right: 0; }
        .lay-col3 > * + * {
          margin-top: 8vw; } }
    @media screen and (min-width: 481px) {
      .lay-col3 > *:nth-of-type(3n), .lay-col3 > *:last-of-type {
        margin-right: 0; } }
.lay-imgtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    .lay-imgtx {
      display: block; } }
  .lay-imgtx > * {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .lay-imgtx > * {
        width: 100%; } }
  .lay-imgtx.imgright {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .lay-imgtx.imgright .lay-imgtx-tx {
      margin: 0 auto 0 0; }
      @media screen and (max-width: 480px) {
        .lay-imgtx.imgright .lay-imgtx-tx {
          margin: 0; } }
  .lay-imgtx.imgleft .lay-imgtx-tx {
    margin: 0 0 0 auto; }
    @media screen and (max-width: 1500px) {
      .lay-imgtx.imgleft .lay-imgtx-tx {
        margin: 0 auto 0 3vw; } }
    @media screen and (max-width: 480px) {
      .lay-imgtx.imgleft .lay-imgtx-tx {
        margin: 0; } }
  .lay-imgtx-tx {
    width: 520px; }
    @media screen and (max-width: 1500px) {
      .lay-imgtx-tx {
        width: 34.6666666667vw; } }
    @media screen and (max-width: 480px) {
      .lay-imgtx-tx {
        width: 100%; } }
    .lay-imgtx-tx > div {
      width: 100%; }
    .lay-imgtx-tx.bdr {
      border-top: 1px solid #F2F2F2;
      padding-top: 36px; }
      @media screen and (max-width: 1500px) {
        .lay-imgtx-tx.bdr {
          padding-top: 2.4vw; } }
      @media screen and (max-width: 480px) {
        .lay-imgtx-tx.bdr {
          padding-top: 5.3333333333vw;
          padding-bottom: 5.3333333333vw;
          border-top: none;
          border-bottom: 1px solid #F2F2F2; } }
    .lay-imgtx-tx.bdr-b {
      border-top: 1px solid #464646;
      padding-top: 36px; }
      @media screen and (max-width: 1500px) {
        .lay-imgtx-tx.bdr-b {
          padding-top: 2.4vw; } }
      @media screen and (max-width: 480px) {
        .lay-imgtx-tx.bdr-b {
          padding-top: 5.3333333333vw;
          padding-bottom: 5.3333333333vw;
          border-top: none;
          border-bottom: 1px solid #464646; } }
    .lay-imgtx-tx-hdl {
      font-size: 22px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1500px) {
        .lay-imgtx-tx-hdl {
          font-size: 1.4666666667vw; } }
      @media screen and (max-width: 480px) {
        .lay-imgtx-tx-hdl {
          font-size: 5.1333333333vw; } }
      @media screen and (max-width: 1500px) {
        .lay-imgtx-tx-hdl {
          margin-bottom: 2vw; } }
      @media screen and (max-width: 480px) {
        .lay-imgtx-tx-hdl {
          margin-bottom: 4vw; } }

/* clr
---------------------------------------------------------------------------*/
.clr-ttl {
  color: #55162D; }
.clr-tx {
  color: #333333; }
.clr-w {
  color: #ffffff; }

/* btn
---------------------------------------------------------------------------*/
.btn-def {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 216px;
  height: 48px;
  background-color: #55162D; }
  @media screen and (max-width: 1500px) {
    .btn-def {
      width: 14.4vw;
      height: 3.2vw; } }
  @media screen and (max-width: 480px) {
    .btn-def {
      width: 80vw;
      height: 12.8vw; } }
  .btn-def::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 7px;
    height: 18px;
    background-image: url(../img/cmn/btn-arw.png);
    top: 50%;
    transform: translateY(-50%);
    right: 12px; }
    @media screen and (max-width: 1500px) {
      .btn-def::after {
        width: 0.4666666667vw;
        height: 1.2vw;
        right: 0.8vw; } }
    @media screen and (max-width: 480px) {
      .btn-def::after {
        width: 1.8666666667vw;
        height: 4.8vw;
        right: 3.2vw; } }
  .btn-def span {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    /* regular: 400 */
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    letter-spacing: .021em; }
  .btn-def.style-border {
    background-color: transparent;
    border: 1px solid #ffffff; }
  .btn-def.style-gold {
    background-color: #A08712; }
  .btn-def.style-grad {
    background-image: linear-gradient(120deg, #C9B25A, #A08712); }
  .btn-def.style-innerboder {
    background-color: #000000; }
    .btn-def.style-innerboder::before {
      position: absolute;
      content: "";
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      border: 1px solid #ffffff;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .btn-def.style-noarw::after {
    display: none; }

/* ancpos
---------------------------------------------------------------------------*/
.ancpos {
  position: relative;
  display: block;
  z-index: -99999;
  margin-top: -115px;
  padding-top: 115px; }
  @media screen and (max-width: 1500px) {
    .ancpos {
      margin-top: -7.6666666667vw;
      padding-top: 7.6666666667vw; } }
  @media screen and (max-width: 480px) {
    .ancpos {
      margin-top: 0;
      padding-top: 0; } }

/* sb
---------------------------------------------------------------------------*/
.sb {
  position: relative;
  width: 100%;
  height: 374px;
  background-color: #55162D;
  color: #ffffff;
  background-image: url(../img/cmn/sb-bg.png);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  /* bread
  ---------------------------------------------------------------------------*/ }
  @media screen and (max-width: 1500px) {
    .sb {
      height: 24.9333333333vw; } }
  @media screen and (max-width: 480px) {
    .sb {
      height: 140vw; } }
  .sb-wrap {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10; }
    @media screen and (max-width: 1500px) {
      .sb-wrap {
        width: 80vw; } }
    @media screen and (max-width: 480px) {
      .sb-wrap {
        width: 89.3333333333vw;
        /* 余白40 */ } }
    @media screen and (max-width: 480px) {
      .sb-wrap {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .sb-tx-ttl {
    text-align: left; }
    @media screen and (max-width: 480px) {
      .sb-tx-ttl {
        width: 100%;
        padding-top: 30vw;
        text-align: center; } }
    .sb-tx-ttl-hd {
      color: #ffffff; }
      .sb-tx-ttl-hd::after {
        background-image: url(../img/cmn/lay-ttl-icn-white.png); }
      @media screen and (min-width: 481px) {
        .sb-tx-ttl-hd {
          padding-left: 38px;
          padding-bottom: 0;
          text-align: left; } }
  @media screen and (min-width: 481px) and (max-width: 1500px) {
    .sb-tx-ttl-hd {
      padding-left: 2.5333333333vw; } }
      @media screen and (min-width: 481px) {
          .sb-tx-ttl-hd::after {
            top: 50%;
            transform: translateY(-50%);
            left: 0; } }
  .sb-img {
    position: absolute;
    width: calc(50vw + 190px);
    height: 100%;
    right: 0;
    top: 0; }
    @media screen and (max-width: 1500px) {
      .sb-img {
        width: calc(50vw + 14.61vw); } }
    @media screen and (max-width: 480px) {
      .sb-img {
        width: 100vw;
        height: 60vw;
        bottom: 2.2em;
        top: auto; } }
    .sb-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .sb .bread {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0.5em; }
    .sb .bread ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .sb .bread ul li {
        font-size: 14px;
        /* regular: 400 */
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: .04em; }
        @media screen and (max-width: 1500px) {
          .sb .bread ul li {
            font-size: 0.9333333333vw; } }
        @media screen and (max-width: 480px) {
          .sb .bread ul li {
            font-size: 3.2666666667vw; } }
        .sb .bread ul li + li::before {
          content: ">";
          margin-left: 0.5em;
          margin-right: 0.5em; }

/* pg-intr
---------------------------------------------------------------------------*/
.pg-intr {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 120px; }
  @media screen and (max-width: 1500px) {
    .pg-intr {
      padding-bottom: 8vw; } }
  @media screen and (max-width: 480px) {
    .pg-intr {
      padding-bottom: 16vw; } }
  .pg-intr-wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 50px; }
    @media screen and (max-width: 1500px) {
      .pg-intr-wrap {
        width: 80vw; } }
    @media screen and (max-width: 480px) {
      .pg-intr-wrap {
        width: 89.3333333333vw;
        /* 余白40 */ } }
    @media screen and (max-width: 1500px) {
      .pg-intr-wrap {
        padding-top: 3.3333333333vw; } }
    @media screen and (max-width: 480px) {
      .pg-intr-wrap {
        padding-top: 6.6666666667vw; } }
  .pg-intr-hdl {
    margin-bottom: 30px;
    line-height: 2; }
    @media screen and (max-width: 1500px) {
      .pg-intr-hdl {
        margin-bottom: 2vw; } }
    @media screen and (max-width: 480px) {
      .pg-intr-hdl {
        margin-bottom: 4vw; } }
  .pg-intr-desc {
    margin-bottom: 64px; }
    @media screen and (max-width: 1500px) {
      .pg-intr-desc {
        margin-bottom: 4.2666666667vw; } }
    @media screen and (max-width: 480px) {
      .pg-intr-desc {
        margin-bottom: 8.5333333333vw; } }

/* pg-tbl
---------------------------------------------------------------------------*/
.pg-tbl {
  width: 100%; }
  .pg-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    letter-spacing: .08em;
    line-height: 2; }
    @media screen and (max-width: 1500px) {
      .pg-tbl dl {
        font-size: 1vw; } }
    @media screen and (max-width: 480px) {
      .pg-tbl dl {
        font-size: 3.5vw; } }
    .pg-tbl dl dt, .pg-tbl dl dd {
      padding: 20px 25px;
      /* regular: 400 */
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 1500px) {
        .pg-tbl dl dt, .pg-tbl dl dd {
          padding: 1.3333333333vw 1.6666666667vw; } }
      @media screen and (max-width: 480px) {
        .pg-tbl dl dt, .pg-tbl dl dd {
          padding: 3.2vw 1.3333333333vw; } }
    .pg-tbl dl dt {
      width: 22%;
      border-top: 1px solid #E0E0E0; }
      @media screen and (max-width: 480px) {
        .pg-tbl dl dt {
          width: 100%;
          border-top: 2px solid #E0E0E0; } }
    .pg-tbl dl dd {
      width: 78%;
      border-top: 1px solid #E0E0E0; }
      @media screen and (max-width: 480px) {
        .pg-tbl dl dd {
          width: 100%; } }
