@charset "utf-8";

/*===================
アーカイブ、シングル共通
===================*/
.low .spot__spotTtl {
  font-size: 22px;
  /* margin-bottom: 18px; */
  margin-bottom: 0;
}
.low .spot__spotTtl .en {
  display: block;
  padding-left: 0;
  margin-top: 6px;
  font-size: 16px;
}
.low .spot__spotTtl--en {
  display: block;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.spot__spotTtl--en.u-orange {
  color: #e08c01;
}
.spot__spotTtl--en.u-green {
  color: #308933;
}
.spot__spotTtl--en.u-blue {
  color: #5775aa;
}
.spot__spotTtl--en.u-gray {
  color: #636262;
}
/*===================
archive-spot
===================*/
.spot__container-archive {
  padding: 0;
  border-top: none;
}
/* ページャー */
.pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  justify-content: center;
  padding-top: 57px;
  font-family: "Inter", sans-serif;
}

.pagination li a {
  /* min-height: 50px;
  min-width: 50px;
  border-radius: 90%; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  /* border: #ed008e 1px solid;
  font-size: 14px;
  color: #ed008e;
  transition: background-color 0.3s; */
  /* transition: 0.3s; */
}

.pagination li a:hover {
  /* opacity: 0.3; */
}

.pagination li:not(:last-child) {
  margin-right: 19px;
}

.pagination li.current a {
  /* font-weight: 600; */
  font-weight: 900;
}
@media screen and (max-width: 750px) {
  .pagination li a {
    font-size: 15px;
    font-weight: 400;
  }
}

/*===================
single-spot
===================*/
.spot__container-single {
  padding: 0;
  border-top: none;
}
.spot__spotTtl-single {
  margin-bottom: 58px;
}

.spot__singlePic {
  margin-bottom: 55px;
  border-radius: 15px;
}
.spot__singlePic .img {
  border-radius: 15px;
  background-position: center center;
  background-size: cover;
}
.spot__catWrap-single {
  margin-bottom: 43px;
}

.spot__singleTtl {
  margin-bottom: 14px;
  font-size: 35px;
  font-weight: 500;
}
.spot__singleContents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.spot__singleLeft {
  width: 50%;
  margin-right: 20px;
}
.spot__singleRight {
  width: 50%;
}
/* .spot__singleList + .spot__singleList {
  margin-top: 36px;
} */

.spot__singleList {
  padding: 18px 0;
  border-bottom: 1px solid #553a1f;
}
.spot__singleList:last-child {
  border-bottom: none;
}
.spot__singleItem-small {
  margin-bottom: 10px;
  font-size: 18px;
}
.spot__singleItem-big {
  font-size: 21px;
}
.spot__singleItem-big.editor p {
  font-size: 21px;
}
.spot__singleItem-big.editor a {
  color: #553a1f;
  text-decoration: underline;
  transition: 0.3s;
}
.spot__singleItem-big.editor a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .spot__spotTtl-single {
    margin-bottom: 20px;
  }
  .spot__singlePic {
    margin-bottom: 22px;
  }
  .spot__singleTtl {
    font-size: 20px;
  }
  .spot__singleContents {
    flex-direction: column;
    row-gap: 18px;
  }
  .spot__singleLeft {
    width: 100%;
    margin-right: 0;
  }
  .spot__singleRight {
    width: 100%;
  }
  /* .spot__singleList + .spot__singleList {
    margin-top: 18px;
  } */
  .spot__singleItem-small {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .spot__singleItem-big {
    font-size: 14px;
  }
  .spot__singleItem-big.editor p {
    font-size: 14px;
  }
}
