<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Browser Style Reset
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&amp;display=swap");
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&amp;display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
figure,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  /*	transition: all 0.3s ease;*/
}

figure {
  overflow: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
  vertical-align: bottom;
  outline: none;
}

li {
  list-style-type: none;
}

input {
  border: 1px none #ccc;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  background: url(../img/header_bg.jpg) no-repeat center top;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* Font Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
body {
  font-family: YakuHanJP, "Noto Serif JP", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
  min-width: 1200px;
}

@media screen and (max-width: 748px) {
  body {
    min-width: 319px;
    font-size: 17px;
  }
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* link Style
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
a:link {
  color: #4b4948;
  text-decoration: none;
}

a:visited {
  color: #4b4948;
  text-decoration: none;
}

a:hover {
  color: #4b4948;
  text-decoration: none;
}

/*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*
* new clearfix
^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*^*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.both {
  clear: both;
}

.impct {
  color: #eb3535;
}

.kome {
  color: #888888;
}

.nobg {
  background-image: none !important;
  border: none !important;
}

/* ======================================================================
Image Rollover
======================================================================== */
a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

@-webkit-keyframes kemuri_ani {
  0% {
    left: 0;
  }
  100% {
    left: -1640px;
  }
}

@keyframes kemuri_ani {
  0% {
    left: 0;
  }
  100% {
    left: -1640px;
  }
}

@-webkit-keyframes yuge_ani {
  0% {
    height: 600px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    height: 3000px;
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@keyframes yuge_ani {
  0% {
    height: 600px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    height: 3000px;
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
}

@-webkit-keyframes fade {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  35% {
    bottom: 60px;
    opacity: 0;
  }
  70% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    bottom: 30px;
    opacity: 0;
  }
  35% {
    bottom: 60px;
    opacity: 0;
  }
  70% {
    bottom: 30px;
    opacity: 1;
  }
  100% {
    bottom: 30px;
    opacity: 1;
  }
}

@media screen and (max-width: 748px) {
  img {
    width: auto;
    max-width: 100%;
  }
}

/* ======================================================================
layout
======================================================================== */
header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}

header h1 {
  position: relative;
  z-index: 9999;
}

header h1 img {
  margin-left: 20px;
}

header h1 img:hover {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@media screen and (max-width: 748px) {
  header h1 img {
    width: 30vw;
    margin-left: 3vw;
  }
}

header .obi {
  background: url("../img/nav_bg.png") repeat-x center center;
}

@media screen and (max-width: 748px) {
  header .obi {
    background: none;
  }
}

header .obi .inner {
  padding: 0;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0 auto;
}

@media screen and (max-width: 748px) {
  header .obi .inner {
    margin-top: 2vw;
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .obi .inner nav {
  font-family: "Noto Serif JP", serif;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .obi .inner .menu {
  width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 748px) {
  header .obi .inner .menu {
    z-index: 9998;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 17vw 5vw 5vw 5vw;
    width: auto;
  }
}

@media screen and (max-width: 748px) {
  header .obi .inner .menu li {
    border-top: 1px solid #c0b9ae;
  }
}

header .obi .inner .menu li a {
  color: #fff;
  padding: 15px;
  text-decoration: none;
}

@media screen and (max-width: 748px) {
  header .obi .inner .menu li a {
    padding: 2vw;
    color: #4b4948;
    display: block;
  }
}

header .obi .inner .btn_menu {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .obi .inner .btn_menu.smp {
  display: none;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4a4847;
    width: auto;
    padding: 2vw;
  }
  header .obi .inner .btn_menu.smp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .obi .inner .btn_menu li:nth-of-type(1) {
  background: #7e7467;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(1) {
    background: #fff;
    color: #4b4948;
    font-size: 2.4vw;
    width: 28%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 10px;
  }
}

header .obi .inner .btn_menu li:nth-of-type(1) b {
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(1) b {
    font-size: 4vw;
  }
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(1) span {
    position: relative;
    top: 3px;
    left: -3px;
    font-size: 5vw;
  }
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(2) {
    width: 34%;
  }
}

header .obi .inner .btn_menu li:nth-of-type(2) a {
  background: #044471;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #fff;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(2) a {
    font-size: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .obi .inner .btn_menu li:nth-of-type(2) a span {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(2) span {
    font-size: 5vw;
  }
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(3) {
    width: 34%;
  }
}

header .obi .inner .btn_menu li:nth-of-type(3) a {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #fff;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(3) a {
    font-size: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .obi .inner .btn_menu li:nth-of-type(3) a span {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 10px;
  color: #cfb16d;
}

@media screen and (max-width: 748px) {
  header .obi .inner .btn_menu li:nth-of-type(3) span {
    font-size: 5vw;
  }
}

header.move {
  background: #fff;
}

header.move .obi {
  background: none;
}

header.move .obi img {
  width: 140px;
}

header.move .obi img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 748px) {
  header.move .obi img {
    width: 24vw;
  }
}

@media screen and (max-width: 748px) {
  header.move .obi .menu {
    padding-top: 13vw;
  }
}

header.move .obi .menu a {
  color: #4b4948 !important;
}

header.move .obi .inner {
  max-width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
}

header.move .menu_btn {
  position: absolute;
  right: 3vw;
  top: 2vw;
  z-index: 9999;
}

header.move .menu_btn span {
  color: #000 !important;
}

header .menu_btn {
  position: absolute;
  right: 3vw;
  top: 3vw;
  display: none;
  z-index: 9999;
  cursor: pointer;
}

header .menu_btn.open .icon_op {
  display: inline-block;
}

header .menu_btn.open .icon_cl {
  display: none;
}

header .menu_btn.close .icon_op {
  display: none;
}

header .menu_btn.close .icon_cl {
  display: inline-block;
}

@media screen and (max-width: 748px) {
  header .menu_btn {
    display: inline-block;
  }
  header .menu_btn span {
    font-size: 8vw;
    color: #000;
  }
}

.inner {
  width: 1200px;
  padding: 20px 60px 60px 60px;
  margin: 0 auto;
}

@media screen and (max-width: 748px) {
  .inner {
    width: 100%;
    overflow: hidden;
    padding: 0vw 5vw 10vw 5vw;
  }
}

#fv {
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv {
    max-height: 100vh;
  }
}

#fv .slider .block {
  overflow: hidden;
  height: 100vh;
  background-size: cover;
  background-position: center bottom;
  width: 100vw;
}

@media screen and (max-width: 748px) {
  #fv .slider .block {
    height: auto;
  }
}

#fv .slider .block img {
  visibility: hidden;
}

@media screen and (max-width: 748px) {
  #fv .slider .block img {
    visibility: visible;
    width: 100vw;
    height: auto;
  }
}

#fv .nami {
  position: absolute;
  bottom: -0px;
  left: 0;
  right: 0;
  z-index: 998;
  background: url("../img/nami.png") no-repeat center bottom;
  height: 90px;
  background-size: 100% 90px;
  min-width: 1200px;
}

@media screen and (max-width: 748px) {
  #fv .nami {
    min-width: 1px;
    background-size: auto 30vw;
  }
}

#fv .kemuri {
  position: absolute;
  bottom: 0;
  z-index: 9997;
  overflow: hidden;
  right: 0;
  left: 0;
  height: 100vh;
  opacity: 0.8;
}

#fv .kemuri div {
  -webkit-animation-name: kemuri_ani;
          animation-name: kemuri_ani;
  /*1で解説*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /*2で解説*/
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  /*3で解説*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*4で解説*/
  -webkit-animation-direction: normal;
          animation-direction: normal;
  /*7で解説*/
  animation-fill-mode: backwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  width: calc(1640px * 2);
  bottom: 0;
}

#fv .kemuri div img {
  height: 250px;
}

#fv .yuge {
  display: none;
  position: absolute;
  bottom: 0;
  z-index: 9996;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 0.5;
}

#fv .yuge div {
  -webkit-animation-name: yuge_ani;
          animation-name: yuge_ani;
  /*1で解説*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /*2で解説*/
  -webkit-animation-duration: 150s;
          animation-duration: 150s;
  /*3で解説*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*4で解説*/
  -webkit-animation-direction: normal;
          animation-direction: normal;
  /*7で解説*/
  animation-fill-mode: backwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#fv .yuge div img {
  width: 100%;
}

#fv .sc_btn {
  -webkit-animation-name: fade;
          animation-name: fade;
  /*1で解説*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  /*2で解説*/
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  /*3で解説*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*4で解説*/
  font-size: 15px;
  z-index: 9998;
  color: #857865;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-weight: 700;
  text-shadow: 1px 2px 6px white;
}

#fv .sc_btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #857865;
  border-bottom: 1px solid #857865;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin: 20px auto 0 auto;
}

#fv.sec img {
  visibility: hidden;
}

@media screen and (max-width: 748px) {
  #fv.sec img {
    visibility: visible;
  }
}

#fv.sec.onsen {
  background: url("../img/onsen_ph_00.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv.sec.onsen {
    height: auto;
  }
}

#fv.sec.guest {
  background: url("../img/guest_ph_00.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv.sec.guest {
    height: auto;
  }
}

#fv.sec.fac {
  background: url("../img/fac_ph_00.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv.sec.fac {
    height: auto;
  }
}

#fv.sec.rest {
  background: url("../img/res_ph_00.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv.sec.rest {
    height: auto;
  }
}

#fv.sec.acc {
  background: url("../img/acc_ph_00.jpg") no-repeat center top;
  background-size: cover;
  height: 700px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #fv.sec.acc {
    height: auto;
  }
}

#news {
  background: #fbf3e7;
}

#news .inner {
  padding: 20px 40px;
}

@media screen and (max-width: 748px) {
  #news .inner {
    padding: 5vw;
  }
}

#news .news_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 748px) {
  #news .news_outer {
    display: block;
  }
}

#news .news_outer p {
  padding: 0 20px;
  font-size: 18px;
}

@media screen and (max-width: 748px) {
  #news .news_outer p {
    border-top: 2px solid #fff;
    padding: 2vw 0;
  }
}

#news .news_outer p span {
  font-weight: 700;
  padding-right: 30px;
}

@media screen and (max-width: 748px) {
  #news .news_outer p span {
    display: block;
    font-size: 3vw;
  }
}

#news .news_outer p a {
  color: #4b4948;
  text-decoration: none;
}

#news .news_outer h2 {
  border-right: 2px solid #fff;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 748px) {
  #news .news_outer h2 {
    border-right: none;
    padding: 0 0 3vw 0;
  }
}

#news .news_outer h2 img {
  margin-right: 10px;
}

h2.title {
  text-align: center;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  padding: 30px 0;
  color: #fff;
}

@media screen and (max-width: 748px) {
  h2.title b {
    font-size: 8vw !important;
  }
}

h2.title span {
  display: block;
  font-size: 16px;
}

h2.title + .read {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: -20px 0 40px 0;
  font-family: "Noto Serif JP", serif;
}

.sec h2.title {
  font-size: 30px;
  padding-top: 60px;
}

@media screen and (max-width: 748px) {
  .sec h2.title {
    padding: 5vw;
  }
  .sec h2.title b {
    font-size: 6vw !important;
  }
}

h3 {
  font-family: "Noto Serif JP", serif;
}

section {
  overflow: hidden;
}

#topics {
  background: url(../img/bg_01.jpg);
}

@media screen and (max-width: 748px) {
  #topics .inner {
    padding-bottom: 0;
  }
}

#topics h2.title {
  color: #4b4948;
}

#topics .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 748px) {
  #topics .outer {
    display: block;
  }
}

#topics .outer .block {
  overflow: hidden;
  margin: 0 15px;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 748px) {
  #topics .outer .block {
    margin: 0 0 5vw 0;
  }
}

#topics .outer .text_area {
  padding: 15px;
}

@media screen and (max-width: 748px) {
  #topics .outer .text_area {
    width: 100%;
    padding: 5vw;
    font-size: 17px;
    line-height: 1.2;
  }
}

#topics .outer .text_area h3 {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 20px;
}

@media screen and (max-width: 748px) {
  #topics .outer .text_area h3 {
    font-size: 17px;
    padding: 0;
  }
}

@media screen and (max-width: 748px) {
  #topics .outer .text_area p {
    padding-top: 4vw;
  }
}

#topics .outer figure {
  position: relative;
}

@media screen and (max-width: 748px) {
  #topics .outer figure {
    width: 100%;
    height: 150px;
  }
  #topics .outer figure img {
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}

#topics .outer figure .tag {
  font-family: "Noto Serif JP", serif;
  background: #857865;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#topics.sec {
  background: url("../img/onsen_bg.png");
}

#topics.sec .inner {
  width: 1200px;
  margin-top: 150px;
}

@media screen and (max-width: 748px) {
  #topics.sec .inner {
    width: auto;
    margin-top: 20vw;
  }
}

@media screen and (max-width: 748px) {
  #topics.sec h2 {
    font-size: 4.5vw !important;
  }
}

@media screen and (max-width: 748px) {
  #topics.sec h2 b {
    font-size: 4.5vw !important;
    line-height: 1;
  }
  #topics.sec h2 b br {
    display: none;
  }
}

#topics.sec .read {
  font-size: 20px;
  text-align: center;
  padding: 50px 0 0px 0;
  color: #4b4948;
  margin: 0;
}

@media screen and (max-width: 748px) {
  #topics.sec .read {
    font-size: 17px;
    padding: 5vw;
    text-align: left;
  }
}

#topics.sec .title {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0 0 20px 0;
  font-weight: 500;
}

#topics.sec figure {
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0 40px 0;
}

#topics.sec p {
  padding: 0 20px 20px 20px;
}

#topics.sec .text_area {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif !important;
}

#topics.sec .text_area h3 {
  border-left: 2px solid #b81c22;
  font-size: 24px;
  padding-left: 15px;
  margin-bottom: 30px;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif !important;
}

@media screen and (max-width: 748px) {
  #topics.sec .text_area h3 {
    font-size: 17px;
  }
}

#topics.sec .text_area figure {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 748px) {
  #topics.sec .text_area figure {
    float: none;
  }
}

#topics.sec .text_area .ao {
  color: #044471;
}

#topics.sec .text_area .aka {
  color: #b81c22;
}

#topics.sec .contact_area {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 2px solid #dccbc3;
}

#topics.sec .contact_area .title {
  border: none;
}

#topics.sec .contact_area .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0px;
  font-weight: 500;
}

#topics.sec .contact_area p {
  padding: 20px;
  text-align: center;
}

#topics.sec .contact_area .ao {
  color: #044471;
}

#topics.sec .contact_area .aka {
  color: #b81c22;
}

#onsen {
  background: url(../img/bg_02.jpg);
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #onsen {
    padding-bottom: 10vw;
  }
}

#onsen .sen1 {
  position: absolute;
  right: 0;
  top: 0;
}

#onsen .sen2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

#onsen .inner {
  width: auto;
  padding: 0;
}

#onsen .slider_outer {
  overflow: visible !important;
  width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 748px) {
  #onsen .slider_outer {
    width: 70vw;
  }
}

#onsen .slider_outer .block {
  width: 760px;
  height: 540px;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (max-width: 748px) {
  #onsen .slider_outer .block {
    width: 90%;
    height: auto;
  }
}

#onsen .slider_outer .bx-viewport {
  overflow: visible !important;
  margin: 0 auto !important;
}

#onsen .info_block {
  color: #fff;
  width: 730px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 748px) {
  #onsen .info_block {
    width: auto;
    display: block;
  }
}

@media screen and (max-width: 748px) {
  #onsen .info_block dt {
    text-align: center;
  }
}

#onsen .info_block dt span {
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 999px;
  display: inline-block;
  padding: 5px;
}

#onsen .info_block dt img {
  position: relative;
  left: 10px;
}

#onsen .info_block dd {
  padding-left: 80px;
  font-size: 18px;
}

@media screen and (max-width: 748px) {
  #onsen .info_block dd {
    padding: 0 5vw;
    font-size: 17px;
  }
}

#onsen .info_block dd h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 748px) {
  #onsen .info_block dd h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#onsen .info_block dd h3 img {
  display: inline-block;
  margin-right: 10px;
}

#onsen .info_block dd p {
  padding-bottom: 20px;
}

@media screen and (max-width: 748px) {
  #onsen .info_block dd .more_btn {
    text-align: center;
    padding: 5vw 0;
  }
}

#onsen.sec {
  background: url("../img/onsen_bg.png");
}

#onsen.sec .inner {
  width: 1200px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .inner {
    width: auto;
  }
}

#onsen.sec .bg {
  background: url("../img/onsen_bg_02.png");
}

#onsen.sec .bg2 {
  background: url("../img/bg_08.png");
}

#onsen.sec .bg3 {
  background: url("../img/bg_09.png");
}

#onsen.sec .read {
  font-size: 20px;
  text-align: center;
  padding: 50px 0 0px 0;
}

@media screen and (max-width: 748px) {
  #onsen.sec .read {
    font-size: 17px;
    padding: 5vw;
  }
}

#onsen.sec .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0;
  font-weight: 500;
}

@media screen and (max-width: 748px) {
  #onsen.sec .read2 {
    padding: 0 5vw;
    text-align: left;
  }
}

#onsen.sec .area1 {
  padding-top: 30px;
}

#onsen.sec .area1 .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block {
    display: block;
  }
}

#onsen.sec .area1 .block figure {
  width: 50%;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block figure {
    width: auto;
  }
}

#onsen.sec .area1 .block figure img {
  width: 100%;
}

#onsen.sec .area1 .block .text_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 250px 0 50px;
  position: relative;
  font-size: 24px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block .text_area {
    width: auto;
    padding: 5vw;
  }
}

#onsen.sec .area1 .block .text_area h3 {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#onsen.sec .area1 .block .text_area h3 img {
  margin-right: 10px;
}

#onsen.sec .area1 .block .text_area p {
  margin-bottom: auto;
  font-size: 16px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block .text_area p {
    font-size: 17px;
  }
}

#onsen.sec .area1 .block .text_area p b {
  display: block;
}

#onsen.sec .area1 .block .text_area .fude {
  position: absolute;
  right: 0;
  top: -60px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block .text_area .fude {
    top: -86vw;
    height: 42vw;
  }
}

#onsen.sec .area1 .block:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#onsen.sec .area1 .block:nth-of-type(2) .text_area {
  padding: 0 50px 0 150px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area1 .block:nth-of-type(2) .text_area {
    width: auto;
    padding: 5vw;
  }
}

#onsen.sec .area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2 {
    padding: 5vw;
  }
}

#onsen.sec .area2 figure {
  border-radius: 4px;
  overflow: hidden;
}

#onsen.sec .area2.aroma p {
  text-align: left;
  padding: 0 0 0 70px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2.aroma p {
    padding: 0 !important;
  }
}

#onsen.sec .area2 .block {
  text-align: center;
  padding-bottom: 30px;
  width: 580px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2 .block {
    width: auto;
  }
}

#onsen.sec .area2 .block h3 {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2 .block h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 0;
    text-align: left;
    font-weight: 700;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#onsen.sec .area2 .block h3 img {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2 .block h3 img {
    margin-top: 5px;
  }
}

#onsen.sec .area2 .block:nth-of-type(2) p {
  padding: 0 0 0 95px;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area2 .block:nth-of-type(2) p {
    padding: 0 !important;
  }
}

#onsen.sec .area3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area3 {
    width: auto;
    padding: 3vw;
  }
}

#onsen.sec .area3 figure {
  border-radius: 4px;
  overflow: hidden;
}

#onsen.sec .area3 .block {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area3 .block {
    margin: 0 10px;
  }
}

#onsen.sec .area3 .block h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media screen and (max-width: 748px) {
  #onsen.sec .area3 .block h3 {
    font-size: 17px;
  }
}

#onsen.sec .area3 .block h3 img {
  display: inline-block;
  margin-right: 10px;
}

#onsen.sec .nodec {
  border: none;
  font-size: 24px;
  text-align: center;
  padding: 50px 0 30px 0;
}

#onsen.sec .nodec + ul {
  width: 1020px;
  margin: 0 auto;
  border: 1px solid #7e7467;
  padding: 15px 40px;
  background: #fff;
}

@media screen and (max-width: 748px) {
  #onsen.sec .nodec + ul {
    width: auto;
    margin: 0 5vw;
  }
}

#onsen.sec .nodec + ul li {
  list-style: disc;
}

#page_nav {
  position: relative;
  background: #fff;
}

#page_nav img {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
  z-index: 9998;
}

@media screen and (max-width: 748px) {
  #page_nav img {
    left: 5vw;
    top: -25vw;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 20vw;
  }
}

#page_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 748px) {
  #page_nav ul {
    display: block;
    text-align: center;
    padding: 5px 0;
  }
}

#page_nav ul a {
  font-size: 18px;
  display: block;
  padding: 10px 20px;
  margin: 0 20px;
}

@media screen and (max-width: 748px) {
  #page_nav ul a {
    font-size: 17px;
    padding: 3px;
  }
}

#page_nav.fac ul {
  margin-left: 100px;
}

@media screen and (max-width: 748px) {
  #page_nav.fac ul {
    margin: 0;
  }
}

@media screen and (max-width: 748px) {
  #page_nav.fac li {
    display: inline-block;
    padding: 0 3vw;
  }
}

#page_nav.fac li a {
  padding: 10px 5px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 748px) {
  #page_nav.fac li a {
    padding: 3px;
  }
}

.more_btn a {
  background: #fff;
  border: 2px solid #857865;
  color: #857865;
  display: inline-block;
  padding: 5px 60px;
  border-radius: 999px;
  text-decoration: none;
  position: relative;
}

.more_btn a:hover {
  background: #857865;
  color: #fff;
}

.more_btn a:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #857865;
  border-right: 1px solid #857865;
  width: 7px;
  height: 7px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 17px;
}

@media screen and (max-width: 748px) {
  .more_btn a {
    font-size: 17px;
  }
}

#guest {
  background: url(../img/bg_03.jpg);
  color: #fff;
  padding-bottom: 60px;
  position: relative;
}

#guest .kami01 {
  position: absolute;
  right: -80px;
  top: 10px;
}

@media screen and (max-width: 748px) {
  #guest .kami01 {
    width: 70vw;
  }
}

#guest .kami02 {
  position: absolute;
  left: -80px;
  bottom: 0px;
}

@media screen and (max-width: 748px) {
  #guest .kami02 {
    width: 40vw;
  }
}

#guest .inner {
  padding: 0;
}

@media screen and (max-width: 748px) {
  #guest .inner {
    padding: 0 5vw;
  }
}

#guest .ph_area {
  height: 400px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #guest .ph_area {
    height: 90vw;
  }
}

#guest .ph_area .img1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  border-radius: 5px;
}

@media screen and (max-width: 748px) {
  #guest .ph_area .img1 {
    width: 60vw;
  }
}

#guest .ph_area .img2 {
  position: absolute;
  right: 0;
  top: 100px;
  border-radius: 5px;
}

@media screen and (max-width: 748px) {
  #guest .ph_area .img2 {
    width: 80vw;
  }
}

#guest h3 {
  margin: 60px 0 0 30px;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 748px) {
  #guest h3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}

#guest h3 img {
  margin-right: 10px;
}

#guest p.sub {
  font-size: 18px;
  margin: 20px 0 0 30px;
}

@media screen and (max-width: 748px) {
  #guest p.sub {
    margin: 5vw 0;
  }
}

#guest .more_btn {
  margin-top: 60px;
}

@media screen and (max-width: 748px) {
  #guest .more_btn {
    margin-top: 5vw;
  }
}

#guest.sec {
  color: #4b4948;
  padding-bottom: 0;
  background: url("../img/onsen_bg.png");
}

#guest.sec .inner {
  width: 1200px;
}

@media screen and (max-width: 748px) {
  #guest.sec .inner {
    width: auto;
  }
}

#guest.sec .bg {
  background: url("../img/bg_09.png");
}

#guest.sec .read {
  font-size: 20px;
  text-align: center;
  padding: 50px 0 0px 0;
  color: #333;
}

@media screen and (max-width: 748px) {
  #guest.sec .read {
    font-size: 17px;
    padding: 5vw 0 0 0;
  }
}

#guest.sec .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0;
  font-weight: 500;
}

#guest.sec .title.whi b {
  color: #fff;
}

#guest.sec .area1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

@media screen and (max-width: 748px) {
  #guest.sec .area1 {
    padding: 5vw 0 0 0;
  }
}

#guest.sec .area1 figure {
  border-radius: 4px;
  overflow: hidden;
}

#guest.sec .area1 .block {
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 748px) {
  #guest.sec .area1 .block {
    padding: 0;
  }
}

#guest.sec .area1 .block h3 {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (max-width: 748px) {
  #guest.sec .area1 .block h3 {
    font-size: 17px;
  }
}

@media screen and (max-width: 748px) {
  #guest.sec .area1 .block .text_area h3 {
    padding: 5vw 0;
    font-size: 3.7vw;
  }
}

@media screen and (max-width: 748px) {
  #guest.sec .area1 .block:nth-of-type(2), #guest.sec .area1 .block:nth-of-type(3) {
    width: 48%;
  }
}

#guest.sec .outer {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 748px) {
  #guest.sec .outer {
    padding: 0;
  }
}

#guest.sec .bg_block {
  margin: 40px 0;
  background: #e7e2db;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#guest.sec .bg_block #higaeri {
  position: relative;
  top: -100px;
}

#guest.sec .bg_block #syukuhaku {
  position: relative;
  top: -100px;
}

#guest.sec .bg_block h3 {
  margin: 0;
  font-size: 30px;
  display: inline-block;
  padding: 20px 120px;
  position: relative;
}

@media screen and (max-width: 748px) {
  #guest.sec .bg_block h3 {
    font-size: 20px;
    padding: 20px 15vw;
  }
}

#guest.sec .bg_block h3 + p {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 748px) {
  #guest.sec .bg_block h3 + p {
    font-size: 17px;
    padding: 0 5vw;
    text-align: left;
  }
}

#guest.sec .bg_block h3 img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 748px) {
  #guest.sec .bg_block h3 img {
    height: 13vw;
  }
}

#guest.sec .bg_block .ph_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  width: 100%;
}

@media screen and (max-width: 748px) {
  #guest.sec .bg_block .ph_block {
    padding: 5vw;
  }
}

#guest.sec .bg_block figure {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 748px) {
  #guest.sec .bg_block figure {
    width: 32%;
  }
}

#guest.sec .aroma .block h3 {
  font-size: 20px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 15px 0;
}

@media screen and (max-width: 748px) {
  #guest.sec .aroma .block h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#guest.sec .aroma .block h3 img {
  margin-top: 7px;
}

#guest.sec .aroma .block p {
  padding-left: 125px;
}

@media screen and (max-width: 748px) {
  #guest.sec .aroma .block p {
    padding: 0 !important;
  }
}

#guest.sec .aroma .block p.min {
  padding-left: 105px;
}

@media screen and (max-width: 748px) {
  #guest.sec .aroma .block p.min {
    padding: 0 !important;
  }
}

#guest .btn_area {
  width: 100%;
  padding: 0 40px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 748px) {
  #guest .btn_area {
    top: 0;
    padding: 0 0vw 3vw 0;
  }
}

#guest .btn_area a {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #857865;
  color: #857865;
  background: #fff;
  border-radius: 999px;
  padding: 5px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 748px) {
  #guest .btn_area a {
    margin-bottom: 2vw;
  }
}

#guest .btn_area a:hover {
  background: #857865;
  color: #fff;
}

#guest .btn_area i {
  padding: 0 10px;
  background: #b81c22;
  color: #fff;
  border-radius: 999px;
  font-style: normal;
  margin: 0px 5px;
  font-size: 10px;
}

#guest .btn_area span {
  color: #b81c22;
}

#guest .btn {
  margin-bottom: 40px;
  background: #857865;
  color: #fff;
  text-align: center;
  padding: 10px 100px;
  border-radius: 10px;
  font-size: 20px;
}

@media screen and (max-width: 748px) {
  #guest .btn {
    padding: 3vw;
    width: 90%;
  }
}

#guest .btn:hover {
  background: #5d4a2d;
}

#guest .btn span {
  position: relative;
  top: 5px;
}

#rest {
  background: url(../img/bg_04.jpg);
  position: relative;
}

#rest .maru01 {
  position: absolute;
  right: 50px;
  top: 50px;
}

@media screen and (max-width: 748px) {
  #rest .maru01 {
    top: 5vw;
    right: -5vw;
    width: 30vw;
  }
}

#rest .maru02 {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

@media screen and (max-width: 748px) {
  #rest .maru02 {
    bottom: 5vw;
    left: -5vw;
    width: 30vw;
  }
}

#rest .inner {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 748px) {
  #rest .inner {
    padding: 0 5vw 10vw 5vw;
  }
}

#rest .title {
  color: #4b4948 !important;
}

#rest .read {
  color: #4b4948 !important;
}

#rest .more_btn {
  margin-top: 30px;
}

@media screen and (max-width: 748px) {
  #rest .more_btn {
    margin: 10vw 0 5vw 0;
  }
}

#rest .ph_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 748px) {
  #rest .ph_outer {
    display: block;
  }
}

#rest .ph_outer .block {
  width: 580px;
}

#rest .ph_outer .block img {
  border-radius: 5px;
}

@media screen and (max-width: 748px) {
  #rest .ph_outer .block {
    width: auto;
  }
}

#rest .ph_outer .block h3 {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#rest .ph_outer .block h3 img {
  margin-right: 10px;
}

#rest .ph_outer .block .text_area {
  padding: 20px 50px;
  font-size: 18px;
}

@media screen and (max-width: 748px) {
  #rest .ph_outer .block .text_area {
    padding: 5vw 0 10vw 0;
  }
  #rest .ph_outer .block .text_area.nomar {
    padding-bottom: 0;
  }
}

#rest.sec {
  color: #4b4948;
  padding-bottom: 0;
  background: url("../img/onsen_bg.png");
}

#rest.sec .inner {
  width: 1200px;
}

@media screen and (max-width: 748px) {
  #rest.sec .inner {
    width: auto;
  }
}

#rest.sec .bg {
  background: url("../img/bg_09.png");
}

#rest.sec .read {
  font-size: 20px;
  text-align: center;
  padding: 50px 0 0px 0;
}

@media screen and (max-width: 748px) {
  #rest.sec .read {
    font-size: 17px;
    padding: 5vw;
  }
}

#rest.sec .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0;
  font-weight: 500;
}

#rest.sec .jikan {
  text-align: center;
  padding: 0 0 30px 0;
  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;
}

@media screen and (max-width: 748px) {
  #rest.sec .jikan {
    display: block;
  }
  #rest.sec .jikan span {
    display: block;
  }
}

#rest.sec .jikan span {
  margin: 0 20px;
}

#rest.sec .jikan span.text_min {
  font-size: 12px;
}

#rest.sec .block {
  border-bottom: 2px solid #dccbc3;
}

@media screen and (max-width: 748px) {
  #rest.sec .block {
    padding-bottom: 5vw;
  }
}

#rest.sec .block figure {
  text-align: center;
}

#rest.sec .block figure.main {
  width: 580px;
}

@media screen and (max-width: 748px) {
  #rest.sec .block figure.main {
    width: auto;
  }
}

#rest.sec .block figure img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}

#rest.sec .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer {
    padding: 0;
    display: block;
  }
}

#rest.sec .outer .text_area {
  width: calc(100% - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer .text_area {
    width: auto;
  }
}

#rest.sec .outer .text_area h3 {
  width: 100%;
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer .text_area h3 {
    font-size: 21px;
  }
}

#rest.sec .outer .text_area p {
  width: 100%;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer .text_area p {
    padding: 3vw 0;
  }
}

#rest.sec .outer .text_area figure {
  margin-top: auto;
  width: 49%;
}

#rest.sec .menu_area {
  width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_area {
    width: auto;
  }
}

#rest.sec .menu_area h3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  margin-bottom: 30px;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_area h3 {
    font-size: 5vw;
    margin: 6vw 0 1vw 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

#rest.sec .menu_area h3 img {
  margin-right: 10px;
}

#rest.sec .menu_area ul {
  width: 250px;
  margin-bottom: 30px;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_area ul {
    width: 100%;
    margin-bottom: 0px;
  }
}

#rest.sec .menu_area ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

#rest.sec .menu_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_outer {
    width: 100%;
    display: block;
  }
}

#rest.sec .menu_outer .menu_area {
  width: 250px;
  margin: 0;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_outer .menu_area {
    width: 100%;
  }
}

#rest.sec .menu_outer ul {
  width: 250px;
}

@media screen and (max-width: 748px) {
  #rest.sec .menu_outer ul {
    width: 100%;
  }
}

#rest.sec .block:nth-of-type(2) {
  border-bottom: none;
}

#rest.sec .block:nth-of-type(2) .outer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

#rest.sec .block:nth-of-type(2) .outer h3 {
  text-align: center;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 748px) {
  #rest.sec .block:nth-of-type(2) .outer h3 {
    padding: 0;
  }
}

#rest.sec .block:nth-of-type(2) .outer p {
  text-align: center;
  padding: 20px 0 30px 0;
}

#rest.sec .block:nth-of-type(2) .outer .text_area {
  width: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 748px) {
  #rest.sec .block:nth-of-type(2) .outer .text_area {
    padding: 0;
  }
}

#rest.sec .block:nth-of-type(2) .outer .text_area figure {
  width: 360px;
}

@media screen and (max-width: 748px) {
  #rest.sec .block:nth-of-type(2) .outer .text_area figure {
    width: 100%;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 748px) {
  #rest.sec .block:nth-of-type(2) .outer .text_area figure {
    width: auto;
  }
}

#rest.sec .block:nth-of-type(2) .outer .text_area figure:nth-of-type(1) {
  width: 360px;
}

@media screen and (max-width: 748px) {
  #rest.sec .block:nth-of-type(2) .outer .text_area figure:nth-of-type(1) {
    width: 100%;
  }
}

#rest.sec .block:nth-of-type(2) .outer figure:nth-of-type(1) {
  width: 100%;
}

#rest.sec .outer.sub {
  padding: 30px 30px 0px 30px;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer.sub {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#rest.sec .outer.sub figure {
  width: 580px !important;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer.sub figure {
    width: 100% !important;
  }
}

#rest.sec .outer.sub .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 550px !important;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer.sub .text_area {
    width: 100% !important;
    padding-bottom: 5vw !important;
  }
}

#rest.sec .outer.sub .text_area h3 {
  text-align: left;
  width: auto;
  margin-top: auto;
}

@media screen and (max-width: 748px) {
  #rest.sec .outer.sub .text_area h3 {
    font-size: 21px;
  }
  #rest.sec .outer.sub .text_area h3 br {
    display: none;
  }
}

#rest.sec .outer.sub .text_area p {
  text-align: left;
  width: auto;
  padding-bottom: 0 !important;
}

#rest.sec .more_btn {
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 748px) {
  #rest.sec .more_btn {
    padding: 0vw;
  }
}

#info {
  background: url(../img/bg_06.jpg);
}

#info .inner {
  padding: 0 0 60px 0;
}

@media screen and (max-width: 748px) {
  #info .inner {
    padding: 0 0 5vw 0;
  }
}

#info h2 {
  color: #4b4948;
}

#info p {
  color: #4b4948;
  font-size: 24px;
  text-align: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 748px) {
  #info p {
    font-size: 17px;
    padding-bottom: 10vw;
  }
}

#info .sub {
  padding-bottom: 0;
}

@media screen and (max-width: 748px) {
  #info .sub {
    padding-bottom: 5vw;
    position: relative;
    top: -3vw;
  }
}

#info .outer {
  position: relative;
}

#info .outer .ph_area {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 748px) {
  #info .outer .ph_area {
    position: static;
    text-align: center;
  }
  #info .outer .ph_area img {
    width: 20vw;
  }
}

#info .outer p {
  font-size: 14px;
}

#info table {
  font-size: 24px;
  margin: 0 auto 20px auto;
  border: 1px solid #c0b9ae;
}

@media screen and (max-width: 748px) {
  #info table {
    font-size: 5vw;
    width: 90%;
  }
}

#info table th {
  padding: 15px 60px;
  border: 1px solid #c0b9ae;
  background: #ebe9e5;
  text-align: center;
  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;
}

@media screen and (max-width: 748px) {
  #info table th {
    padding: 5vw;
  }
}

#info table th span {
  font-size: 16px;
}

@media screen and (max-width: 748px) {
  #info table th span {
    font-size: 3vw;
  }
}

#info table td {
  border: 1px solid #c0b9ae;
  padding: 15px 60px;
}

@media screen and (max-width: 748px) {
  #info table td {
    padding: 5vw;
    text-align: center;
  }
}

#info table td span {
  font-size: 16px;
}

#accsee {
  background: url(../img/bg_07.jpg);
  color: #fff;
}

#accsee h3 {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

@media screen and (max-width: 748px) {
  #accsee h3 {
    padding: 0;
    font-size: 5vw;
  }
}

#accsee h3 span {
  color: #cfb16d;
  margin-right: 10px;
}

@media screen and (max-width: 748px) {
  #accsee .map {
    height: 100vw;
  }
}

#accsee .map iframe {
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 748px) {
  #accsee .map iframe {
    height: 100vw;
  }
}

#accsee .ph_outer {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 748px) {
  #accsee .ph_outer {
    display: block;
  }
}

#accsee .ph_outer .block {
  width: 500px;
  padding: 30px;
}

@media screen and (max-width: 748px) {
  #accsee .ph_outer .block {
    width: auto;
    padding: 5vw 0;
  }
}

#accsee.sec {
  color: #4b4948;
  padding-bottom: 0;
  background: url("../img/onsen_bg.png");
}

#accsee.sec .inner {
  padding-top: 10vw;
}

#accsee.sec .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0;
  font-weight: 500;
}

#accsee.sec .map {
  padding-top: 30px;
  overflow: hidden;
  height: auto;
}

#fac #relax {
  background: none;
}

#fac .nopad {
  padding: 0;
}

#fac.sec {
  background: url(../img/onsen_bg.png);
  position: relative;
}

#fac.sec .inner {
  width: 1200px;
  padding: 20px 0;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner {
    width: auto;
  }
}

#fac.sec .inner .title + p {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .title + p {
    font-size: 17px;
  }
}

#fac.sec .inner .title b {
  color: #4b4948;
  font-size: 30px;
  border-bottom: 2px solid #b81c22;
  padding: 0;
  font-weight: 500;
}

#fac.sec .inner .block {
  border-bottom: 2px solid #dccbc3;
  padding-bottom: 50px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .block {
    margin: 0 5vw;
  }
}

#fac.sec .inner .block:last-child {
  border: none;
}

#fac.sec .inner .block h3 {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .block h3 {
    font-size: 21px;
  }
}

#fac.sec .inner .block p {
  text-align: center;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .block .aroma h3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0;
    text-align: left;
  }
}

#fac.sec .inner .block .aroma p {
  text-align: left;
  padding-left: 100px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .block .aroma p {
    padding: 0 !important;
  }
}

#fac.sec .inner .block .aroma p.min {
  padding-left: 80px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .block .aroma p.min {
    padding: 0 !important;
  }
}

#fac.sec .inner .outer {
  padding: 30px 30px 0px 30px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .outer {
    padding: 0;
  }
}

#fac.sec .inner .outer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .outer ul {
    display: block;
  }
}

#fac.sec .inner .outer ul li {
  width: 550px;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .outer ul li {
    width: auto;
  }
}

#fac.sec .inner .outer ul figure {
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 748px) {
  #fac.sec .inner .outer ul figure {
    margin: 3vw 0;
  }
}

#fac.sec .inner .outer ul h3 {
  text-align: center;
}

#fac.sec .inner .outer ul img {
  width: 100%;
  height: auto;
}

#fac.sec .inner .more_btn {
  padding-top: 50px;
  text-align: center;
}

#logo_area .inner {
  padding: 20px 0;
}

#logo_area ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

#logo_area ul li {
  margin: 0 30px;
}

@media screen and (max-width: 748px) {
  #logo_area ul li {
    margin: 0 5px;
  }
  #logo_area ul li img {
    width: 80%;
    margin: 0;
    padding: 0;
  }
}

footer {
  background: url(../img/footbg.jpg);
  background-size: cover;
  text-align: center;
  border-bottom: 40px solid #000;
}

@media screen and (max-width: 748px) {
  footer h2 img {
    height: 50vw;
  }
}

footer h3 {
  width: 920px;
  text-align: left;
  color: #fff;
  padding-bottom: 30px;
}

@media screen and (max-width: 748px) {
  footer h3 {
    width: auto;
    text-align: center;
    padding: 10vw 0 0 0;
  }
}

footer h3 b {
  font-size: 24px;
}

footer .inner {
  padding: 50px 0;
  position: relative;
}

@media screen and (max-width: 748px) {
  footer .inner {
    padding: 10vw 0 5vw 0;
    overflow: visible;
  }
}

footer .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 748px) {
  footer .outer {
    display: block;
  }
}

footer .outer .addres,
footer .outer .link {
  width: 500px;
  padding: 0px 40px;
  text-align: left;
  color: #fff;
  line-height: 2.4;
}

@media screen and (max-width: 748px) {
  footer .outer .addres span,
  footer .outer .link span {
    display: none;
  }
}

@media screen and (max-width: 748px) {
  footer .outer .addres,
  footer .outer .link {
    width: auto;
    padding: 0 5vw;
    line-height: 1.4;
  }
}

footer .outer .addres .cell_btn,
footer .outer .link .cell_btn {
  margin-top: 30px;
  border: 1px solid #857865;
  padding: 5px 20px;
  border-radius: 4px;
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 748px) {
  footer .outer .addres .cell_btn,
  footer .outer .link .cell_btn {
    display: none;
  }
}

footer .outer .addres a,
footer .outer .link a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

@media screen and (max-width: 748px) {
  footer .outer .link {
    display: none;
  }
}

#relax {
  background: url("../img/bg_08.png");
  position: relative;
}

#relax .title + p {
  text-align: center;
}

@media screen and (max-width: 748px) {
  #relax {
    padding-top: 10vw;
  }
}

#relax .relax_bg1 {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 748px) {
  #relax .relax_bg1 {
    opacity: 0.5;
  }
}

#relax .relax_bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 748px) {
  #relax .relax_bg2 {
    opacity: 0.5;
  }
}

#relax .aroma {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0;
}

#relax .aroma figure {
  border-radius: 4px;
  overflow: hidden;
}

#relax .aroma .block {
  text-align: center;
  padding-bottom: 30px;
}

#relax .aroma .block h3 {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

@media screen and (max-width: 748px) {
  #relax .aroma .block h3 {
    font-size: 17px !important;
  }
}

#relax .aroma .block h3 img {
  display: inline-block;
  margin-right: 10px;
}

#relax .aroma.aroma p {
  text-align: left;
  padding: 0 0 0 120px;
}

@media screen and (max-width: 748px) {
  #relax .aroma.aroma p {
    padding: 0 5vw 0 12vw !important;
  }
}

.sp {
  display: none !important;
}

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

.to_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: block;
}

@media screen and (max-width: 748px) {
  .to_top {
    right: 5vw;
    bottom: 20vw;
  }
}

.to_top a {
  /*
        
        float: right;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        line-height: 1.4;
        padding: 5px 20px 5px 20px;
        background: #044471;
        font-size: 12px;
        i {
            font-style: normal;
        }
        @include sp {
            i {
                display: none;
            }
        }
        &amp;:hover {
            background: #22608b;
        }*/
  border-radius: 4px;
  background: #044471;
  padding: 15px;
  color: #fff;
}

.to_top a span {
  position: relative;
  top: 5px;
}

.to_top.view {
  display: block;
}

#topics figure.right {
  float: right !important;
  margin: 0 !important;
  padding: 0 20px 20px 20px;
}

#topics figure.left {
  float: left !important;
  margin: 0 !important;
  padding: 0 20px 20px 20px;
}

#topics .read {
  padding-bottom: 1.5em !important;
}

#topics p {
  padding-bottom: 1.5em !important;
}

/* ======================================================================
smp
======================================================================== */
/*# sourceMappingURL=common.css.map */</pre></body></html>