.ac_reserveBtn {
  padding-top: 28px;
}
.ac_reserveWrap {
  width: calc(100% - 46px);
  max-width: 700px;
  padding: 33px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 20px;
}
.ac_reserveWrap--type02 {
  max-width: 100%;
  padding: 0;
  justify-content: center;
}
.ac_reserveLft {
  flex: 0 0 190px;
  width: 190px;
}
.ac_reserveHeading {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.ac_reserveText {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.ac_reserveText02 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
.ac_reserveRgt {
  width: calc(100% - 190px);
  max-width: 395px;
  display: flex;
  justify-content: center;
  gap: 15px 5.6%;
}
.ac_reserveRgt a {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  width: 48.5%;
  max-width: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px 14px 17px;
  background-color: #fff;
  line-height: 1.75;
  letter-spacing: 0.06em;
  transition: 0.3s;
  position: relative;
}
.ac_reserveRgt a:hover {
  color: #fff;
  background-color: #152828;
}
.ac_reserveRgt a::before,
.ac_reserveRgt a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #000;
  top: 53%;
  right: 17px;
  transform-origin: right center;
  transition: 0.3s;
}
.ac_reserveRgt a:hover::before,
.ac_reserveRgt a:hover::after {
  background: #fff;
}
.ac_reserveRgt a::before {
  transform: translateY(-50%) rotate(25deg);
}

.ac_reserveRgt a::after {
  transform: translateY(-50%) rotate(-25deg);
}

.ac_reserveRgt span {
  padding: 0 15px;
  display: block;
}

@media screen and (max-width: 750px) {
  /* バスのご予約 */
  .ac_reserveWrap {
    padding: 28px 0;
  }
  .ac_reserveHeading {
    font-size: 16px;
  }
  .ac_reserveText {
    font-size: 11px;
  }
  .ac_reserveRgt a {
    font-size: 14px;
    padding: 13px 21px 11px 6px;
  }
  .ac_reserveRgt span::before,
  .ac_reserveRgt span::after {
    width: 9px;
    right: 22px;
  }
}

@media screen and (max-width: 640px) {
  .ac_reserveWrap {
    flex-direction: column;
  }
  .ac_reserveLft {
    flex: 0;
    width: 100%;
  }
  .ac_reserveRgt {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .ac_reserveRgt {
    flex-direction: column;
    align-items: center;
  }
  .ac_reserveRgt a {
    width: 100%;
  }
}

/*===================
下層ページ　TOPに画像ないver
===================*/
.low-fv.low-fv--noimg {
  /* padding-top: 100px; */
}
.low-fv.low-fv--noimg .low-fv__wrap {
  justify-content: start;
  align-items: start;
}
.low-fv.low-fv--noimg .low-fv__titleWra {
  margin-right: 60px;
}
.low-fv.low-fv--noimg .low-fv__txt {
  padding-top: 15px;
}

/*===================
singleページ共通
===================*/
.single {
  padding-bottom: 98px;
}
.single__btn {
  width: fit-content;
  margin: 0 auto;
}
.single__btnLink {
  padding: 10px 72px 10px 0;
  border-bottom: 1px solid #999999;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
}
.single__btnLink::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/arrow.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transition: 0.3s;
}
.single__btnLink:hover.single__btnLink::after {
  transform: translate(5px, -50%);
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
}

/* 投稿共通パーツ */
/* アーカイブページネーション */

ul.pagination {
  padding-top: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  text-align: center;
}

ul.pagination li {
  width: 28px;
  height: 28px;
  position: relative;
  border-bottom: none;
}

ul.pagination li a {
  color: #444444;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #f6f0e9;
  /* border: 1px solid #cccccc; */
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

ul.pagination li.current a,
ul.pagination li.current a:hover,
ul.pagination li a:hover:not(.arrow) {
  color: #f6f0e9;
  background-color: #152828;
  border: 1px solid #152828;
}

/* シングルページネーション */
.singlePagination {
  width: 100%;
  max-width: 775px;
  padding-top: 90px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.singlePagination ul {
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.singlePagination ul li.back a {
  font-size: 13px;
}

.singlePagination ul li.prev,
.singlePagination ul li.next {
  width: 30px;
  height: 30px;
  position: relative;
}

.singlePagination ul li.prev a,
.singlePagination ul li.next a {
  width: 100%;
  height: 100%;
  display: block;
  /* line-height: 1; */
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #cabc9d;
  border-radius: 50px;
}

.singlePagination .arrow {
  position: relative;
  display: inline-block;
  width: 6.9px;
  height: 20.8px;
}

.singlePagination .arrow::before,
.singlePagination .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #cabc9d;
  transform-origin: calc(100% - 1px) 50%;
}

.singlePagination .arrow::before {
  transform: rotate(45deg);
}

.singlePagination .arrow::after {
  transform: rotate(-45deg);
}

.singlePagination ul li.prev span {
  transform: scale(-1, 1);
}

.singlePagination ul li.prev a:hover,
.singlePagination ul li.next a:hover {
  background-color: #fff;
}

.singlePagination ul li a span {
  width: 100%;
  display: block;
}

.singlePagination ul li a span img {
  width: 4px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*===================
recommend
===================*/
.recommend {
  padding: 100px 0 0;
}
.recommend__ttl {
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 22px;
}
.recommend__img {
  /* background-position: center center;
  background-size: 100% auto;
  height: 100%;
  padding-top: 66%;
  transition: background-size 0.5s ease, transform 0.5s ease; */
}
.recommend__container {
  margin-bottom: 62px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5%;
}
.recommend__box {
  width: calc((100% - 3%) / 3);
}
.recommend__link {
  display: block;
}
.recommend__link:hover .recommend__img {
  /* background-size: 105% auto; */
  transform: translate(-50%, -50%) scale(1.05);
}
.recommend__pic {
  margin-bottom: 10px;

  position: relative;
  height: 0;
  width: 100%;
  padding-top: 66%;
  display: block;
  overflow: hidden;
}
.recommend__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: transform 0.6s ease;
}
.recommend__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}
.recommend__txt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .recommend__container {
    flex-direction: column;
    gap: 12vw;
  }
  .recommend__box {
    width: 100%;
  }
}

/* アーカイブページ */

.archive-cont__itemBtn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../imgs/common/arrow.png) no-repeat center center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  right: 0;
}
.archive-cont__itemLink:hover .scroll::before {
  animation: none;
}

.btn-line:hover .scroll::before {
  animation: none;
}
.archive-cont__itemBtn:hover::after {
  right: -3px;
}

@media screen and (max-width: 750px) {
  .low-fv__txt {
    font-size: 14px;
  }
  .low-fv.low-fv--noimg .low-fv__txt {
    padding-top: 0;
  }
}

/*===================
下層ページ共通　ナビ
===================*/
@media screen and (max-width: 1100px) {
  .low__innerLeft {
    width: 100%;
    overflow-x: auto;
    scrollbar-color: #b6b6b6 #fcf8f2;
    position: relative;
    top: 0;
  }
  .low__menu {
    width: max-content;
    max-width: initial;
    /* min-width: 800px; */
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    /* position: absolute;
  top: 0;
  left: 0; */
  }

  .low__menuList {
    display: flex;
    justify-content: start;
    align-items: center;
    white-space: nowrap;
  }
  .low__menuTitle {
    margin-bottom: 0;
    margin-right: 3%;
  }
  .low__menuListItem {
    margin-bottom: 0;
    margin-right: 15px;
  }
  a.low__menuListLink {
    padding: 0 0 0 15px;
    line-height: 1.75;
  }
}
