@media screen and (max-width: 600px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 600px) {
  .md-show {
    display: block;
  }
}

.switcher {
  display: flex;
  gap: 1.875rem;
  justify-content: end;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 600px) {
  .switcher {
    gap: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.switcher img {
  width: 3.125rem;
  border: 1px solid #E3E3E3;
}
@media screen and (max-width: 600px) {
  .switcher img {
    width: 2.5rem;
  }
}

.custom-post {
  max-width: 48rem;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 922px) {
  .custom-post {
    padding: 0 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .custom-post {
    max-width: initial;
  }
}

.custom-post h1 {
  font-size: 1.8125rem;
  padding: 0.9375rem 0;
  margin-bottom: 3.75rem;
  background-color: #414141;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .custom-post h1 {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

.custom-post .h2-type1 {
  font-size: 1.875rem !important;
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 600px) {
  .custom-post .h2-type1 {
    font-size: 1.25rem !important;
  }
}
.custom-post .h2-type1::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 0.125rem;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.custom-post .h2-type1 span {
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 600px) {
  .custom-post .h2-type1 span {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
}

.custom-post .h2-type2 {
  font-size: 1.8125rem !important;
  padding: 0.9375rem 0;
  margin-bottom: 3.75rem;
  background-color: #414141;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .custom-post .h2-type2 {
    font-size: 1.25rem !important;
    margin-bottom: 2.5rem;
  }
}

.custom-post .h3-type1 {
  font-size: 1.5rem;
  padding: 0.9375rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .custom-post .h3-type1 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

.custom-post .h3-type2 {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 600px) {
  .custom-post .h3-type2 {
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    line-height: 1.5;
  }
}
.custom-post .h3-type2::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 0.125rem;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.custom-post .h3-type3 {
  font-size: 1.875rem;
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 600px) {
  .custom-post .h3-type3 {
    font-size: 1.25rem;
  }
}
.custom-post .h3-type3::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 0.125rem;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.custom-post h4 {
  font-size: 1.5rem;
  padding-left: 0.9375rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 600px) {
  .custom-post h4 {
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.custom-post h4::before {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #A9A9A9;
}

.custom-post p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 600px) {
  .custom-post p {
    font-size: 1.1rem;
  }
}

.custom-post__thumb {
  margin: 3.75rem 0;
}
@media screen and (max-width: 600px) {
  .custom-post__thumb {
    margin: 2.5rem 0;
  }
}

.custom-post .mt60 {
  margin-top: 3.75rem;
}
@media screen and (max-width: 600px) {
  .custom-post .mt60 {
    margin-top: 2.5rem;
  }
}

.custom-post .mt80 {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .custom-post .mt80 {
    margin-top: 3.75rem;
  }
}

.custom-post hr {
  margin: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .custom-post hr {
    margin: 1.875rem 0;
  }
}

.custom-post .guide-items {
  margin: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .custom-post .guide-items {
    margin: 1.25rem 0;
  }
}

.custom-post .guide-item {
  font-size: 1rem;
  color: #000;
  list-style: none;
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (max-width: 600px) {
  .custom-post .guide-item {
    font-size: 1.1rem;
  }
}

.custom-post .guide-item:not(:first-child) {
  margin-top: 0.3125rem;
}

.custom-post .guide-item span {
  font-weight: 700;
  margin-right: 0.3125rem;
}

.custom-post .area {
  background-color: #F9F9F9;
  padding: 5rem 0;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 922px) {
  .custom-post .area {
    padding: 5rem 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .custom-post .area {
    padding: 3.75rem 0.625rem;
  }
}

.area-btns {
  max-width: 48rem;
  margin-inline: auto;
  margin-top: 3.75rem;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 922px) {
  .area-btns {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .area-btns {
    width: 100%;
    margin-top: 2.1875rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.625rem;
  }
}

.area-btn {
  background-color: #414141;
  border-radius: 6.25rem;
  list-style: none;
  padding: 0.625rem 1.5625rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .area-btn {
    padding: 0.3125rem 0.9375rem;
  }
}
.area-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg) translateY(-100%);
}

.area-btn a {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  width: 100%;
}

.area-items {
  max-width: 48rem;
  margin-inline: auto;
  margin-top: 2.5rem;
  margin-bottom: 0;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 922px) {
  .area-items {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .area-items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}

.area-item {
  list-style: none;
  background-color: #fff;
  padding: 0.9375rem;
}

.area-item span {
  font-size: 0.875rem;
}

.area-item h3 {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  min-height: 3.5rem;
}
@media screen and (max-width: 600px) {
  .area-item h3 {
    font-size: 1.25rem;
    min-height: 3.857rem;
  }
}

.area-info {
  border-top: 1px solid #D0D0D0;
  padding-top: 0.625rem;
  padding-left: 1.4375rem;
}

.area-info-row {
  display: flex;
  gap: 3.4375rem;
}
@media screen and (max-width: 390px) {
  .area-info-row {
    gap: 2rem;
  }
}

.area-info-capacity {
  font-size: 1rem;
  position: relative;
}
.area-info-capacity::before {
  position: absolute;
  content: "";
  width: 0.79375rem;
  height: 0.90625rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  background-image: url(../images/icon_human.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.area-info-tel {
  font-size: 1rem;
  position: relative;
}
.area-info-tel::before {
  position: absolute;
  content: "";
  width: 0.79375rem;
  height: 1.1125rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  background-image: url(../images/icon_tel.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.area-info-tel a {
  color: #000;
}

.area-info-map {
  position: relative;
}
.area-info-map::before {
  position: absolute;
  content: "";
  width: 0.79375rem;
  height: 1.1125rem;
  top: 50%;
  transform: translateY(-50%);
  left: -1.25rem;
  background-image: url(../images/icon_map.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.area-info-map a {
  font-size: 1rem;
  color: #008090;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .area-info-map a {
    font-size: 1.1rem;
  }
}

.area-tag {
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0 0.9375rem;
  border-radius: 5rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  background-color: #CECECE;
}

.area-tag.area-tag--ryokan {
  background-color: #658EBD;
}

.area-tag.area-tag--mountain {
  background-color: #7064BD;
}

.area-tag.area-tag--onsen {
  background-color: #A564BD;
}

.area-tag.area-tag--guesthouse {
  background-color: #BD649F;
}

.area-tag.area-tag--cottage {
  background-color: #BD646A;
}

.area-tag.area-tag--lodge {
  background-color: #BD9364;
}

.area-tag.area-tag--pension {
  background-color: #B1BD64;
}

.area-tag.area-tag--public {
  background-color: #7CBD64;
}

.area-tag.area-tag--national {
  background-color: #64BD82;
}

.area-tag.area-tag--hotel {
  background-color: #64BDB7;
}

.post-items {
  margin: 3.75rem 0 0 0;
  display: grid;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .post-items {
    margin: 2.5rem 0 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-item {
  list-style: none;
  padding: 0.9375rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s;
}
.post-item:hover {
  opacity: 0.8;
}

.post-item img {
  aspect-ratio: 344/215;
  object-fit: cover;
  height: auto;
}

.post-item p {
  font-size: 1rem;
  margin-top: 0.625rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .post-item p {
    font-size: 1.1rem;
  }
}

.video-items {
  margin: 3.75rem 0 0 0;
  display: grid;
  column-gap: 1.25rem;
  row-gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .video-items {
    margin: 2.5rem 0 0 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.video-item {
  list-style: none;
}

.video-item h3 {
  font-size: 1.125rem;
  text-align: center;
  color: #000;
  position: relative;
  margin-bottom: 2.5rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .video-item h3 {
    min-height: initial;
  }
}
.video-item h3::before {
  position: absolute;
  content: "";
  width: 2.8125rem;
  height: 0.125rem;
  bottom: -0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}

.video-item iframe {
  width: 100%;
  height: 13.125rem;
}
@media screen and (max-width: 600px) {
  .video-item iframe {
    height: 15rem;
  }
}

/*# sourceMappingURL=style.css.map */
/* 新テーマ移植用: ページ上下の余白（旧Astraラッパー分を補う） */
.kiso-accommodation-page { padding-top: 40px; padding-bottom: 90px; }
