@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/*********************************************************************
  フォントサイズ
    $font-size: フォントサイズ(必須)
    $line-height: ラインハイト or 空
    $letter-spacing: レタースペーシング or 空
**********************************************************************/
/* ************************************************
 *	お知らせ
 * ************************************************ */
.news_header,
.place_header {
  position: relative;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 960px) {
  .news_header,
  .place_header {
    margin-bottom: 120px;
  }
}

.page_ttl {
  text-align: center;
  padding: 1em 0 3em;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 50px;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 245px;
}
@media screen and (min-width: 600px) {
  .page_ttl {
    width: 420px;
  }
}
.page_ttl .ja_ttl {
  color: #4c3f3a;
  display: block;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 600px) {
  .page_ttl .ja_ttl {
    font-size: 32px;
  }
}
.page_ttl .ja_ttl .sub {
  font-size: 16px;
  margin-left: 0;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_ttl .ja_ttl .sub {
    font-size: 18px;
    display: inline;
    margin-left: 15px;
  }
}

.content_block {
  padding: 0 20px;
}

body {
  background-color: #fff;
}

.bg_white {
  background-color: #fff !important;
}

/* 一覧
----------------------------------------*/
.content_block {
  display: flex;
  flex-direction: column;
  gap: 60px 120px;
}
@media print, screen and (min-width: 960px) {
  .content_block {
    flex-direction: row;
  }
}

ul.info_list {
  width: 100%;
}
ul.info_list li {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #beb9b7;
}
@media print, screen and (min-width: 960px) {
  ul.info_list li {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
ul.info_list li:first-child {
  padding-top: 0;
}
ul.info_list li:nth-child(3n) {
  border-bottom: none;
}
@media print, screen and (min-width: 960px) {
  ul.info_list {
    width: calc(100% - 200px - 60px);
  }
}

@media print, screen and (min-width: 960px) {
  .info_list_txt {
    flex-direction: row;
    align-items: flex-start;
    justify-content: unset;
  }
}
.info_list_txt time {
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .info_list_txt time {
    font-size: 16px;
  }
}
.info_list_txt .info_date {
  width: 100%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt .info_date {
    width: 200px;
  }
}
.info_list_txt h2 a {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a {
    font-size: 24px;
  }
  .info_list_txt h2 a:hover {
    opacity: 0.7;
  }
}
.info_list_txt h2 a span {
  font-size: 20px;
  line-height: 1.6;
}
@media print, screen and (min-width: 960px) {
  .info_list_txt h2 a span {
    font-size: 24px;
  }
}

.news_sidebar {
  width: 350px;
}
@media print, screen and (min-width: 960px) {
  .news_sidebar {
    width: 140px;
  }
}

.pagination-area {
  font-size: 14px;
  padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .pagination-area {
    font-size: 16px;
  }
}
.pagination-area .pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #f8b62d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #f8b62d;
  border-radius: 50%;
  margin: 0 5px;
}
@media print, screen and (min-width: 768px) {
  .pagination a {
    width: 32px;
    height: 32px;
  }
}
@media print, screen and (min-width: 960px) {
  .pagination a:hover {
    opacity: 0.6;
  }
}

.pagination a.prev,
.pagination a.next {
  width: 100px;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev,
  .pagination a.next {
    width: 180px;
  }
}

.pagination a.prev {
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .pagination a.prev {
    margin-right: 20px;
  }
}

.pagination a.next {
  width: 100px;
  border: none;
}
@media print, screen and (min-width: 768px) {
  .pagination a.next {
    width: 180px;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
}

.pagination span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .pagination span {
    width: 32px;
    height: 32px;
  }
}

.pagination span.current {
  background-color: #f8b62d;
  color: #fff;
  font-weight: 500;
  margin: 0 5px;
}

h2.screen-reader-text {
  display: none;
}

/* カテゴリーページ
----------------------------------------*/
h2.category_ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  h2.category_ttl {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

/* シングルページ
----------------------------------------*/
.info_single_wrap {
  padding-top: 20px;
  max-width: 800px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .info_single_wrap {
    display: flex;
    padding-top: 40px;
    justify-content: center;
  }
}

.info_single_main img {
  margin: 20px 0;
}

.time_block {
  align-items: center;
}
.time_block .info_single_time {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

h1.info_single_ttl {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 15px 0;
  margin-bottom: 15px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  h1.info_single_ttl {
    font-size: 26px;
  }
}
@media print, screen and (min-width: 960px) {
  h1.info_single_ttl {
    font-size: 32px;
  }
}

.single_txt_box {
  margin-top: 40px;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .single_txt_box {
    margin-top: 60px;
    line-height: 2;
  }
}
.single_txt_box a {
  text-decoration: underline;
}

.single_pagenav {
  font-size: 12px;
  margin-top: 60px;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 100px;
  }
}
.single_pagenav p.new {
  margin-bottom: 1em;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav p.new {
    margin-bottom: 0;
  }
}
.single_pagenav a {
  text-decoration: underline;
}
@media print, screen and (min-width: 960px) {
  .single_pagenav a:hover {
    opacity: 0.6;
  }
}

/* ************************************************
 *	居場所　一覧
 * ************************************************ */
.place_list {
  display: flex;
  gap: 40px;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .place_list {
    flex-direction: row;
    gap: 80px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .place_list {
    flex-direction: row;
    gap: 80px 40px;
  }
}
.place_list .place_item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .place_list .place_item {
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 960px) {
  .place_list .place_item {
    width: calc(33.333% - 26.6666px);
  }
}
.place_list .place_item .place_image_wrap {
  overflow: hidden;
}
.place_list .place_item .place_image_wrap img {
  transition: all ease 0.3s;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.place_list .place_item .place_image_wrap img:hover {
  transform: scale(1.1);
}
.place_list .place_item .place_address {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.place_list .place_item .place_address:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bg-green.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
}
.place_list .place_item .place_address {
  font-size: 14px;
}
.place_list .place_item .place_title {
  font-weight: bold;
  font-size: 18px;
  color: #8fb971;
  line-height: 1.8;
}
.place_list .place_item .place_support {
  font-size: 16px;
  font-weight: 400;
}
.place_list .place_item .place_support span {
  font-size: 16px;
  font-weight: 400;
}
.place_list {
  /* NEWバッジの配置 */
}
.place_list .badge_new {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  width: 60px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* ************************************************
 *	居場所　詳細ページ
 * ************************************************ */
.place_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px 120px;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper {
    flex-direction: row;
  }
}
.place_wrapper .place_main_wrapper {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .place_main_wrapper {
    width: calc(100% - 200px - 60px);
  }
}
.place_wrapper .place_main_wrapper .place_detail_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .place_main_wrapper .place_detail_title {
    font-size: 30px;
  }
}
.place_wrapper .place_main_wrapper .place_support_info,
.place_wrapper .place_main_wrapper .place_support_info span {
  font-weight: 400;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .place_main_wrapper .place_support_info,
  .place_wrapper .place_main_wrapper .place_support_info span {
    font-size: 20px;
  }
}
.place_wrapper .place_main_wrapper .place_address_info {
  margin: 10px 0;
}
.place_wrapper .place_main_wrapper .place_address_info span {
  padding: 5px 20px;
  background-color: #8fb971;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .place_main_wrapper .place_address_info span {
    font-size: 18px;
  }
}
.place_wrapper .place_main_wrapper .place_address_info {
  text-align: end;
}
.place_wrapper .place_sidebar {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .place_sidebar {
    width: 140px;
  }
}
.place_wrapper .sidebar_list li a {
  display: block;
  transition: all ease 0.3s;
  color: #4c3f3a;
}
.place_wrapper .sidebar_list li a:hover {
  opacity: 0.7;
}
.place_wrapper .widget_ttl {
  margin-bottom: 10px;
}
.place_wrapper .sidebar_widget.kana {
  margin-top: 40px;
}
.place_wrapper .syuon_search a {
  display: inline-block;
  transition: all ease 0.3s;
  padding: 5px 10px;
}
@media print, screen and (min-width: 960px) {
  .place_wrapper .syuon_search a {
    display: block;
    padding: 5px 0;
  }
}
.place_wrapper .syuon_search a:hover {
  opacity: 0.7;
}

.place_detail_visual {
  position: relative;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
  /* 角丸をはみ出さないように */
  background: #f9f9f9;
}

/* スライダー内の画像サイズを統一 */
.mySwiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  /* 黄金比に近い比率で統一 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 枠に合わせてトリミング */
  vertical-align: bottom;
}

.place_image_wrap {
  position: relative;
}

/* ナビゲーションボタンの色調整（お好みで） */
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
@media print, screen and (min-width: 960px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}

.swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/news-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 960px) {
  .swiper-button-prev::after {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-next::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/news-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 960px) {
  .swiper-button-next::after {
    width: 70px;
    height: 70px;
  }
}

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

.facility_summary table {
  border-collapse: collapse;
  width: 100%;
}
.facility_summary table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #beb9b7;
}
@media screen and (min-width: 600px) {
  .facility_summary table tr {
    flex-direction: row;
  }
}
.facility_summary table th {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border: none;
  background-color: #fbf8f5;
}
@media screen and (min-width: 600px) {
  .facility_summary table th {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
.facility_summary table td {
  width: 100%;
  padding: 20px;
  border: none;
}
@media screen and (min-width: 600px) {
  .facility_summary table td {
    width: calc(100% - 180px);
  }
}
.facility_summary table td a {
  text-decoration: underline;
  transition: all ease 0.3s;
}
.facility_summary table td a:hover {
  opacity: 0.7;
}

.section_ttl {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 200px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-size: 20px;
}
.section_ttl:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/bg-green.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
}

.facility_information table {
  border-collapse: collapse;
  width: 100%;
}
.facility_information table tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #beb9b7;
}
@media screen and (min-width: 600px) {
  .facility_information table tr {
    flex-direction: row;
  }
}
.facility_information table tr:last-child {
  border-bottom: none;
}
.facility_information table th {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
  border: none;
  background-color: #fbf8f5;
}
@media screen and (min-width: 600px) {
  .facility_information table th {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
}
.facility_information table td {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #fbf8f5;
}
@media screen and (min-width: 600px) {
  .facility_information table td {
    width: calc(100% - 180px);
  }
}
.facility_information table td a {
  text-decoration: underline;
  transition: all ease 0.3s;
}
.facility_information table td a:hover {
  opacity: 0.7;
}

.outi_top_text {
  font-size: 18px;
  font-weight: 400;
}

.mt_20 {
  margin-top: 20px;
}

.step_wrapper {
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .step_wrapper {
    margin-top: 100px;
  }
}
.step_wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.step_wrapper h2 span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
@media print, screen and (min-width: 428px) {
  .step_wrapper h2 span {
    display: inline;
    margin-top: 0;
  }
}
.step_wrapper .step_list li {
  margin-top: 30px;
}
.step_wrapper .step_list li h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step_wrapper .step_list .step01 h3 {
  position: relative;
  padding-left: 15px;
}
.step_wrapper .step_list .step01 h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  height: 2em;
  transform: translateY(-50%);
  z-index: -1;
  /* --- ここから border-image の設定 --- */
  border-style: solid;
  border-width: 0 30px 0 0;
  border-image-source: url("images/arrow-yellow01.svg");
  border-image-slice: 0 30 0 0 fill;
  border-image-repeat: stretch;
}
@media screen and (min-width: 600px) {
  .step_wrapper .step_list .step01 h3::after {
    width: 20%;
  }
}
.step_wrapper .step_list .step02 h3 {
  position: relative;
  padding-left: 15px;
}
.step_wrapper .step_list .step02 h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 55%;
  height: 2em;
  transform: translateY(-50%);
  z-index: -1;
  /* --- ここから border-image の設定 --- */
  border-style: solid;
  border-width: 0 30px 0 0;
  border-image-source: url("images/arrow-yellow02.svg");
  border-image-slice: 0 30 0 0 fill;
  border-image-repeat: stretch;
}
@media screen and (min-width: 600px) {
  .step_wrapper .step_list .step02 h3::after {
    width: 40%;
  }
}
.step_wrapper .step_list .step03 h3 {
  position: relative;
  padding-left: 15px;
}
.step_wrapper .step_list .step03 h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  height: 2em;
  transform: translateY(-50%);
  z-index: -1;
  /* --- ここから border-image の設定 --- */
  border-style: solid;
  border-width: 0 30px 0 0;
  border-image-source: url("images/arrow-yellow02.svg");
  border-image-slice: 0 30 0 0 fill;
  border-image-repeat: stretch;
}
@media screen and (min-width: 600px) {
  .step_wrapper .step_list .step03 h3::after {
    width: 60%;
  }
}
.step_wrapper .step_list .step04 h3 {
  position: relative;
  padding-left: 15px;
}
.step_wrapper .step_list .step04 h3 span {
  display: inline-block;
  margin-left: 10px;
}
.step_wrapper .step_list .step04 h3::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 85%;
  height: 2em;
  transform: translateY(-50%);
  z-index: -1;
  /* --- ここから border-image の設定 --- */
  border-style: solid;
  border-width: 0 30px 0 0;
  border-image-source: url("images/arrow-yellow02.svg");
  border-image-slice: 0 30 0 0 fill;
  border-image-repeat: stretch;
}
@media screen and (min-width: 600px) {
  .step_wrapper .step_list .step04 h3::after {
    width: 80%;
  }
}

.outi_top_list {
  display: flex;
  flex-direction: column;
  gap: 30px 20px;
  margin-top: 50px;
}
@media print, screen and (min-width: 960px) {
  .outi_top_list {
    flex-direction: row;
    margin-top: 100px;
  }
}
.outi_top_list .outi_item {
  position: relative;
  width: 100%;
  padding: 20px 30px;
}
@media print, screen and (min-width: 960px) {
  .outi_top_list .outi_item {
    width: calc(50% - 10px);
  }
}
.outi_top_list .outi_item::after {
  position: absolute;
  content: "";
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/item-bg.webp");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
}
.outi_top_list .outi_item h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.outi_top_list .outi_item p {
  color: #fff;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
}

.outi_bottom_list {
  margin-top: 160px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .outi_bottom_list {
    margin-top: 180px;
  }
}
.outi_bottom_list h2 {
  font-size: 20px;
  font-weight: 600;
}
.outi_bottom_list .text {
  margin-top: 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .outi_bottom_list .text {
    padding-left: 1.5em;
  }
}
@media print, screen and (min-width: 960px) {
  .outi_bottom_list .text {
    margin-bottom: 50px;
  }
}
.outi_bottom_list::after {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 180px;
  height: 130px;
  background-image: url("images/do.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.outi_link_wrapper {
  margin-top: 160px;
  position: relative;
}
@media print, screen and (min-width: 960px) {
  .outi_link_wrapper {
    margin-top: 180px;
  }
}
.outi_link_wrapper::after {
  display: block;
  content: "";
  position: absolute;
  top: -130px;
  left: 0;
  width: 180px;
  height: 130px;
  background-image: url("images/information.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.link_wrapper {
  padding: 20px;
  background-color: #fbf8f5;
  border-radius: 5px;
  margin-top: 20px;
}
@media print, screen and (min-width: 960px) {
  .link_wrapper {
    padding: 20px 30px;
  }
}
.link_wrapper span {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.link_wrapper .link_list li a {
  color: #4c3f3a;
  transition: all ease 0.3s;
  padding: 3px 0;
  display: inline-block;
}
.link_wrapper .link_list li a:hover {
  color: #f8b62d;
}

.gray {
  font-weight: 300;
  font-size: 18px;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .gray {
    margin-top: 80px;
  }
}

.place_back_btn {
  margin-top: 100px;
  margin-right: 100px;
  text-align: end;
}
.place_back_btn img {
  width: 150px;
}

.postid-158 .your-content-class {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.postid-158 .place_wrapper {
  justify-content: center;
}
.postid-158 aside {
  display: none;
}/*# sourceMappingURL=posts.css.map */