<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -- Layout
-------------------------------------------------------------------------------- */
/* -- header
-------------------------------------------------------------------------------- */
/* -- Contents
-------------------------------------------------------------------------------- */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF; }

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }

.Opening .Opening__text {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center; }
  .Opening .Opening__text h1 {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 3rem; }
  .Opening .Opening__text img {
    width: 100%; }
  .Opening .Opening__text h2 {
    margin-bottom: 2rem; }
  .Opening .Opening__text ol {
    padding-top: 3rem;
    display: table;
    width: 100%; }
  .Opening .Opening__text li {
    display: table-cell;
    width: 32%;
    margin-right: 1%; }
    .Opening .Opening__text li a {
      display: block;
      color: #333;
      background: #fff;
      padding: 1rem 0; }
    .Opening .Opening__text li a:hover {
      background: #d09d00;
      color: #fff; }
    .Opening .Opening__text li .on {
      background: #d09d00;
      color: #fff; }
  .Opening .Opening__text li:last-child {
    margin-right: 0%; }

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto; }

/* reservation
-----------------------------------------*/
#reservation {
  background: #000;
  padding: 2rem 5% 1rem 5%;
  z-index: 1000;
  margin-top: 1px; }
  #reservation h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.6rem; }
  #reservation li {
    margin-bottom: .2rem;
    text-align: center; }
  #reservation a {
    display: block;
    background: #d09d00;
    padding: 2rem 2rem;
    border-radius: 4px;
    color: #fff;
    transition-duration: 0.3s;
    font-size: 1.4rem; }
  #reservation a:hover {
    opacity: 0.7;
    transition-duration: 0.3s; }

/* hotellist
-----------------------------------------*/
#hotellist li {
  width: 100%;
  text-align: center;
  margin-top: 1px;
  position: relative; }
#hotellist li:nth-child(1) {
  background: url(../img/index/hotel3.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li:nth-child(2) {
  background: url(../img/index/hotel6.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li:nth-child(3) {
  background: url(../img/index/hotel6.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li:nth-child(4) {
  background: url(../img/index/hotel6.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li:nth-child(5) {
  background: url(../img/index/hotel5.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li:nth-child(6) {
  background: url(../img/index/hotel6.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li.sanjo {
  background: url(../img/index/hotel6.jpg) no-repeat center center;
  background-size: cover; }
#hotellist li .tc {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right; }
#hotellist li .tc img {
  width: 80px;
  margin-right: 10px; }
#hotellist .new {
  background: #d09d00;
  color: #fff;
  width: 70%;
  margin: auto;
  font-size: 1.4rem; }
#hotellist a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 5rem 0; }
#hotellist a:hover {
  display: block;
  transition-duration: 0.3s;
  /*変化に掛かる時間*/ }
#hotellist h3 {
  font-size: 2.4rem;
  background: url(../img/logo-i.svg) no-repeat center top;
  background-size: 60px 60px;
  padding-top: 70px;
  margin-bottom: 20px; }
#hotellist p {
  margin-bottom: 1rem; }

.goto {
  position: absolute;
  bottom: 1rem;
  right: 0rem; }
  .goto img {
    width: 100px; }

.sns-icon {
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 10px;
  font-size: 3.6rem; }
  .sns-icon br {
    display: none; }
  .sns-icon a {
    color: #ffffff; }
  .sns-icon a:hover {
    opacity: 0.7; }

main {
  background: #000000; }

.bnr {
  padding: 1rem 0; }
  .bnr a {
    transition-duration: 0.3s; }
  .bnr a:hover {
    opacity: 0.7;
    transition-duration: 0.3s; }

main #news dl {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 30px 0; }
main #news dt {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px; }
main #news dd {
  border-bottom: 1px solid #666;
  padding: 20px 0; }
main #news p {
  margin-bottom: 10px; }
main #news span {
  background: #d09d00;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px; }
main #news a {
  display: block;
  color: #fff;
  transition: 0.3s; }
main #news a:hover {
  opacity: 0.7;
  transition: 0.3s; }
</pre></body></html>