@charset "UTF-8";
body {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  body {
    padding-left: 80px;
  }
}

html,
body {
  scroll-padding-top: 110px;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html,
  body {
    scroll-padding-top: 0;
  }
}

.container {
  width: 100%;
  max-width: 1280px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .container {
    padding: 0;
  }
}

.wrapper {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .wrapper {
    margin-top: 110px;
  }
}

.detail {
  padding-top: 0;
}

.post_meta {
  margin-bottom: 0;
}

.home .mainarea {
  margin-top: 0 !important;
}

.mainarea {
  margin-bottom: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row > * {
  padding: 0;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  border-color: #0f0f0f !important;
  border-width: 1px !important;
  opacity: 1 !important;
}

.post_body h1,
.post_body h2,
.widget h1,
.widget h2 {
  margin-bottom: 0;
  padding: 0;
}

.post_body h1 > span,
.post_body h2 > span,
.widget h1 > span,
.widget h2 > span {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}

.post_body h3,
.widget h3 {
  margin-bottom: 0;
}

.h1 {
  margin: 0 0 10px;
  font-size: 26px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 32px !important;
  }
}

.h2 {
  margin: 20px 0 10px;
  font-size: 22px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 26px !important;
  }
}

body.custom-background {
  background-position: center bottom;
}

@media (min-width: 768px) {
  .recommend {
    margin-bottom: 10%;
  }
}

.sidebar {
  padding: 3rem 0 10%;
}
.sidebar .widgets {
  background: rgba(249, 249, 249, 0.8666666667);
  padding: 10px;
}
.sidebar h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
.sidebar .widget ul {
  margin-top: 0 !important;
}
.sidebar .widget ul li {
  border-bottom: 0;
}
.sidebar .widget ul li a {
  padding: 0.5rem;
}

.list .post_links {
  background: #fff;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  padding: 0 0 8px;
}

.post_thumb {
  background-size: cover !important;
}

.search-form {
  margin-bottom: 20px;
  justify-content: flex-end !important;
}

ul.post-categories a,
ul.tag a,
.pagination li > a {
  border: 1px solid #0f0f0f;
  line-height: 1.3;
  font-size: 14px;
  padding: 6px 12px;
}

.search-form,
.search-group {
  display: flex;
  flex-flow: row wrap;
}

@media (max-width: 767px) {
  .search-group {
    width: 100%;
  }
  .search-group label {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}

.search-submit {
  background-color: #0f0f0f;
  color: #fff;
  border: #0f0f0f 1px solid;
  margin-left: auto;
  padding: 0 14px;
  height: 38px;
}
@media (max-width: 991px) {
  .search-submit {
    flex: 0 0 auto;
    width: 16.66666667%;
    font-size: 14px;
  }
}
.search-submit:hover {
  background-color: #fff;
  color: #0f0f0f;
  border: #0f0f0f 1px solid;
}

.form-select {
  border-radius: 0;
}

.select_wrapper {
  flex: 0 0 auto;
  width: 100%;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .select_wrapper label {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .select_wrapper {
    padding-right: 10px;
    width: auto;
  }
}

.sidebar-widgets {
  padding: 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #ddd;
}

.sidebar-widgets .widget {
  margin-bottom: 30px;
}

.sidebar-widgets.widget-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.footer-widgets {
  display: flex;
  background: #f0f0f0;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.footer-widgets li a {
  text-decoration: none;
  color: #666;
}

.footer-widgets li a:hover {
  color: #0f0f0f;
}

blockquote {
  font-style: italic;
  background-color: #ededed;
  margin: 10px auto;
  padding: 15px;
  border-radius: 5px;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  text-align: right;
}

.table-bordered {
  caption-side: bottom;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}
.table-bordered caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.table-bordered th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
  padding: 0.75rem !important;
}

code {
  color: blueviolet;
}

address {
  font-style: normal;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

pre {
  overflow: auto;
}

.breadcrumb-bg {
  padding: 10px 0;
  background: #f0f0f0;
}

.breadcrumb {
  margin-bottom: 0;
  padding: 10px 0 5px;
  border-top: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1) !important;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.post-thumbnail {
  width: 100%;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.page-links {
  margin-top: 2em;
  text-align: center;
}

.page-links-title {
  font-weight: bold;
  margin-right: 0.5em;
}

.post-page-numbers {
  display: inline-block;
  margin: 0 0.3em;
  padding: 0.4em 0.8em;
  background-color: #eee;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s ease;
}

.post-page-numbers:hover {
  background-color: #ccc;
}

.post-page-numbers.current {
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

.post-tags {
  margin-top: 1.5em;
  font-size: 0.9em;
  color: #666;
}

.post-tags a {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.3em 0.6em;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.post-tags a:hover {
  background-color: #ddd;
}

.logo-img {
  position: relative;
  z-index: 10;
  background: url(https://outdoor-ranger.jp/wp/wp-content/uploads/2025/10/header-bg2.webp);
  background-size: 100%;
  text-align: center;
  height: 110px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.8) 0px 3px 4px;
}
.logo-img .header-subtitle_text {
  padding: 10px 0 3px;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-left: 16px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
}
@media (max-width: 991px) {
  .logo-img .header-subtitle_text {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .logo-img {
    position: absolute;
    top: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    text-align: left;
  }
  .logo-img a {
    margin-right: auto;
    padding-left: 16px;
  }
}
.logo-img img {
  width: 65%;
  max-width: 240px;
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.6));
}

.header-widgets {
  background: #f0f0f0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 10px 0;
  font-size: 0.9em;
  color: #333;
}

header ul {
  list-style-type: none;
}
header a {
  text-decoration: none;
  color: #fff !important;
}

@media (min-width: 992px) {
  .header__inner {
    background: #0f0f0f;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 80px;
  }
}

.hamburger {
  display: block;
  height: 60px;
  z-index: 10000;
  width: 60px;
  border: none;
  background-color: #0f0f0f;
  position: fixed;
  top: 25px;
  right: 16px;
  margin-left: 0;
}
@media (min-width: 992px) {
  .hamburger {
    left: 10px;
  }
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #fff;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.ttl span {
  width: 100% !important;
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 101;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  padding-top: 120px;
  background-color: #0f0f0f;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .header__nav-area {
    width: 360px;
  }
}
.header__nav-area .widget {
  margin-bottom: 0 !important;
}
.header__nav-area .widget ul li {
  border-bottom: 0 !important;
}
.header__nav-area .ttl {
  margin-top: 20px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid gray;
  color: gray;
}
.header__nav-area .ttl > span {
  padding: 0 0 5px !important;
  border-bottom: 0 !important;
}
.header__nav-area .ttl span {
  color: gray;
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
  overflow: auto;
}

.global-navigation {
  padding: 0 20px 100px;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu > li a {
  padding: 6px !important;
  font-size: 14px;
}

.menu > li > a {
  width: 100%;
}

.sub-menu {
  margin-bottom: 10px;
  margin-left: 20px !important;
}

.page-numbers a,
span.current {
  border: 1px solid #0f0f0f;
}

.single h1,
.archive h1,
.page-template-page-blog h1 {
  padding: 2rem 0 6px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #0f0f0f;
}
@media (min-width: 768px) {
  .single h1,
  .archive h1,
  .page-template-page-blog h1 {
    padding: 3.4rem 0 6px;
    font-size: 24px;
  }
}
.single h2,
.archive h2,
.page-template-page-blog h2 {
  margin: 4px 0 10px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .single h2,
  .archive h2,
  .page-template-page-blog h2 {
    font-size: 28px;
  }
}
.single h2 span,
.archive h2 span,
.page-template-page-blog h2 span {
  padding: 0;
}
.single h3,
.archive h3,
.page-template-page-blog h3 {
  margin: 4px 0 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .single h3,
  .archive h3,
  .page-template-page-blog h3 {
    font-size: 22px;
  }
}
.single h3 span,
.archive h3 span,
.page-template-page-blog h3 span {
  padding: 0;
}

.single h1 {
  margin-bottom: 0;
}
.single .post_body {
  margin: 1rem 0;
}
.single .alignwide {
  width: calc(100% + 24px);
  left: -0.75rem !important;
  right: -0.75rem !important;
  margin-left: 0 !important;
}
@media (min-width: 992px) {
  .single .alignwide {
    max-width: calc(100% + 24px);
  }
}
.single .alignfull {
  width: calc(100% + 24px);
  left: -0.75rem !important;
  right: -0.75rem !important;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .single .alignfull {
    width: 100vw;
    width: 100dvw;
  }
}
@media (min-width: 992px) {
  .single .alignfull {
    width: calc(100vw - 80px);
  }
}
@media (min-width: 1360px) {
  .single .alignfull {
    left: calc(50% + 200px) !important;
    right: 50% !important;
    margin-left: -50vw !important;
  }
}

.archive h1 {
  margin-bottom: 30px;
}
.archive .mainarea {
  margin-bottom: 10%;
}

.sidebar h2 {
  margin: 4px 0 10px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sidebar h2 {
    font-size: 22px;
  }
}
.sidebar h2 span {
  padding: 0;
}

.post_cat {
  background-color: #fff !important;
  border: 1px solid #0f0f0f !important;
  border-radius: 0 !important;
}

.post_time,
.post_cat {
  color: #0f0f0f;
}

.brand-container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.brand-swiper {
  margin-inline: auto;
}
.brand-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-swiper .swiper-slide {
  width: 240px;
  margin-bottom: 24px;
}
.brand-swiper .swiper_title {
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
}
.brand-swiper img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 10px 20px;
}

.swiper.alignfull {
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  border-top: 4px solid #313131;
  border-right: 4px solid #313131;
  position: absolute;
  top: 45%;
}

.swiper-button-next {
  transform: rotate(45deg);
  right: -30px;
}

.swiper-button-prev {
  transform: rotate(225deg);
  left: -30px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-pagination {
  position: static;
  padding: 0 0 18px;
}

.swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  margin: 4px !important;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #0f0f0f;
}

.review-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (min-width: 576px) {
  .review-container {
    width: 94%;
  }
}
.review-container .swiper-slide {
  padding: 20px;
  margin-bottom: 24px;
  background: #fff;
  height: auto;
  border: 2px solid #0f0f0f;
}
.review-container .swiper-button {
  width: 80%;
  max-width: 340px;
  margin: auto;
}
.review-container .swiper-button i {
  padding-left: 0.5rem;
}
.review-container .swiper-button a {
  background: #1da1f2;
  border: 1px solid #1da1f2;
  border-radius: 60px;
  padding: 0.7em 1.5em;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 3px 0 #1877f2;
}
.review-container .swiper-button a:hover {
  color: #1da1f2;
  background: #fff;
  border: 1px solid #1da1f2;
  border-radius: 60px;
  transition: 0.3s;
}
.review-container .voice_text {
  text-align: center;
}
.review-container .total_rating {
  text-align: center;
}
.review-container .star {
  margin-bottom: 10px;
  color: #ffd700;
  font-size: 48px;
  font-weight: 700;
}
.review-container .gallery_time {
  margin-bottom: 5px;
}
.review-container .swiper_title {
  margin-bottom: 0 !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}
.review-container .review_average {
  position: relative;
  bottom: -14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.review-container .review-rating {
  color: #ffd700;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  left: -5px;
}
.review-container figcaption {
  margin: 10px 0;
}

.blog_swiper_container {
  margin-inline: auto;
  position: relative;
  width: 90%;
  max-width: 1024px;
}
@media (min-width: 992px) {
  .blog_swiper_container {
    width: 96%;
  }
}
.blog_swiper_container .h2 {
  margin: 50px 0 30px;
}
.blog_swiper_container .swiper-slide {
  margin-bottom: 24px;
}
.blog_swiper_container .blog_buy_list_btn {
  margin-bottom: 70px;
}
.blog_swiper_container .more_btn {
  margin-bottom: 0 !important;
}

.column-container {
  margin-inline: auto;
  position: relative;
}

.post-type-archive-price_list .alignfull,
.tax-price .alignfull,
.single-price_list .alignfull {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1230px) {
  .post-type-archive-price_list .detail {
    padding-bottom: 0 !important;
  }
}
.gallery_single_container {
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .gallery_single_container {
    margin-bottom: 60px;
  }
}
.gallery_single_container h1 {
  padding-bottom: 6px;
  border-bottom: 1px solid #aaa;
  font-size: min(3.8vw, 24px);
  font-weight: 700;
}
.gallery_single_container .price_list_price_before {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.gallery_single_container .price_list_price {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
}

.price_list_tag {
  margin-bottom: 8px;
  padding-bottom: 6px;
}

.single_gallery_img {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .gallery_single_container {
    padding: 30px;
  }
  .single_gallery_img {
    padding: 0;
  }
}
.single_gallery_img img {
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.price_list_btn {
  overflow: initial !important;
  width: 100%;
  max-width: 600px;
  height: 60px;
  line-height: 1.3;
  margin: 10px auto 70px;
}
@media (min-width: 576px) {
  .price_list_btn {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .price_list_btn {
    max-width: 1060px;
  }
}
@media (min-width: 992px) {
  .price_list_btn {
    padding: 0 10px;
  }
}
.price_list_btn a {
  margin: auto;
  max-width: 600px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  text-align: center;
  border: 1px solid #202579;
  color: #202579 !important;
  font-weight: bold;
  border-radius: 0;
  box-shadow: 0px 4px 4px 0px #bbbbbb;
  font-size: min(3.8vw, 22px) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_list_btn a:hover {
  transition: all 0.5s;
  position: relative;
  bottom: -4px;
  box-shadow: none;
}
.price_list_btn a:after {
  margin-left: 5px;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #202579;
  border-right: 3px solid #202579;
  content: "";
}
@media (min-width: 576px) {
  .price_list_btn a:after {
    width: 14px;
    height: 14px;
    border-top: 4px solid #202579;
    border-right: 4px solid #202579;
  }
}

.kaitori_kakaku .price_list_price {
  font-weight: 700;
  font-size: 20px;
  text-align: right;
}
.kaitori_kakaku .price_list_price_before {
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.kaitori_kakaku .price_list_price_after {
  margin-left: 2px;
  font-size: 14px;
  font-weight: 400;
}
.kaitori_kakaku .price_list_price_none {
  font-weight: 700;
  text-align: right;
}
.kaitori_kakaku .pick_up_row {
  justify-content: space-between;
  margin: 20px auto 24px;
}
.kaitori_kakaku .pick_up_row:before, .kaitori_kakaku .pick_up_row:after {
  content: "";
  display: block;
  order: 1;
  width: 32%;
}
@media (min-width: 768px) {
  .kaitori_kakaku .pick_up_row:before, .kaitori_kakaku .pick_up_row:after {
    width: 23.7%;
  }
}
.kaitori_kakaku .pick_up_row:before {
  order: 1;
}
.kaitori_kakaku .pick_up_col {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 10px 12px;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 1px 0px, rgba(0, 0, 0, 0.3) 0px 1px 4px -1px !important;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  background: #ffffff;
  color: #0f0f0f !important;
  border: 1px solid #f0f0f0;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 576px) {
  .kaitori_kakaku .pick_up_col {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .kaitori_kakaku .pick_up_col {
    width: calc(33.3% - 13px);
  }
}
.kaitori_kakaku .pick_up_col:hover {
  box-shadow: none !important;
  transition: 0.2s;
}
.kaitori_kakaku .pick_up_col:hover img {
  opacity: 0.6;
  transition: 0.2s;
}
.kaitori_kakaku .pick_up_col img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
  -o-object-fit: cover;
  margin-bottom: 12px;
}
.kaitori_kakaku .pick_up_col .pick_up_title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 12px;
}
@media (min-width: 768px) {
  .kaitori_kakaku .pick_up_col .pick_up_title {
    font-size: 14px;
  }
}

.dataTables_paginat .price_list_col {
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 48.5%;
}
@media (min-width: 768px) {
  .dataTables_paginat .price_list_col {
    width: 32%;
  }
}

.price_list_cat {
  font-size: small;
  margin: 0.2rem 0.5rem 0.5rem 0;
  padding: 0.2em 0.5em;
  display: inline-block;
  border-radius: 3px;
  min-width: 7em;
  text-align: center;
  line-height: 1.5;
  border: 1px solid;
}

.price_title {
  text-align: center;
}

footer {
  background: #f0f0f0;
  padding: 60px 0 0;
}
footer h2 {
  padding: 0 0 4px !important;
}
footer .widget ul li {
  border-bottom: 0 !important;
}
footer .widget {
  margin-bottom: 0 !important;
}
footer .widget ul li ul {
  border-left: 0 !important;
}
@media (min-width: 576px) {
  footer .col-sm-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
footer .widgettitle {
  margin-bottom: 0 !important;
}
footer .widgettitle > span {
  padding: 0 !important;
}
footer .widgettitle span {
  width: 100% !important;
  margin-bottom: 0 !important;
}
footer .widgettitle,
footer .ttl {
  margin-bottom: 0 !important;
  padding: 0 0 5px !important;
  width: 100% !important;
  border-bottom: 1px solid #0f0f0f !important;
  margin-bottom: 0 !important;
}

.copy {
  margin-top: 40px;
  padding-bottom: 120px;
  border-top: 1px solid #0f0f0f;
}

.alignwide {
  max-width: 1280px !important;
  left: -12px !important;
  right: -12px !important;
}
@media (min-width: 1400px) {
  .alignwide {
    max-width: 1280px !important;
    left: 0 !important;
  }
}

@media (max-width: 991px) {
  .alignfull:not(.swiper.alignfull),
  .is-style-wide {
    left: -12px !important;
    right: 0 !important;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .alignfull:not(.swiper.alignfull),
  .is-style-wide {
    width: calc(100vw - 80px);
    margin-left: calc(-50vw + 40px) !important;
  }
}

.page .alignwide {
  width: 100vw;
}
@media (min-width: 992px) {
  .page .alignwide {
    width: calc(100% + 24px);
  }
}
@media (min-width: 1360px) {
  .page .alignwide {
    width: calc(100% + 3rem + 30% + 24px);
  }
}
@media (min-width: 1400px) {
  .page .alignwide {
    width: calc(100% + 3rem + 30% + 24px);
  }
}

.wp-block-image.alignfull img {
  width: 100% !important;
}

.wp-block-uagb-container.uagb-is-root-container.alignfull,
.wp-block-uagb-container.uagb-is-root-container.is-style-wide {
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (min-width: 992px) {
  .wp-block-uagb-container.uagb-is-root-container.alignfull,
  .wp-block-uagb-container.uagb-is-root-container.is-style-wide {
    width: calc(100vw - 75px);
    left: calc(50% + 36px);
  }
}

.uagb-question,
.uagb-faq-content {
  padding: 15px 0;
}

.wp-block-uagb-container .alignwide {
  left: auto;
}

.headerSwiper.swiper {
  width: 100%;
  height: 100%;
}
.headerSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
}
@media (min-width: 576px) {
  .headerSwiper .swiper-slide img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.headerSwiper .carousel-caption {
  background: #0f0f0f;
  margin-bottom: 24px;
  padding: 10px;
}
@media (max-width: 991px) {
  .headerSwiper .carousel-caption {
    right: 5%;
    left: 5%;
    bottom: 1%;
  }
}
.headerSwiper .carousel-title {
  margin: 0;
  font-size: min(3vw, 40px);
  font-weight: 700;
  line-height: 1.3;
}
.headerSwiper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.6);
}
.headerSwiper .swiper-scrollbar-drag {
  background: rgb(255, 255, 255);
}

.more_btn {
  margin-bottom: 60px !important;
}
.more_btn a {
  background-color: #0f0f0f;
  color: #fff;
  border: #0f0f0f 1px solid;
  cursor: pointer;
  outline: none;
  margin: auto;
  padding: 0;
  height: 54px;
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}
.more_btn a:hover {
  background-color: #fff;
  color: #0f0f0f;
}

.sougan-icon.wp-block-button a:before {
  position: relative;
  top: -8px;
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url("https://outdoor-ranger.jp/wp/wp-content/uploads/2025/10/binoculars.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-bottom: -12px;
  vertical-align: middle;
}

.title_radius-img {
  position: relative;
  width: 85%;
  height: auto;
  margin: 40px auto 0;
}

.title_radius-sub {
  width: 100%;
  bottom: 40px;
  position: absolute;
  text-align: center;
  color: #2E615A;
  font-weight: 700;
}

.title_radius-sub span {
  border-bottom: 2px solid #2E615A;
}

.title_radius {
  position: relative;
  margin: 0 auto 40px !important;
  padding: 20px 10px !important;
  background: #2E615A;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 576px) {
  .title_radius {
    min-height: 60px;
    font-size: min(4.8vw, 38px);
  }
}
.title_under {
  margin: 0 auto 40px !important;
  padding-top: 40px !important;
  position: relative;
  border-bottom: 4px solid #2E615A;
  color: #2E615A;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 576px) {
  .title_under {
    padding-top: 50px !important;
    font-size: 30px;
  }
}

.title_under:after {
  content: "";
  display: inline-block;
  width: 120px;
  height: 53px;
  background-image: var(--title_under-bg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 576px) {
  .title_under:after {
    width: 200px;
    height: 88px;
  }
}
.title_under-sub {
  position: relative;
  bottom: -30px;
  text-align: center;
}

.title_under-sub span {
  border-bottom: 2px solid #2E615A;
  color: #2E615A;
  font-weight: 700;
}

.list .post_links:hover {
  background-color: #f0f0f0;
}
.list .post_links {
  border-bottom: 0;
}

.f-bar {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://outdoor-ranger.jp/wp/wp-content/themes/liquid-lp-child/img/ki-bg.webp) no-repeat top 79% center;
  background-size: cover;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 8px;
}
@media (min-width: 992px) {
  .f-bar {
    padding-left: 80px;
  }
}

.f-bar img {
  max-width: 270px;
}

@media (min-width: 576px) {
  .f-bar img {
    max-width: 300px;
  }
}/*# sourceMappingURL=style.css.map */