@charset "UTF-8";
/* CSS Document */
/* ボックスサイジング */
*, *:before, *:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.wrap1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* 親テーマのスタイルを調整した部分 */
.post-card-text02 {
  max-height: inherit!important;
}
.post-card-body {
  padding: 0 0 10px!important;
}

/* カスタムフィールド登録部分（フロント） */
.acf-wrap {
  border: solid 1px #9fafc4;
  border-radius: 16px;
  width: 100%;
  max-width: 1300px;
  margin: 30px auto;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.acf-wrap h2 {
  padding: 0!important;
}
.acf-wrap ul.about-table {
  border-top: solid 1px #9fafc4;
  margin: 25px 0px;
  padding: 0px;
}
.acf-wrap ul.about-table li {
  list-style: none;
  border-bottom: solid 1px #9fafc4;
}
@media(max-width:480px){
.acf-wrap {
  padding: 10px 20px;
}
.acf-wrap ul.about-table li {
  font-size: 15px;
}
}


.post-type-archive-event .post-card,
.post-type-archive-spot .post-card,
.post-type-archive-gourmet .post-card{
  margin-bottom: 50px!important;
}
.post-type-archive-event .post-card a:-webkit-any-link,
.post-type-archive-spot .post-card a:-webkit-any-link,
.post-type-archive-gourmet .post-card a:-webkit-any-link,
.single-spot .post-card a:-webkit-any-link,
.single-gourmet .post-card a:-webkit-any-link {
  color: #555;
  text-decoration: none;
}
.post-type-archive-event .post-card-title,
.post-type-archive-spot .post-card-title,
.post-type-archive-gourmet .post-card-title{
  font-size: 22px!important;
  font-weight: 500!important;
}
.post-type-archive-event .cat,
.post-type-archive-spot .cat,
.post-type-archive-gourmet .cat,
.single-spot .cat,
.single-gourmet .cat {
  font-size: 16px;
  margin: 5px 0 0;
}
.post-type-archive-event .cat span,
.post-type-archive-spot .cat span,
.post-type-archive-gourmet .cat span,
.single-spot .cat span,
.single-gourmet .cat span {
  display: inline-block;
  color: #fff;
  background: #555;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
@media(max-width:480px){
.post-type-archive-event .post-card,
.post-type-archive-spot .post-card,
.post-type-archive-gourmet .post-card{
  margin-bottom: 30px!important;
}
.post-type-archive-event .post-card-title,
.post-type-archive-spot .post-card-title,
.post-type-archive-gourmet .post-card-title{
  font-size: 18px!important;
}
.post-type-archive-event .cat,
.post-type-archive-spot .cat,
.post-type-archive-gourmet .cat,
.single-spot .cat,
.single-gourmet .cat {
  font-size: 12px;
}
.post-type-archive-event .cat span,
.post-type-archive-spot .cat span,
.post-type-archive-gourmet .cat span,
.single-spot .cat span,
.single-gourmet .cat span {
  padding: 0 8px;
  margin: 0 5px 5px 0;
}
}


/*絞り込み検索枠部分*/
.filter-form {
  border: none!important;
  padding: 30px 0 10px!important;
  max-width: 1300px;
  margin: 0 auto;
}


.btn-archive {
  text-align: center;
  margin-top: 50px;
}
.btn-archive a {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  background: #555;
  border-radius: 10px;
  padding: 20px;
  min-width: 250px;
}
.btn-archive a:hover {
  color: #fff;
  opacity: 0.7;
}
@media(max-width:480px){
.btn-archive {
  margin-top: 30px;
}
.btn-archive a {
  font-size: 16px;
  padding: 20px;
  min-width: 250px;
}
}


/* イベント情報一覧*/
.post-type-archive-event .post-card {
  transition: all 0.5s;
}
.post-type-archive-event .post-card:hover {
  opacity: 0.7;
}
.post-type-archive-event .icatch {
  margin-bottom: 10px;
}
.post-type-archive-event .icatch img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.post-type-archive-event .date {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  line-height: 1.4;
}
@media(max-width:480px){
.post-type-archive-event .date {
  font-size: 12px;
}
}

/* イベント情報詳細 */
ul.img-box {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
ul.img-box li {
  list-style: none;
  max-width: 50%;
}
ul.img-box li:nth-last-of-type(1) {
  margin-left: 20px;
}
dl.about-table {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
}
dl.about-table dt {
  position: relative;
  border-bottom: solid 1px #9fafc4;
  padding: 5px 20px 5px 0;
}
dl.about-table dt::after {
  content: "：";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}
dl.about-table dd {
  border-bottom: solid 1px #9fafc4;
  padding: 5px 0;
}
.acf-map {
  margin: 40px 0 20px;
}


/* 観光スポット一覧*/
.post-type-archive-spot .tag {
  font-size: 14px;
  line-height: 1.4;
}
@media(max-width:480px){
.post-type-archive-spot .tag {
  font-size: 12px;
}
}


/* グルメ一覧*/
.post-type-archive-gourmet .archive-wrap {
  margin-bottom: 80px;
}
.post-type-archive-gourmet .archive-wrap h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", sans-serif;
  font-weight: 700 !important;
  padding: 0!important;
}
.post-type-archive-gourmet .post-card {
  transition: all 0.5s;
}
.post-type-archive-gourmet .post-card:hover {
  opacity: 0.7;
}
.post-type-archive-gourmet .post-card-text .tag {
  margin-bottom: 10px!important;
}
.post-type-archive-gourmet .post-card-text .text01 {
  font-size: 16px;
  margin-bottom: 10px;
}
.post-type-archive-gourmet .post-card-text ul {
  padding: 0;
  margin: 0;
}
.post-type-archive-gourmet .post-card-text ul li {
  font-size: 14px;
  list-style: none;
}
.post-type-archive-gourmet .post-card-text .btn-more {
  color: #fff;
  text-align: center;
  background: #555;
  border-radius: 5px;
  margin: 10px 0 0;
}
@media(max-width:480px){
.post-type-archive-gourmet .post-card-text .text01 {
  font-size: 14px;
  margin-bottom: 10px;
}
.post-type-archive-gourmet .post-card-text .btn-more {
  font-size: 13px;
}
}



/* トップページ */
@media (min-width: 968px) {
.home #gazou-wide {
  margin-bottom: 300px!important;
}
}


/* トップページ イベント */
.top__container .event-area h2 {
  background: none!important;
  border: none!important;
}
.top__container .event-area .slick-a__item a {
  transition: all 0.5s;
}
.top__container .event-area .slick-a__item a:hover {
  opacity: 0.7;
}
.top__container .event-area .slick-a__item .icatch {
  margin-bottom: 10px;
}
.top__container .event-area .slick-a__item .icatch img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.top__container .event-area .slick-a__item .date {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 16px;
  line-height: 1.4;
}
.top__container .event-area .slick-a__item {
  margin-bottom: 50px!important;
}
.top__container .event-area .slick-a__item a:-webkit-any-link {
  color: #555;
  text-decoration: none;
}
.top__container .event-area .slick-a__item .post-card-title {
  font-size: 22px!important;
  font-weight: 500!important;
}
.top__container .event-area .slick-a__item .cat {
  font-size: 16px;
  margin: 5px 0 0;
}
.top__container .event-area .slick-a__item .cat span {
  display: inline-block;
  color: #fff;
  background: #555;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
}
@media(max-width:480px){
.top__container .event-area .slick-a__item .post-card-title {
  font-size: 18px!important;
}
.top__container .event-area .slick-a__item .cat {
  font-size: 12px;
}
.top__container .event-area .slick-a__item .cat span {
  padding: 0 8px;
  margin: 0 5px 5px 0;
}
}
@media(max-width:480px){
.top__container .event-area .slick-a__item .date {
  font-size: 12px;
}
}


/* トップページ 観光スポット */
.kanko__container h2 {
  background: none!important;
  border: none!important;
}

