@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

header, section, footer, aside, nav, article, figure, picture {
  display: block;
  position: relative; }

html {
  height: 100%;
  -webkit-print-color-adjust: exact; }

html, body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-indent: 0;
  line-height: 1;
  color: #000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  -webkit-text-size-adjust: 100%; }
  @media only screen and (max-width: 600px) {
    html, body {
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } }
  @media print, screen and (min-width: 961px) {
    html, body {
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body {
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; } }

html, body, small, h1, h2, h3, h4, h5 {
  font-size: 1rem;
  font-weight: 500; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1em; } }
  @media only screen and (max-width: 600px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem; } }
  @media only print {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 10pt; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    html, body, small, h1, h2, h3, h4, h5 {
      font-size: 1rem !important; } }

div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    div, object, iframe,
    h1, h2, h3, h4, h5, h6, p, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    article, aside, canvas, details, figcaption, figure, picture,
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
      font-weight: 300; } }

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-indent: 0;
  list-style: none; }
  @media only screen and (max-width: 600px) {
    table, caption, tbody, tfoot, thead, tr, th, td {
      font-weight: 100; } }

iframe {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

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

.fixImg {
  width: auto;
  height: auto; }

nav ul {
  list-style: none; }

header a,
#container a,
footer a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  color: #2364aa; }
  @media print, screen and (min-width: 961px) {
    header a,
    #container a,
    footer a {
      transition: all 0.3s ease-in-out; }
      header a:hover, header a:active,
      #container a:hover,
      #container a:active,
      footer a:hover,
      footer a:active {
        color: rgba(35, 100, 170, 0.7); } }

header a,
nav a,
footer a {
  text-decoration: none; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: normal; }

td, th {
  line-height: 1.3em; }

input,
select {
  vertical-align: middle; }

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

area {
  cursor: pointer !important; }

section p,
.section p {
  margin-bottom: 1em; }
  @media only screen and (max-width: 600px) {
    section p,
    .section p {
      line-height: 1.6em; } }
  @media print, screen and (min-width: 601px) {
    section p,
    .section p {
      line-height: 1.8em; } }

#contents ul,
#contents ol,
#contents dl {
  margin-bottom: 1em;
  margin-top: 1em; }

@media only screen and (max-width: 600px) {
  #contents li,
  #contents dd {
    line-height: 1.3em; } }
@media print, screen and (min-width: 601px) {
  #contents li,
  #contents dd {
    line-height: 1.5em; } }

#contents ul li {
  margin-left: 0em;
  padding-left: normal; }

.low #contents section ol:not(.flow) li,
.low #contents .section ol:not(.flow) li {
  margin-left: 1.5em;
  list-style: decimal;
  padding-left: normal; }

/* clearfix -------------*/
.cf {
  zoom: 1; }

.cf:before,
.cf:after,
#hdUpper:after,
header:after,
header nav:after,
#container:after,
footer:after,
#contents:after,
#contents section:after,
#contents .section:after,
#sidebar section:after,
#sidebar .section:after,
#bread:after,
footer:after,
#bottomInfo:after,
.innerL:after,
.innerM:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf,
.float_block {
  overflow: hidden; }

/* Layout Document */
@media only screen and (max-width: 600px) {
  #wrapper {
    z-index: 0; }

  #hdGn {
    z-index: 8 !important; }

  .menu-trigger {
    z-index: 12 !important; }

  .menu-active .menu-trigger {
    z-index: 12 !important; }

  #quickNav {
    z-index: 11 !important; }

  header,
  #footerAsk {
    z-index: 10 !important; }

  #hdImage {
    z-index: -1; } }
@media print, screen and (min-width: 601px) {
  header {
    z-index: -1 !important; }

  #hdGn {
    z-index: 2 !important; }

  #hdImage {
    z-index: -2; }

  #quickNav {
    z-index: 3 !important; }

  main {
    z-index: 3 !important; } }
body {
  line-height: 1.6;
  color: #000; }
  body.low {
    background: #fff; }

header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%; }
  @media only screen and (max-width: 600px) {
    header {
      transition: box-shadow 0.3s ease-in-out; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; } }

@media only screen and (max-width: 600px) {
  #hdUpper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; } }
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdUpper {
    flex-basis: 72%;
    margin: 8px 3% 8px auto; } }

@media only screen and (max-width: 600px) {
  #hdLogo {
    flex-basis: 80%;
    margin: 15px auto 15px 3%; } }
@media print, screen and (min-width: 601px) {
  #hdLogo {
    margin: 20px auto 0 auto; } }
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #hdLogo {
    flex-basis: 40%;
    margin: 0px auto 0 3%; } }

@media only screen and (max-width: 600px) {
  #hdInfo {
    flex-basis: 44%;
    margin-right: 3%; } }
@media print, screen and (min-width: 601px) {
  #hdInfo {
    position: fixed;
    right: 0;
    top: 0;
    text-align: center; } }
@media only print {
  #hdInfo {
    position: absolute;
    right: 0;
    top: 0; } }

@media only screen and (max-width: 600px) {
  #hdGn {
    position: fixed;
    right: -100%;
    left: auto;
    width: 94%;
    height: 100%;
    background: #fff;
    opacity: 0;
    overflow-y: scroll;
    padding-top: 100px;
    transition: all 0.3s ease-in-out; }
    .menu-active #hdGn {
      right: 0;
      top: 0;
      opacity: 1;
      margin-top: 0 !important; } }
@media print, screen and (min-width: 601px) {
  #hdGn {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: box-shadow 0.3s ease-in-out; }
    #hdGn.fix {
      position: fixed !important;
      box-shadow: 0 3px 3px rgba(241, 241, 241, 0.4); } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn {
    padding: 0 10%; } }
@media only print {
  #hdGn.fix {
    position: static !important; } }
@media print, screen and (min-width: 961px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1700px;
    margin: auto auto auto auto; } }
@media only screen and (min-width: 961px) and (max-width: 1540px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1700px;
    margin: auto auto auto auto; }
    #hdGn > ul li {
      flex: 0 0 16.66666%; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1700px;
    margin: auto auto auto auto; } }
#hdGn .sub {
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 600px) {
    #hdGn .sub {
      display: block;
      position: static;
      opacity: 1; }
      #hdGn .acc.select .sub {
        opacity: 1; } }
  @media print, screen and (min-width: 601px) {
    #hdGn .sub {
      z-index: 3;
      position: absolute;
      left: 0;
      right: 0;
      width: 16em;
      padding: 16px 0 0 0;
      background: #fff;
      text-align: left;
      opacity: 0;
      border-radius: 8px;
      box-shadow: 1px 1px 3px #c0c0c0; }
      #hdGn .acc.select .sub {
        opacity: 1; } }

#hdImage {
  position: fixed !important;
  left: 0; }
  @media only print {
    .low #hdImage {
      position: fixed !important;
      left: 0;
      background: #ff0; } }

@media only screen and (max-width: 600px) {
  .low h1 {
    width: 94%;
    max-width: 1400px;
    margin: 40px auto; } }
@media print, screen and (min-width: 601px) {
  .low h1 {
    width: 94%;
    max-width: 1400px; } }

main {
  background: #fff !important; }

@media print, screen and (min-width: 601px) {
  .low #contents {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; }
    .low #contents > section,
    .low #contents > .section {
      padding: 100px 0 100px 0;
      margin-left: auto;
      margin-right: auto; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0 auto;
      padding: 100px 10% 100px 10%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 30px;
        margin-bottom: 30px; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .low #contents > section,
  .low #contents > .section {
    width: 94%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 600px) {
  .low #contents {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 100px; }
    .low #contents > section,
    .low #contents > .section {
      padding: 70px 0 35px 0; }
      .low #contents > section:first-child,
      .low #contents > .section:first-child {
        padding: 40px 0 35px 0; }
      .low #contents > section section,
      .low #contents > section .section,
      .low #contents > .section section,
      .low #contents > .section .section {
        margin-top: 35px; }
  .home #contents {
    width: 100%; }
    .home #contents > section,
    .home #contents > .section {
      width: 100%;
      margin: 0;
      padding: 100px 4%; }
      .home #contents > section section,
      .home #contents > section .section,
      .home #contents > .section section,
      .home #contents > .section .section {
        margin-top: 25px;
        margin-bottom: 25px; } }
@media only screen and (max-width: 600px) {
  #contents h2 {
    margin-bottom: 50px; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    margin-bottom: 40px; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    margin-bottom: 23px; } }

.home #bread {
  display: none; }
@media only screen and (max-width: 600px) {
  #bread {
    margin: 0; } }
@media print, screen and (min-width: 601px) {
  #bread {
    width: 94%;
    max-width: 1400px;
    margin: 60px auto 20px auto; } }
@media only print {
  #bread {
    margin: 0 auto 1em auto !important; } }

@media only screen and (max-width: 600px) {
  #ftUpper {
    width: 94%;
    margin: 80px auto; } }
@media print, screen and (min-width: 601px) {
  #ftUpper {
    width: 92%;
    max-width: 1700px;
    margin: 80px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; } }
@media only screen and (max-width: 600px) {
  #ftUpper #ftInfo {
    margin-bottom: 40px; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftInfo {
    flex-basis: 47%; } }
@media print, screen and (min-width: 601px) {
  #ftUpper #ftMap {
    flex-basis: 47%; } }
#ftUpper a {
  text-decoration: none;
  color: #000 !important; }

#ftNav a {
  color: #000 !important; }

#ddBtn {
  text-align: center;
  margin-bottom: 20px; }
  #ddBtn a {
    display: block;
    margin: auto;
    max-width: 250px;
    border: 1px solid #c0c0c0; }

@media only screen and (max-width: 600px) {
  #ptBtnPc {
    display: none; } }
@media print, screen and (min-width: 601px) {
  #ptBtnPc {
    position: fixed;
    bottom: 8px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #AF0814;
    border-radius: 50%;
    z-index: 300 !important;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    .on #ptBtnPc {
      bottom: 20px;
      opacity: 1; }
    .hotelDetails.on #ptBtnPc {
      bottom: 60px; }
    #ptBtnPc:hover {
      transform: translateY(-5px); }
    #ptBtnPc a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      #ptBtnPc a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        height: 80%; } }
@media only print {
  #ptBtnPc {
    display: none; } }

@media print, screen and (min-width: 601px) {
  #quickNav ul {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 8px 0px;
    grid-template-areas: "." ".";
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0px; }
    #quickNav ul li {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-orientation: upright;
      position: relative; }
      #quickNav ul li a {
        padding: 10px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease-in-out; } }
@media only print {
  #quickNav ul {
    display: none; } }

div.reserveButton {
  margin-bottom: 0 !important;
  padding: 0 !important;
  background: #ff0; }
  div.reserveButton ul {
    margin-bottom: 0 !important;
    padding: 0 !important;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0; }
    div.reserveButton ul li {
      position: relative;
      margin-bottom: 0 !important; }
      div.reserveButton ul li a {
        padding: 10px 20px;
        display: block;
        text-decoration: none;
        background: #002a43;
        color: #fff;
        transition: all 0.3s ease-in-out;
        margin-right: 5px;
        text-align: center; }
        div.reserveButton ul li a:hover {
          background: #004a76; }
  @media only screen and (max-width: 600px) {
    div.reserveButton ul {
      width: 100%;
      justify-content: space-between;
      bottom: 45px; }
      div.reserveButton ul li {
        flex: 0 0 50%; }
        div.reserveButton ul li:first-child {
          border-right: 1px solid #fff; }
        div.reserveButton ul li a {
          margin-right: 0; } }

@media only screen and (max-width: 600px) {
  #footerAsk {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch; }
    #footerAsk li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      border-top: 1px solid #fff;
      background: #AF0814; }
      #footerAsk li:nth-of-type(1), #footerAsk li:nth-of-type(2) {
        border-right: 1px solid #fff; }
      #footerAsk li:nth-of-type(1) {
        width: 20%; }
        #footerAsk li:nth-of-type(1) a::before {
          top: 50%;
          left: 1em;
          width: 10vw;
          height: 10vw;
          transform: translateY(-50%);
          background: url("../img/icon_01.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li:nth-of-type(2) {
        width: 60%;
        display: flex; }
        #footerAsk li:nth-of-type(2) a {
          color: #fff; }
        #footerAsk li:nth-of-type(2) a::before {
          top: 50%;
          left: 1em;
          width: 10vw;
          height: 10vw;
          transform: translateY(-50%);
          background: url("../img/icon_02.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li:last-of-type {
        width: 20%; }
        #footerAsk li:last-of-type a::before {
          content: "";
          display: block;
          width: 10vw;
          height: 10vw;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/icon_03.svg") no-repeat center center;
          background-size: contain; }
      #footerAsk li a {
        position: relative;
        display: block;
        width: 100%;
        padding: 1em 0 1em 1em;
        color: #000;
        text-decoration: none;
        font-size: 3.6vw;
        text-align: center;
        line-height: 1.2; }
        #footerAsk li a::before {
          position: absolute;
          content: "";
          display: block;
          width: 1.2em;
          height: 1.2em;
          background-size: contain; }
        #footerAsk li a em {
          display: table;
          margin-right: auto;
          margin-left: auto;
          padding: 0 0.5em;
          background: #fff;
          color: #AF0814;
          border-radius: 0.5em;
          font-style: normal;
          font-size: 0.85em; } }
@media print, screen and (min-width: 601px) {
  #footerAsk {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #footerAsk li a {
    font-size: 0.9rem; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #footerAsk {
    display: none !important; } }
@media only screen and (orientation: landscape) and (max-device-width: 767px) {
  #footerAsk li a {
    padding: 0.4em 0 0.6em 1em;
    font-size: 2.2vw !important; } }

.innerL {
  max-width: 1800px;
  margin: 0 auto; }

.innerM {
  max-width: 1600px;
  margin: 0 auto; }

/* common Scss */
/*############################################################################################33*/
/* 共通css */
/*############################################################################################*/
body {
  line-height: 1.6;
  color: #000;
  background: #fff; }

#wrapper {
  position: relative; }

header {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: background 0.3s ease-in-out;
  transition: 1s; }
  header.fix {
    background: white; }

@media print, screen and (min-width: 601px) {
  .menu-trigger {
    display: none; } }
@media only screen and (max-width: 600px) {
  .menu-trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 0 10px auto;
    background: #fff;
    border: 1px solid #fff; }
    .menu-trigger::after {
      content: "MENU";
      display: block;
      width: 100%;
      height: 1em;
      position: absolute;
      bottom: -1em;
      left: 0;
      right: 0;
      font-size: 11px;
      text-align: center;
      color: #AF0814; }
    .menu-active .menu-trigger::after {
      content: "CLOSE"; }
    .menu-trigger::before {
      content: "";
      display: block;
      width: 76%;
      height: 2px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #AF0814;
      transition: all 0.3s ease-in-out; }
    .menu-active .menu-trigger::before {
      width: 0px;
      height: 0px; }
    .menu-trigger span {
      display: block;
      width: 76%;
      height: 58%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease-in-out; }
      .menu-trigger span::before, .menu-trigger span::after {
        content: '';
        position: absolute;
        right: 0;
        width: 100%;
        height: 2px;
        background: #AF0814;
        transition: all 0.3s ease-in-out; }
      .menu-trigger span::before {
        top: 0px; }
      .menu-trigger span::after {
        bottom: 0px; }
      .menu-active .menu-trigger span::before, .menu-active .menu-trigger span::after {
        transform-origin: 50% 50%;
        top: 50%;
        right: 0; }
      .menu-active .menu-trigger span::before {
        transform: rotate(-135deg); }
      .menu-active .menu-trigger span::after {
        transform: rotate(135deg); } }
@media only print {
  .menu-trigger {
    display: none; } }

@media print, screen and (min-width: 601px) {
  #hdLogo {
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 150px;
    border-radius: 50% / 0 0 100% 100%;
    background: #ffffff; } }
@media only print {
  #hdLogo {
    width: 200px;
    height: 100px; } }
#hdLogo img {
  width: 80%;
  margin: 20px auto 0; }
@media only screen and (max-width: 600px) {
  #hdLogo {
    margin: 0 !important;
    width: 500px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #hdLogo img {
    max-width: auto; } }
@media only print {
  #hdLogo img {
    width: 4cm; } }

#hdInfo #google_translate_element {
  padding: 0 !important;
  max-width: 202px; }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #hdInfo #google_translate_element {
      position: absolute;
      top: 60px; } }
  #hdInfo #google_translate_element > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #hdInfo #google_translate_element > div > div {
      flex: 0 0 100%; }
  #hdInfo #google_translate_element span a {
    display: flex;
    align-items: center; }
  #hdInfo #google_translate_element span img {
    max-width: 37px;
    flex: 0 0 60%; }
#hdInfo .goog-te-combo {
  background: #AF0814 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 0.4em 1.5em !important;
  font-size: 1.1em !important;
  font-weight: bold !important;
  outline: none !important;
  width: 100%;
  max-width: 202px;
  margin: 10px 0 5px !important; }
  #hdInfo .goog-te-combo::-webkit-input-placeholder {
    color: #fff; }
  #hdInfo .goog-te-combo:-ms-input-placeholder {
    color: #fff; }
  #hdInfo .goog-te-combo::placeholder {
    color: #fff; }
#hdInfo .goog-te-combo:hover,
#hdInfo .goog-te-combo:focus {
  background: #045295 !important;
  color: #fff !important;
  cursor: pointer !important; }
@media print, screen and (min-width: 601px) {
  #hdInfo .add {
    font-size: 1.2rem; }
    #hdInfo .add a {
      position: relative;
      display: table;
      padding: 10px 1em 10px 3.5em;
      color: #fff;
      background: #AF0814;
      transition: all 0.3s ease-in-out; }
      #hdInfo .add a:hover {
        background: #045295; }
      #hdInfo .add a::before {
        content: "";
        display: block;
        width: 2.6em;
        height: 2em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 1em;
        background: url("../img/icon_02.svg") no-repeat left center/contain; } }

@media only print {
  body.lowIn #hdGn {
    margin-top: 12cm !important; }
  body.lowSub #hdGn {
    margin-top: 8cm !important; } }
#hdGn a, #hdGn span {
  position: relative;
  line-height: 1;
  text-decoration: none;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  @media only screen and (max-width: 600px) {
    #hdGn a, #hdGn span {
      display: block;
      color: #000; } }
  @media print, screen and (min-width: 601px) {
    #hdGn a, #hdGn span {
      display: table;
      cursor: pointer;
      color: #000 !important;
      white-space: nowrap; }
      #hdGn a:hover, #hdGn span:hover {
        color: #045295; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #hdGn a, #hdGn span {
      padding: 12px 4em; } }
#hdGn #quick1 a, #hdGn #quick1 span {
  color: #fff; }
@media only screen and (max-width: 600px) {
  #hdGn a::after,
  #hdGn span::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
  #hdGn a::after {
    background: url("../img/angleRight.svg") no-repeat center center;
    background-size: contain; }
  #hdGn span::after {
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; } }
@media only screen and (max-width: 600px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 20px 30px 20px 20px;
    border-top: 1px solid #F1F1F1;
    font-size: 1rem; }
    #hdGn > ul > li:last-of-type > a,
    #hdGn > ul > li:last-of-type > span {
      border-bottom: 1px solid #F1F1F1; } }
@media print, screen and (min-width: 961px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 18px 2em;
    margin: auto;
    font-size: 1.125em; } }
@media only screen and (min-width: 961px) and (max-width: 1540px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 1em 1em;
    font-size: 1.2vw !important; } }
@media only screen and (min-width: 601px) and (max-width: 959px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    padding: 18px 0.5em !important;
    margin: auto;
    font-size: 1.5vw !important; } }
@media only screen and (max-width: 560px) {
  #hdGn > ul > li > a,
  #hdGn > ul > li > span {
    font-size: 1rem !important; } }
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .home #hdGn > ul > li:nth-child(1) > a, .home #hdGn > ul > li:nth-child(1) > span {
    background: rgba(175, 8, 20, 0.4); }
  .hotel #hdGn > ul > li:nth-child(2) > a, .hotel #hdGn > ul > li:nth-child(2) > span {
    background: rgba(175, 8, 20, 0.4); }
  .news #hdGn > ul > li:nth-child(3) > a, .news #hdGn > ul > li:nth-child(3) > span {
    background: rgba(175, 8, 20, 0.4); }
  .overview #hdGn > ul > li:nth-child(4) > a, .overview #hdGn > ul > li:nth-child(4) > span {
    background: rgba(175, 8, 20, 0.4); }
  .recruit #hdGn > ul > li:nth-child(5) > a, .recruit #hdGn > ul > li:nth-child(5) > span {
    background: rgba(175, 8, 20, 0.4); } }

@media print, screen and (min-width: 601px) {
  .home #hdGn > ul > li:nth-of-type(1) > a,
  .home #hdGn > ul > li:nth-of-type(1) > span {
    position: relative; }
    .home #hdGn > ul > li:nth-of-type(1) > a::before,
    .home #hdGn > ul > li:nth-of-type(1) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #AF0814;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .hotel #hdGn > ul > li:nth-of-type(2) > a,
  .hotel #hdGn > ul > li:nth-of-type(2) > span {
    position: relative; }
    .hotel #hdGn > ul > li:nth-of-type(2) > a::before,
    .hotel #hdGn > ul > li:nth-of-type(2) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #AF0814;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .news #hdGn > ul > li:nth-of-type(3) > a,
  .news #hdGn > ul > li:nth-of-type(3) > span {
    position: relative; }
    .news #hdGn > ul > li:nth-of-type(3) > a::before,
    .news #hdGn > ul > li:nth-of-type(3) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #AF0814;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .overview #hdGn > ul > li:nth-of-type(4) > a,
  .overview #hdGn > ul > li:nth-of-type(4) > span {
    position: relative; }
    .overview #hdGn > ul > li:nth-of-type(4) > a::before,
    .overview #hdGn > ul > li:nth-of-type(4) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #AF0814;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } }
  .recruit #hdGn > ul > li:nth-of-type(5) > a,
  .recruit #hdGn > ul > li:nth-of-type(5) > span {
    position: relative; }
    .recruit #hdGn > ul > li:nth-of-type(5) > a::before,
    .recruit #hdGn > ul > li:nth-of-type(5) > span::before {
      content: " ";
      position: absolute;
      left: 50%;
      bottom: 5px;
      transform: translateX(-50%);
      display: block;
      height: 4px;
      background: #AF0814;
      border-radius: 3px;
      animation: selectBar 0.3s ease forwards; }
  @keyframes selectBar {
    0% {
      width: 20%;
      opacity: 0; }
    100% {
      width: 60%;
      opacity: 1; } } }
#hdGn .sub {
  opacity: 0; }
  #hdGn .acc.select .sub {
    opacity: 1; }
  @media only screen and (max-width: 600px) {
    #hdGn .sub {
      display: block;
      position: static;
      transition: transform 0.3s ease-in-out; } }
  @media print, screen and (min-width: 601px) {
    #hdGn .sub {
      position: absolute;
      left: 0;
      right: 0;
      width: 19em;
      padding: 14px;
      border-radius: 5px;
      background: #fff;
      transition: opacity 0.3s ease-in-out; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    #hdGn .sub {
      width: 500px; } }
  #hdGn .sub.show {
    opacity: 1; }
  #hdGn .sub li {
    text-align: left; }
    #hdGn .sub li a {
      position: relative;
      display: block;
      width: 100%;
      border-bottom: 1px dotted #F1F1F1;
      text-decoration: none; }
      #hdGn .sub li a:last-child {
        border-bottom: none; }
      #hdGn .sub li a:hover {
        cursor: pointer; }
      @media only screen and (max-width: 600px) {
        #hdGn .sub li a {
          padding: 14px 10px 14px 3em;
          font-size: 4.3vw; } }
      @media print, screen and (min-width: 601px) {
        #hdGn .sub li a {
          padding: 8px 0.5em 8px 0.5em;
          color: #000 !important;
          font-size: 0.9em; }
          #hdGn .sub li a:hover {
            background-color: #AF0814;
            color: #fff !important; } }
    @media only screen and (max-width: 600px) {
      #hdGn .sub li.select li a {
        color: #fff !important; } }
  @media only screen and (max-width: 600px) {
    .estateIn #hdGn .acc li:nth-of-type(1) a {
      background: rgba(175, 8, 20, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .estateIn #hdGn .acc li:nth-of-type(1) a {
      border-left: 4px solid #AF0814; } }
  @media only screen and (max-width: 600px) {
    .estateList #hdGn .acc li:nth-of-type(2) a {
      background: rgba(175, 8, 20, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .estateList #hdGn .acc li:nth-of-type(2) a {
      border-left: 4px solid #AF0814; } }
  @media only screen and (max-width: 600px) {
    .estateFlow #hdGn .acc li:nth-of-type(3) a {
      background: rgba(175, 8, 20, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .estateFlow #hdGn .acc li:nth-of-type(3) a {
      border-left: 4px solid #AF0814; } }
  @media only screen and (max-width: 600px) {
    .faq #hdGn .acc li:nth-of-type(4) a {
      background: rgba(175, 8, 20, 0.2) !important; } }
  @media print, screen and (min-width: 601px) {
    .faq #hdGn .acc li:nth-of-type(4) a {
      border-left: 4px solid #AF0814; } }

#hdImage {
  position: relative;
  width: 90%;
  margin: 0 5% !important;
  border: 1px solid rgba(255, 255, 255, 0); }
  .hotel #hdImage {
    opacity: 0;
    transition: opacity 0.4s; }
    @media only screen and (max-width: 600px) {
      .hotel #hdImage {
        margin: 90px 5% 0 !important;
        background: url("../img/hotel_winter_sp.webp") no-repeat top center;
        background-size: contain; } }
    @media print, screen and (min-width: 601px) {
      .hotel #hdImage {
        background: url("../img/hotel_winter.webp") no-repeat center center;
        background-size: cover; } }
    @media only print {
      .hotel #hdImage {
        width: 100%;
        margin: 0 !important;
        background-position: top center;
        background-size: contain; } }
  .news #hdImage {
    opacity: 0;
    transition: opacity 0.4s; }
    @media only screen and (max-width: 600px) {
      .news #hdImage {
        margin: 90px 5% 0 !important;
        background: url("../img/news_winter_sp.webp") no-repeat top center;
        background-size: contain; } }
    @media print, screen and (min-width: 601px) {
      .news #hdImage {
        background: url("../img/news_winter.webp") no-repeat center center;
        background-size: cover; } }
    @media only print {
      .news #hdImage {
        width: 100%;
        margin: 0 !important;
        background-position: top center;
        background-size: contain; } }
  @media only screen and (max-width: 600px) {
    .overview #hdImage {
      margin: 90px 5% 0 !important;
      background: url("../img/overview_sp.webp") no-repeat top center;
      background-size: contain; } }
  @media print, screen and (min-width: 601px) {
    .overview #hdImage {
      background: url("../img/overview.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .overview #hdImage {
      width: 100%;
      margin: 0 !important;
      background-position: top center;
      background-size: contain; } }
  @media only screen and (max-width: 600px) {
    .policy #hdImage {
      margin: 90px 5% 0 !important;
      background: url("../img/policy_sp.webp") no-repeat top center;
      background-size: contain; } }
  @media print, screen and (min-width: 601px) {
    .policy #hdImage {
      background: url("../img/policy.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .policy #hdImage {
      width: 100%;
      margin: 0 !important;
      background-position: top center;
      background-size: contain; } }
  @media only screen and (max-width: 600px) {
    .notfound #hdImage {
      margin: 90px 5% 0 !important;
      background: url("../img/policy_sp.webp") no-repeat top center;
      background-size: contain; } }
  @media print, screen and (min-width: 601px) {
    .notfound #hdImage {
      background: url("../img/policy.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .notfound #hdImage {
      width: 100%;
      margin: 0 !important;
      background-position: top center;
      background-size: contain; } }
  @media only screen and (max-width: 600px) {
    .recruit #hdImage {
      margin: 90px 5% 0 !important;
      background: url("../img/recruit_sp.webp") no-repeat top center;
      background-size: contain; } }
  @media print, screen and (min-width: 601px) {
    .recruit #hdImage {
      background: url("../img/recruit.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .recruit #hdImage {
      width: 100%;
      margin: 0 !important;
      background-position: top center;
      background-size: contain; } }
  @media only screen and (max-width: 600px) {
    .contact #hdImage {
      margin: 90px 5% 0 !important;
      background: url("../img/contact_sp.webp") no-repeat top center;
      background-size: contain; } }
  @media print, screen and (min-width: 601px) {
    .contact #hdImage {
      background: url("../img/contact.webp") no-repeat center center;
      background-size: cover; } }
  @media only print {
    .contact #hdImage {
      width: 100%;
      margin: 0 !important;
      background-position: top center;
      background-size: contain; } }
  .home #hdImage {
    opacity: 0;
    transition: opacity 0.4s; }
    @media only screen and (max-width: 600px) {
      .home #hdImage {
        width: 90%;
        margin: 90px 5% 0 !important;
        background: url("../img/home_winter_sp.webp") no-repeat top center;
        background-size: contain; } }
    @media print, screen and (min-width: 601px) {
      .home #hdImage {
        background: url("../img/home_winter.webp") no-repeat center center;
        background-size: cover; } }
    @media only print {
      .home #hdImage {
        width: 100%;
        height: 20cm;
        margin: 0 !important;
        background: url("../img/home_winter.webp") no-repeat top center;
        background-size: contain; } }

.low h1 {
  position: absolute; }
  @media only screen and (max-width: 600px) {
    .low h1 {
      top: 30%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 6.5vw;
      text-align: center;
      background: #AF0814;
      color: #fff; } }
  @media print, screen and (min-width: 601px) {
    .low h1 {
      display: table;
      top: 50%;
      left: 14%;
      transform: translateY(-50%);
      font-size: 2rem;
      letter-spacing: 2px;
      background: #AF0814;
      color: #fff;
      width: 1em;
      padding: 20px 5px;
      writing-mode: vertical-rl; }
      .low h1 span {
        display: inline-block; } }
  @media only screen and (min-width: 561px) and (max-width: 1540px) {
    .low h1 {
      font-size: 1.9vw !important; } }
  @media only print {
    .low h1 {
      top: 3cm;
      left: 10%;
      font-size: 2vw !important;
      text-align: center;
      width: 2em; } }

.home #catch {
  color: #fff;
  line-height: 1.6;
  font-weight: normal;
  text-align: center; }
  @media print, screen and (min-width: 961px) {
    .home #catch {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      color: #fff;
      line-height: 1.6;
      font-weight: normal;
      text-align: center;
      white-space: nowrap; }
      .home #catch h1 {
        font-size: 3.5rem;
        white-space: nowrap; } }
  @media only screen and (min-width: 601px) and (max-width: 959px) {
    .home #catch {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      color: #fff;
      line-height: 1.6;
      font-weight: normal;
      text-align: center;
      white-space: nowrap; }
      .home #catch h1 {
        font-size: 3.5rem;
        white-space: nowrap; } }
  @media only screen and (max-width: 600px) {
    .home #catch {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      color: #fff;
      line-height: 1.6;
      font-weight: normal;
      text-align: center;
      white-space: nowrap; }
      .home #catch h1 {
        font-size: 6vw;
        white-space: nowrap; } }
  @media only screen and (min-width: 561px) and (max-width: 1540px) {
    .home #catch {
      font-size: 1.4vw !important; }
      .home #catch h1 {
        font-size: 3.2vw !important; } }
  @media only print {
    .home #catch h1 {
      font-size: 20px !important; } }

main {
  border-top: 1px solid rgba(255, 255, 255, 0); }
  .home main {
    background: #fff; }
  @media print, screen and (min-width: 601px) {
    .low main {
      background: #fff; } }
  @media only screen and (max-width: 600px) {
    .low main {
      background: #fff; } }

@media only screen and (max-width: 600px) {
  .menu-active main::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    animation-name: fadeOp;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out; }

  @keyframes fadeOp {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } } }
#bread {
  position: relative;
  line-height: 1.4; }
  #bread li {
    position: relative;
    display: inline-block;
    padding: 0; }
    #bread li:not(:last-of-type)::after {
      display: inline-block;
      margin: 0 0.5em 0 0;
      font-size: 0.9em; }
    #bread li a {
      text-decoration: none;
      color: #000; }
  @media only screen and (max-width: 600px) {
    #bread {
      padding: 6px 0.3em 6px 5%;
      font-size: 3.2vw;
      background: rgba(241, 241, 241, 0.3); }
      #bread li:not(:last-of-type)::after {
        content: "/";
        margin-left: 1em; } }
  @media print, screen and (min-width: 601px) {
    #bread {
      font-size: 0.875rem; }
      #bread li {
        line-height: 1; }
        #bread li:not(:last-of-type)::after {
          content: ">";
          margin-left: 1em; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #bread {
      font-size: 0.8rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #bread {
      padding: 4px 0.3em 4px 4%;
      font-size: 2vw; } }

@media only screen and (max-width: 600px) {
  #contents h2 {
    font-size: 1.4rem; } }
@media print, screen and (min-width: 601px) {
  #contents h2 {
    font-size: 1.8rem; } }
@media only screen and (max-width: 600px) {
  #contents h3 {
    font-size: 1.4rem; } }
@media print, screen and (min-width: 601px) {
  #contents h3 {
    font-size: 1.5rem; } }
#contents h4 {
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    #contents h4 {
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 601px) {
    #contents h4 {
      font-size: 1.3rem; } }
@media only screen and (max-width: 600px) {
  #contents h5 {
    font-size: 1.2rem; } }
@media print, screen and (min-width: 601px) {
  #contents h5 {
    font-size: 1.2rem; } }

footer {
  border-top: 1px solid #D0E8FC;
  background: #D0E8FC; }

@media print, screen and (min-width: 601px) {
  #ftUpper {
    font-size: 0.9rem; } }
#ftUpper .block2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }
  @media only screen and (max-width: 600px) {
    #ftUpper .block2 dl {
      font-size: 0.9em;
      margin-bottom: 1em; }
      #ftUpper .block2 dl dt {
        margin-right: 0;
        flex-basis: 7em; }
        #ftUpper .block2 dl dt::before {
          content: "【";
          display: inline-block; }
        #ftUpper .block2 dl dt::after {
          content: "】";
          display: inline-block; } }
  @media print, screen and (min-width: 601px) {
    #ftUpper .block2 dl dt {
      margin-right: 1em;
      flex-basis: 4em; } }

#ddBtn img {
  background: #fff; }

#policyLink {
  text-align: center;
  margin-bottom: 1em; }
  @media only screen and (max-width: 600px) {
    #policyLink {
      font-size: 2.6vw; } }
  @media print, screen and (min-width: 601px) {
    #policyLink {
      font-size: 0.9rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #policyLink {
      font-size: 0.8vw !important; } }
  #policyLink a {
    color: #000 !important; }

#copy {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    #copy {
      font-size: 2.6vw; } }
  @media print, screen and (min-width: 601px) {
    #copy {
      font-size: 0.7rem; } }
  @media only screen and (orientation: landscape) and (max-device-width: 767px) {
    #copy {
      font-size: 0.8vw !important; } }
  #copy a {
    color: #000 !important; }

#ftNav {
  padding-top: 60px;
  margin-bottom: 60px; }
  #ftNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 600px) {
      #ftNav ul {
        justify-content: center; } }
    #ftNav ul li {
      margin-right: 1em;
      margin-left: 1em;
      font-size: 0.9rem; }
      @media only screen and (min-width: 601px) and (max-width: 959px) {
        #ftNav ul li {
          flex: 0 0 33.3%; } }
      @media only screen and (max-width: 600px) {
        #ftNav ul li {
          margin-right: 2.5%;
          margin-left: 2.5%;
          flex: 0 0 45%;
          text-align: center; } }

@media only screen and (max-width: 600px) {
  #quickNav ul li {
    border-top: 1px solid #F1F1F1; }
    #quickNav ul li a {
      padding: 20px 30px 20px 4em;
      background: #045295;
      color: #fff !important; }
      #quickNav ul li a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 1em;
        transform: translateY(-50%);
        background: url("../img/icon_04.svg") no-repeat top center;
        background-size: contain;
        height: 30px;
        width: 30px; }
      #quickNav ul li a span::after {
        content: none; } }
@media print, screen and (min-width: 601px) {
  #quickNav li a {
    border: 1px solid #F1F1F1;
    color: #fff;
    background: #045295;
    writing-mode: vertical-rl;
    line-height: 1.2;
    letter-spacing: 2px;
    border-radius: 6px 0 0 6px; }
    #quickNav li a:hover {
      background: #AF0814; }
    #quickNav li a:before {
      content: "";
      display: inline-block;
      background: url("../img/icon_04.svg") no-repeat top center;
      background-size: contain;
      height: 30px;
      width: 30px; } }
@media only print {
  #quickNav {
    display: none; } }

.fade {
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateY(200px); }
  .fade.on {
    opacity: 1 !important;
    transform: translateY(0px); }
  @media only print {
    .fade {
      opacity: 1;
      transform: translateY(0px); } }

.tbNormal {
  border: 1px solid #F1F1F1;
  background: #fff; }
  .tbNormal th, .tbNormal td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px dotted #F1F1F1; }
    @media only screen and (max-width: 600px) {
      .tbNormal th, .tbNormal td {
        padding: 0.8em 1vw;
        font-size: 3.2vw; } }
    @media print, screen and (min-width: 601px) {
      .tbNormal th, .tbNormal td {
        padding: 12px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .tbNormal th, .tbNormal td {
        font-size: 1rem; } }
  .tbNormal th {
    text-align: left;
    white-space: nowrap; }
  .tbNormal thead th {
    text-align: center; }
  .tbNormal tbody th {
    font-weight: 600; }
  .uke main .tbNormal td:last-of-type {
    text-align: right; }

.timeTable {
  width: 100%; }
  @media print, screen and (min-width: 601px) {
    .timeTable {
      max-width: 1300px; } }
  footer .timeTable {
    margin: auto auto 30px 0 !important; }
  main .timeTable {
    margin-bottom: 30px !important; }
  .timeTable table {
    display: table;
    width: 100%;
    margin-bottom: 1em !important;
    border: 1px solid #F1F1F1;
    background: #fff; }
    .timeTable table tr {
      border-bottom: 1px solid #F1F1F1; }
    .timeTable table th, .timeTable table td {
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 600px) {
        .timeTable table th, .timeTable table td {
          padding: 0.8em 1vw;
          font-size: 3vw; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table th, .timeTable table td {
          padding-top: 14px;
          padding-bottom: 14px; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table th, .timeTable table td {
          font-size: 1rem !important; } }
    .timeTable table th {
      white-space: nowrap; }
      @media print, screen and (min-width: 961px) {
        .timeTable table th {
          font-weight: bold; } }
    .timeTable table tbody th {
      border-right: 1px solid #F1F1F1; }
      @media only screen and (max-width: 600px) {
        .timeTable table tbody th {
          padding: 0.8em 1vw; }
          .timeTable table tbody th span {
            display: block; } }
      @media print, screen and (min-width: 601px) {
        .timeTable table tbody th span {
          display: block; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        .timeTable table tbody th {
          padding: 0.8em 1vw !important; } }
    .timeTable table td {
      width: 10% !important;
      font-weight: bold; }
      .timeTable table td.gry {
        color: #F1F1F1; }
      .timeTable table td.sat {
        font-size: 1.2em;
        font-weight: normal; }
      .timeTable table td span {
        display: inline-block; }
  .timeTable p {
    margin-bottom: 1em; }
    .timeTable p span {
      display: inline-block;
      margin-right: 1.5em; }

.accordion dl {
  border-bottom: 1px solid #F1F1F1; }
.accordion dt {
  position: relative;
  padding: 1em 2em 1em 4%;
  transition: all 0.3s ease-in-out;
  background: none; }
  .accordion dt:not(:first-of-type) {
    border-top: 1px solid #F1F1F1; }
  .accordion dt::after {
    content: " ";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    right: 4%;
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
    background: url("../img/angleDown.svg") no-repeat center center;
    background-size: contain; }
  @media print, screen and (min-width: 601px) {
    .accordion dt:hover {
      background: rgba(175, 8, 20, 0.2); } }
  .accordion dt.on {
    background: #AF0814;
    color: #fff; }
    .accordion dt.on::after {
      transform: rotate(180deg);
      transform-origin: center 25%; }
    .accordion dt.on + dd {
      background: rgba(175, 8, 20, 0.1); }
  .accordion dt:hover {
    cursor: pointer; }
.accordion dd {
  display: none; }
  @media only screen and (max-width: 600px) {
    .accordion dd {
      padding: 25px 4%; } }
  @media print, screen and (min-width: 601px) {
    .accordion dd {
      padding: 28px 0 28px 6%; } }
  @media only screen and (max-width: 600px) {
    .accordion dd.withImg > span {
      display: block;
      margin-bottom: 1.5em; }
    .accordion dd.withImg > picture {
      width: 80% !important;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 601px) {
    .accordion dd.withImg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .accordion dd.withImg > span {
        width: 70%; }
      .accordion dd.withImg > picture {
        width: 25%; } }

strong {
  font-weight: bold; }

.red {
  color: #cd533b;
  font-weight: 600; }

.blue {
  color: #2364aa;
  font-weight: 600; }

.bold {
  font-weight: bold; }

.point1 {
  position: relative;
  font-weight: bold;
  background: rgba(255, 255, 255, 0) linear-gradient(transparent 65%, #045295 0%) repeat scroll 0 0;
  color: #000; }

.under {
  text-decoration: underline; }

.size-l {
  font-size: 1.2em; }

.size-ll {
  font-size: 1.2em; }

.size-s {
  font-size: 0.85em; }

.size-ss {
  font-size: 0.6em; }

.icon {
  display: inline-block;
  max-width: 32px !important; }

.box01 {
  padding: 1em;
  border: 1px solid #F1F1F1; }
  .box01 li {
    margin: 1em 0; }

.block {
  display: block; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.posR {
  float: right; }

.posL {
  float: left; }

.posC {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.imgR {
  float: right;
  margin: 0 0 15px 5%; }

.imgL {
  float: left;
  margin: 0 5% 15px 0; }

.imgC,
.imgC img {
  display: block;
  margin: 50px auto;
  text-align: center; }

.posR img,
.imgR img {
  margin-right: 0;
  margin-left: auto; }

.inline span {
  display: inline-block; }

.btn {
  display: table; }
  .btn a {
    display: block;
    position: relative;
    background: #AF0814;
    text-align: center;
    text-decoration: none !important;
    color: #000;
    border-radius: 6px;
    font-weight: normal;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 600px) {
      .btn a {
        padding: 0.3em 1.6em 0.3em 1.2em; } }
    @media print, screen and (min-width: 601px) {
      .btn a {
        padding: 0.6em 1.2em; } }
    .btn a::after {
      content: "";
      display: block;
      width: 0.35em;
      height: 0.7em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: url("../img/angleRight.svg") no-repeat center center/contain; }
      @media only screen and (max-width: 600px) {
        .btn a::after {
          right: 8px; } }
      @media print, screen and (min-width: 601px) {
        .btn a::after {
          right: 6px; } }
    .btn a:hover {
      color: #000;
      transform: translateX(4px); }

.button {
  max-width: 300px;
  margin: 0 auto; }
  .button a {
    display: block;
    width: 100%;
    text-align: center;
    background: #E4E4E4;
    padding: 20px 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out; }
    .button a:hover {
      background: #AF0814;
      color: #fff; }

.check li {
  margin-bottom: 0.5em;
  line-height: 1.2em;
  padding-left: 1.8em;
  font-weight: bold; }
  .check li:before {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -1.8em;
    padding-right: 0.5em;
    color: #AF0814; }

.list li {
  position: relative;
  margin-bottom: 0.8em;
  padding-left: 1.3em;
  line-height: 1.3 !important; }
  .list li::before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "●";
    color: #AF0814;
    font-size: 0.5em; }

.list2 li {
  position: relative;
  margin-bottom: auto;
  padding-left: 1.3em;
  line-height: 1.3 !important; }
  .list2 li::before {
    position: absolute;
    left: 0;
    top: 0.5em;
    content: "●";
    color: #AF0814;
    font-size: 0.5em; }

.dlBlock {
  margin-top: 60px; }
  .dlBlock dt {
    padding: 0 17px;
    width: fit-content;
    background: #045295;
    color: #000;
    border-left: 4px solid #AF0814; }
  .dlBlock dd {
    padding-left: 21px;
    margin: 0.5em 0 1.8em auto; }

.profReki {
  margin-bottom: 40px !important; }
  .profReki dd {
    margin: -1.5em 0 1em 0;
    padding-left: 5em; }

@media only screen and (max-width: 600px) {
  .hideSp,
  .dispTab,
  .dispPc {
    display: none !important; } }
/* PC向けの指定  ------------*/
@media print, screen and (min-width: 961px) {
  .hidePc,
  .dispTab,
  .dispSp,
  .dispPri {
    display: none !important; } }
/* タブレット向けの指定  ------------*/
@media only screen and (min-width: 601px) and (max-width: 959px) {
  .hideTab {
    display: none !important; } }
/* 印刷用の指定  ------------*/
@media only print {
  @page {
    size: A4; }
  header,
  #hdGn,
  #hdImage,
  .slide-media,
  .fix,
  .fixed {
    position: static !important; }

  header {
    box-shadow: none !important; }

  picture img, figure img {
    width: 100% !important; }

  #hdGn > ul > li {
    padding: 0 1%; }
    #hdGn > ul > li > a,
    #hdGn > ul > li > span {
      padding: 15px 1em;
      font-size: 0.9em; }

  .low h1 {
    margin: 30px auto; }
  .home h1 {
    margin: 30px 10%; }

  main {
    margin-top: 0 !important; }

  .home #hdGn {
    margin-top: 0 !important; }
  .home #hdImage,
  .home .slide-media {
    height: 8cm !important; }

  .low #hdGn {
    top: 0; }
    .low #hdGn > ul li a,
    .low #hdGn > span {
      padding: 20px 30px; } }
/* index Scss */
.home h2 {
  text-align: center; }
.home #low01 h2, .home #low02 h2, .home #low03 h2, .home #low04 h2, .home #hotelList h2 {
  background: url("../img/h2_bg_01.svg") no-repeat center top;
  padding-top: 80px;
  background-size: 60px; }
.home #news h2 {
  display: table;
  text-align: left;
  background: #000;
  color: #fff;
  padding: 1px 10px;
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 1.2rem; }
.home #news > div {
  background: #F1F1F1;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 15px 10px; }
@media only screen and (max-width: 600px) {
  .home #news .block {
    margin: 10px 7px; } }
.home #news .block::-webkit-scrollbar {
  height: 5px; }
.home #news .block::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(175, 8, 20, 0.3); }
.home #news .block::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #AF0814; }
.home #news .block dt {
  color: #000;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .home #news .block dt {
      margin-bottom: 10px; } }
.home #news .block dd {
  margin-top: -1.7em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 8em;
  border-bottom: 2px dotted #ccc;
  font-size: 0.9rem; }
  .home #news .block dd a {
    text-decoration: underline !important; }
  @media only screen and (max-width: 600px) {
    .home #news .block dd {
      margin-top: 0;
      padding-left: 0; } }
  .home #news .block dd .catName {
    display: inline-block;
    width: 8em;
    text-align: center;
    margin-right: 2em;
    color: #fff;
    padding: 0px 5px;
    font-size: 0.9em; }
    @media only screen and (max-width: 600px) {
      .home #news .block dd .catName {
        display: block;
        margin-bottom: 10px; } }
  .home #news .block dd .newMark {
    display: inline-block;
    color: red;
    border: 1px solid red;
    border-radius: 2px;
    padding: 0 10px;
    background: #fff;
    margin-left: 10px; }
.home #news .block .cat-0 dd .catName {
  background: #820710; }
.home #news .block .cat-1 dd .catName {
  background: #AF0814; }
.home #news .block .cat-2 dd .catName {
  background: #045295; }
.home #low01 {
  max-width: 2300px;
  padding: 0; }
  .home #low01 > div > section {
    position: relative;
    width: 90%;
    margin-bottom: 60px; }
    @media only screen and (min-width: 601px) and (max-width: 959px) {
      .home #low01 > div > section {
        margin: 0 auto 60px !important; } }
    @media only screen and (max-width: 600px) {
      .home #low01 > div > section {
        width: 100%; } }
    @media only print {
      .home #low01 > div > section {
        width: 100%; } }
    .home #low01 > div > section > div {
      position: absolute;
      top: 50%;
      left: 60%;
      transform: translateX(-50%) translateY(-50%);
      width: 70%;
      background-color: rgba(245, 245, 245, 0.9);
      padding: 60px; }
      @media only screen and (max-width: 959px) {
        .home #low01 > div > section > div {
          position: static;
          transform: translateX(0) translateY(0);
          width: 100%;
          padding: 20px; } }
      @media only print {
        .home #low01 > div > section > div {
          position: static;
          transform: translateX(0) translateY(0);
          width: 100%;
          padding: 20px; } }
    .home #low01 > div > section picture img {
      max-width: 800px; }
    .home #low01 > div > section:nth-child(1) {
      margin-left: 10%; }
    .home #low01 > div > section:nth-child(2) {
      margin-left: 0; }
    .home #low01 > div > section:nth-child(3) {
      margin-left: 10%; }
    .home #low01 > div > section:nth-child(4) {
      margin-left: 0; }
    .home #low01 > div > section:nth-child(5) {
      margin-left: 10%; }
    @media only screen and (max-width: 959px) {
      .home #low01 > div > section:nth-child(1) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(2) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(3) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(4) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(5) {
        margin-left: 0; } }
    @media only print {
      .home #low01 > div > section:nth-child(1) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(2) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(3) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(4) {
        margin-left: 0; }
      .home #low01 > div > section:nth-child(5) {
        margin-left: 0; } }
.home #low02 {
  max-width: 1200px; }
  .home #low02 .feature {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .home #low02 .feature li {
      flex: 0 0 50%;
      aspect-ratio: 1;
      color: #fff; }
      .home #low02 .feature li.box {
        background: #045295;
        padding: 40px 30px; }
        @media only screen and (max-width: 600px) {
          .home #low02 .feature li.box {
            padding: 20px; }
            .home #low02 .feature li.box h3 {
              font-size: 4vw; }
            .home #low02 .feature li.box p {
              font-size: 2.5vw !important;
              line-height: 1.7; } }
      .home #low02 .feature li img {
        border-radius: 50%; }
.home #hotelList ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }
  .home #hotelList ul li {
    flex: 0 0 30%;
    margin-bottom: 20px;
    margin-left: 1.5%;
    margin-right: 1.5%; }
    @media only screen and (max-width: 959px) {
      .home #hotelList ul li {
        flex: 0 0 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media only screen and (max-width: 600px) {
      .home #hotelList ul li h3 {
        font-size: 1.1rem; }
      .home #hotelList ul li p {
        font-size: 0.9rem; }
      .home #hotelList ul li dl {
        font-size: 0.9rem; } }
    .home #hotelList ul li a {
      text-decoration: none;
      color: #000; }
    .home #hotelList ul li figure {
      margin-bottom: 20px; }
    .home #hotelList ul li img {
      max-width: 500px; }
    .home #hotelList ul li dl dt {
      font-weight: bold; }
    .home #hotelList ul li dl dd {
      margin-top: -1.5em !important;
      padding-left: 5em; }
      @media only screen and (max-width: 600px) {
        .home #hotelList ul li dl dd {
          margin-top: 0 !important;
          padding-left: 0; } }
      .home #hotelList ul li dl dd span {
        display: inline-block; }
    .home #hotelList ul li p.introduction {
      line-height: 1.2; }
    .home #hotelList ul li p.detailButton {
      border: 1px solid #000;
      display: inline-block;
      padding: 0 10px;
      transition: all 0.3s ease-in-out; }
      .home #hotelList ul li p.detailButton:hover {
        background: #AF0814;
        color: #fff;
        border: 1px solid #AF0814; }
    .home #hotelList ul li p.bookingButton {
      margin: 0 auto; }
      .home #hotelList ul li p.bookingButton a {
        display: block;
        width: 100%;
        text-align: center;
        background: #002a43;
        padding: 20px 10px;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease-in-out; }
        .home #hotelList ul li p.bookingButton a:hover {
          background: #006aa9;
          color: #fff; }
.home #low03 {
  max-width: 1200px; }
  .home #low03 > section + section {
    margin-top: 80px; }
  .home #low03 h3 a {
    color: #AF0814; }
  .home #low03 h3:before {
    content: "◆ ";
    color: #AF0814; }
  .home #low03 ul {
    margin-left: 1em; }
    .home #low03 ul li {
      line-height: 1.8;
      margin-bottom: 0.5em; }
      .home #low03 ul li:before {
        content: "- ";
        margin-left: -0.6em; }
.home #low04 {
  max-width: 1200px; }
  .home #low04 .business {
    display: flex;
    flex-wrap: wrap; }
    .home #low04 .business li {
      flex: 0 0 50%;
      aspect-ratio: 1;
      color: #fff;
      display: flex;
      align-items: center;
      /* 垂直方向の中央揃え */ }
      .home #low04 .business li h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); }
        @media only screen and (max-width: 600px) {
          .home #low04 .business li h3 {
            font-size: 1rem; } }
      .home #low04 .business li a {
        color: #fff;
        display: block;
        width: 100%; }
      .home #low04 .business li.box01 {
        background: #045295;
        border-radius: 50%; }
      .home #low04 .business li.box02 {
        background: #AF0814;
        border-radius: 50%; }
.home #low05 {
  background: #F1F1F1; }
  .home #low05 .inquiryBanner {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto; }
    .home #low05 .inquiryBanner li {
      flex: 0 0 48%;
      background: #045295;
      border-radius: 10px;
      transition: all 0.3s ease-in-out; }
      .home #low05 .inquiryBanner li:hover {
        background: #AF0814; }
      .home #low05 .inquiryBanner li a {
        color: #fff;
        display: flex;
        justify-content: space-between;
        padding: 30px 60px 20px;
        text-decoration: none;
        align-items: center; }
        .home #low05 .inquiryBanner li a p {
          margin-bottom: 0; }
        .home #low05 .inquiryBanner li a .size-ll {
          font-size: 1.8rem; }
        .home #low05 .inquiryBanner li a img {
          max-width: 60px; }
    @media only screen and (min-width: 601px) and (max-width: 959px) {
      .home #low05 .inquiryBanner {
        display: block; }
        .home #low05 .inquiryBanner li {
          margin-bottom: 20px; }
          .home #low05 .inquiryBanner li a {
            justify-content: space-around;
            padding: 10px 20px; } }
    @media only screen and (max-width: 600px) {
      .home #low05 .inquiryBanner {
        display: block; }
        .home #low05 .inquiryBanner li {
          margin-bottom: 20px; }
          .home #low05 .inquiryBanner li a {
            padding: 10px 20px; }
          .home #low05 .inquiryBanner li:first-child a {
            display: block;
            text-align: center; } }
    @media only print {
      .home #low05 .inquiryBanner {
        display: block; }
        .home #low05 .inquiryBanner li {
          margin-bottom: 20px; }
          .home #low05 .inquiryBanner li a {
            padding: 10px 20px; }
          .home #low05 .inquiryBanner li:first-child a {
            display: block;
            text-align: center; } }
.home #low06 table {
  width: 100%;
  max-width: 800px !important;
  margin: 0 auto 60px;
  border-top: 1px solid #707070; }
  .home #low06 table th, .home #low06 table td {
    padding: 40px 20px;
    vertical-align: middle;
    line-height: 1.8; }
  .home #low06 table th {
    font-weight: bold; }
  .home #low06 table td {
    font-weight: normal; }
  @media only screen and (max-width: 600px) {
    .home #low06 table th, .home #low06 table td {
      padding: 20px 10px;
      font-size: 0.9rem; }
    .home #low06 table th {
      white-space: nowrap; } }
  @media only print {
    .home #low06 table th, .home #low06 table td {
      padding: 20px 10px;
      font-size: 0.9rem; }
    .home #low06 table th {
      white-space: nowrap; } }
  .home #low06 table tr {
    border-bottom: 1px solid #707070; }

/* accommodation Scss */
.accommodation #contents h2 {
  text-align: center;
  background: url("../img/h2_bg_01.svg") no-repeat center top;
  padding-top: 80px;
  background-size: 60px; }
.accommodation #contents #low01 ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }
  .accommodation #contents #low01 ul li {
    flex: 0 0 30%;
    margin-bottom: 20px;
    margin-left: 1.5%;
    margin-right: 1.5%; }
    @media only screen and (max-width: 959px) {
      .accommodation #contents #low01 ul li {
        flex: 0 0 48%;
        margin-left: 1%;
        margin-right: 1%; } }
    @media only screen and (max-width: 600px) {
      .accommodation #contents #low01 ul li h3 {
        font-size: 1.1rem; }
      .accommodation #contents #low01 ul li dl {
        font-size: 0.9rem; } }
    .accommodation #contents #low01 ul li a {
      text-decoration: none;
      color: #000; }
    .accommodation #contents #low01 ul li figure {
      margin-bottom: 20px; }
    .accommodation #contents #low01 ul li img {
      max-width: 500px; }
    .accommodation #contents #low01 ul li dl dt {
      font-weight: bold; }
    .accommodation #contents #low01 ul li dl dd {
      margin-top: -1.5em !important;
      padding-left: 5em; }
      @media only screen and (max-width: 600px) {
        .accommodation #contents #low01 ul li dl dd {
          margin-top: 0 !important;
          padding-left: 0; } }
      .accommodation #contents #low01 ul li dl dd span {
        display: inline-block; }
    .accommodation #contents #low01 ul li p.introduction {
      display: none; }
    .accommodation #contents #low01 ul li p.detailButton {
      border: 1px solid #000;
      display: inline-block;
      padding: 0 10px;
      transition: all 0.3s ease-in-out; }
      .accommodation #contents #low01 ul li p.detailButton:hover {
        background: #AF0814;
        color: #fff;
        border: 1px solid #AF0814; }
    .accommodation #contents #low01 ul li p.bookingButton {
      display: none; }
.accommodation #contents .alongLine {
  max-width: 1000px;
  margin: 0 auto; }
  .accommodation #contents .alongLine svg {
    width: 100%;
    height: auto; }
.accommodation .modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
.accommodation .modalDialog:target {
  opacity: 1;
  pointer-events: auto; }
.accommodation .modalDialog > div {
  max-width: 400px;
  width: 90%;
  position: relative;
  margin: 20% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff; }
  .accommodation .modalDialog > div h3 {
    color: #002a43; }
    .accommodation .modalDialog > div h3 span {
      margin-left: 1em;
      font-size: 0.8em; }
  .accommodation .modalDialog > div ul li {
    margin-bottom: 1em; }
.accommodation .close {
  background: #606061;
  color: #FFFFFF;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50vh;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000; }
  .accommodation .close img {
    max-width: 20px;
    height: auto;
    margin: 0 auto; }
.accommodation .close:hover {
  background: #00d9ff; }
.accommodation #low03 {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .accommodation #low03 > div {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 600px) {
      .accommodation #low03 > div {
        width: 90%;
        padding: 10px; } }
    .accommodation #low03 > div .list li a {
      color: #AF0814; }

/* hotelDetails Scss */
.hotelDetails #contents {
  /* 選択されているサムネイルだけ透過しない */
  /* 画像サイズ調整 */
  /* スライダーの幅 */
  /* ページネーションの位置を上へ */
  /* ページネーションアイテム（●黒丸に変更）*/ }
  .hotelDetails #contents > section {
    max-width: 1000px;
    margin: 0 auto; }
  .hotelDetails #contents h2 {
    text-align: center;
    background: url("../img/h2_bg_01.svg") no-repeat center top;
    padding-top: 80px;
    background-size: 60px; }
  .hotelDetails #contents h3 {
    border-top: solid 2px #AF0814;
    border-bottom: solid 2px #AF0814; }
    .hotelDetails #contents h3:before {
      content: "● ";
      color: #D78389;
      display: inline-block; }
  .hotelDetails #contents .gaikanImage img {
    max-width: 600px;
    margin: 40px auto 0; }
  .hotelDetails #contents .reservelink ul {
    display: flex;
    max-width: 600px;
    margin: 60px auto 0 !important;
    justify-content: space-between; }
    .hotelDetails #contents .reservelink ul li {
      flex: 0 0 48%; }
      .hotelDetails #contents .reservelink ul li a {
        padding: 10px 20px;
        display: block;
        width: 100%;
        text-decoration: none;
        background: #002a43;
        color: #fff;
        transition: all 0.3s ease-in-out;
        margin-right: 5px;
        text-align: center; }
        .hotelDetails #contents .reservelink ul li a:hover {
          background: #004a76; }
  .hotelDetails #contents #low02 table, .hotelDetails #contents #low03 table {
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto 60px;
    border-top: 1px solid #707070; }
    .hotelDetails #contents #low02 table th, .hotelDetails #contents #low02 table td, .hotelDetails #contents #low03 table th, .hotelDetails #contents #low03 table td {
      padding: 20px 20px;
      vertical-align: middle;
      line-height: 1.8; }
    .hotelDetails #contents #low02 table th, .hotelDetails #contents #low03 table th {
      white-space: nowrap;
      font-weight: bold; }
    .hotelDetails #contents #low02 table td, .hotelDetails #contents #low03 table td {
      font-weight: normal; }
      .hotelDetails #contents #low02 table td ul, .hotelDetails #contents #low03 table td ul {
        margin: 0 !important; }
        .hotelDetails #contents #low02 table td ul li, .hotelDetails #contents #low03 table td ul li {
          display: inline-block;
          line-height: 2; }
          .hotelDetails #contents #low02 table td ul li:after, .hotelDetails #contents #low03 table td ul li:after {
            content: " / "; }
          .hotelDetails #contents #low02 table td ul li:last-child:after, .hotelDetails #contents #low03 table td ul li:last-child:after {
            content: ""; }
    @media only screen and (max-width: 600px) {
      .hotelDetails #contents #low02 table th, .hotelDetails #contents #low02 table td, .hotelDetails #contents #low03 table th, .hotelDetails #contents #low03 table td {
        padding: 20px 10px;
        font-size: 0.9rem; }
      .hotelDetails #contents #low02 table th, .hotelDetails #contents #low03 table th {
        white-space: nowrap; } }
    .hotelDetails #contents #low02 table tr, .hotelDetails #contents #low03 table tr {
      border-bottom: 1px solid #707070; }
  .hotelDetails #contents #low04 > section {
    margin-bottom: 60px; }
  .hotelDetails #contents .splide__slide {
    opacity: .6; }
    .hotelDetails #contents .splide__slide:hover {
      cursor: pointer; }
  .hotelDetails #contents .splide__slide.is-active {
    opacity: 1; }
  .hotelDetails #contents .splide__slide img {
    height: auto;
    width: 100%; }
  .hotelDetails #contents .slide_wrapper {
    margin-inline: auto;
    max-width: 1000px;
    width: 100%; }
    .hotelDetails #contents .slide_wrapper .main-carousel {
      margin-bottom: 20px; }
  .hotelDetails #contents .thumbnail-carousel .splide__pagination {
    bottom: -40px;
    /* デフォルトは0pxまたは10px。値を大きくすると上へ移動 */
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    z-index: 3; }
  .hotelDetails #contents .thumbnail-carousel .splide__pagination li {
    margin: 0 6px; }
  .hotelDetails #contents .thumbnail-carousel .splide__pagination button {
    background: transparent;
    border: none;
    font-size: 22px;
    /* お好みでサイズ調整 */
    line-height: 1;
    color: #ccc;
    /* 黒丸の色 */
    cursor: pointer;
    padding: 0; }
  .hotelDetails #contents .thumbnail-carousel .splide__pagination button:after {
    content: '●';
    /* ●黒丸を表示 */ }
  .hotelDetails #contents .thumbnail-carousel .splide__pagination button.is-active::after {
    color: #AF0814 !important;
    /* アクティブの色（例：青/任意で変更）*/ }
  .hotelDetails #contents .detail dd {
    margin-top: -1.5em;
    padding-left: 4em;
    margin-bottom: 0.5em; }
    .hotelDetails #contents .detail dd:before {
      content: "："; }
  .hotelDetails #contents .equipment ul {
    display: flex;
    flex-wrap: wrap; }
    .hotelDetails #contents .equipment ul li {
      flex: 0 0 10%;
      margin-right: 2%; }
      @media only screen and (min-width: 601px) and (max-width: 959px) {
        .hotelDetails #contents .equipment ul li {
          flex: 0 0 18%; } }
      @media only screen and (max-width: 600px) {
        .hotelDetails #contents .equipment ul li {
          flex: 0 0 23%; } }
      .hotelDetails #contents .equipment ul li img {
        max-width: 150px; }
      .hotelDetails #contents .equipment ul li p {
        font-size: 0.75em;
        letter-spacing: -0.05em;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        font-weight: bold;
        text-align: center; }
        @media only screen and (max-width: 600px) {
          .hotelDetails #contents .equipment ul li p {
            font-size: 2.5vw; } }
  .hotelDetails #contents .embed-container {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .hotelDetails #contents .embed-container iframe, .hotelDetails #contents .embed-container object, .hotelDetails #contents .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 600px) {
    .hotelDetails #contents .embed-container {
      padding-bottom: 56%; } }

.policy #contents {
  max-width: 1000px;
  padding-bottom: 100px;
  margin: 0 auto; }
  .policy #contents h2 {
    color: #AF0814; }
  .policy #contents h4 {
    margin-bottom: 0.8em; }
  .policy #contents ul, .policy #contents ol, .policy #contents dl {
    margin-bottom: 2em; }
    .policy #contents ul dt, .policy #contents ol dt, .policy #contents dl dt {
      margin-bottom: 0.5em; }
    .policy #contents ul li, .policy #contents ul dd, .policy #contents ol li, .policy #contents ol dd, .policy #contents dl li, .policy #contents dl dd {
      line-height: 1.8;
      margin-bottom: 1em; }
  .policy #contents ul.list_lowerAlpha {
    margin-left: 1.5em; }
    .policy #contents ul.list_lowerAlpha li {
      list-style-type: lower-alpha !important; }
  .policy #contents dl.listnum {
    counter-reset: listnum; }
    .policy #contents dl.listnum dt::before {
      counter-increment: listnum;
      /* counter-resetと同じ文字列 */
      content: counter(listnum) ". ";
      /* カウントした数に応じて番号を表示 */ }
    .policy #contents dl.listnum dd {
      margin-left: 0.5em; }
  .policy #contents #low03 .inquiryBanner {
    background: #045295;
    border-radius: 10px;
    margin-bottom: 60px;
    max-width: 400px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out; }
    .policy #contents #low03 .inquiryBanner:hover {
      background: #AF0814; }
    .policy #contents #low03 .inquiryBanner a {
      color: #fff;
      display: flex;
      justify-content: space-between;
      padding: 20px 60px 20px;
      text-decoration: none;
      align-items: center; }
      .policy #contents #low03 .inquiryBanner a p {
        margin-bottom: 0;
        margin-right: 20px; }
      .policy #contents #low03 .inquiryBanner a .size-ll {
        font-size: 1.8rem; }
      .policy #contents #low03 .inquiryBanner a img {
        max-width: 60px; }

/* estate Scss */
.overview #contents h2 {
  text-align: center;
  background: url("../img/h2_bg_02.svg") no-repeat center top;
  padding-top: 80px;
  background-size: 60px; }
.overview #contents table.table01 {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  margin: 0 auto;
  max-width: 700px; }
  .overview #contents table.table01 th, .overview #contents table.table01 td {
    vertical-align: middle; }
  .overview #contents table.table01 th {
    background: #F6F4EB;
    padding: 10px;
    font-weight: bold; }
  .overview #contents table.table01 td {
    background: #F9F9F9;
    padding: 15px;
    font-weight: normal; }
    .overview #contents table.table01 td ul {
      margin: 0 !important; }
      .overview #contents table.table01 td ul li {
        margin-bottom: 0.8em; }
        .overview #contents table.table01 td ul li:last-child {
          margin-bottom: 0; }

.news #contents {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px; }

.neInd #contents h2 {
  text-align: center;
  background: url("../img/h2_bg_01.svg") no-repeat center top;
  padding-top: 80px;
  background-size: 60px; }
.neInd #contents dt {
  color: #045295;
  font-weight: bold; }
  @media only screen and (max-width: 600px) {
    .neInd #contents dt {
      margin-bottom: 10px; } }
.neInd #contents dd {
  margin-top: -1.7em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 8em;
  border-bottom: 2px dotted #ccc;
  font-size: 0.9rem; }
  .neInd #contents dd a {
    text-decoration: underline !important;
    color: #000; }
  @media only screen and (max-width: 600px) {
    .neInd #contents dd {
      margin-top: 0;
      padding-left: 0; } }
  .neInd #contents dd .catName {
    display: inline-block;
    width: 8em;
    text-align: center;
    margin-right: 2em;
    color: #fff;
    padding: 0px 5px;
    font-size: 0.9em; }
    @media only screen and (max-width: 600px) {
      .neInd #contents dd .catName {
        display: block;
        margin-bottom: 10px; } }
  .neInd #contents dd .newMark {
    display: inline-block;
    color: red;
    border: 1px solid red;
    border-radius: 2px;
    padding: 0 10px;
    background: #fff;
    margin-left: 10px; }
.neInd #contents .cat-0 dd .catName {
  background: #820710; }
.neInd #contents .cat-1 dd .catName {
  background: #AF0814; }
.neInd #contents .cat-2 dd .catName {
  background: #045295; }

.neDet #contents h2 {
  text-align: center; }
  @media only screen and (max-width: 600px) {
    .neDet #contents h2 {
      font-size: 5vw !important;
      text-align: left !important; }
      .neDet #contents h2 .catName {
        display: block;
        margin-bottom: 1em; } }
  .neDet #contents h2 span.newMark {
    display: inline-block;
    color: red;
    border: 1px solid red;
    border-radius: 2px;
    padding: 0 10px;
    background: #fff;
    margin-left: 10px;
    font-size: 0.8em; }
.neDet #contents p.date {
  font-weight: bold;
  color: #045295; }

@media print, screen and (min-width: 601px) {
  #stepNav {
    max-width: 1000px;
    margin: 0 auto 50px auto; } }
#stepNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch; }
  #stepNav ul li {
    position: relative;
    flex-basis: 33%;
    text-align: center;
    background: #ffdde0;
    letter-spacing: 1em;
    color: #b5b5b5; }
    @media only screen and (max-width: 600px) {
      #stepNav ul li {
        font-size: 0.75rem;
        padding: 7px; } }
    @media print, screen and (min-width: 601px) {
      #stepNav ul li {
        padding: 12px; } }
    #stepNav ul li:not(:last-of-type)::after {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: url("../img/stepNavArrow.svg") no-repeat center right/100%; }
      @media only screen and (max-width: 600px) {
        #stepNav ul li:not(:last-of-type)::after {
          width: 1.5em; } }
      @media print, screen and (min-width: 601px) {
        #stepNav ul li:not(:last-of-type)::after {
          width: 30px; } }
    .coInd #stepNav ul li:nth-of-type(1), .coMai #stepNav ul li:nth-of-type(2), .coTha #stepNav ul li:nth-of-type(3) {
      background: #AF0814;
      color: #fff; }

.contact #contents {
  margin-bottom: 0 !important;
  padding-bottom: 60px; }
.contact #mailform {
  margin-bottom: 100px !important; }
  @media print, screen and (min-width: 961px) {
    .contact #mailform dl {
      max-width: 1000px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 1em 1em; }
      .contact #mailform dl:not(:last-of-type) {
        border-bottom: 2px dotted #F1F1F1; }
    .contact #mailform dt {
      min-width: 17em;
      text-align: right;
      padding-right: 3em;
      font-weight: 600; }
    .contact #mailform dd {
      text-align: left !important; } }
  @media only screen and (max-width: 600px) {
    .contact #mailform dl {
      padding: 0.3em 0 0.3em 0.8em !important;
      border-left: 3px solid #AF0814; }
    .contact #mailform dt {
      position: relative;
      margin-bottom: 0.4em;
      color: #2364aa;
      font-weight: bold; } }
  .contact #mailform #handling {
    margin-bottom: 45px;
    font-size: 0.875rem; }
.contact #submitCheck {
  margin-bottom: 30px;
  text-align: center; }
.contact .btnGp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch; }
  @media print, screen and (min-width: 961px) {
    .contact .btnGp {
      max-width: 800px;
      margin: 0 auto; } }
  .contact .btnGp p {
    margin: auto 4%; }
  .contact .btnGp input[type="submit"], .contact .btnGp input[type="button"] {
    background: #045295;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out; }
    .contact .btnGp input[type="submit"]:hover, .contact .btnGp input[type="button"]:hover {
      background: #AF0814; }
.contact .req:before {
  display: inline-block;
  content: "※";
  height: 1em;
  width: 1em;
  margin: 0 0.5em;
  font-size: 0.7em;
  color: #cd533b; }
.contact dd > div {
  display: block;
  margin-bottom: 1em; }
@media only screen and (max-width: 600px) {
  .contact #lead {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  .contact #lead {
    margin-bottom: 50px;
    text-align: center; } }
.contact #kakunin #mailform dd {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }
@media print, screen and (min-width: 601px) {
  .contact #kakunin #mailform {
    max-width: 1000px;
    margin: auto; }
    .contact #kakunin #mailform dt, .contact #kakunin #mailform dd {
      flex-basis: 50%; } }
.contact .blockTel {
  width: 96%;
  max-width: 480px;
  margin: 0 1%;
  padding: 20px 0 10px 0;
  background: #f4eae0;
  box-sizing: border-box;
  border: 3px double #fff;
  border-radius: 8px; }
  @media only screen and (max-width: 600px) {
    .contact .blockTel {
      margin: 0 auto 20px auto;
      padding: 20px 0 10px 0; } }
  .contact .blockTel div p {
    display: inline-block;
    width: 48%;
    margin: 0 !important; }
    @media only screen and (max-width: 600px) {
      .contact .blockTel div p {
        display: block;
        width: 90%;
        margin: 0 auto !important; } }
  .contact .blockTel img {
    margin: 0 auto;
    max-width: 400px; }
.contact label {
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .contact label {
      padding-left: 1.5em; } }
  @media print, screen and (min-width: 601px) {
    .contact label {
      padding-left: 1.2em;
      cursor: pointer; }
      .contact label:not(:last-of-type) {
        margin-right: 2em; } }
  .contact label input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="number"],
.contact input[type="email"],
.contact textarea,
.contact select {
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #c6c6c6;
  border-radius: 4px; }
  @media only screen and (max-width: 600px) {
    .contact input[type="text"],
    .contact input[type="tel"],
    .contact input[type="number"],
    .contact input[type="email"],
    .contact textarea,
    .contact select {
      display: inline-block;
      padding: 8px;
      font-size: 4.2vw; } }
  @media print, screen and (min-width: 601px) {
    .contact input[type="text"],
    .contact input[type="tel"],
    .contact input[type="number"],
    .contact input[type="email"],
    .contact textarea,
    .contact select {
      display: inline-block;
      padding: 6px; } }
.contact input[type="text"]:focus,
.contact input[type="tel"]:focus,
.contact input[type="number"]:focus,
.contact input[type="email"]:focus,
.contact textarea:focus,
.contact select:focus {
  box-shadow: 0 0 7px #F6F4EB;
  border: 1px solid #045295; }
.contact input,
.contact textarea {
  ime-mode: active; }
.contact input[type="tel"],
.contact input[type="number"],
.contact input[type="email"] {
  ime-mode: disabled !important; }
.contact input[type="checkbox"] {
  position: relative;
  margin-right: 0.5em; }
.contact ::-webkit-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.contact ::-moz-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.contact ::-ms-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.contact :-ms-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.contact ::placeholder {
  color: rgba(175, 8, 20, 0.5); }
.contact input[type="number"]::-webkit-inner-spin-button,
.contact input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.contact input[type="number"] {
  -moz-appearance: textfield; }
.contact button,
.contact .pointer label {
  cursor: pointer; }
.contact .bn-bu button {
  padding: 0;
  margin: 0 auto;
  background: none;
  border: none; }
.contact .ime {
  ime-mode: disabled; }
.contact .ermes {
  display: inline-block;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  background: #cd533b; }
.contact .catSel select {
  display: block;
  margin-bottom: 12px; }
.contact #mailform .inputM {
  max-width: 12em; }
.contact #mailform .inputL {
  width: 100% !important;
  max-width: 40em; }
.contact #mailform input[type="tel"] {
  display: inline-block;
  max-width: 5em; }
.contact #mailform input[type="email"] {
  max-width: 380px; }
.contact #mailform .add {
  width: 100%;
  max-width: 480px;
  margin-top: 8px; }
@media only screen and (max-width: 600px) {
  .contact #mailform .company,
  .contact #mailform .mail,
  .contact #mailform .add,
  .contact #mailform textarea {
    width: 100%;
    min-height: 300px; }
  .contact #mailform label {
    display: block; }
  .contact #mailform .syubetsu label:not(:last-of-type) {
    margin-bottom: 0.8em; } }
@media print, screen and (min-width: 961px) {
  .contact #mailform textarea {
    resize: horizontal;
    width: 100%;
    min-width: 480px;
    max-width: 650px;
    min-height: 250px; } }
.contact #mailform .inputBtn {
  display: flex;
  justify-content: center; }
  .contact #mailform .inputBtn.off input#submit[type="submit"] {
    background: rgba(4, 82, 149, 0.5);
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px; }
  .contact #mailform .inputBtn input#submit[type="submit"] {
    background: #045295;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out; }
    .contact #mailform .inputBtn input#submit[type="submit"]:hover {
      background: #AF0814; }
@media print, screen and (min-width: 601px) {
  .contact .txtMess {
    text-align: center; } }
@media print, screen and (min-width: 601px) {
  .contact #formThanks {
    text-align: center; }
    .contact #formThanks p {
      margin-bottom: 200px; } }

@media print, screen and (min-width: 601px) {
  #stepNav {
    max-width: 1000px;
    margin: 0 auto 50px auto; } }
#stepNav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch; }
  #stepNav ul li {
    position: relative;
    flex-basis: 33%;
    text-align: center;
    background: #ffdde0;
    letter-spacing: 1em;
    color: #b5b5b5; }
    @media only screen and (max-width: 600px) {
      #stepNav ul li {
        font-size: 0.75rem;
        padding: 7px; } }
    @media print, screen and (min-width: 601px) {
      #stepNav ul li {
        padding: 12px; } }
    #stepNav ul li:not(:last-of-type)::after {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      background: url("../img/stepNavArrow.svg") no-repeat center right/100%; }
      @media only screen and (max-width: 600px) {
        #stepNav ul li:not(:last-of-type)::after {
          width: 1.5em; } }
      @media print, screen and (min-width: 601px) {
        #stepNav ul li:not(:last-of-type)::after {
          width: 30px; } }
    .reInd #stepNav ul li:nth-of-type(1), .reMai #stepNav ul li:nth-of-type(2), .reTha #stepNav ul li:nth-of-type(3) {
      background: #AF0814;
      color: #fff; }

.recruit #contents {
  margin-bottom: 0 !important; }
  .recruit #contents > section {
    max-width: 1000px;
    margin: 0 auto; }
  .recruit #contents h2 {
    text-align: center;
    background: url("../img/h2_bg_01.svg") no-repeat center top;
    padding-top: 80px;
    background-size: 60px; }
  .recruit #contents h3 {
    border-bottom: solid 2px #AF0814; }
    .recruit #contents h3:before {
      content: "● ";
      color: #D78389;
      display: inline-block; }
  .recruit #contents #low01 {
    max-width: 800px; }
    .recruit #contents #low01 > section {
      margin-top: 40px; }
.recruit #mailform {
  margin-bottom: 100px !important; }
  .recruit #mailform dd p {
    margin-bottom: 0;
    font-size: 0.9em; }
  @media print, screen and (min-width: 961px) {
    .recruit #mailform dl {
      max-width: 1000px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 1em 1em; }
      .recruit #mailform dl:not(:last-of-type) {
        border-bottom: 2px dotted #F1F1F1; }
    .recruit #mailform dt {
      min-width: 13em;
      text-align: right;
      padding-right: 2em;
      font-weight: 600; }
    .recruit #mailform dd {
      text-align: left !important; } }
  @media only screen and (max-width: 600px) {
    .recruit #mailform dl {
      padding: 0.3em 0 0.3em 0.8em !important;
      border-left: 3px solid #AF0814; }
    .recruit #mailform dt {
      position: relative;
      margin-bottom: 0.4em;
      color: #2364aa;
      font-weight: bold; } }
  .recruit #mailform #handling {
    margin-bottom: 45px;
    font-size: 0.875rem; }
.recruit #submitCheck {
  margin-bottom: 30px;
  text-align: center; }
.recruit .btnGp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch; }
  @media print, screen and (min-width: 961px) {
    .recruit .btnGp {
      max-width: 800px;
      margin: 0 auto; } }
  .recruit .btnGp p {
    margin: auto 4%; }
.recruit .req:before {
  display: inline-block;
  content: "※";
  height: 1em;
  width: 1em;
  margin: 0 0.5em;
  font-size: 0.7em;
  color: #cd533b; }
.recruit dd > div {
  display: block;
  margin-bottom: 1em; }
@media only screen and (max-width: 600px) {
  .recruit #lead {
    margin-bottom: 30px; } }
@media print, screen and (min-width: 601px) {
  .recruit #lead {
    margin-bottom: 50px;
    text-align: center; } }
@media print, screen and (min-width: 601px) {
  .recruit #kakunin #mailform {
    max-width: 1000px;
    margin: auto; }
    .recruit #kakunin #mailform dt, .recruit #kakunin #mailform dd {
      flex-basis: 50%; } }
.recruit .blockTel {
  width: 96%;
  max-width: 480px;
  margin: 0 1%;
  padding: 20px 0 10px 0;
  background: #f4eae0;
  box-sizing: border-box;
  border: 3px double #fff;
  border-radius: 8px; }
  @media only screen and (max-width: 600px) {
    .recruit .blockTel {
      margin: 0 auto 20px auto;
      padding: 20px 0 10px 0; } }
  .recruit .blockTel div p {
    display: inline-block;
    width: 48%;
    margin: 0 !important; }
    @media only screen and (max-width: 600px) {
      .recruit .blockTel div p {
        display: block;
        width: 90%;
        margin: 0 auto !important; } }
  .recruit .blockTel img {
    margin: 0 auto;
    max-width: 400px; }
.recruit label {
  display: inline-block;
  position: relative; }
  @media only screen and (max-width: 600px) {
    .recruit label {
      padding-left: 1.5em; } }
  @media print, screen and (min-width: 601px) {
    .recruit label {
      padding-left: 1.2em;
      cursor: pointer; }
      .recruit label:not(:last-of-type) {
        margin-right: 2em; } }
  .recruit label input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
.recruit input[type="text"],
.recruit input[type="tel"],
.recruit input[type="number"],
.recruit input[type="email"],
.recruit textarea,
.recruit select {
  width: 100%;
  display: block;
  outline: none;
  border: 1px solid #c6c6c6;
  border-radius: 4px; }
  @media only screen and (max-width: 600px) {
    .recruit input[type="text"],
    .recruit input[type="tel"],
    .recruit input[type="number"],
    .recruit input[type="email"],
    .recruit textarea,
    .recruit select {
      display: inline-block;
      padding: 8px;
      font-size: 4.2vw; } }
  @media print, screen and (min-width: 601px) {
    .recruit input[type="text"],
    .recruit input[type="tel"],
    .recruit input[type="number"],
    .recruit input[type="email"],
    .recruit textarea,
    .recruit select {
      display: inline-block;
      padding: 6px; } }
.recruit input[type="text"]:focus,
.recruit input[type="tel"]:focus,
.recruit input[type="number"]:focus,
.recruit input[type="email"]:focus,
.recruit textarea:focus,
.recruit select:focus {
  box-shadow: 0 0 7px #F6F4EB;
  border: 1px solid #045295; }
.recruit input,
.recruit textarea {
  ime-mode: active; }
.recruit input[type="tel"],
.recruit input[type="number"],
.recruit input[type="email"] {
  ime-mode: disabled !important; }
.recruit input[type="checkbox"] {
  position: relative;
  margin-right: 0.5em; }
.recruit ::-webkit-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.recruit ::-moz-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.recruit ::-ms-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.recruit :-ms-input-placeholder {
  color: rgba(175, 8, 20, 0.5); }
.recruit ::placeholder {
  color: rgba(175, 8, 20, 0.5); }
.recruit input[type="number"]::-webkit-inner-spin-button,
.recruit input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.recruit input[type="number"] {
  -moz-appearance: textfield; }
.recruit button,
.recruit .pointer label {
  cursor: pointer; }
.recruit .bn-bu button {
  padding: 0;
  margin: 0 auto;
  background: none;
  border: none; }
.recruit .ime {
  ime-mode: disabled; }
.recruit .ermes {
  display: inline-block;
  padding: 0.5em 0.5em;
  border-radius: 10px;
  line-height: 1;
  font-size: 0.8em;
  color: #fff;
  background: #cd533b; }
.recruit .catSel select {
  display: block;
  margin-bottom: 12px; }
.recruit #mailform .inputM {
  max-width: 12em; }
.recruit #mailform .inputL {
  width: 100% !important;
  max-width: 40em; }
.recruit #mailform input[type="tel"] {
  display: inline-block;
  max-width: 5em; }
.recruit #mailform input[type="text"].birthday {
  display: inline-block;
  max-width: 5em; }
.recruit #mailform input[type="text"].age {
  display: inline-block;
  max-width: 5em; }
.recruit #mailform input[type="email"] {
  max-width: 380px; }
.recruit #mailform .add {
  width: 100%;
  max-width: 480px;
  margin-top: 8px; }
@media only screen and (max-width: 600px) {
  .recruit #mailform .company,
  .recruit #mailform .mail,
  .recruit #mailform .add,
  .recruit #mailform textarea {
    width: 100%;
    min-height: 300px; }
  .recruit #mailform textarea {
    field-sizing: content; }
  .recruit #mailform label {
    display: block; }
  .recruit #mailform .syubetsu label:not(:last-of-type) {
    margin-bottom: 0.8em; } }
@media print, screen and (min-width: 961px) {
  .recruit #mailform textarea {
    resize: horizontal;
    field-sizing: content;
    width: 100%;
    min-width: 480px;
    max-width: 650px;
    min-height: 250px; } }
.recruit #mailform .inputBtn {
  display: flex;
  justify-content: center; }
  .recruit #mailform .inputBtn.off input#submit[type="submit"] {
    background: rgba(4, 82, 149, 0.5);
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px; }
  .recruit #mailform .inputBtn input#submit[type="submit"] {
    background: #045295;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out; }
    .recruit #mailform .inputBtn input#submit[type="submit"]:hover {
      background: #AF0814; }
@media print, screen and (min-width: 601px) {
  .recruit .txtMess {
    text-align: center; } }
@media print, screen and (min-width: 601px) {
  .recruit #formThanks {
    text-align: center; }
    .recruit #formThanks p {
      margin-bottom: 200px; } }

.notfound #contents {
  max-width: 1000px;
  padding-bottom: 100px;
  margin: 0 auto;
  min-height: 500px; }
  .notfound #contents h2 {
    color: #AF0814; }
