@charset "UTF-8";
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
.view-sp,
.view-tb {
  display: none; }

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

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

  .view-pc {
    display: none; } }
/* 枠 */
/* flexbox */
/* position */
/* 電話番号リンク設定 */
@media screen and (min-width: 769px) {
  .telnum {
    pointer-events: none; } }

/* フォント */
/* アイキャッチアイコンセット */
/* ボタン */
/* 文字サイズ */
/* 色 */
/* 背景色 */
/* 文字色 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6; }

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

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px; }

ul {
  list-style-type: none; }

img {
  max-width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    /*width /***/
    /*:auto;*/ } }
@media screen and (max-width: 768px) {
  input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0; } }
input, textarea, select {
  font-size: .16em; }

form {
  margin: 0px; }

table {
  border-collapse: collapse;
  font-size: .16rem;
  border-spacing: 0; }

@media screen and (max-width: 768px) {
  html {
    font-size: 550%; } }
h1, h2, h3, h4, h5, h6,
th {
  font-weight: 400; }

/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

@media screen and (min-width: 769px) {
  a:hover {
    cursor: pointer;
    opacity: 0.5;
    /* IE8 over, Opera, Safari, CSS3 over */
    transition-property: all;
    transition: 0.3s linear;
    text-decoration: none;
    color: inherit; } }
/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

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

/*------------------------------------------------
facilities
--------------------------------------------------*/
.contentstop {
  background: url(../facilities/images/facilities01_bg.png) no-repeat center top; }
  @media screen and (max-width: 769px) {
    .contentstop {
      background-image: url(../facilities/images/contentstop_bg-sp.png);
      background-size: cover;
      padding-top: 3vw; } }

.topimg h2 {
  background-image: url(../facilities/images/h2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-shadow: 0px 0px 1px #000000, 0px 0px 2px #000000, -1px -1px 2px #000000, -1px 1px 2px #000000, 1px -1px 2px #000000, 1px 1px 2px #000000, 0px 0px 4px #000000; }
  @media screen and (max-width: 769px) {
    .topimg h2 {
      position: relative;
      background-image: url(../facilities/images/h2-sp.jpg); } }

.contentstop h3 {
  background: url(../facilities/images/facilities01_h3.png) no-repeat center top; }

.contentstop02 {
  margin-top: 125px;
  margin-left: 55px;
  color: #ffffff; }
  @media screen and (max-width: 769px) {
    .contentstop02 {
      margin-top: 28vw;
      margin-left: 9vw; } }

.contentstop02 h4 {
  /*background:url(../facilities/images/facilities01_h4.png) no-repeat left top;*/
  color: #ffffff; }

#facilities02 article {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 769px) {
    #facilities02 article {
      margin-bottom: 10vw; } }

.facilities02_01 {
  background: url(../facilities/images/facilities02_01bg.png) no-repeat 545px top; }

.facilities02_02 {
  background: url(../facilities/images/facilities02_02bg.png) no-repeat 545px top; }

.facilities02_03 {
  background: url(../facilities/images/facilities02_03bg.png) no-repeat 545px top; }

.facilities02_04 {
  background: url(../facilities/images/facilities02_03bg.png) no-repeat 545px top; }

.facilities02_05 {
  background: url(../facilities/images/facilities02_03bg.png) no-repeat 545px top; }

#facilities02 h3 {
  width: 53px;
  height: 180px;
  text-indent: -9999px;
  margin-bottom: -134px;
  margin-left: 20px;
  z-index: 10;
  position: relative; }

.facilities02_01 h3 {
  background: url(../facilities/images/facilities02_h301.png) no-repeat; }

.facilities02_02 h3 {
  background: url(../facilities/images/facilities02_h302.png) no-repeat; }

.facilities02_03 h3 {
  background: url(../facilities/images/facilities02_h303.png) no-repeat; }

.facilities02_05 h3 {
  background: url(../facilities/images/facilities02_h304.jpg) no-repeat; }

#facilities02 img {
  float: left;
  display: block; }

.facilities02_right {
  width: 325px; }
  @media screen and (max-width: 769px) {
    .facilities02_right {
      width: 100%;
      padding: 1em 4vw; } }
  @media screen and (max-width: 769px) {
    .facilities02_right h4::after {
      background-size: cover; } }
  .facilities02_right h4 + p {
    font-size: 16px; }
    @media screen and (max-width: 769px) {
      .facilities02_right h4 + p {
        font-size: 4.1vw; } }

#facilities02 h4 {
  position: relative;
  font-size: 40px;
  color: #580000;
  padding-left: 30px;
  line-height: 1.4;
  font-family: serif;
  padding-bottom: 15px; }
  @media screen and (max-width: 769px) {
    #facilities02 h4 {
      font-size: 4.5vw;
      padding-left: 0; }
      #facilities02 h4 br {
        display: none; } }
  #facilities02 h4::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 4px;
    background-image: url(../facilities/images/bdr.png); }
    @media screen and (max-width: 769px) {
      #facilities02 h4::after {
        background-size: cover; } }

/*.facilities02_01 h4{ background:url(../facilities/images/facilities02_h401.png) no-repeat;}
.facilities02_02 h4{ background:url(../facilities/images/facilities02_h402.png) no-repeat;}
.facilities02_03 h4{ background:url(../facilities/images/facilities02_h403.png) no-repeat;}
.facilities02_05 h4{ background:url(../facilities/images/facilities02_h404.png) no-repeat;}
#facilities02 .facilities02_04 h4{
	background:url(../facilities/images/facilities02_h405.png) no-repeat;
	width:333px;
	height:179px;
	text-indent:-9999px;
	margin-top:100px;
}*/
.facilities02_right p {
  margin: 40px 0 0 30px; }
  @media screen and (max-width: 769px) {
    .facilities02_right p {
      margin: 1em 0 0 0; } }

.facilities_link {
  width: 310px;
  height: 52px;
  margin: 0 auto 50px;
  text-indent: -9999px;
  display: block; }

.link_dining {
  background: url(../facilities/images/link_dining.png) no-repeat; }

.link_spa {
  background: url(../facilities/images/link_spa.png) no-repeat; }

.link_rooms {
  background: url(../facilities/images/link_rooms.png) no-repeat; }

.facilities03_01 {
  position: relative;
  /*background:url(../facilities/images/facilities03_01bg.png) no-repeat center bottom;*/ }
  @media screen and (max-width: 769px) {
    .facilities03_01 {
      background: none; } }

.facilities03_02 {
  position: relative;
  /*background:url(../facilities/images/facilities03_02bg.png) no-repeat center bottom;*/ }
  @media screen and (max-width: 769px) {
    .facilities03_02 {
      background: none; } }

#facilities03 h3 {
  width: 53px;
  height: 180px;
  text-indent: -9999px;
  margin-bottom: -134px;
  margin-left: 20px;
  z-index: 10;
  position: relative; }

/*.facilities03_01 h3{ background:url(../facilities/images/facilities03_h301.png) no-repeat;}
.facilities03_02 h3{ background:url(../facilities/images/facilities03_h302.png) no-repeat;}*/
#facilities03 h4 {
  width: 314px;
  /*float:left;
  text-indent:-9999px;*/
  font-size: 40px;
  color: #580000;
  padding-left: 30px;
  line-height: 1.4;
  text-align: center;
  font-family: serif; }
  @media screen and (max-width: 769px) {
    #facilities03 h4 {
      position: relative;
      font-size: 4.5vw;
      padding-bottom: 15px;
      text-align: left;
      padding-left: 0.8em; }
      #facilities03 h4::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 100%;
        height: 4px;
        background-image: url(../facilities/images/bdr.png); } }

/*.facilities03_01 h4{ background:url(../facilities/images/facilities03_h401.png) no-repeat center center;}
.facilities03_02 h4{ background:url(../facilities/images/facilities03_h402.png) no-repeat center center;}*/
.ppp01 {
  width: 600px;
  padding-top: 15px;
  font-size: 16px; }
  @media screen and (max-width: 769px) {
    .ppp01 {
      width: 100%;
      padding: 1em 0 0 0;
      font-size: 4.1vw; } }

.ppp02 {
  width: 600px;
  padding-top: 40px; }
  @media screen and (max-width: 769px) {
    .ppp02 {
      width: 100%;
      padding: 1em; } }

.ttl-catch {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 20px;
  top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-family: serif;
  width: 56px;
  padding: 15px 0;
  background: linear-gradient(#3F0605, #2B0303);
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0); }
  @media screen and (max-width: 769px) {
    .ttl-catch {
      left: 0;
      width: 10vw;
      padding: 3vw 0; } }
  .ttl-catch span:nth-of-type(1) {
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transform: scale(0.8, 1); }
    @media screen and (max-width: 769px) {
      .ttl-catch span:nth-of-type(1) {
        font-size: 4.1vw; } }
    .ttl-catch span:nth-of-type(1)::after {
      position: absolute;
      content: "";
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 26px;
      height: 1px;
      background-color: #ffffff; }
  .ttl-catch span:nth-of-type(2) {
    font-size: 22px;
    line-height: 1.2; }
    @media screen and (max-width: 769px) {
      .ttl-catch span:nth-of-type(2) {
        font-size: 2.6vw; } }

.dining07_h402_2 {
  width: 265px;
  margin-left: 30px;
  background-color: #631212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EDD680;
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 10px; }
  @media screen and (max-width: 769px) {
    .dining07_h402_2 {
      width: auto;
      margin-top: 3vw;
      margin-left: 0;
      width: 60%;
      font-size: 4.1vw; } }

.fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 769px) {
    .fa {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media screen and (max-width: 769px) {
    .fa__img {
      width: 100%; } }

.fa__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 24px;
  background-color: #27190B;
  width: 425px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  color: #ffffff;
  font-family: serif;
  border-bottom: 2px solid #AFB0B8;
  border-radius: 5px;
  font-size: 18px; }
  @media screen and (max-width: 769px) {
    .fa__btn a {
      width: 90%;
      font-size: 4vw;
      height: 10vw;
      margin-bottom: 10vw; } }
  .fa__btn a span {
    position: relative;
    padding-left: 24px; }
    .fa__btn a span::after {
      background-image: url(../common/header/arw-nav.png);
      position: absolute;
      content: "";
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      width: 12px;
      height: 12px; }

.fa-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 769px) {
    .fa-col ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .fa-col ul li {
    width: 50%; }
    @media screen and (max-width: 769px) {
      .fa-col ul li {
        width: 100%; }
        .fa-col ul li + li {
          margin-top: 2px; } }

.fa__tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 769px) {
    .fa__tx {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-top: 3vw;
      padding: 1em 4vw;
      margin-bottom: 5vw; }
      .fa__tx > div {
        width: 100%; } }

.fa__tx .dining07_h402_2,
.fa__tx h4 {
  padding-left: 0 !important;
  margin-left: 0 !important; }
