@charset "UTF-8";
/*==================================
  General - 下層共通
==================================*/
/*==================================
  Project
==================================*/
/*
  Title
====================================*/
.p-page-title_p1 {
  font-size: 3.2rem;
  font-weight: 700;
  position: relative;
  padding-top: 0.5em;
}
.p-page-title_p1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 6px;
  background: #FC8E62;
}
.p-page-title_p2 {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-page-title_p3 {
  font-size: 2.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-page-title_p1 {
    font-size: 2.6rem;
  }
  .p-page-title_p2 {
    font-size: 2rem;
  }
  .p-page-title_p3 {
    font-size: 2.2rem;
  }
}
/*
  Status
====================================*/
.p-page-info_unit {
  display: flex;
  justify-content: flex-end;
  font-size: 90%;
}

.p-page-info_unit-data {
  display: flex;
}
.p-page-info_unit-data:not(:first-of-type) {
  margin-left: 2em;
}
.p-page-info_unit-data dt {
  position: relative;
}
.p-page-info_unit-data dt::after {
  content: "：";
  padding: 0 0.25em;
  font-weight: 400;
}

.p-page-info_share {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
}
.p-page-info_share > li {
  width: 100px;
}
.p-page-info_share > li:not(:first-of-type) {
  margin-left: 0.5em;
}
.p-page-info_share a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .p-page-info_unit {
    flex-direction: column;
    align-items: flex-end;
  }
  .p-page-info_unit-data:not(:first-of-type) {
    margin-left: 0;
  }
  .p-page-info_share > li {
    width: 80px;
  }
}
/*
  Border
====================================*/
.p-page-boder {
  padding: 40px 0;
  /* dashed */
  /* solid */
}
.p-page-boder._dashed {
  border-top: 1px dashed #1C1C1C;
  border-bottom: 1px dashed #1C1C1C;
}
.p-page-boder._solid {
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}

@media only screen and (max-width: 767px) {
  .p-page-boder {
    padding: 20px 0;
  }
}
/*
  Breadcrumb
====================================*/
.p-breadcrumb {
  margin-top: 20px;
}
.p-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.p-breadcrumb_list:nth-of-type(n + 2) {
  margin-top: 0.5rem;
}
.p-breadcrumb_list li {
  position: relative;
}
.p-breadcrumb_list li:not(:last-child) {
  padding-right: 2em;
  margin-right: 1em;
}
.p-breadcrumb_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0.25em;
  width: 0.75em;
  height: 0.75em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}
.p-breadcrumb_list li > a {
  display: inline-block;
}

.u-bg .p-breadcrumb {
  margin-top: 0;
}

/*
  Signature
====================================*/
.p-signature_def {
  padding: 20px;
  background: #FFDB64;
  color: #1c1c1c;
  border-radius: 0 60px 0 0;
}
.p-signature_head {
  font-size: 2.2rem;
}
.p-signature_body {
  margin-top: 10px;
}
.p-signature_body:not(:first-of-type) {
  border-top: 2px solid #fff;
  padding-top: 10px;
}
.p-signature_name {
  font-weight: 700;
  margin-bottom: 0.3em;
  padding-left: 22px;
  position: relative;
}
.p-signature_name::before {
  content: "";
  width: 0.7em;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .p-signature_head {
    font-size: 2rem;
  }
}
/*
  Paging
====================================*/
.p-paging_list {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 10px;
}
.p-paging_list li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  width: 30px;
  height: 30px;
  color: inherit;
  border-radius: 50%;
  border: 1px solid transparent;
}
.p-paging_list li > a.is-current, .p-paging_list li > a:hover, .p-paging_list li > a:focus {
  border: 1px solid #1c1c1c;
}
.p-paging_list-sub {
  display: flex;
  gap: 40px;
  justify-content: center;
}

/*
  Backnumber
====================================*/
.p-backnumber_list {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.p-backnumber_list li {
  padding-left: 20px;
  position: relative;
}
.p-backnumber_list li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #1C1C1C;
  border-right: 2px solid #1C1C1C;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .p-backnumber_list {
    gap: 10px 20px;
  }
}
/*
  Related Tag
====================================*/
.p-related-tag .p-tag-list {
  justify-content: center;
}

/*
  Accordion
====================================*/
.p-tag-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-tag-list li a {
  padding: 0 1em;
  border-radius: 20px;
  border: 1px solid #1C1C1C;
  text-decoration: none;
  color: #1C1C1C;
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 90%;
}
.p-tag-list li a::before {
  content: "＃";
}

/*
  Accordion
====================================*/
.p-accordion-item {
  border-bottom: solid 1px #D1D1D1;
}

.p-accordion-button {
  padding-right: 30px;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.p-accordion-button::before, .p-accordion-button::after {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  bottom: 0;
  width: 1em;
  height: 2px;
  margin: auto;
  background: #1C1C1C;
}
.p-accordion-button::after {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}
.p-accordion-button[aria-expanded=true]::after {
  transform: rotate(0deg);
}

@media only screen and (max-width: 767px) {
  .p-accordion-button {
    padding: 10px 0;
  }
}
/* 初期状態（閉じてる） */
.p-accordion-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.p-accordion-content > * {
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .p-accordion-content > * {
    padding: 10px 0;
  }
}
/*==================================
  404 - NotFound
==================================*/
.p-notfound {
  margin-top: 80px;
  text-align: center;
}
.p-notfound > *:not(:first-child) {
  margin-top: 40px;
}
.p-notfound > figure {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.p-notfound_title {
  font-size: 3.6rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .p-notfound {
    margin-top: 40px;
  }
  .p-notfound_title {
    font-size: 2.4rem;
  }
}
/*==================================
  Category - カテゴリ
==================================*/
.p-category-news_inner {
  margin-top: 10px;
}

/*==================================
  Search - 記事を探す
==================================*/
.p-search-box {
  padding: 60px;
  background: #fff;
  border-radius: 0 60px 0 0;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .p-search-box {
    padding: 30px 20px;
    border-radius: 0 30px 0 0;
    margin-top: 30px;
  }
}
.p-search-title {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-search-title > span {
  padding-left: 30px;
  position: relative;
}
.p-search-title > span::before {
  content: "";
  background: url(/assets/images/common/icon_search.svg) center/cover no-repeat;
  width: 20px;
  aspect-ratio: 1;
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .p-search-title {
    font-size: 2rem;
  }
  .p-search-title > span {
    padding-left: 26px;
  }
  .p-search-title > span::before {
    width: 16px;
  }
}
.p-search-list-category {
  gap: 20px 40px;
}
.p-search-list-category li a {
  padding-bottom: 10px;
  border-bottom: solid 1px #D1D1D1;
}
.p-search-list-category li a .arrow {
  width: 100%;
}

/*==================================
  Outing - おでかけ
==================================*/
.bbs_search_container {
  padding: 40px;
  background: #FC8E62;
  border-radius: 0 60px 0 0;
}
.bbs_search_container .c-form {
  margin-top: 0;
}
.bbs_search_container .c-form_table {
  border-top: none;
}
.bbs_search_container .form_line {
  border-bottom: 1px solid #fff;
}

.c-bbs_detTxt:nth-child(n+2) {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .bbs_search_container {
    padding: 20px;
    border-radius: 0 30px 0 0;
  }
  .c-bbs_detTxt:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-bbs_order.c-bbsLabel {
    order: 2;
  }
  .c-bbs_order.c-bbs_post {
    order: 1;
  }
}
/*
  Search - 検索パーツ
====================================*/
.c-form_term {
  width: calc(50% - 40px) !important;
  max-width: 240px;
}

.c-inputList.c-inputList__inline {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}

.c-inputList.c-inputList__inline > li:not(:first-child) {
  margin-top: 0;
}

/*
  List - 一覧
====================================*/
.c-bbsList {
  border-top: 1px solid #dedede;
}

.c-bbsList_item {
  border-bottom: 1px solid #dedede;
  padding: 40px 0;
}

/* 投稿画像共通 */
.c-post_image {
  width: 100%;
}

.c-post_image > a {
  display: block;
  background: #f5f5f5;
  border-radius: 0 0 60px 0;
  overflow: hidden;
}

.c-post_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
  Article - 記事
====================================*/
.c-bbsBox {
  display: flex;
  gap: 40px;
}

.c-bbsBox_img {
  width: 36%;
}

.c-bbsBox_det {
  width: 64%;
}

.c-bbsBox_title {
  font-size: 2rem;
  font-weight: 700;
}
.c-bbsBox_title > a {
  color: #1c1c1c;
}

.c-bbsBox_date {
  font-size: 90%;
  font-weight: 700;
}

.c-bbsBox_address,
.c-bbsBox_place {
  padding-left: 2.1em;
  position: relative;
}

.c-bbsBox_address::before,
.c-bbsBox_place::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.4em;
  height: 1.4em;
}

.c-bbsBox_type {
  padding-left: 3.35em;
  position: relative;
  min-height: 2.8em;
  display: flex;
  align-items: center;
}
.c-bbsBox_type::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8em;
  aspect-ratio: 1;
}

.i_address::before {
  background: url(/assets/images/common/i_address.svg) no-repeat center/cover;
}

.i_place::before {
  background: url(/assets/images/common/i_place.svg) no-repeat center/cover;
}

.i_loudspeaker::before {
  background: url(/assets/images/common/i_loudspeaker.svg) no-repeat center/cover;
}

.i_people::before {
  background: url(/assets/images/common/i_people.svg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .c-bbsBox {
    flex-direction: column;
    gap: 10px;
  }
  .c-bbsBox_img,
  .c-bbsBox_det {
    width: 100%;
  }
}
/*
  Detail - 詳細ページ
====================================*/
.c-bbs_main {
  display: flex;
  gap: 20px 60px;
}

.c-bbs_img {
  width: 500px;
}

.c-bbs_intro {
  width: calc(100% - 500px - 60px);
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.c-bbs_post {
  padding-top: 40px;
  border-top: 1px solid #C8C8C8;
}

.c-bbsLabel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* label */
.c-label03 {
  background: #fff;
  border: 1px solid #FC8E62;
  border-radius: 0.5em;
  text-align: center;
  padding: 0 1em;
  display: inline-block;
  font-size: 90%;
}

@media only screen and (max-width: 1199px) {
  .c-bbs_main {
    flex-direction: column;
  }
  .c-bbs_img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .c-bbs_intro {
    width: 100%;
    gap: 20px;
  }
  .c-bbs_post {
    padding-top: 20px;
  }
}