@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  color: #000;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* 
*****************************************************************/
a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
  color: #271510;
}
a:hover {
  color: #d1803a;
}
a:hover img {
  opacity: 0.7;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

.newline {
  display: inline-block;
}

.pt60 {
  padding-top: 60px;
}
@media all and (max-width: 896px) {
  .pt60 {
    padding-top: 30px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media all and (max-width: 896px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt30 {
  padding-top: 30px;
}
@media all and (max-width: 896px) {
  .pt30 {
    padding-top: 10px;
  }
}

/* pagetop
*****************************************************************/
.pagetop_arrow {
  position: fixed;
  right: 70px;
  bottom: -100px;
  z-index: 1500;
  transition: all 300ms 0s ease;
  opacity: 0;
}
.pagetop_arrow a {
  overflow: hidden;
  outline: none;
  display: block;
  text-align: center;
}
.pagetop_arrow a img {
  width: 60px;
  height: auto;
}
.pagetop_arrow a p {
  font-size: 1.3rem;
  line-height: 1.4em;
  padding: 5px 0 0;
}
@media all and (max-width: 896px) {
  .pagetop_arrow a p {
    display: none;
  }
}
@media all and (max-width: 1025px) {
  .pagetop_arrow {
    right: 10px;
  }
}
@media all and (max-width: 896px) {
  .pagetop_arrow a img {
    width: 30px;
  }
}

.fade_in .pagetop_arrow {
  opacity: 1;
  transition: all 300ms 0s ease;
  bottom: 250px;
}
@media all and (max-width: 896px) {
  .fade_in .pagetop_arrow {
    bottom: 190px;
  }
}

/* preloader
*****************************************************************/
.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background: #fff;
  transition: opacity 1.8s, visibility 1.8s;
  z-index: 10000;
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress-bar {
  background: #000;
  height: 100%;
  width: 0;
  transition: width 0.4s;
}

.js-loader-progress-number {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
}

/* elements
*****************************************************************/
.area_header {
  line-height: 0em;
}
.area_header img {
  width: 100%;
  height: auto;
}

.area_tokuten {
  background-image: url(../images/bg_tokuten.jpg);
  background-size: cover;
  background-position: center center;
  padding: 0 40px;
}
@media all and (max-width: 896px) {
  .area_tokuten {
    padding: 0 20px;
  }
}
.area_tokuten .block_tokuten {
  max-width: 1320px;
  margin: auto;
  padding: 60px 0;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_tokuten .block_tokuten {
    padding: 30px 0;
  }
}
.area_tokuten .block_tokuten .box_tokuten {
  background-color: #FFF;
  border-radius: 30px;
  margin-top: 100px;
  padding: 0 20px 60px;
}
@media all and (max-width: 896px) {
  .area_tokuten .block_tokuten .box_tokuten {
    margin-top: 40px;
    padding: 0 20px 30px;
  }
}
.area_tokuten .block_tokuten .box_tokuten h2 {
  position: relative;
}
.area_tokuten .block_tokuten .box_tokuten h2 img {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
  max-width: 592px;
}
@media all and (max-width: 480px) {
  .area_tokuten .block_tokuten .box_tokuten h2 img {
    top: -20px;
  }
}
.area_tokuten .block_tokuten .box_tokuten .list_tokuten {
  padding: 75px 0 25px;
}
@media all and (max-width: 896px) {
  .area_tokuten .block_tokuten .box_tokuten .list_tokuten {
    padding: 50px 0 20px;
  }
}
@media all and (max-width: 480px) {
  .area_tokuten .block_tokuten .box_tokuten .list_tokuten {
    padding: 30px 0 10px;
  }
}
.area_tokuten .block_tokuten .box_tokuten .list_tokuten div {
  padding: 25px 0;
}
@media all and (max-width: 896px) {
  .area_tokuten .block_tokuten .box_tokuten .list_tokuten div {
    padding: 5px 0;
  }
}
.area_tokuten .block_tokuten .box_tokuten .list_tokuten div img {
  max-width: 900px;
  width: 100%;
  height: auto;
}
.area_tokuten .block_tokuten .box_tokuten ul {
  text-align: left;
  display: inline-block;
}
.area_tokuten .block_tokuten .box_tokuten ul li {
  padding: 5px 0px 5px 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 1.6em;
  text-align: justify;
}
@media all and (max-width: 896px) {
  .area_tokuten .block_tokuten .box_tokuten ul li {
    padding: 3px 0px 3px 1em;
  }
}

.btn_join {
  max-width: 900px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.btn_join a {
  border: #FFF solid 1px;
  border-radius: 20px;
  background-color: rgba(130, 49, 33, 0.5);
  color: #FFF;
  font-size: 3.6rem;
  line-height: 1em;
  font-weight: 600;
  padding: 30px;
  display: block;
  position: relative;
}
@media all and (max-width: 896px) {
  .btn_join a {
    font-size: 2.7rem;
  }
}
.btn_join a .arrow {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media all and (max-width: 896px) {
  .btn_join a .arrow {
    width: 30px;
    right: 15px;
  }
}
.btn_join a .arrow img {
  width: 100%;
  height: auto;
}

.area_hotel {
  background-image: url(../images/bg_list.png);
  background-position: center top;
  background-size: 102% auto;
}
.area_hotel .ttl_hotel {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.area_hotel .ttl_hotel .bg_ttl {
  position: relative;
}
.area_hotel .ttl_hotel .bg_ttl img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 480px) {
  .area_hotel .ttl_hotel .bg_ttl img {
    width: 170%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.area_hotel .ttl_hotel .txt_ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}
.area_hotel .ttl_hotel .txt_ttl .mitai {
  display: flex;
  align-items: center;
  justify-content: center;
}
.area_hotel .ttl_hotel .txt_ttl .mitai p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}
@media all and (max-width: 896px) {
  .area_hotel .ttl_hotel .txt_ttl .mitai p {
    font-size: 2rem;
  }
}
@media all and (max-width: 1025px) {
  .area_hotel .ttl_hotel .txt_ttl .mitai .left, .area_hotel .ttl_hotel .txt_ttl .mitai .right {
    display: none;
  }
}
.area_hotel .ttl_hotel .txt_ttl h2 {
  font-size: clamp(16px, 8vw, 80px);
  line-height: 1.1em;
  font-weight: 400;
  padding: 10px 0 0;
}
@media all and (max-width: 896px) {
  .area_hotel .ttl_hotel .txt_ttl h2 {
    padding: 5px 0 0;
  }
}
.area_hotel .ttl_hotel .txt_ttl .logo_ttl {
  padding: 2% 0 0;
  margin: auto;
  width: 14%;
  min-width: 100px;
}
.area_hotel .ttl_hotel .txt_ttl .logo_ttl img {
  width: 100%;
  height: auto;
}
.area_hotel .block_hotel {
  padding: 0 40px;
}
@media all and (max-width: 896px) {
  .area_hotel .block_hotel {
    padding: 0 20px;
  }
}
.area_hotel .block_hotel .inner {
  text-align: center;
  padding: 0 0 120px;
}
@media all and (max-width: 896px) {
  .area_hotel .block_hotel .inner {
    padding: 0 0 50px;
  }
}
.area_hotel .block_hotel .inner ul {
  padding: 30px 0;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 896px) {
  .area_hotel .block_hotel .inner ul {
    margin: 0 -8px;
  }
}
.area_hotel .block_hotel .inner ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media all and (max-width: 896px) {
  .area_hotel .block_hotel .inner ul li {
    width: 50%;
    padding: 20px 8px;
  }
}
@media all and (max-width: 480px) {
  .area_hotel .block_hotel .inner ul li {
    width: 100%;
  }
}
.area_hotel .block_hotel .inner ul li.wide {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 480px) {
  .area_hotel .block_hotel .inner ul li.wide {
    width: 100%;
  }
}
.area_hotel .block_hotel .inner ul li.wide .box p {
  font-size: 1.6rem;
  line-height: 1.6em;
  text-align: justify;
  padding: 10px 0;
}
.area_hotel .block_hotel .inner ul li .box_set {
  border-top: #CCC solid 1px;
  text-align: left;
}
.area_hotel .block_hotel .inner ul li .box_set .logo {
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_hotel .block_hotel .inner ul li .box_set .img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.area_hotel .block_hotel .inner ul li .box_set .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.area_hotel .block_hotel .inner ul li .box_set .name {
  background-color: #505050;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2em;
  margin-top: 2px;
  padding: 8px;
}
.area_hotel .block_hotel .inner ul li .box_set .tel {
  font-size: 2rem;
  line-height: 1.1em;
  padding: 12px 0 0;
}
.area_hotel .block_hotel .inner ul li .box_set .url {
  font-size: 1.5rem;
  line-height: 1.4em;
  padding: 5px 0 0;
}

.area_footer {
  background-color: #000;
  color: #FFF;
  background-image: url(../images/bg_yadoclub.svg);
  background-position: center -1px;
  background-repeat: no-repeat;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_footer {
    background-size: 100% auto;
  }
}
.area_footer .logo_footer {
  padding: 30px 0 0;
}
@media all and (max-width: 896px) {
  .area_footer .logo_footer img {
    width: 200px;
    height: auto;
  }
}
.area_footer .credit {
  font-size: 1.14rem;
  line-height: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 0 10px;
}