@charset "utf-8";
/* CSS Document */
html, body {
  max-width: 100%;
  height: auto;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 33px;
  color: #404040;
  margin-right: auto;
  margin-left: auto;
}
h1 {
  display: none;
}
h2 {
  font-size: 50px;
  margin-bottom: 80px;
}
h3 {
  font-size: 30px;
  text-align: left;
  margin: 0px 40px 20px;
}
li, p, dt, dd {
  font-size: 25px;
  list-style: none;
  text-align: left;
}
@media screen and (min-width:751px) {
  h3 {
    font-size: 40px;
    text-align: left;
    margin: 0px 50px 20px;
  }
  li, p, dt, dd {
    font-size: 30px;
  }
}
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #ffffff;
  /*動き*/
  transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: left;
}
#g-nav li::before {
  content: "-";
  width: 20px;
  /*  margin-top: 10px;*/
  padding-top: 10px;
}
#g-nav li a {
  color: #404040;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.hum-reserve {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  font-size: 50px;
  width: 100%;
  height: 175px;
  background: #ffe74d;
}
.hum-reserve a {
  text-decoration: none;
  display: block;
  margin-top: 20px;
  padding-bottom: 20px;
  ;
  color: #404040;
  cursor: pointer;
  line-height: 1.3;
}
/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 25px;
  right: -20px;
  cursor: pointer;
  width: 100px;
  height: 30px;
}
/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #808080;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 30px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*--/btn--*/
.reserve-btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.reserve-btn a {
  display: block;
  color: #404040;
  background: #ffe74d;
  text-decoration: none;
  font-size: 50px;
  cursor: pointer;
  box-sizing: border-box;
}
/*--/reserve-btn--*/
@media screen and (min-width:751px) {
  .reserve-btn {
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .reserve-btn span {
    display: none;
  }
  .reserve-btn a {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #404040;
    background: #ffe74d;
    text-decoration: none;
    font-size: 40px;
    cursor: pointer;
    box-sizing: border-box;
  }
}
/*--/m-btn--*/
.guide-hero {
  width: 100%;
  height: auto;
}
.guide-hero img {
  max-width: 100%;
  height: auto;
}
.breadcrumbs {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 80px;
}
.List-Item {
  display: inline;
  font-size: 14px;
}
.List-Item::after {
  padding: 0 10px;
}
.List02 .List-Item::after {
  content: '/';
}
.List-Item:last-child::after {
  content: '';
}
.List-Item-Link {
  display: inline-block;
  text-decoration: none;
  color: #404040;
}
/*--/Breadcrumbs--*/
.guide-read {
  padding-bottom: 80px;
}
.read {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  ;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 40px;
}
.read-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.read-img p {
  width: 33%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}
.read-img p:first-child {
  margin-right: 20px;
}
.read-img p:last-child {
  margin-left: 20px;
}
.read-img img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
/*--/guide-read--*/
@media screen and (min-width:751px) {
  .read {
    font-size: 25px;
  }
}
.border {
  position: relative;
}
.border::before {
  content: "";
  display: block;
  margin: auto;
  width: 95%;
  height: 3px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  right: 0px;
}
/*--/border--*/
.guide-map {
  padding: 40px 0;
}
.guide-map p {
  text-align: center;
}
.facility-summary {
  padding: 40px 0;
}
.summary {
  display: flex;
  justify-content: center;
}
.summary ul {
  padding: 0 40px 20px 20px;
}
.summary li {
  text-align: left;
}
.summary li::before {
  content: "\02022";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
.summary-txt {
  display: flex;
  justify-content: center;
}
.summary-txt p:first-child {
  display: inline-block;
  padding-right: 20px;
  text-align: left;
}
/*--/facility-summary--*/
.hotel-facilities {
  padding: 40px 0;
}
.facility {
  display: flex;
  justify-content: center;
}
.facility ul {
  padding: 0 20px 0 40px;
}
.facility li {}
.facility li::before {
  content: "\02022";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
.facility1 {
  display: flex;
  justify-content: center;
}
.facility1 ul {
  padding-left: 40px;
}
.facility1 li::before {
  content: "\02022";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
.facility1 li:last-child::before {
  content: none;
}
/*--/facilities--*/
.toiletries {
  padding: 20px 0;
}
.toiletry {
  display: flex;
  justify-content: center;
}
.toiletry ul {
  padding-left: 40px;
    width: 100%;
}
.toiletry li {
}
.toiletry li::before {
  content: "\02022";
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-top: 1px;
  margin-right: 5px;
}
/*--/toiletries--*/
.service h3 span {
  font-size: 18px;
  vertical-align: middle;
}
.service-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-left: 40px;
}
.service-list dt {
  display: inline-block;
  width: 3em;
  margin-bottom: 10px;
}
.service-list dd {
  display: inline-block;
  margin-bottom: 10px;
}
.service-list2 dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-left: 40px;
}
.service-list2 dt {
  display: inline-block;
  width: 3em;
  margin-bottom: 10px;
}
.service-list2 dd {
  display: inline-block;
  margin-bottom: 10px;
}
/*--/service--*/
.link {
  padding-top: 140px;
}
.inn {
  width: 100%;
  position: relative;
}
.inn span {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.inn a {
  display: block;
  color: #404040;
  cursor: pointer;
}
.inn img {
  width: 100%;
  filter: opacity(50%);
}
.food {
  width: 100%;
  position: relative;
}
.food span {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.food a {
  display: block;
  color: #404040;
  cursor: pointer;
}
.food img {
  width: 100%;
  filter: opacity(50%);
}
.stay {
  width: 100%;
  position: relative;
}
.stay span {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.stay a {
  display: block;
  color: #404040;
  cursor: pointer;
}
.stay img {
  width: 100%;
  filter: opacity(50%);
}
/*--/link--*/
@media screen and (min-width:751px) {
  .inn, .food, .stay {
    font-size: 45px;
  }
  .inn img:hover {
    filter: opacity(20%);
    transition: 1.0s;
  }
  .food img:hover {
    filter: opacity(20%);
    transition: 1.0s;
  }
  .stay img:hover {
    filter: opacity(20%);
    transition: 1.0s;
  }
}
/*--/m-link--*/
footer {
  background: #404040;
  height: 400px;
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.footer-logo a {
  cursor: pointer;
}
.footer-logo img {
  margin-top: 20px;
  width: 300px;
  height: auto;
}
.add {
  color: #ffffff;
  font-size: 20px;
}
.add img {
  width: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
}
.sns {
  color: #FFFFFF;
  margin-top: 60px;
  margin-left: 40px;
}
.sns a {
  color: #FFFFFF;
}
.copy {
  margin-top: 20px;
  color: #808080;
  font-size: 12px;
    text-align: center;
}
/*--/footer--*/
@media screen and (min-width:751px) {
  footer {
    height: 500px;
  }
  .footer {
    display: block;
  }
    .footer-logo p{
text-align: center;
    }  
  .footer-logo img {
    margin-top: 20px;
    width: 500px;
    height: auto;
  }
  .add {
    color: #ffffff;
    font-size: 25px;
  }
  .add img {
    width: 20px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
  }
  .sns {
      margin: 0 auto;
    display: flex;
    margin-top: 20px;
    margin-left: -20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .sns p {
      text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }
  .copy {
    margin-top: 20px;
    color: #808080;
    font-size: 14px;
    text-align: center;
  }
}
/*--/m-footer--*/