html {
  height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  min-height: 100%;
  /*font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5;
  /*background: #fff;*/
  background-color: #fcfcfa;
  caret-color: transparent;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, fugure, address, input, textarea, p, blockquote, caption, th, td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
}
a, a:visited {
  color: #1a1a1a;
  text-decoration: none;
  transition: .8s;
}
a:focus {
  outline: none;
}
main p a, .link_text {
  text-decoration: underline !important;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a:hover, a:hover img /*, img:hover*/ {
  opacity: 0.7;
  transition: .8s;
}
.font-bold, em {
  font-style: normal;
  font-weight: 700;
}
table {
  width: 100%;
  border-collapse: collapse;
}
td {
  vertical-align: top;
}
/*
		TABLE
*/
.table01, .table02 {
  margin: 0 0 30px;
  width: 720px;
}
.table01 th, .table01 td, .table02 th, .table02 td {
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.table01 th, .table02 tbody th {
  width: 5em;
  text-align: center;
  background: #d6d6d6;
}
.table01 td, .table02 td {
  background: #fff;
}
.table03 {
  border-top: 1px solid #e5e5e5;
}
.table03 th, .table03 td {
  border-bottom: 1px solid #e5e5e5;
}
.table03 th {
  width: 8em;
  background: #e5e5e5;
}
.spOnly {
  display: none !important;
}
input, textarea {
  caret-color: #1a1a1a !important;
}
/*
    BREADCRUMB
*/
.breadcrumbWrap {
  width: 100%;
}
.breadcrumbWrap li a {
  font-weight: 700;
}
.breadcrumbWrap br {
  display: none;
}
.breadcrumbWrap li:after {
  content: '>';
  padding: 0 0.2em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
@media (max-width: 899px) {
  .breadcrumbWrap {
    padding: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  .breadcrumbWrap::-webkit-scrollbar {
    height: 5px;
  }
  .breadcrumbWrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .breadcrumbWrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #999;
  }
  .breadcrumbWrap ul {
    display: flex;
    gap: 1rem;
    list-style: none;
  }
  .breadcrumbWrap li {
    padding-bottom: 5px;
  }
  .breadcrumbWrap, .breadcrumbWrap a {
    font-size: 12px;
  }
}
@media (min-width: 900px) {
  .breadcrumbWrap {
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .breadcrumbWrap {
    margin: 0 auto !important;
    width: 100%;
    /*max-width: 1200px;*/
    text-align: left;
    text-overflow: ellipsis;
  }
  .breadcrumbWrap li {
    display: inline;
    padding-bottom: 10px;
  }
  .breadcrumbWrap, .breadcrumbWrap a {
    font-size: 13px;
  }
}
/*
		LIST
*/
.listDisc {
  margin: 0 0 2em 1em;
  padding-left: 1em;
  list-style-type: disc !important;
}
.listDisc li {
  margin: 0 0 0.5em;
}
.listDisc li a, .listNum li a {
  text-decoration: underline !important;
}
td .listDisc, td .listNum {
  margin: 0 0 0 1em !important;
}
.listDisc li ul, .listNum li ul {
  margin-top: 1em;
}
/*
		BUTTON
*/
.more_link_button_wrap {
  display: flex;
  justify-content: center;
}
.more_link_button {
  padding: 1rem;
  width: 15em;
  border: 2px solid #c7c7c7;
  border-radius: 9999px;
  font-size: 1.6rem;
  text-align: center;
  background-image: url("../img/arrow_right_line.svg");
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
@media (min-width: 900px) {
  .more_link_button {
    font-size: 1.6rem;
  }
}
/*
	HEADER
*/
header {
  position: relative;
}
.headerNavi-wrap {
  list-style: none !important;
}
#headerNavi {}
#headerNavi li:hover {
  opacity: 0.5;
  transition: .8s;
}
#globalNavi {
  margin-top: 30px;
}
.nv-home a {
  background-color: #ff939b;
}
.nv-asobu a {
  background-color: #fdc4b2;
}
.nv-oshokuji a {
  background-color: #ffe3ba;
}
.nv-omiyage a {
  background-color: #ffd4eb;
}
.nv-shukuhaku a {
  background-color: #b7f1e4;
}
.nv-event a {
  background-color: #dffcca;
}
.nv-member a {
  background-color: #b2c5fd;
}
.nv-contact a {
  background-color: #b2f9fd;
}
#headerNavi a {
  font-weight: 900;
}
#sitelogo img {
  display: block;
  width: 100%;
  height: auto;
}
.headerNavi_sns_fb, .headerNavi_sns_in {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerNavi_sns_fb a, .headerNavi_sns_in a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}
.headerNavi_sns_fb a {
  background-image: url("../img/icon-facebook.png");
}
.headerNavi_sns_in a {
  background-image: url("../img/icon-instagram.png");
}
.wp-block-list {
  list-style: none !important;
}
@media (max-width: 899px) {
  #header {}
  #header .container {
    display: flex;
    width: 100%;
    height: 80px;
    align-items: center;
  }
  #headerNavi {
    display: none;
  }
  #sitelogo {
    width: 180px;
  }
}
@media (min-width: 900px) {
  #header .container {
    display: flex;
    width: 100%;
    height: 90px;
    justify-content: space-between;
    align-items: center;
  }
  #sitelogo {
    width: 25%;
    max-width: 260px;
  }
  .headerNavi_wrap {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
  }
  .header_caption {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
  .headerNavi-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
  }
  .headerNavi-item a {
    display: block;
    padding: 0 16px;
    border-radius: 9999px;
  }
  .headerNavi-item a {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
}
/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hamburger {
  position: fixed;
  right: 20px;
  appearance: none;
  border: none;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  outline: none;
  transition: transform .3s, width .3s;
  background-color: transparent;
  z-index: 500;
}
@media (max-width: 899px) {
  .hamburger {
    top: 26px;
  }
}
@media (min-width: 900px) {
  .hamburger {
    top: 34px;
  }
}
.hamburger-line {
  position: absolute;
  margin: auto;
  height: 2px;
  top: 0;
  left: 0;
  right: 0;
  transition: inherit;
  width: 100%;
  background-color: #333;
}
.hamburger-line::before, .hamburger-line::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 100%;
}
.hamburger-line::before {
  top: 10px;
}
.hamburger-line::after {
  top: 20px;
}
.hamburger[aria-expanded="true"] .hamburger-line {
  transform: translateY(15px) rotate(-45deg);
}
.hamburger[aria-expanded="true"] .hamburger-line::before {
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
}
.hamburger[aria-expanded="true"] .hamburger-line::after {
  transform: translateY(-20px) rotate(90deg);
}
.overlay {
  background-color: #333;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .6s, visibility .6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}
.overlay.active {
  opacity: .8;
  visibility: visible;
}
.modal-container {
  background-color: #fff;
  position: fixed;
  z-index: 200;
}
.modal-container[aria-hidden="false"] {
  overflow-y: scroll;
}
#globalNavi-modal ul {
  list-style: none !important;
}
.menu-link {
  display: inline-block;
}
.btn_sns {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.btn_sns img {
  width: 32px;
  height: auto;
}
.modal-container {
  height: 100%;
  top: 0;
  right: -100%;
  transition: right .3s ease-in-out;
}
@media (max-width: 639px) {
  .modal-container {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .modal-container {
    width: 60%;
  }
}
@media (min-width: 940px) {
  .modal-container {
    width: 40%;
  }
}
.modal-container[aria-hidden="false"] {
  right: 0;
  transition: right .6s ease-in-out;
}
#modal-wrap {
  padding: 0 15%;
  width: 100%;
}
#globalNavi {
  margin: 0 auto 30px;
  border-top: 2px solid #d2d2d2;
}
.globalNavi-wrap a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px;
  border-bottom: 2px solid #d2d2d2;
}
.globalNavi-logo {
  margin: 20px auto 30px;
  width: 80%;
  height: auto;
}
.globalNavi-address {
  margin: 20px auto;
  font-size: 1.6rem;
  text-align: center;
}
.globalNavi-address em {
  font-size: 1.8rem;
}
/*
	LAYOUT
*/
#header, #headerNavi, #topicPath, main {
  marign: 0;
  padding: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
main section {
  text-align: left;
  margin: 0 auto;
  max-width: 1080px;
  width: 92%;
}
section p {
  margin-bottom: 2em;
}
#topicPath {
  background: #ffdfd2;
}
/* TOP */
#slide {
  position: relative;
  width: 100%;
}
.visual-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.visual-logo img {
  display: block;
  margin: auto;
  width: 60%;
  max-width: 680px;
  height: auto;
}
/* TOP 小山町マップ */
.index_oyama_widemap_container {
  /*background: #fcfbee;*/
  background-image: url("../img/bg_index_category_menu.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.oyama_widemap {
  margin: 0 auto;
}
.oyama_widemap_heading {
  font-weight: 900;
  color: #fa1d00;
}
.oyama_widemap_text {
  border-radius: 10px;
  border: 2px solid #4ccc92;
  background: #fff;
}
.index_special_banner {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (max-width: 549px) {
  .index_oyama_widemap_container {
    margin: 30px 0;
    padding-top: 30px;
  }
  .index_oyama_widemap {
    width: 100%;
    height: auto;
  }
  .index_oyama_widemap_wrap {}
  .oyama_widemap_image_map {
    width: 100%;
    height: auto;
  }
  .oyama_widemap_text_wrap {
    background-image: url("../img/index_oyamamap_kintaro.png");
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
  .oyama_widemap_text_wrap {
    margin-top: 20px;
  }
  .oyama_widemap_text {
    padding: 8px;
    width: 70%;
    font-size: 1.4rem;
  }
}
@media (min-width: 550px) and (max-width: 699px) {
  .index_oyama_widemap_container {
    margin: 30px 0;
    padding: 30px 0;
  }
  .index_oyama_widemap {
    width: 100%;
    height: auto;
  }
  .index_oyama_widemap_wrap {}
  .oyama_widemap_image_map {
    width: 100%;
    height: auto;
  }
  .oyama_widemap_text_wrap {
    background-image: url("../img/index_oyamamap_kintaro.png");
    background-size: auto 100%;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
  .oyama_widemap_text_wrap {
    margin-top: 20px;
  }
  .oyama_widemap_text {
    padding: 20px 10px;
    width: 80%;
    font-size: 1.6rem;
  }
}
@media (min-width: 700px) {
  .index_oyama_widemap_container {
    margin: 40px 0;
    padding: 40px 0;
  }
  .oyama_widemap {
    max-height: 500px;
    background-image: url("../img/index_oyamamap_kintaro.png");
    background-size: 25% auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
  .index_oyama_widemap_wrap {
    position: relative;
    width: 75%;
    max-width: 810px;
    max-height: 500px;
    aspect-ratio: 81 / 50;
    overflow: hidden;
  }
  .index_oyama_widemap {
    max-width: 100%;
    height: auto;
  }
  .oyama_widemap_text {
    width: 74%;
    max-width: 600px;
    height: auto;
  }
  .oyama_widemap_text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 10px;
    font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  }
}
/*
	バナー feature
*/
.feature_banner_list, .link_banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 699px) {
  .feature_banner_item {
    width: 100%;
  }
  .feature_banner_item img {
    width: 100%;
    height: auto;
  }
  .link_banner_item {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 700px) {
  .link_banner_list {}
  .feature_banner_item {
    width: calc((100% - 15px) / 2);
  }
  .link_banner_item {
    margin-bottom: 8px;
    width: calc((100% - 24px) / 4);
  }
}
.link_banner_list img {
  width: 100%;
  height: auto;
}
/*
	PAGENAVI
*/
/*
	WP-PAGENAVI
*/
.wp-pagenavi {
  font-size: 1.4rem;
  text-align: center;
}
.wp-pagenavi .pages {
  display: inline-block;
  margin-right: 8px;
  padding: 6px;
  background: #fafafa;
  color: #fff;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  background: #fafafa;
  color: #fff;
  line-height: 32px;
}
.wp-pagenavi .extend {
  display: inline-block;
  margin: 8px;
  font-weight: bold;
  line-height: 32px;
}
.wp-pagenavi a {
  font-size: 1.4rem;
  text-decoration: none;
}
.wp-pagenavi a.first, .wp-pagenavi a.last {
  width: auto;
  margin: 8px;
  padding-right: 4px;
  padding-left: 4px;
  border: 0;
  border-bottom: 2px solid #fafafa;
  border-radius: 0;
  background: transparent;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.smaller, .wp-pagenavi a.larger {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 8px;
  border: 2px solid #fafafa;
  border-radius: 50%;
  line-height: 32px;
}
.wp-pagenavi a.previouspostslink:hover, .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.smaller:hover, .wp-pagenavi a.larger:hover {
  border-color: #ff8020;
  background: #ff8020;
  color: #fff;
  transition: all .3s;
} /*
a.btn-listback {
  display: flex;
  justify-content: center;
  align-items: center;
}*/
a.btn-listback {
  display: inline-block;
  padding: 0 16px;
  border-radius: 9999px;
  height: 36px;
  line-height: 36px;
  font-size: 1.3rem;
  font-weight: 900;
}
/*
	FOOTER
*/
footer {
  background: #f2f2f2;
}
.footer_title {
  font-weight: 700;
}
footer ul {
  list-style: none;
}
.copyright_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 599px) {
  footer .container {
    padding: 20px;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .footer_address_wrap {
    margin-bottom: 2rem;
  }
  .footer_address_wrap {
    text-align: center;
  }
  .footer_title {
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
  .footer_navi_wrap {
    display: none;
  }
  .copyright_wrap {
    padding: 10px 0;
  }
  .copyright_item {
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  footer .container {
    padding: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .footer_address_wrap {
    margin-bottom: 2rem;
  }
  .footer_address_wrap {
    text-align: center;
  }
  .footer_title {
    margin: 0 auto 10px;
    font-size: 1.8rem;
  }
  .footer_navi_home, .footer_navi_category, .footer_navi_about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 30px;
  }
  .footer_navi_wrap a {
    padding: 0 1.5rem;
  }
  .footer_navi_item + li {
    border-left: 1px solid #808080;
  }
  .copyright_wrap {
    padding: 15px 0;
  }
  .copyright_item {
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
@media (min-width: 900px) {
  footer .container {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 1.6rem;
  }
  .footer_address_wrap {}
  .footer_title {
    font-size: 2rem;
    line-height: 4.5rem;
    font-weight: 700;
  }
  .footer_address {
    list-style: none;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .footer_navi_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
  }
  .footer_navi_wrap li {
    line-height: 3rem;
  }
  .footer_navi_wrap a {
    padding-left: 24px;
    font-size: 1.4rem;
    background-image: url("../img/arrow_right_line.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
  }
  .copyright_wrap {
    padding: 20px 0;
  }
  .copyright_item {
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .footlogoWrap {
    display: flex;
    text-align: left;
    align-items: flex-start;
  }
  .footnavWrap {}
  .footLogo {
    margin: 0;
    width: 150px;
  }
  .footAddress {
    padding-left: 20px;
    font-size: 14px;
  }
}
#news_archive.page_header {
  background-image: url("../img/archive-header-bg.jpg");
}
.page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
}
.page_title {
  margin: 0 auto;
  font-weight: 700;
  z-index: 10;
}
.title_asobu {
  background-image: url("../img/pageheader-bg-asobu.jpg");
}
.title_oshokuji {
  background-image: url("../img/pageheader-bg-oshokuji.jpg");
}
.title_omiyage {
  background-image: url("../img/pageheader-bg-omiyage.jpg");
}
.title_shukuhaku {
  background-image: url("../img/pageheader-bg-shukuhaku.jpg");
}
.title_event {
  background-image: url("../img/pageheader-bg-event.jpg");
}
.title_info {
  background-image: url("../img/pageheader-bg-info.jpg");
}
.title_member {
  background-image: url("../img/pageheader-bg-member.jpg");
}
.title_contact {
  background-image: url("../img/pageheader-bg-contact.jpg");
}
.title_fujisan, .title_about {
  background-image: url("../img/pageheader-bg-fujisan.jpg");
}
.page_header::after {
  position: absolute;
  content: '';
  width: 100%;
  background-image: url("../img/page-header-fuji.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.title_asobu::after {
  background-image: url("../img/page-header-fuji-asobu.svg");
}
.title_oshokuji::after {
  background-image: url("../img/page-header-fuji-oshokuji.svg");
}
.title_omiyage::after {
  background-image: url("../img/page-header-fuji-omiyage.svg");
}
.title_shukuhaku::after {
  background-image: url("../img/page-header-fuji-shukuhaku.svg");
}
.title_event::after {
  background-image: url("../img/page-header-fuji-event.svg");
}
.title_info::after {
  background-image: url("../img/page-header-fuji-info.svg");
}
.title_member::after {
  background-image: url("../img/page-header-fuji-member.svg");
}
.title_contact::after {
  background-image: url("../img/page-header-fuji-contact.svg");
}
.title_fujisan::after, .title_about::after {
  background-image: url("../img/page-header-fuji-fujisan.svg");
}
.spot-title-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#asobu .spot-title {
  color: #fa3b00;
}
#oshokuji .spot-title {
  color: #ffa11a;
}
#omiyage .spot-title {
  color: #ff70bd;
}
#shukuhaku .spot-title {
  color: #10d1a6;
}
.spot-title {
  font-weight: 700;
}
.spot_subphoto {
  list-style: none;
}
@media (max-width: 599px) {
  .page_header {
    margin-bottom: 30px;
    padding-top: 20px;
    height: 100px;
  }
  .page_title {
    font-size: 1.6rem;
  }
  .page_header::after {
    height: 80px;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .page_header {
    margin-bottom: 30px;
    padding-top: 40px;
    height: 160px;
  }
  .page_title {
    font-size: 1.8rem;
  }
  .page_header::after {
    height: 120px;
  }
}
@media (min-width: 900px) {
  .page_header {
    margin-bottom: 30px;
    padding-top: 40px;
    height: 200px;
  }
  .page_title {
    font-size: 2.4rem;
  }
  .page_header::after {
    height: 160px;
  }
  .spot-title {
    font-size: 3rem;
  }
}
.post-title-wrap {
  width: 100%;
}
.blog_list_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.post-time {
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.post-time time {
  padding: 0.1em 0.5em;
  border-radius: 0.5em;
  letter-spacing: 0.2rem;
  color: #009a79;
  background-color: #d6efe9;
}
.post-thumbnail__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.spot_detail_table, .post-thumbnail__img {
  margin-bottom: 20px;
}
@media (min-width: 900px) {
  .spot_detail_table, .post-thumbnail__img {
    margin-bottom: 30px;
  }
}
.spot_detail_table {
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}
.spot_detail_table a {
  text-decoration: underline !important;
}
.spot_detail_table th, .spot_detail_table td {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}
@media (min-width: 700px) {
  .pageTop {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .sideBanner li {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
  .slick-item img {
    width: 100%;
    height: auto;
  }
  .bxslider {
    z-index: 1;
  }
  .visualCopy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 665px;
    width: 62%;
    z-index: 10;
  }
}
@media (max-width: 899px) {
  /*
		LAYOUT
*/
  main .container {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.5;
  }
  main section {
    padding-bottom: 30px;
  }
  .pageVisual img {
    padding-bottom: 10px;
  }
  .pageVisual .inner {
    padding: 10px;
    text-align: left;
    overflow: hidden;
  }
  .pageVisual p, .pageVisual span {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pageVisual span {
    display: block;
  }
  .heading, .single h2 {
    margin: 0 0 20px;
  }
  .heading, .heading a, .single h2 {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 2;
    color: #138821;
    text-decoration: none !important;
  }
  .subHeading {
    margin: 0 0 10px;
    padding: 0.2em;
    text-indent: 0.5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    background: #ffdfd2;
  }
  /*
		MEAN BAR
*/
  .mean-bar {}
  .mean-nav li a {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none !important;
  }
  .meanclose {
    color: #fff !important;
  }
  .mean-container .mean-nav ul li li a, .mean-container .mean-nav ul li li a:hover {
    background: #138821 url("../img/icon-arrow02.gif") 5% 50% no-repeat;
  }
  .sub-menu li a {}
  /*
		SIDE
*/
  #side {
    margin: 0 auto;
    width: 100%;
  }
  .sideNavi {
    display: none !important;
  }
  #bottomContact {
    text-align: center;
  }
  #bottomContact h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #bottomContact > p {
    font-size: 16px;
  }
  .contactbtn {
    margin: 30px auto;
    width: 86%;
  }
  .contactbtn li:first-child {
    margin-bottom: 30px;
  }
  .contactbtn a {
    border-width: 5px;
  }
  .contactbtn h4 {
    margin-top: 10px;
    font-size: 18px;
  }
  .contactbtn p {
    margin-bottom: 10px;
    font-size: 20px;
  }
  /*
		INDEX
*/
  .visualCopy {
    height: auto;
  }
  #indexBanner li {
    margin-bottom: 20px;
  }
  #indexMessage.column {
    padding-bottom: 0 !important;
  }
  #indexMessage p {
    font-size: 15px;
    font-size: 1.5rem;
    text-indent: 1em;
  }
  /*
 		BLOG
*/
  .archiveList {
    margin: 0 0 20px;
  }
  .archiveList li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted #b3b3b3;
  }
  .archiveList .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .archiveList .thumbnail img {
    width: 80px;
    height: auto;
  }
  .archiveList .subjectBox {
    margin-left: 100px;
  }
  .time {
    display: block;
    margin: 0 0 10px;
    width: 80px;
    font-size: 1.1rem;
    font-size: 12px;
  }
  .archiveList h2 {
    font-size: 16px !important;
    font-size: 1.6rem !important;
    line-height: 16px !important;
    color: #666 !important;
  }
  .postLink {
    margin: 0 5%;
    width: 90%;
    overflow: hidden;
  }
  .postLink .prev {
    padding-left: 20px;
    text-align: left;
    background: url("../img/arrow-postlink-prev.png") 0 50% no-repeat;
  }
  .postLink .next {
    padding-right: 20px;
    text-align: right;
    background: url("../img/arrow-postlink-next.png") 100% 50% no-repeat;
  }
  .single {
    margin: 0 auto;
    font-size: 1.5rem;
    line-height: 2;
  }
  .post-title {
    font-size: 1.6rem;
  }
  /*
		INDEX
*/
}
@media (min-width: 900px) {
  /*
		COMMON
*/
  .sp {
    display: none;
  }
  main .container {
    max-width: 1080px;
  }
  main .container {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.5;
  }
  main section {
    padding-bottom: 80px;
  }
  .titleWrap {
    margin: 0 auto 30px;
    text-align: center;
  }
  .titleWrap p {
    font-size: 40px !important;
    font-size: 4rem;
    font-weight: 900;
    color: #138821;
  }
  .titleWrap span {
    display: block;
    margin: 0 auto;
    font-size: 1.6rem;
    font-size: 16px;
  }
  .pageHeader {
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
  }
  .largeTitle {
    font-size: 40px !important;
    font-size: 4rem;
    font-weight: 900;
    color: #138821;
  }
  .largeTitle span {
    display: block;
    margin: 0 auto;
    font-size: 1.4rem;
    font-size: 14px;
  }
  .column {
    margin: 0 0 30px;
    overflow: hidden;
  }
  /*
		TOPICPATH
*/
  #topicPath ul {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
  }
  #topicPath li {
    float: left;
    padding: 10px 30px 10px 0;
    background: url("../img/topicpath-arrow.png") 90% 50% no-repeat;
  }
  #topicPath li.last {
    padding: 10px 0;
    background-image: none;
  }
  #topicPath, #topicPath a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /*
	bottomContact
*/
  .contactbtn {
    display: flex;
    justify-content: space-between;
  }
  #bottomContact h3 {
    font-size: 40px;
  }
  #bottomContact > p {
    font-size: 20px;
  }
  .contactbtn {
    margin: 30px auto;
  }
  .contactbtn li {
    width: 48%;
  }
  .contactbtn a {}
  .contactbtn h4 {
    font-size: 20px;
  }
  .contactbtn p {
    font-size: 26px;
  }
  /*
		INDEX
*/
  #slide {}
  /*
		blog
*/
  .single .time {
    display: block;
    width: 90px;
    font-size: 1.2rem;
    font-size: 12px;
  }
  .archiveList {
    margin: 0 0 20px;
  }
  .archiveList li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted #b3b3b3;
  }
  .archiveList .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
  }
  .archiveList .subjectBox {
    margin-left: 100px;
  }
  .archiveList .time {
    display: block;
    width: 90px;
    font-size: 1.2rem;
    font-size: 12px;
  }
  .archiveList li h2 {
    border: none !important;
  }
  .archiveList h2 a {
    font-size: 1.6rem;
    font-size: 16px;
    color: #666 !important;
  }
  .postLink {
    width: 720px;
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden;
  }
  .postLink .prev {
    float: left;
    padding-left: 30px;
    width: 360px;
    border-right: 1px solid #b3b3b3;
    text-align: left;
    background: url("../img/arrow-postlink-prev.png") 0 50% no-repeat;
  }
  .postLink .next {
    float: right;
    padding-right: 30px;
    width: 360px;
    border-left: 1px solid #b3b3b3;
    text-align: right;
    background: url("../img/arrow-postlink-next.png") 100% 50% no-repeat;
  }
  .single {
    margin: 0 auto;
    max-width: 80%;
    font-size: 1.6rem;
    line-height: 2;
  }
  .post-title {
    font-size: 2rem;
  }
  .spot_subphoto {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    list-style: none;
    margin-bottom: 30px;
  }
  .spot_subphoto_item {
    width: calc((100% - 60px) / 3);
  }
  .spot_text_wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  } /*
  .spot_caption_wrap, .spot_detail_table {
    width: calc((100% - 20px) /2);
    margin-bottom: 30px;
  }*/
  .spot_detail_table th {
    width: 6em;
  }
}
/*

INDEX

*/
.index_category_caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 700px) {
  .index_category_caption {
    font-size: 2.2rem;
  }
}
.index_category_menu_container {
  background-color: #f9f8f2;
  /*background-image: url("../img/bg_index_category_menu.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}
.index_category_menu {
  padding: 20px 0;
}
.index_category_menu_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.index_category_menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin: 0 auto 20px;*/
  /*width: calc((100% - 50px) / 2);*/
}
.index_category_menu_item:hover {
  opacity: 0.7;
}
.index_category_menu_item img {
  display: block;
  margin-bottom: 10px;
}
.index_category_menu_item h2, .blog_title {
  font-size: 3.8vw;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
}
.index_category_title_asobu {
  color: #fa3b00;
}
.index_category_title_oshokuji {
  color: #ffa11a;
}
.index_category_title_omiyage {
  color: #ff70bd;
}
.index_category_title_shukuhaku {
  color: #10d1a6;
}
@media (max-width: 799px) {
  .index_category_menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 20px;
    width: calc((100% - 50px) / 2);
  }
}
@media screen and (min-width: 800px) {
  .index_category_menu {
    padding: 40px 0;
  }
  .index_category_menu_item {
    width: calc((100% - 80px) / 4);
    min-with: 200px;
    max-width: 240px;
  }
  .index_category_menu_item h2, .blog_title {
    margin: 0 auto;
    font-size: 2.2rem;
  }
}
.blog_title {
  margin: 30px auto;
  padding-bottom: 20px;
  font-weight: 700;
  background-image: url("../img/blog_title_underbar2.svg");
  background-size: 94px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.page_title {
  margin: 20px auto;
  padding-bottom: 10px;
  font-weight: 700;
  background-size: 80px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
#asobu .page_title {
  background-image: url("../img/blog_title_underbar_asobu.svg");
}
#oshokuji .page_title {
  background-image: url("../img/blog_title_underbar_oshokuji.svg");
}
#omiyage .page_title {
  background-image: url("../img/blog_title_underbar_omiyage.svg");
}
#shukuhaku .page_title {
  background-image: url("../img/blog_title_underbar_shukuhaku.svg");
}
#member .page_title {
  background-image: url("../img/blog_title_underbar_member.svg");
}
#info .page_title {
  background-image: url("../img/blog_title_underbar_info.svg");
}
#contact .page_title {
  background-image: url("../img/blog_title_underbar_contact.svg");
}
@media screen and (min-width: 800px) {
  .page_title {
    margin: 30px auto;
    padding-bottom: 20px;
    background-size: 120px auto;
  }
}
.blog_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
}
.blog_list_eyecatche_item {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 10px;
}
.blog_list_eyecatche_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}
.blog_list_eyecatche_item:hover img {
  transform: scale(1.1);
}
.blog_list_title {}
.blog_list_eyecatche {
  margin-bottom: 20px;
  width: 100%;
}
.blog_list_eyecatche_item {
  /*width: auto;
  height: 100%;*/
}
@media screen and (min-width: 900px) {
  .blog_list_wrap {
    margin-bottom: 30px;
    gap: 40px;
  }
  .blog_list_item {
    width: calc((100% - 80px) / 3);
  }
  .blog_list_eyecatche_item {
    margin-bottom: 20px;
  }
  .post-time {
    font-size: 1.3rem;
  }
  .blog_list_title {
    height: 3em;
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
}
/*
	SINGLE
*/
.single_mainphoto {
  margin-bottom: 50px;
}
.single_text_title {
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
}
.single p, .single td {
  font-size: 1.6rem;
  line-height: 1.8;
}
.single th {
  font-size: 1.4rem;
  line-height: 1.8;
}
.single_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.single_text_wrap {
  width: 45%;
}
.single_detail_wrap {
  width: 50%;
}
.single_detail {
  border-top: 1px solid #ccc;
}
.single_detail th, .single_detail td {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.single_gmap_wrap {
  margin-bottom: 50px;
}
.single_gmap {
  aspect-ratio: 108 / 46;
  max-width: 1080px;
  width: 100%;
  height: auto;
}
.pagination {
  display: flex;
  justify-content: center;
}
.nav-links {
  display: flex;
}
.page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  color: #666666;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #666666;
}
.page-numbers.current {
  padding: 10px 20px;
  background: #666;
  color: #ffffff;
}
.page-numbers.prev, .page-numbers.next {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}
.page-numbers.dots {
  background: transparent;
  box-shadow: none;
  border: none;
  color: #666666;
}
.relatedspot-title-wrap {
  margin: 0 auto 20px;
  text-align: center;
}
.relatedspot-title {
  font-size: 2rem;
}
.relatedspot-list-wrap {}
.relatedspot-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  list-style: none;
}
.relatedspot-list-item {
  width: calc((100% - 120px) / 5);
}
.relatedspot-list-thumb {}
.relatedspot-list-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
}
.relatedspot-list-title {
  font-size: 1.5rem;
}
/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
  .page-numbers, .page-numbers.current {
    padding: 5px 10px; /* パディングを小さく */
  }
}
/*
	CONTACTFORM
*/
.formBox dt {
  background: #ededed;
}
.formBox > dd dt {
  background: transparent !important;
}
.formBox > dd dd {
  margin-left: 2em;
}
.formBox > dd ul {
  margin: 1em;
}
@media screen and (max-width: 899px) {
  .formBox > dt, .formBox > dd {
    padding: 10px;
  }
}
@media screen and (min-width: 900px) {
  .formBox > dt, .formBox > dd {
    padding: 15px;
  }
}
.privacypolicy_wrap {
  margin: 0 auto;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
}