@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: inherit;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
  min-width: 360px;
}

main {
  display: block;
}

header {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

figure {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}
a.uline {
  text-decoration: underline;
}
@media (min-width: 481px) {
  a.tel {
    pointer-events: none;
  }
}
a.dis {
  pointer-events: none;
}
a.current {
  pointer-events: none;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.img100 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}

.has-comw::after {
  content: attr(data-com) "";
  position: absolute;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  text-shadow: 0 0 3px #000, 0 0 3px #000;
  bottom: 3px;
  right: 3px;
}

.has-comb::after {
  content: attr(data-com) "";
  position: absolute;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
  bottom: 3px;
  right: 3px;
}

.header {
  width: 100%;
  padding: 10px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.header_logo {
  width: auto;
  max-width: 344px;
}
.header_tel, .header_conv {
  display: none;
}
@media screen and (min-width: 901px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_tel {
    display: block;
    width: calc(100% - 648px);
    max-width: 470px;
  }
  .header_conv {
    display: flex;
    width: 284px;
    justify-content: space-between;
  }
  .header_conv_a {
    width: 136px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
  }
  .header_conv_a.request {
    background: #006837;
  }
  .header_conv_a.reserve {
    background: #9F272D;
  }
}

.conversion {
  background: url(/guesthouse/lp/img/bg-1.jpg) no-repeat center/cover;
  padding: 30px;
}
.conversion_in {
  width: 100%;
  max-width: 588px;
  margin: 0 auto;
  padding: 20px 10px;
  background: #FFF;
  text-align: center;
}
.conversion_p1 {
  color: #806239;
  font-size: 20px;
}
.conversion_p2 {
  font-size: 16px;
}
@media screen and (min-width: 481px) {
  .conversion {
    padding: 50px 30px;
  }
  .conversion_in {
    padding: 20px;
  }
  .conversion_p1 {
    font-size: 28px;
  }
  .conversion_p2 {
    font-size: 19px;
  }
}
.conversion_links {
  display: flex;
  justify-content: space-between;
  max-width: 470px;
  margin: 20px auto 0;
}
.conversion_links_a {
  display: block;
  width: calc(50% - 5px);
  max-width: 230px;
  padding: 6px;
}
.conversion_links_a_img {
  width: 80%;
  max-width: 164px;
  height: auto;
  vertical-align: middle;
}
.conversion_links_a.request {
  background: #006837;
}
.conversion_links_a.reserve {
  background: #9F272D;
}
.conversion_tel {
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 20px auto 0;
}
@media screen and (min-width: 481px) {
  .conversion_tel {
    pointer-events: none;
  }
}

.footer {
  width: 100%;
  background-color: #FFF;
}
.footer_close {
  padding: 80px 20px;
  background: #FFF;
}
.footer_close_button {
  display: block;
  width: 280px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.footer_bottom {
  padding: 20px 10px 50px;
}
.footer_bottom a:hover {
  text-decoration: underline;
}
.footer_bottom_company {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN W3", sans-serif;
  font-weight: 500;
  font-size: 1em;
  color: inherit;
}
.footer_bottom_company_li {
  padding: 5px 15px;
}
.footer_bottom_company_a {
  padding-right: 18px;
  color: #000;
  font-weight: 700;
}
.footer_bottom_company_a::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 2px;
  top: 4px;
  display: block;
  background-color: #000;
}
.footer_bottom_company_a::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  background-color: #000;
  border: 1px solid #FFF;
}
.footer_bottom_others {
  padding: 20px;
}
.footer_bottom_policy {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.footer_bottom_policy_li {
  padding: 5px 10px;
}
.footer_bottom_policy_a {
  color: #000;
}
.footer_bottom_copyright {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 901px) {
  .footer_bottom_others {
    display: flex;
    justify-content: space-between;
  }
  .footer_bottom_policy {
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .footer_bottom_policy_li {
    padding: 5px 20px 5px 0;
  }
  .footer_bottom_copyright {
    text-align: left;
  }
}
@media (min-width: 1081px) {
  .footer_bottom_others {
    padding-bottom: 0;
  }
}
.footer_logo {
  padding: 20px 0;
  text-align: center;
}

.foot_float {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.foot_float_a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
.foot_float_a.request {
  background: #006837;
}
.foot_float_a.reserve {
  background: #9F272D;
}
.foot_float_img {
  width: 60%;
  max-width: 120px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width: 901px) {
  .foot_float {
    display: none;
  }
}

.main {
  padding-top: 57px;
}

.main_img_wappen {
  width: calc(25% - 10px);
  max-width: 140px;
  position: absolute;
  top: 15px;
  left: 10px;
}

.main_text {
  font-size: min(4.5vw, 24px);
  text-align: center;
  margin-top: 50px;
}

.main_text2 {
  text-align: center;
  margin-top: 30px;
  font-size: min(6vw, 28px);
  padding: 0 20px;
}

.bottom_text_p {
  margin: 30px auto 0;
  max-width: 840px;
  padding: 0 20px;
  font-size: min(4.5vw, 20px);
  text-align: center;
}
.bottom_text_p br {
  display: none;
}
@media screen and (min-width: 901px) {
  .bottom_text_p br {
    display: inline;
  }
}

.main_content_top {
  font-size: 12px;
  display: flex;
  padding: 10px;
  justify-content: center;
}
#gtl .main_content_top {
  background: #9c806d;
}
#gtl2 .main_content_top {
  background: #5997a6;
}
#pla .main_content_top {
  background: #b384b6;
}
.main_content_top_a {
  display: block;
  width: calc(50% - 1px);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.main_content_top_a.current {
  color: #FFF;
  pointer-events: none;
}
.main_content_top_a.current::after {
  content: "";
  width: 80%;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 10%;
  bottom: -10px;
}
.main_content_top_a2 {
  display: block;
  width: calc(33.3333% - 1px);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.main_content_top_a2.current {
  color: #FFF;
  pointer-events: none;
}
.main_content_top_a2.current::after {
  content: "";
  width: 80%;
  height: 4px;
  background: #FFF;
  position: absolute;
  left: 10%;
  bottom: -10px;
}
.main_content_top_hr {
  border: none;
  width: 1px;
  background: #FFF;
}
@media screen and (min-width: 901px) {
  .main_content_top_a {
    max-width: 500px;
    font-size: 16px;
  }
  .main_content_top_a.current::after {
    width: 54%;
    left: 23%;
  }
  .main_content_top_a2 {
    max-width: 333px;
    font-size: 16px;
  }
  .main_content_top_a2.current::after {
    width: 54%;
    left: 23%;
  }
}

.main_content_2 {
  padding: 50px 20px;
  background: #FFF;
  text-align: center;
}
.main_content_2::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(164, 128, 109, 0.1) 100%);
}
.main_content_2_head {
  font-size: 18px;
  text-align: center;
}
.main_content_2_p1 {
  margin-top: 50px;
  font-size: 14px;
}
.main_content_2_p2 {
  margin-top: 30px;
  font-size: 14px;
}
.main_content_2_p3 {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}
.main_content_2_li {
  margin: 30px auto 0;
  max-width: 327px;
}
.main_content_2_note {
  font-size: 10px;
  text-align: left;
  margin-top: 50px;
  line-height: 1.3;
}
.main_content_2_dl {
  margin-top: 30px;
  padding: 30px 20px;
}
.main_content_2_dl.gtl {
  background: #98806d;
}
.main_content_2_dl.gtl2 {
  background: #5997a6;
}
.main_content_2_dl.pla {
  background: #b384b6;
}
.main_content_2_dt {
  color: #FFF;
}
.main_content_2_ol_li {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  padding: 15px;
}
.main_content_2_ol_li_p1 {
  font-size: 14px;
  line-height: 1;
}
.main_content_2_ol_li_p1 .L {
  margin-left: 0.1em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.gtl .main_content_2_ol_li_p1 {
  color: #98806D;
  border-bottom: 1px solid #98806D;
}
.gtl2 .main_content_2_ol_li_p1 {
  color: #5997a6;
  border-bottom: 1px solid #5997a6;
}
.pla .main_content_2_ol_li_p1 {
  color: #b384b6;
  border-bottom: 1px solid #b384b6;
}
.main_content_2_ol_li_p2 {
  margin-top: 1em;
  text-align: left;
}
@media screen and (min-width: 481px) {
  .main_content_2_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 680px;
    margin: 0 auto;
  }
  .main_content_2_li {
    width: calc(50% - 5px);
    margin: 30px 0 0;
  }
  .main_content_2_note {
    max-width: 680px;
    margin: 50px auto 0;
  }
  .main_content_2_dl {
    max-width: 1000px;
    margin: 30px auto 0;
  }
  .main_content_2_dt {
    font-size: 24px;
  }
  .main_content_2_ol {
    display: flex;
    justify-content: space-between;
  }
  .main_content_2_ol_li {
    width: calc(33.33333% - 13.33333333px);
  }
}
@media screen and (min-width: 901px) {
  .main_content_2 {
    padding: 100px 20px;
  }
  .main_content_2_head {
    font-size: 28px;
  }
  .main_content_2_ul {
    max-width: 1000px;
  }
  .main_content_2_li {
    margin-top: 60px;
    width: calc(33.33333333% - 6.6666666px);
  }
  .main_content_2_p1, .main_content_2_p2 {
    font-size: 18px;
    margin-top: 70px;
  }
  .main_content_2_note {
    max-width: 1000px;
    margin: 80px auto 0;
  }
  .main_content_2_dl {
    padding: 20px 50px 50px;
  }
  .main_content_2_ol_li {
    padding: 20px;
  }
}
#gtl .main_content_2_p3 {
  color: #9c806d;
}
#pla .main_content_2_p3 {
  color: #b384b6;
}

.slide {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #D0D0D0;
}
.slide_img {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.slide_img::before {
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
  display: block;
}
.slide_img_in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
.slide_img_in::after {
  content: attr(data-com) "";
  font-size: 12px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.slide_img_in.show {
  opacity: 1;
}
.slide_prev, .slide_next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  background: #4D4D4D;
  cursor: pointer;
  outline: none;
  border: none;
}
.slide_prev::before, .slide_next::before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  position: absolute;
  top: calc(50% - 10px);
}
.slide_prev {
  left: 0;
}
.slide_prev::before {
  left: 15px;
  transform: rotate(-45deg);
}
.slide_next {
  right: 0;
}
.slide_next::before {
  right: 15px;
  transform: rotate(135deg);
}
@media screen and (min-width: 901px) {
  .slide_prev, .slide_next {
    width: 60px;
    height: 180px;
    top: calc(50% - 90px);
  }
}

.thumbs {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.thumbs::after {
  content: "";
  width: calc(33.333333% - 6.6666666px);
  height: 0;
  display: block;
}
.thumbs_li {
  width: calc(33.333333% - 6.6666666px);
  margin-top: 10px;
}
.thumbs_btn {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
}
.thumbs_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
.thumbs_btn.active::after {
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 481px) {
  .thumbs::after {
    width: calc(20% - 8px);
  }
  .thumbs_li {
    width: calc(20% - 8px);
  }
}

.main_gtl_1 {
  padding: 30px 10px;
}

.main_img2 {
  width: 100%;
  padding: 50px 20px;
  background: #D0D0D0;
}
.main_img2 .img100 {
  max-width: 1130px;
  margin: 0 auto;
  display: block;
}
.main_img2_note {
  font-size: 10px;
  max-width: 1000px;
  margin: 40px auto;
}

.location {
  padding: 50px 20px 0;
  text-align: center;
}
.location_head {
  max-width: 1000px;
  font-size: 18px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  margin: 0 auto;
}
.location_li {
  max-width: 327px;
  margin: 40px auto 0;
}
.location_li_p {
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 481px) {
  .location_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 664px;
    margin: 0 auto;
  }
  .location_ul::after {
    content: "";
    width: calc(50% - 5px);
    height: 0;
    display: block;
  }
  .location_li {
    width: calc(50% - 5px);
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 901px) {
  .location {
    padding-top: 100px;
  }
  .location_head {
    font-size: 28px;
  }
  .location_ul {
    max-width: 1000px;
  }
  .location_li {
    width: calc(33.3333333% - 6.6666666px);
  }
}

.access {
  padding: 50px 20px 0;
}
.access_head {
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  margin: 0 auto;
}
.access_img {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.access_dl {
  margin-top: 30px;
  border: 1px solid rgba(77, 77, 77, 0.5);
}
.access_dt {
  margin-left: 1em;
  font-size: 15px;
  letter-spacing: 0;
  z-index: 1;
}
.access_dd {
  padding-left: 20px;
  letter-spacing: 0.1em;
}
.access_dd .direct {
  color: #9F272D;
}
.access_dd .num {
  color: #9F272D;
  font-size: 170%;
}
.access_note {
  margin: 20px auto 0;
  max-width: 930px;
  font-size: 10px;
  line-height: 1.5;
}
.access_note_p {
  padding-left: 1em;
}
.access_note_p::before {
  content: "※";
  margin-left: -1em;
}
@media screen and (min-width: 481px) {
  .access_dd {
    padding: 20px;
  }
  .access_ul {
    display: flex;
    flex-wrap: wrap;
  }
  .access_li {
    width: 50%;
  }
}
@media screen and (min-width: 901px) {
  .access {
    padding-top: 100px;
  }
  .access_head {
    font-size: 28px;
  }
  .access_dl {
    max-width: 930px;
    margin: 50px auto 0;
  }
  .access_dt {
    display: inline-block;
    padding: 0 20px;
    background: #FFF;
    font-size: 21px;
    position: absolute;
    top: -20px;
    left: 20px;
  }
  .access_dd {
    padding: 30px 0 30px 100px;
    font-size: 18px;
  }
}

.map {
  padding: 50px 20px;
}
.map_head {
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  margin: 0 auto;
}
.map_img {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
}
.map_ul {
  border: 1px solid rgba(77, 77, 77, 0.5);
  margin: 30px auto 0;
  padding: 10px 20px 20px;
}
.map_li {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 901px) {
  .map {
    padding: 100px 20px;
  }
  .map_head {
    font-size: 28px;
  }
  .map_ul {
    max-width: 1000px;
  }
  .map_li {
    font-size: 18px;
    text-align: center;
  }
}