@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", serif;
  font-weight: 500;
  background: #F8F2EE;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  line-height: 2em;
}

/* ナビ */
.nav_en {
  display: block;
  text-align: left;
  font-size: 13px;
  background: url("../../images/hapianiokinawa/common/dot.png") no-repeat center left;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  .nav_en {
    font-size: 12px;
  }
}

/* メインカバー */
.cover {
  position: relative;
}
.cover .catch-copy {
  position: absolute;
  left: 10%;
  bottom: 20%;
  z-index: 10;
  font-size: 2.5rem !important;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .cover .catch-copy {
    font-size: 1.5rem !important;
    left: 5%;
    bottom: 5%;
  }
}
.cover .catch-copy span {
  display: inline-block;
  background: #ffffff;
  margin-bottom: 20px;
}

/* サブページカバー */
.sub-cover {
  background: url("../../images/hapianiokinawa/header/sub_header.webp") no-repeat center bottom;
}
@media print, screen and (max-width: 767px) {
  .sub-cover {
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.content-bg {
  background: #ffffff;
  border-radius: 100px 100px 0 0;
}
@media print, screen and (max-width: 767px) {
  .content-bg {
    border-radius: 40px 40px 0 0;
  }
}

/* 右の固定ボタンPC（譲渡情報） */
.btn-fixed {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 10000;
}
.btn-fixed a {
  display: block;
  width: 60px;
  height: 180px;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1em;
  padding: 65px 15px 15px 15px;
  margin-bottom: 15px;
  text-decoration: none;
}
.btn-fixed .dog-btn {
  background-color: #57becc;
  background-image: url("../../images/hapianiokinawa/common/dog_icon.webp");
  background-repeat: no-repeat;
  background-position: top 15px center;
}
.btn-fixed .cat-btn {
  background-color: #f78173;
  background-image: url("../../images/hapianiokinawa/common/cat_icon.webp");
  background-repeat: no-repeat;
  background-position: top 15px center;
}

/* 下部の固定ボタンsp（譲渡情報） */
.btn-fixed-sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
.btn-fixed-sp .col-6 {
  --bs-gutter-x: 5px;
}
.btn-fixed-sp a {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 1.1em;
  padding: 25px 15px;
  text-decoration: none;
}
.btn-fixed-sp a span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding-left: 5px;
}
.btn-fixed-sp .dog-btn {
  background-color: #57becc;
}
.btn-fixed-sp .dog-btn span::before {
  position: absolute;
  left: -30px;
  top: -5px;
  content: url("../../images/hapianiokinawa/common/dog_icon_sp.webp");
}
.btn-fixed-sp .cat-btn {
  background-color: #f78173;
}
.btn-fixed-sp .cat-btn span::before {
  position: absolute;
  left: -30px;
  top: -5px;
  content: url("../../images/hapianiokinawa/common/cat_icon_sp.webp");
}

/* サブタイトル */
.sub-title {
  letter-spacing: 0.1em;
  background: url(../../images/hapianiokinawa/common/accent_mark.png) no-repeat top center;
}

/* 共通ボタン */
.btn-slant {
  text-align: center;
}
.btn-slant a {
  display: inline-block;
  padding: 10px 80px;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  background: #fff;
  border: solid 2px #000000;
  box-shadow: 3px 3px #000000;
  transition: 0.3s;
}
.btn-slant a:hover {
  border: solid 2px #F78173;
  box-shadow: 2px 2px #F78173;
}

/*  譲渡情報 */
.jouto .cat {
  font-size: 12px;
  color: #ffffff;
  border-radius: 50px;
  padding: 2px 10px;
}

/*  お知らせ */
.news .cat {
  font-size: 12px;
  color: #F78173;
  border: solid 2px #F78173;
  border-radius: 50px;
  padding: 2px 10px;
}

/*  フッター */
footer {
  background: url(../../images/hapianiokinawa/footer/footer_bg.webp) no-repeat bottom center;
  padding-bottom: 250px;
}
footer .dot {
  background: url("../../images/hapianiokinawa/common/dot.png") no-repeat center left;
  padding-left: 15px;
}
@media print, screen and (max-width: 767px) {
  footer .logo-f {
    width: 100%;
  }
}
footer .tel-f a {
  font-size: 42px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  footer .sns .balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #A30EAA;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #A30EAA;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sns .balloon1:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sns .balloon1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #A30EAA;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  footer .sns p {
    margin: 0;
    padding: 0;
  }
}
footer .sns .qr {
  text-align: center;
}
footer .sns .sns_btn {
  margin-top: 10px;
}
footer .sns .sns_btn a {
  background: #fff;
  border: solid 2px #F78173;
  border-radius: 50px;
  padding: 15px 40px;
}
footer .sns .sns_btn a span {
  background: url(../../images/hapianiokinawa/footer/instagram_icon.png) no-repeat;
  padding-left: 30px;
}

.sw-paging {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sw-paging .page a,
.sw-paging .current a,
.sw-paging .current {
  display: block;
  background: #fdf4e4;
  color: #F89C0D;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
}
.sw-paging .current {
  background: #F89C0D !important;
  color: #fff !important;
}
.sw-paging .prev,
.sw-paging .next {
  color: #fff;
  padding: 0 2em;
}
.sw-paging .prev a,
.sw-paging .next a {
  color: #F89C0D;
}
.sw-paging span.pages {
  margin-right: 2em;
}/*# sourceMappingURL=common.css.map */