@charset "UTF-8";
body {
  font-size: 4.0vw;
  font-family: 'Shippori Mincho', serif;
  line-height: 1.8; }

.arrow {
  display: block;
  float: left;
  margin-left: 10px;
  width: 28px;
  height: 30px;
  background: url("../img/arrowb.svg") no-repeat left top 12px;
  background-size: 100%; }

.pht {
  overflow: hidden; }

.pht2 {
  overflow: hidden; }

.linkBtn {
  overflow: hidden; }
  .linkBtn a {
    display: block;
    font-size: 4.8vw; }
  .linkBtn span {
    float: left;
    border-bottom: 1px solid #333; }

.phtArea ul {
  width: 100%; }
  .phtArea ul li {
    overflow: hidden;
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-height: 100%; }
    .phtArea ul li img {
      object-fit: cover;
      object-position: 50% 50%;
      width: 100%;
      height: 100%; }

.att {
  width: 90%;
  margin: 0 auto;
  padding: 10% 0 10% 0; }
  .att div {
    border: 14px solid #fff; }
  .att dl {
    border: 1px solid #E50003;
    background: #fff;
    padding: 30px 5% 20px 5%; }
    .att dl dt {
      color: #E50003;
      font-size: 5.4vw;
      margin-bottom: 10px;
      text-align: center; }
    .att dl dd p {
      margin-bottom: 20px; }

.warp {
  width: 84%;
  margin: 0 auto;
  padding: 20% 0 20% 0; }
  .warp dl dt {
    color: #38382e;
    font-size: 3.4vw;
    margin-bottom: 5%;
    opacity: 0.5; }
  .warp dl dd h2 {
    font-size: 5.4vw;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .warp dl dd p {
    margin-bottom: 20px; }

.reservation {
  background: #eef0df;
  padding: 15% 0; }
  .reservation dl {
    overflow: hidden;
    width: 84%;
    margin: 0 auto; }
  .reservation dt {
    margin-bottom: 5%; }
  .reservation dt {
    font-size: 6.4vw;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    .reservation dt span {
      font-size: 3.6vw;
      opacity: 0.5;
      display: block; }
    .reservation dt p {
      font-size: 3.6vw;
      padding-top: 10px; }
  .reservation dd {
    position: relative;
    padding-top: 5%; }
    .reservation dd span {
      display: block; }
    .reservation dd a {
      display: block;
      font-size: 5.4vw;
      border: 1px solid #38382e;
      text-align: center;
      padding: 5% 0; }
    .reservation dd a:hover {
      background: #fff;
      opacity: 1; }
    .reservation dd .arrow {
      position: absolute;
      right: 8%;
      top: 43%; }

.fact {
  background: #c7c9a3;
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/ }
  .fact .warp {
    overflow: hidden;
    width: 84%;
    margin: 0 auto;
    padding: 8% 0; }
  .fact h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px; }
  .fact ol {
    overflow: hidden; }
    .fact ol li {
      list-style: disc;
      margin-left: 25px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
      font-size: 3.6vw;
      margin-bottom: 3%; }
  .fact .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 0 0 0 50px;
    transition: all .5s ease; }
  .fact .title:hover {
    opacity: 0.7; }
  .fact .title::before,
  .fact .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333; }
  .fact .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg); }
  .fact .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg); }
  .fact .title.close::before {
    transform: rotate(45deg); }
  .fact .title.close::after {
    transform: rotate(-45deg); }
  .fact .box {
    display: none; }

header h1 img {
  margin-bottom: 20px; }
header h1 span {
  display: block;
  font-size: 3.6vw;
  letter-spacing: 2px; }
header h1 .ttlroom {
  height: 18px; }

#mainVisual {
  position: relative; }
  #mainVisual h1 {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    top: 45%;
    left: 30%;
    transform: translateY(-50%) translateX(-20%); }
    #mainVisual h1 span {
      font-size: 3.0vw; }
    #mainVisual h1 img {
      width: 100%; }
  #mainVisual .scrolldown {
    position: absolute;
    right: 5%;
    bottom: 0%;
    height: 60px;
    z-index: 1; }
  #mainVisual .scrolldown span {
    position: absolute;
    left: -10px;
    top: -60px;
    color: #fff;
    font-size: 12px;
    writing-mode: vertical-rl; }
  #mainVisual .scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
    font-feature-settings: "palt"; }
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 40px;
    opacity: 1; }
  100% {
    height: 0;
    top: 50px;
    opacity: 0; } }
  #mainVisual .slider div img {
    vertical-align: baseline; }
  #mainVisual .slider div img.pc {
    display: none; }
  #mainVisual .bnr {
    position: absolute;
    width: 60%;
    left: 5%;
    bottom: -5%; }
    #mainVisual .bnr li {
      margin-bottom: 5%; }

#originarutour .warp {
  overflow: hidden; }
  #originarutour .warp dl {
    margin-bottom: 10%; }

.bath {
  background: url("../img/index/bg_sauna_sp.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 100%; }
  .bath .warp dl dt {
    color: #fff;
    opacity: 0.5; }
  .bath .warp dl dd {
    color: #fff; }
    .bath .warp dl dd .arrow {
      display: block;
      float: left;
      margin-left: 10px;
      width: 34px;
      height: 15px;
      background: url("../img/arrow.svg") no-repeat left top 3px;
      background-size: 100%; }
    .bath .warp dl dd .linkBtn a {
      display: block;
      overflow: hidden;
      font-size: 4.0vw;
      line-height: 1;
      color: #fff;
      border: 1px solid #c1c1c1;
      padding: 8% 0 8% 35%; }
    .bath .warp dl dd .linkBtn span {
      float: left;
      border-bottom: none; }
  .bath .pht {
    width: 80%;
    margin: 0 10% 10% 10%; }

.breakfast .warp {
  overflow: hidden;
  width: 100%; }
  .breakfast .warp dl {
    width: 84%;
    margin: 0 auto; }
  .breakfast .warp .pht {
    width: 100%;
    margin-bottom: 10%; }

#about .warpArea {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 0% 0; }
  #about .warpArea dl {
    padding: 30px 0; }
  #about .warpArea dt {
    letter-spacing: 0; }
#about .warpArea2 {
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
#about .warpArea3 {
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
  #about .warpArea3 dl {
    padding: 30px 0; }
#about .phtArea {
  position: relative;
  padding-bottom: 30%; }
  #about .phtArea .pht2 {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 50%; }
#about dt {
  font-size: 5.2vw;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #about dt span {
    font-size: 14px;
    opacity: 0.5; }
#about dd p {
  margin-bottom: 20px; }
#about ol li {
  list-style: decimal;
  margin-left: 25px;
  margin-bottom: 10px; }

#breakfast .warpArea {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
  #breakfast .warpArea dl {
    padding: 5% x 0; }
#breakfast .warpArea2 {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
#breakfast .warpArea3 {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
  #breakfast .warpArea3 dl {
    padding: 20px 0; }
#breakfast .phtArea {
  position: relative; }
  #breakfast .phtArea .pht {
    display: none; }
#breakfast dt {
  font-size: 5.4vw;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #breakfast dt span {
    font-size: 3.4vw;
    opacity: 0.5;
    display: block;
    padding-top: 5px; }
#breakfast dd p {
  margin-bottom: 20px; }
#breakfast .amenihty li {
  text-align: center;
  background: #38382e;
  color: #dee2bf;
  line-height: 1;
  margin: 0 2px;
  padding: 5% 0;
  font-size: 3.6vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-bottom: 2%; }
#breakfast .section {
  margin-bottom: 15%; }

#tours .bnrLink {
  padding: 8%; }
#tours h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  padding: 30px 0; }
#tours .warpArea {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 40px 0 0px 0; }
  #tours .warpArea dl {
    padding: 10px 0; }
  #tours .warpArea dt {
    font-size: 5.6vw;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 0px; }
  #tours .warpArea dd p {
    margin-bottom: 10px; }
  #tours .warpArea ul {
    overflow: hidden; }
    #tours .warpArea ul li {
      width: 100%;
      float: left;
      margin-bottom: 20px; }
#tours .warpArea2 {
  width: 84%;
  margin: 0 auto;
  padding: 40px 0 0px 0;
  overflow: hidden; }
  #tours .warpArea2 img {
    width: 100%; }
#tours .warpArea3 {
  width: 84%;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #tours .warpArea3 dl {
    padding: 20px 0; }
#tours .phtArea {
  position: relative; }
  #tours .phtArea .pht2 {
    position: absolute;
    left: 55%;
    top: 80%; }
    #tours .phtArea .pht2 .slider {
      width: 600px; }

dt {
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  dt span {
    font-size: 3.4vw;
    opacity: 0.5;
    padding-top: 5px; }

dd p {
  margin-bottom: 20px; }

.amenihty {
  display: flex;
  width: 100%; }
  .amenihty li {
    background: #38382e;
    color: #dee2bf;
    line-height: 1;
    margin: 0 2px;
    padding: 8px 10px 5px 10px;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

.section {
  margin-bottom: 80px; }
  .section a {
    display: block;
    background: #38382e;
    color: #fff;
    line-height: 1;
    padding: 7% 0;
    border-top: 1px solid #969696;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 4%; }
    .section a i {
      position: relative;
      margin-left: 5px; }
      .section a i img {
        position: absolute;
        top: 30%;
        width: 24px;
        vertical-align: middle; }
  .section form dl dt {
    font-size: 3.6vw;
    line-height: 1.2; }
    .section form dl dt span {
      font-size: 12px;
      opacity: 0.5;
      margin-left: 10px;
      padding-top: 5px;
      color: #D40003; }
  .section form dl dd input {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px;
    border: none; }
  .section form dl dd .input1 {
    width: 90%; }
  .section form dl dd .input2 {
    width: 90%; }
  .section form dl dd .input4 {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px;
    border: none;
    width: 90%;
    height: 200px; }
  .section form dl dd select {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 0px;
    border: none;
    height: 30px; }
  .section form dl dd .tourlist {
    width: 100%; }
  .section form .inputbtn {
    display: block;
    font-size: 18px;
    border: 1px solid #38382e;
    background: #38382e;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    position: relative;
    width: 100%; }
  .section form .formbtn {
    padding: 30px 0; }

#facilities h2 {
  text-align: center;
  font-size: 6.4vw;
  font-weight: 500;
  padding: 10% 0 5% 0; }
#facilities .warpArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #eef0df;
  margin-bottom: 10%; }
  #facilities .warpArea dl {
    padding: 8% 8%; }
#facilities .warpArea2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: #eef0df;
  margin-bottom: 10%; }
  #facilities .warpArea2 dl {
    padding: 8% 8%; }
#facilities dt {
  font-size: 5.4vw;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 5%;
  line-height: 1.5; }
  #facilities dt span {
    font-size: 3.6vw;
    opacity: 0.5; }
#facilities .warpArea3 {
  position: relative;
  overflow: hidden;
  width: 84%;
  margin: 0 auto;
  padding: 8%;
  margin-bottom: 5%; }
  #facilities .warpArea3 dl {
    margin-bottom: 10%; }
  #facilities .warpArea3 dl:last-child {
    margin-right: 0; }
  #facilities .warpArea3 dt {
    font-size: 4.8vw;
    margin-bottom: 5%; }
    #facilities .warpArea3 dt img {
      margin-bottom: 5%; }
  #facilities .warpArea3 .slider {
    width: 460px;
    float: right; }

#room .warpArea {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
  #room .warpArea dl {
    padding: 5% x 0; }
#room .warpArea2 {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
#room .warpArea3 {
  position: relative;
  width: 84%;
  margin: 0 auto;
  padding: 10% 0; }
  #room .warpArea3 dl {
    padding: 20px 0; }
#room .phtArea {
  position: relative; }
  #room .phtArea .pht {
    display: none; }
#room dt {
  font-size: 6.0vw;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 20px; }
  #room dt span {
    font-size: 3.4vw;
    opacity: 0.5;
    display: block;
    padding-top: 5px; }
#room dd p {
  margin-bottom: 20px; }
#room .amenihty li {
  text-align: center;
  background: #38382e;
  color: #dee2bf;
  line-height: 1;
  margin: 0 2px;
  padding: 5% 0;
  font-size: 3.6vw;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin-bottom: 2%; }
#room .section {
  margin-bottom: 15%; }

#art .section {
  margin-bottom: 15%; }
#art .comingsoon {
  text-align: center;
  font-size: 6.0vw;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 15% 0 0 0; }

#access .mapArea {
  margin-bottom: 10%; }
  #access .mapArea iframe {
    width: 100%;
    height: 400px; }
#access .warpArea {
  width: 84%;
  margin: 0 auto;
  padding: 10% 0 10% 0; }
  #access .warpArea dl {
    padding: 10% 0 10% 0; }
#access .warpArea2 {
  width: 84%;
  margin: 0 auto;
  padding: 4px 0 80px 0; }
  #access .warpArea2 dl {
    padding: 10% 0; }
  #access .warpArea2 dt {
    position: relative;
    margin-bottom: 10%; }
  #access .warpArea2 dt::after {
    content: "";
    position: absolute;
    background: #333;
    width: 30px;
    height: 1px;
    top: 40px;
    left: 0; }
  #access .warpArea2 dd {
    dmargin-bottom: 5%; }
    #access .warpArea2 dd h3 {
      font-size: 4.2vw;
      font-weight: 500;
      background: #c7c9a3;
      padding: 3% 6%;
      margin-bottom: 6%;
      letter-spacing: 0; }
    #access .warpArea2 dd p {
      margin-bottom: 10%; }
  #access .warpArea2 .box {
    margin-bottom: 40px; }
    #access .warpArea2 .box h4 {
      font-size: 4.2vw;
      font-weight: 500; }
#access dt {
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px; }
  #access dt span {
    font-size: 12px;
    opacity: 0.5; }
#access dd p {
  margin-bottom: 20px; }

#company .warpArea {
  width: 90%;
  margin: 0 auto;
  padding: 10% 0; }
  #company .warpArea dl {
    width: 100%;
    text-align: left;
    margin-bottom: 3%; }
    #company .warpArea dl dt {
      background: #c7c9a3;
      padding: 15px 20px; }
    #company .warpArea dl dd {
      background: #eef0df;
      padding: 15px 20px; }
      #company .warpArea dl dd a {
        text-decoration: underline; }

#rules {
  text-align: justify; }
  #rules .warpArea {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0; }
  #rules h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
  #rules p {
    margin-bottom: 30px; }
  #rules ol {
    margin-bottom: 30px; }
    #rules ol li {
      list-style: decimal;
      margin-left: 25px; }
  #rules .scroll {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap; }
  #rules table {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dee2bf; }
    #rules table th {
      display: table-cell;
      background: #c7c9a3;
      padding: 15px 20px;
      width: 30%;
      border-right: 1px solid #dee2bf;
      border-bottom: 1px solid #dee2bf; }
    #rules table td {
      display: table-cell;
      background: #eef0df;
      padding: 15px 20px; }
      #rules table td a {
        text-decoration: underline; }

#privacy {
  text-align: justify; }
  #privacy .warpArea {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0; }
  #privacy h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
  #privacy p {
    margin-bottom: 30px; }
  #privacy ol {
    margin-bottom: 30px; }
    #privacy ol li {
      list-style: decimal;
      margin-left: 25px; }

#faq {
  text-align: justify; }
  #faq .warpArea {
    width: 90%;
    margin: 0 auto;
    padding: 10% 0; }
  #faq h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
  #faq dl {
    margin-bottom: 60px; }
  #faq dd {
    margin-bottom: 20px; }
  #faq table {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dee2bf;
    margin-bottom: 10px; }
    #faq table th {
      display: table-cell;
      background: #c7c9a3;
      padding: 15px 20px;
      width: 60%;
      border-right: 1px solid #dee2bf;
      border-bottom: 1px solid #dee2bf; }
    #faq table td {
      display: table-cell;
      background: #eef0df;
      padding: 15px 20px; }
      #faq table td a {
        text-decoration: underline; }

.modal-open {
  position: absolute;
  right: 3%;
  top: 3%;
  width: 33%; }
  .modal-open a {
    width: 50%; }
  .modal-open a:hover {
    opacity: 0.7; }
  .modal-open img {
    width: 100%; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 5; }

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible; }

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%; }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

/*モーダル内のコンテンツの指定*/
.modal-content {
  letter-spacing: 0;
  background: #fff;
  text-align: left;
  padding: 10% 5% 15% 5%;
  border-radius: 6px; }
  .modal-content h3 {
    font-size: 4.8vw;
    text-align: center;
    color: #281b13;
    margin-bottom: 5%; }
  .modal-content dl {
    margin-bottom: 30px; }
    .modal-content dl dt {
      font-size: 4.4vw; }
    .modal-content dl dd {
      font-size: 3.2vw;
      line-height: 1.6;
      margin-bottom: 30px; }
      .modal-content dl dd ol {
        margin-left: 20px; }
      .modal-content dl dd li {
        list-style: disc;
        margin-bottom: 5px; }
      .modal-content dl dd span {
        font-size: 0.7rem; }
  .modal-content .link a {
    display: block;
    width: 100%;
    background: #281b13;
    color: #ffe97b;
    padding: 15px 0;
    text-align: center;
    border-radius: 6px; }

.bnrarea {
  width: 90%;
  margin: 0 auto;
  padding-top: 5%; }
  .bnrarea img {
    width: 100%; }
  .bnrarea .pc {
    display: none; }
