@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*-------------------------
   共通設定
-------------------------*/

body {
  font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

.font-awesome{
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-weight: bold;
}

a{
  transition: 0.3s ease;
}

a:hover{
  opacity: 0.8;
}

p{
  letter-spacing: 5%;
}

.radius_small{
  border-radius: 20px;
}

.radius{
  border-radius: 30px;
}

.with_border{
  border: 1px solid #333;
}


/* 定義 */
:root {
  --grad_01: linear-gradient(90deg, #FFF24F 0%, #33CFBC 50%, #FFF24F 80%);
  --grad_02: linear-gradient(90deg, #FFF9A9 0%, #9BFFF3 100%);
}

/* リセット */
.post_content h3 {
  margin: 0;
  position: relative;
  padding: 0;
  line-height: 1.2;
}

.post_content h3::before{ 
  content: none;
}

.post_content h4{
  border-left: none;
  padding-left: 0;
}

.list_style_none{
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 表示非表示 */
.pc_only{
	display: block !important;
}
.sp_only{
	display: none !important;
}

@media (max-width: 780px){
	.pc_only{
		display: none !important;
	}
	.sp_only{
		display: block !important;
	}
}

/* 整列 */
@media (max-width: 780px){
  .sp_ta_c{
    text-align: center !important;  
  }
  .sp_ta_l{
    text-align: left !important;
  }
}

/*  コンテンツ幅 */
.max800{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.max640{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ウェイト */
.fw_m{
  font-weight: 500 !important;
}

.fw_900{
  font-weight: 900 !important;
}

/* 余白 */
.mt_0{
  margin-top: 0 !important;
}

.mb_0{
  margin-bottom: 0 !important;
}

.pt_0{
  padding-top: 0 !important;
}

.pt_10{
  padding-top: 10px !important;
}

.pt_20{
  padding-top: 20px !important;
}

.pt_30{
  padding-top: 30px !important;
}

.pb_0{
  padding-bottom: 0 !important;
}

.pb_10{
  padding-bottom: 10px !important;
}

.pb_20{
  padding-bottom: 20px !important;
}

.pb_30{
  padding-bottom: 30px !important;
}
@media (max-width: 780px){
  .sp_mt_0{
    margin-top: 0 !important;
  }
  .sp_mb_0{
    margin-bottom: 0 !important;
  }
  .sp_pt_0{
    padding-top: 0 !important;
  }
  .sp_pb_0{
    padding-bottom: 0 !important;
  }
}

.gap_0{
  gap: 0 !important;
}

.gap_10{
  gap: 10px !important;
}

.gap_20{
  gap: 20px !important;
}

.gap_30{
  gap: 30px !important;
}

.gap_40{
  gap: 40px !important;
}

.gap_50{
  gap: 50px !important;
}

.gap_60{
  gap: 60px !important;
}

.gap_70{
  gap: 70px !important;
}

.gap_80{
  gap: 80px !important;
}

.gap_90{
  gap: 90px !important;
}

.gap_100{
  gap: 100px !important;
}

@media (max-width: 782px){
  .sp_gap_0{
    gap: 0 !important;
  }
  .sp_gap_10{
    gap: 10px !important;
  }
  .sp_gap_20{
    gap: 20px !important;
  }
  .sp_gap_30{
    gap: 30px !important;
  }
  .sp_gap_40{
    gap: 40px !important;
  }
  .sp_gap_50{
    gap: 50px !important;
  }
  .sp_gap_60{
    gap: 60px !important;
  }
  .sp_gap_70{
    gap: 70px !important;
  }
  .sp_gap_80{
    gap: 80px !important;
  }
  .sp_gap_90{
    gap: 90px !important;
  }
  .sp_gap_100{
    gap: 100px !important;
  }
}

/* 画像 */
.is-style-rounded img{
  border-radius: 20px;
}

.is-style-rounded.img_border img{
  border: 1px solid #333;
}

/* google maps */
.ggl_map {
  aspect-ratio: 4 / 3;
  border-radius: 30px;
  overflow: hidden;
}

.ggl_map iframe {
  width: 100%;
  height: 100%;
}

/* フォーム埋め込み */
.form_embed{
  background-color: #fff;
  padding: 60px;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 30px;
}
@media (max-width: 782px){
  .form_embed{
    padding: 20px 10px;
    width: 100%;
  }
}

.form_embed iframe{
  border-radius: 20px;
}

/* カレンダー */
.calendar {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #333;
}

/* タイトル特大 */
.title_ll_group {
  margin-bottom: 20px;
}

.title_ll_group p {
  font-size: 18px;
  font-weight: bold;
  color: #1C7568;
  margin-bottom: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.post_content .title_ll_group h2 {
  font-size: clamp(2.5rem, 2.14rem + 1.52vw, 3.375rem);
  font-weight: 900;
  margin-top: 0;
  line-height: 1.2;
  letter-spacing: 5%;
  color: #333;
}

.title_ll_group h1{
  font-size: clamp(1.8rem, 1.5rem + 1.2vw, 2.75rem);
  font-weight: 900;
  line-height: 1;
}

/* タイトル大 */
.post_content .title_l {
  font-size: clamp(1.6rem, 1.4rem + 1vw, 2rem);
  position: relative;
  display: table;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 70px;
}

.post_content .title_l::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background-image: url("/wp-content/uploads/2026/04/title_wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

/* タイトル中typeA */
.post_content .title_m_typeA {
  font-size: clamp(1rem, 1rem + 0.5vw, 1.4rem);
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}

.post_content .title_m_typeA::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #333; 
  border-radius: 5px; 
}

.post_content .title_m_typeA::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  background: none;
  background-color: #33CFBC; 
  border-radius: 0 1px 1px 0;
  z-index: 1;
}

/* タイトル中typeB */
.post_content .title_m_typeB{
  font-size: clamp(1.2rem, 1.2rem + 0.5vw, 1.6rem);
  font-weight: 900;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}

.post_content .title_m_typeB::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--grad_01);
}


/*-------------------------
   アニメーション
-------------------------*/
.appear_animation {
  opacity: 0;
  transform: translateY(60px) scale(0.8);
  transition-property: opacity, transform;
  transition-duration: 0.6s, 0.7s;
  transition-delay: 0.1s;
  transition-timing-function: ease-out, cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}

.appear_animation.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.appear-split_animation {
  display: table;
  margin: 0 auto;
  overflow: hidden; 
  vertical-align: bottom;
}

.appear-split_animation span {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s;
}

.appear-split_animation.is-active span {
  opacity: 1;
  transform: translateY(0);
}


/*-------------------------
   共通パーツ
-------------------------*/
/* リスト */
.cmn_list {
  max-width: 800px;
  margin: 70px auto;
}
@media (max-width: 780px){
  .cmn_list {
   max-width: 100%;
  }
}

.cmn_list_inner {
  position: relative;
  border: 1px solid #333;
  border-radius: 30px;
  padding: 40px 30px 30px;
}

.cmn_list.list_typeA .cmn_list_inner{
  background: var(--grad_02);
}

.cmn_list.list_typeB .cmn_list_inner{
  background-color: #FFFAE6;
}

.cmn_list .cmn_list_inner .cmn_list_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

.cmn_list.list_typeA .cmn_list_inner .cmn_list_title{
  border: 1px solid #333;
  background: #fff;
  border-radius: 50px;
  padding: 14px 24px 8px 24px;
}

.cmn_list.list_typeB .cmn_list_inner .cmn_list_title {
  color: #333;
  font-weight: bold;
  -webkit-text-stroke: 9.5px #FFFAE6;
  text-stroke: 9.5px #FFFAE6;
  paint-order: stroke fill;
}

.cmn_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cmn_list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 12px;
  font-weight: 500;
}

.cmn_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1C7568;
}

.list_black li::before{
  background-color: #333;
}

/* ボックス */
.cmn_box_border {
  position: relative;
  margin-top: 50px;
  padding: 40px 30px 30px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.cmn_box_border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  background: var(--grad_01);
  border-radius: 30px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  clip-path: polygon(
  0% 100%, 100% 100%, 100% 0%, 
  228px 0%, 228px 10%, 0% 21%, 0% 0%
  );
  clip-path: polygon(
  0% 100%, 100% 100%, 100% 0%, 
  0px 0%, 0px 10%, 0% 39px, 0% 0%
  );
}

.cmn_box_border .cmn_box_title {
  position: absolute;
  top: 0;
  left: 0px;
  margin: 0;
  padding: 0px 35px 15px 19px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
  background-color: #fff;
}

.cmn_box_border .cmn_box_title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: none; 
  background-image: var(--grad_01) !important;
  padding: 0px 5px 5px 0px;
  border-radius: 0px 0px 15px 0px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
}

.cmn_box_border p{
  padding:50px 25px 25px 25px;
}


/* ボタン */
.btn_typeA {
  margin-left: auto;
}

.btn_typeA a {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding-right: 80px;
  padding-left: 0;
  background-color: transparent;
}

.btn_typeA a::after {
  content: '';
  background-color: #40E0D0;
  border: 2px solid white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-image: url('/wp-content/uploads/2026/04/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: 0.3s ease;
}

.btn_typeA a:hover::after {
  transform: translateY(-50%) translateX(5px);
}

.btn_typeB a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #333;
  border-radius: 35px;
  position: relative;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 80px 14px 40px;
  transition: 0.3s ease;
}

.btn_typeB a::after {
  content: ''; 
  background-color: #40E0D0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) translateX(0);
  transition: transform 0.3s ease;
  background-image: url('/wp-content/uploads/2026/04/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.btn_typeB a:hover::after {
  transform: translateY(-50%) translateX(5px);
}

@media (max-width: 767px){
  .btn_typeB{
    width: 100%;
    display: block !important;
  }
  .btn_typeB .wp-block-button{
    display: block;
  }
  .btn_typeB .wp-block-button a{
    height: auto;
    display: block;
  }
}

/* ボーダー */
.cmn_border_bottom {
  border-bottom: 1px solid #333;
}

/* テーブル */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  outline: 1px solid #ddd;
  outline-offset: -1px;
  border-radius: 10px;
  overflow: hidden;
}

table th{
  line-height: normal;
  color: #333 !important;
}

.wp-block-table td{
  padding: 12px 15px;
}

/* グリッド グリッドカード*/
@media (max-width: 769px) {
  .wp-block-group-is-layout-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}

.grid_card_container.is-layout-grid {
  align-items: stretch;
  gap: 50px;
}

.grid_card_container .grid_card_item {
  background: #fff;
  border: 1px solid #333;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}

.grid_card_container .grid_card_item > .wp-block-group__inner-container,
.grid_card_container .grid_card_content > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
}

.grid_card_container .grid_card_item .wp-block-image {
  margin: 0;
}

.grid_card_container .grid_card_item .wp-block-image img {
  width: 100%;
  display: block;
  height: auto;
}

.grid_card_container .grid_card_content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 30px 25px;
}

.grid_card_container .grid_card_btns.is-row {
  margin-top: auto;
  display: flex;
  gap: 10px;
}

.grid_card_container .wp-block-button__link {
  border-radius: 50px;
  border: 1px solid #333;
  padding: 8px 15px 5px 15px;
  font-size: 14px;
  transition: 0.3s ease;
  text-align: center;
}

.grid_card_container .wp-block-button__link:hover {
  opacity: 0.8;
}

@media (max-width: 960px) {
  .grid_card_container .grid_card_btns.is-row {
    display: block;
  }
  .grid_card_container .wp-block-buttons {
    margin-bottom: 10px;
  }
  .grid_card_container .wp-block-button,
  .grid_card_container .wp-block-button__link {
    width: 100%;
  }
}

/* カラム内の中身を高さ100%に引き伸ばす */
.column_enlarge {
  display: flex !important;
  flex-wrap: wrap;
}

.column_enlarge > .wp-block-column {
  display: flex !important;
  flex-direction: column;
}

.column_enlarge > .wp-block-column > * {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.column_enlarge > .wp-block-column > * > .wp-block-group__inner-container {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* トップへ戻る固定ボタン */
.c-fixBtn{
  background-color: #FDF250;
  border: 1px solid #333;
  transition: 0.3s ease;
  opacity: 1;
}

.c-fixBtn__icon {
  color: #333;
  transform: translateY(2px);
}

.c-fixBtn:hover {
  opacity: 0.8;
}


/*-------------------------
   ヘッダー
-------------------------*/
.l-header,
.l-fixHeader__inner{
  font-weight: bold;
}

.-series .l-header__logo {
  padding: 0;
}

.l-header .l-container,
.l-fixHeader__inner.l-container{
  max-width: 100%;
  padding: 14px 24px;
}

.c-gnav>.menu-item>a {
  padding: 0 6px;
}

.c-gnav>.menu-item>a .ttl {
  font-size: 13px;
}

.header_contact_btn{
  font-size: 12px;
  color: #fff;
  background-color: #333;
  padding: 12px 14px 9px 14px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.head_contact_area {
  display: flex;
  align-items: center; 
  gap: 12px;
}

.header_contact_btn:hover {
  opacity: 0.8;
}

.head_tel_wrap {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 12px 14px 10px 14px;
  box-sizing: border-box;
}

.head_tel_txt {
  text-align: left;
  margin-right: 5px;
}

.head_tel_ttl {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 3px;
}

.head_tel_time {
  font-size: 11px;
  line-height: 1;
}

.head_tel_link {
  display: flex;
  align-items: center;
  color: #333;
  transition: 0.3s ease;
}

.head_tel_link:hover {
  opacity: 0.8;
}

.head_tel_link i {
  font-size: 22px;
  margin-right: 5px;
  line-height: 0.5;
}

.head_tel_num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateY(1.5px);
}

@media (max-width: 1290px){
  .head_tel_wrap {
    display: block;  
  }
  .head_tel_txt {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .head_tel_link i {
    font-size: 16px;
  }
}

@media (max-width: 1125px){
  .head_tel_wrap {
    display: inline-flex;
    padding: 8px 14px 6px 14px;
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    align-items: baseline;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-radius: 0;
  }
  .head_tel_txt {
    display: flex;
    margin-bottom: 0;
  }
  .l-header .l-container,
  .l-fixHeader__inner.l-container {
    padding-top: 50px;
  }
}

@media (max-width: 960px){
  .l-header .l-container,
  .l-fixHeader__inner.l-container {
    padding-top: 14px;
  }
}

/* スマホハンバーガーメニュー */
 .l-header__menuBtn {
    position: absolute;
    right: 20px;
  }

.p-spMenu__inner::before {
  background: #FDF250;
  opacity: 0.95;
}

.c-widget__title.-spmenu {
  background: #fff;
  color: #333;
  border-radius: 50px;
  padding: 12px 20px 8px 20px;
  margin-bottom: 40px;
}

.p-spMenu__body {
  overflow-y: auto;
  height: auto;
  padding-top: 12px;
}

#sp_menu .c-listMenu.c-listMenu li {
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

#sp_menu .c-listMenu a {
  line-height: normal;
  padding-bottom: 15px;
}


/*-------------------------
   フッター
-------------------------*/
.l-footer {
  padding: 30px 0;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}

.l-footer__widgetArea,
.w-footer,
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-footer__inner{
  position: relative;
}
.l-footer__widgetArea{
  position: static;
}

.l-footer__widgetArea .l-container{
  padding: 0;
  position: static;
}

.l-footer__widgetArea .l-container .w-footer__box:first-of-type{
  width: 25%;
  flex: none;
  padding-left: 0;
}

.l-footer__widgetArea .l-container .w-footer__box:nth-of-type(2){
  width: 75%;
  flex: none;
  padding-right: 0;
}

.w-footer__box:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.w-footer__box:nth-of-type(2) .c-widget {
  min-width: 120px;
  margin-bottom: 30px;
}

.w-footer__box .c-widget.widget_text.widget_custom_html{
  margin-top: 0;
}

.c-widget__title.-footer {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.c-widget__title.-footer::after,
.c-widget__title.-footer::before {
  content: none;
}

.c-gnav .sub-menu a:before,
.c-listMenu a:before {
  content: none;
}

.c-listMenu a{
  border-bottom: none;
  padding: 0px;
  margin-bottom: 5px;
  transition: 0.3s ease;
}

.c-listMenu a:hover{
  background-color: transparent;
  padding: 0;
  transform: translateX(5px);
}

.w-footer__box:nth-of-type(2) .c-widget+.c-widget{
  margin-top: 0;
}


.w-footer__box:nth-of-type(2) ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-footer__box:nth-of-type(2) ul.menu li {
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: 10px;
  position: relative;
  padding-left: 15px;
}

.w-footer__box:nth-of-type(2) ul.menu li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: -3px;
  color: #333;
}

.l-footer__widgetArea .widget_media_image img{
  width: 200px;
}

.c-widget.widget_text{
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 5%;
}

.l-footer__foot{
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #333;
  padding: 80px 0 0 0;
}

.l-footer__foot .l-container{
  padding: 0;
}

.l-footer .copyright {
  font-size: 12px;
  text-align: left;
}

.footer-sns-wrapper {
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.footer-sns-link {
  text-decoration: none;
  color: #333;
  transition: transform 0.3s, opacity 0.3s;
  display: inline-block;
}

.footer-sns-link:hover {
  opacity: 0.7;
  transform: scale(1.1);
}

.footer-sns-link i {
  font-size: 38px;
  line-height: 1;
}

@media (max-width: 960px){
  #footer .w-footer__box{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  #footer .l-footer__widgetArea .widget_media_image img {
    width: 160px;
  }
  #footer .c-widget.widget_text{
    margin-top: 0;
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  #footer .w-footer__box {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }
  .w-footer__box:nth-of-type(2) {
    padding-top: 0;
  }
  .w-footer__box:nth-of-type(2) .c-widget {
    margin-bottom: 0px;
  }
  .w-footer__box:nth-of-type(3){
    padding: 0;
    margin: 0;
  }
  .l-footer__foot {
    padding: 100px 0 0 0;
  }
  .footer-sns-wrapper {
    right: 50%;
    transform: translateX(50%);
    bottom: 45px;
  }
  .l-footer .copyright {
    text-align: center;
  }
  .w-footer__box:nth-of-type(2) ul.menu li {
    margin-left: 0px;
    padding-left: 0px;
    transform: translateX(-8px);
  }
  .w-footer__box:nth-of-type(2) ul.menu li a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .w-footer__box:nth-of-type(2) ul.menu li::before {
    position: static;
  }
}

@media (max-width: 447px) {
  .footer-sns-wrapper{
    bottom: 65px;
  }
}


/*-------------------------
   汎用コンテンツ設定
-------------------------*/
.sec-padding{
  padding: 120px 0;
}
.sec-padding_small{
  padding: 80px 0;
}
@media (max-width: 780px) {
  .sec-padding_small{
    padding: 40px 0;
  }
}

/* CTA */
.cta_wrap .wp-block-cover__inner-container{
  max-width: 1280px;
  padding: 40px;
}

.cta{
  border-radius: 30px;
  padding: 50px !important;
}

.cta .cta_inner{
  max-width:1080px;
  margin: 0 auto;
}

.cta .cta_inner .title_ll_group h2{
  font-size: clamp(2.2rem, 1.2rem + 3vw, 2.8rem);
}

.cta_text{
  margin-bottom: 40px !important;
}

.cta .cta_inner .cta_tel_column, 
.cta .cta_inner .cta_mail_column {
  position: relative;
  padding: 40px 20px 10px;
  border-radius: 10px;
  text-align: center;
  flex: 1;
  transition: 0.3s ease;
}

.cta .cta_inner .cta_tel_column {
  background-color: #FDF250;
  border: 1px solid #333;
}

.cta .cta_inner .cta_mail_column {
  background-color: #FFFAE6;
  border: 1px solid #333;
}

.cta .cta_inner .cta_tel_title, 
.cta .cta_inner .cta_mail_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: bold;
  width: max-content;
  display: flex;
  align-items: center;
}

.cta .cta_inner .cta_tel_title {
  -webkit-text-stroke: 8px #FDF250;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.cta .cta_inner .cta_mail_title {
  -webkit-text-stroke: 8px #FFFAE6;
  paint-order: stroke fill;
  stroke-linejoin: round;
}

.cta .cta_inner .cta_tel_title::before, 
.cta .cta_inner .cta_mail_title::before {
   content: none;
}

.cta .cta_inner .cta_tel_title::after, 
.cta .cta_inner .cta_mail_title::after {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  color: #333;
  order: -1; 
  margin-right: 5px;
}

.cta .cta_inner .cta_tel_title::after {
  content: "\f095"; 
}

.cta .cta_inner .cta_mail_title::after {
  content: "\f0e0";
}

.cta .cta_inner .cta_tel_column p{
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-6px);
}

.cta .cta_inner .cta_mail_column p{
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.cta_tel_column span,
.cta_mail_column span {
  font-size: 0.85rem;
  display: block;
  margin-top: 5px;
  font-weight: 500;
}

.cta .cta_inner .cta_mail_column:hover,
.cta .cta_inner .cta_tel_column:hover
 {
  opacity: 0.8;
  transform: scale(1.02);
  cursor: pointer;
}

@media (max-width: 780px){
  .cta {
    padding: 40px 24px !important;
  }
  .cta_wrap .wp-block-cover__inner-container {
    padding: 15px 0;
}
  .cta .cta_inner .cta_tel_column,
  .cta .cta_inner .cta_mail_column {
    padding: 24px 20px 10px;
  }
  .cta .cta_inner .cta_tel_column p {
    font-size: 30px;
  }
  .cta .cta_inner .cta_mail_column p {
    font-size: 20px;
    line-height: 1.5;
  }
  .cta_inner .wp-block-columns {
    gap: 35px !important;
  }
}


/*-------------------------
   トップ
-------------------------*/
.top #content,
.top #content.l-content{
  padding-top: 0;
  margin-bottom: 0;
}

.kv_wrap{
  position: relative;
  margin-bottom: 0;
}

#main_content .kv_inner{
  padding-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.kv_contents{
  padding-top: 35px;
}

.kv_contents img{
  width: 220px;
  margin-bottom: 24px;
}
 @media (min-width: 1600px){
  .kv_contents img{
    width: 270px;
    margin-bottom: 24px;
  }
 }

.kv_title{
  font-size: 22px;
  font-weight: bold;
}

.kv_illust {
  position: absolute;
  left: 180px;
  bottom: 30px;
  width: clamp(220px, 22.5vw - 25px, 330px);
}

 .kv_pc{
  display: block;
 }
 .kv_sp{
  display: none;
 }
 @media (max-width: 780px){
  .kv_pc{
    display: none;
  }
  .kv_sp{
    display: block;
  }
 }


@media (max-width: 1300px){
  .kv_contents img{
    width: 200px;
    margin-bottom: 16px;
  }
  .kv_illust {
    bottom: 10px;
    width: 250px;
  }
}
@media (max-width: 1180px){
  .kv_contents img{
    width: 180px;
  }
  .kv_contents{
    padding-top: 10px;
  }
  .kv_title{
    font-size: 20px;
  }
  .kv_contents img{
   margin-bottom: 15px;
  }
  .kv_illust {
    left: 330px;
    bottom: 5px;
  }
  #main_content .kv_inner {
    padding-bottom: 30px;
  }
}
@media (max-width: 900px){
  .kv_contents img{
    width: 150px;
    margin-bottom: 5px;
  }
  .kv_title{
    font-size: 16px;
  }
  .kv_illust {
    width: 200px;
  }
}

/* KVスマホ用 */
 @media (max-width: 780px){
   .kv_sp {
    padding: 0px 20px 70px 20px;
    background-color: #FDF250;
  }
  .kv_sp_logo_copy{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 115px;
    width: 270px;
  }
  .kv_sp p{
    margin-top: 80px;
    font-size: 22px;
    margin-bottom: 0 !important;
  }
  .kv_illust_sp_01 {
    position: absolute;
    left: 30px;
    bottom: 150px;
    width: 120px;
  }
  .kv_illust_sp_02 {
    position: absolute;
    right: 50px;
    bottom: 177px;
    width: 95px;
  }
 }
 @media (max-width: 560px){
  .kv_sp{
    padding: 0px 20px 50px 20px;
  }
  .kv_sp_logo_copy {
    bottom: 85px;
    width: 170px;
  }
  .kv_sp p{
    margin-top: 55px;
    font-size: 22px;
    margin-bottom: 0;
  }
  .kv_illust_sp_01 {
    left: 30px;
    bottom: 115px;
    width: 95px;
  }
  .kv_illust_sp_02 {
    right: 35px;
    bottom: 140px;
    width: 80px;
  }
 }
  @media (max-width: 450px){
    .kv_illust_sp_01 {
      left: 26px;
      width: 70px;
      bottom: 122px;
    }
    .kv_illust_sp_02 {
      right: 28px;
      bottom: 152px;
      width: 60px;
    }
  }


/* 曲線背景 */
.wave_bg {
  position: relative; 
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0 !important;
}

.wave_bg_mask {
  position: absolute;
  top: 0;
  left: 40%;
  width: 200%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: url(/wp-content/uploads/2026/04/bg_wave.svg);
  mask-image: url(/wp-content/uploads/2026/04/bg_wave.svg);
  -webkit-mask-size: 100% 180vh;
  mask-size: 100% 180vh; 
  -webkit-mask-repeat: repeat-y;
  mask-repeat: repeat-y;
  -webkit-mask-position: top center;
  mask-position: top center;
  transition: 0.3s ease;
}

.wave_bg .wave_bg_grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background: linear-gradient(180deg, #fff24f 0%, #33cfbc 50%, #fff24f 100%);
  background-attachment: scroll;
}

.wave_content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media (max-width: 1260px){
  .wave_bg_mask{
    mask-size: 100% 130vh;
  }
}

@media (max-width: 900px){
  .wave_bg_mask{
    left: 50%;
    -webkit-mask-size: 100% 100vh;
    mask-size: 130% 100vh;
  }
}

@media (max-width: 540px){
  .wave_bg_mask{
    left: 50%;
    -webkit-mask-size: 200% 550px;
    mask-size: 200% 550px;
  }
}


/* イントロ */
.top_intro{
  position: relative;
}

.top_intro_illust_01{
  position: absolute;
  right: 90px;
  top: 40px;
}

.top_intro_illust_02{
  position: absolute;
  left: 90px;
  bottom: 40px;
}
@media (max-width: 780px){
  .top_intro_illust_01{
    right: 20px;
    top: -70px;
    width: 45px;
  }
  .top_intro_illust_02 {
    left: 20px;
    bottom: 40px;
    width: 65px;
  }
}

/* 施設案内 */
.top_place,
.top_place_img_culumn{
  position: relative;
}

.top_place_illust_01{
  position: absolute;
  left: 360px;
  top: 0px;
}

.top_place_illust_02 {
  position: absolute;
  left: 150px;
  top: -145px;
  z-index: -1;
}

.top_place_service{
  position: relative;
}

.top_place_service .wp-block-columns .wp-block-column {
  display: flex;
  flex-direction: column;
}

.top_place_service .wp-block-columns .wp-block-column .wp-block-buttons {
  margin-top: auto;
}

.place_service_illust {
  position: absolute;
  left: -80px;
  top: -60px;
  z-index: -1;
}
@media (max-width: 1080px){
  .top_place_illust_02 {
    top: -105px;
  }
}
@media (max-width: 780px){
  .top_place_illust_01 {
    left: 250px;
    top: -40px;
    width: 75px;
  }
  .top_place_illust_02 {
    bottom: -150px;
    top: auto;
    right: -80px;
  }
  .place_service_illust {
    left: -8px;
    top: -58px;
    width: 80px;
  }
}
@media (max-width: 430px){
  .top_place_illust_02 {
    right: -40px;
    bottom: -127px;
  }
}


/* 広告出稿サービス */
.signboard-outer {
  padding: 60px 20px;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  position: relative;
}

.signboard-main {
  position: relative;
  background: #fff;
  border: 6px solid #e2dfda;
  border-radius: 30px;
  padding: 35px 30px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  z-index: 1;
}

.signboard-main h3 {
  background: #1C7568;
  color: #fff;
  padding: 14px 30px 8px 30px;
  line-height: 1;
  border-radius: 8px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;
}

.signboard-main h3::before{
  content: none;
}

.signboard-main p {
  margin: 0;
  color: #333;
  font-size: 16px;
}

.signboard_illust_01 {
  z-index: 10;
  position: absolute;
  right: 40px;
  top: 40px;
}

.signboard_illust_02 {
  z-index: 10;
  position: absolute;
  left: -10px;
  bottom: -10px;
}

.signboard_illust_03 {
  position: absolute;
  right: 0px;
  bottom: -20px;
  z-index: 10;
}

.signboard-main::before,
.signboard-main::after {
  content: "";
  position: absolute;
  bottom: -60px;
  width: 12px;
  height: 60px;
  background: #e2dfda;
  z-index: -1;
  border-radius: 0 0 6px 6px;
}

.signboard-main::before {
  left: 15%;
}

.signboard-main::after {
  right: 15%; 
}

.signboard-main {
  padding: 30px 24px;
}


/* KOITTOとは */
/* 活動内容 */
.top_activity-layout {
  position: relative;
  max-width: 1200px;
  margin: 100px auto;
  height: 1100px;
}

.activity-item {
  position: absolute;
  text-align: center;
}

.item-1 { 
  top: 0; 
  left: 50%; 
  transform: translateX(-50%); 
}

.item-2 { 
  top: 320px; 
  left: 0; 
}

.item-3 { 
  top: 350px; 
  right: 0; 
}

.item-4 { 
  bottom: 0; 
  left: 50%; 
  transform: translateX(-50%); 
}

.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-color: #fff;
  background-image: url('/wp-content/uploads/2026/04/top_activity_circle_bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #fff; 
}

.circle-img {
  width: 350px;
  margin: 0 auto;
}

.circle-img img{
  margin-bottom: 20px;
}

.top_activity_illust_01 {
  position: absolute;
  left: 0px;
  top: -100px;
  z-index: -1;
}

.top_activity_illust_02 {
  position: absolute;
  right: 130px;
  bottom: 50px;
}

@media (max-width: 1000px){
  .circle-img{
    width: 250px;
  }
  .item-1 { 
    top: 50px; 
  }
  .item-4 { 
    bottom: 100px; 
  }
}

@media (max-width: 780px) {
  .top_activity-layout {
    display: flex;
    flex-direction: column;
    height: auto;
    gap: 50px;
    padding: 0 20px;
  }
  .center-circle, .activity-item {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .center-circle {
    order: -1;
    margin-bottom: 30px;
  }
  .top_activity_illust_01 {
    left: -20px;
    top: -10px;
    width: 200px;
  }
  .top_activity_illust_02 {
    width: 80px;
    right: -10px;
    bottom: -85px;
  }
}

/* 小岩のこれまでとこれから */
.top_town_planning{
  position: relative;
}

.top_town_planning_illust_01{
  position: absolute;
  left: 0px;
  bottom: 105px;
  z-index: -1;
}

/* Blog */
.home .p-postList .p-postList__body {
  display: flex;
  flex-direction: column;
}

/* 順番は共通設定 */
#main_content .p-postList .p-postList__meta {
  order: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px !important;
}
#main_content .p-postList__title {
  order: 2;
}

.home .p-postList__cat {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 12px 1px 12px;
  font-size: 12px;
  display: inline-block;
}

@media (max-width: 780px) {
  .top_town_planning_illust_01 {
    position: absolute;
    left: 0px;
    bottom: -25px;
    z-index: -1;
    width: 130px;
  }
}


/* フリーペーパー */
.top_free-paper{
  position: relative;
}

.top_free-paper .top_free-paper_inner{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 80px;
  border-radius: 30px;
}

.top_free-paper .top_free-paper_inner ul{
  padding-left: 0;
}

.top_free-paper .top_free-paper_inner li{
  margin-bottom: 15px;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 15px;
  list-style: none;
}

.top_free-paper .top_free-paper_inner li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.top_free-paper .wp-block-group.is-row {
  flex-wrap: wrap;
}

.top_free-paper_illust {
  position: absolute;
  right: 60px;
  top: -35px;
  z-index: 0;
}

@media (max-width: 780px) {
  .top_free-paper .top_free-paper_inner {
    padding: 100px 20px 30px 20px;
  }
  .top_free-paper_illust.appear_animation {
    width: 210px;
    right: 50%;
    top: -100px;
    position: absolute;
    opacity: 0;
    transform: translateX(50%) translateY(60px) scale(0.8);
    transition: opacity 0.6s ease-out, 
                transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform, opacity;
  }
  .top_free-paper_illust.appear_animation.is-active {
    opacity: 1;
    transform: translateX(50%) translateY(0) scale(1);
  }
}


/* お知らせ */
.top_information .p-postList.-type-simple,
.top_information .p-postList__item a {
  border-top: none;
}

.top_information .p-postList__item {
  border-bottom: 2px dashed #333;
}

.top_information .p-postList__cat {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 12px 1px 12px;
  font-size: 12px;
  display: inline-block;
}

.top_information .p-postList__cat::before {
  display: none;
}

.top_information .p-postList__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.top_information .p-postList__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  order: initial;
}

.top_information .c-postTimes__posted::before {
  content: none;
}


/* ユーザーイベント */
.top_user-events{
  position: relative;
}

.top_user-events_illust_01 {
  position: absolute;
  right: 120px;
  top: -60px;
  z-index: 10;
}
@media (max-width: 780px){
  .top_user-events_illust_01 {
    right: 75px;
    top: -100px;
    width: 80px;
  }
}



/* Instagram発信中！ */
.top_social-media{
  position: relative;
}

.top_social-media_illust_01 {
  position: absolute;
  left: -30px;
  top: -60px;
  z-index: 10;
}

.top_social-media_insta_column {
  padding-top: 80px;
}

.top_social-media_card {
  position: relative;
  border-radius: 30px;
  padding: 90px 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #333;
}

.top_social-media_card .icon-area {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}

.top_social-media_card h3 {
  margin-top: 0;
}

.top_social-media_card .btn_typeA{
  margin: auto;
}

.top_social-media_card.grad-variant-a {
  background: linear-gradient(135deg, #FFE2B3 0%, #A5D8EF 100%);
}

.top_social-media_card.grad-variant-b {
  background: linear-gradient(135deg, #FFCCE0 0%, #CCCDF7 100%);
}

@media (max-width: 780px){
  .top_social-media_illust_01 {
    left: 10px;
    top: -130px;
    width: 50px;
  }
  .top_social-media_card {
    padding: 90px 30px 30px;
  }
}

/* 会員募集 */
.top_join{
  position: relative;
  padding: 60px 20px;
  border: 1px solid #333;
  border-radius: 30px;
  background: linear-gradient(135deg, #FFF9A9 0%, #9BFFF3 100%);
  max-width: 1085px;
  margin: 0 auto;
}

.top_join h2{
  font-size: clamp(2rem, 2.14rem + 1.52vw, 2.5rem);
  font-weight: 900;
  margin-top: 0;
}

.top_join_illust_01 {
  position: absolute;
  left: -45px;
  bottom: -30px;
  z-index: 10;
}

.top_join_illust_02 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: 10;
}

@media (max-width: 780px){
  .top_join_illust_01 {
    left: 35px;
    bottom: -75px;
    width: 40px;
  }
  .top_join_illust_02 {
    right: 20px;
    bottom: -73px;
    width: 100px;
  }
}



/*-------------------以下下層-------------------*/

/*-------------------------
   下層共通
-------------------------*/
.wp-singular h1.c-pageTitle,
.wp-singular:not(.single-post):not(.single-member-event) #breadcrumb{
  display: none;
}

.wp-singular .l-mainContent__inner>.post_content {
  margin: 0;
  padding: 0;
}

.wp-singular.page .l-content{
  padding-top: 0;
}

.wp-singular.page .l-content{
  margin-bottom: 0;
}

.under_header{
  padding: 60px 40px;
  background-image: url('/wp-content/uploads/2026/04/under_header_bg.svg');
  background-repeat: no-repeat;
  background-position: right 30% center;
  background-size: contain;
  margin-bottom: 16px;
}

.breadcrumbs span{
  color: #5A5959;
}

.breadcrumbs span{
  margin-right: 3px;
}

.sec-grad{
  background: linear-gradient(to bottom, transparent 0%, #FFFAE6 7%, #FFFAE6 93%, transparent 100%);
  padding: 120px;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
}
.sec-grad.sec-grad_end{
  background: linear-gradient(to bottom, transparent 0%, #FFFAE6 10%, #FFFAE6 100%);
}
@media (max-width: 780px){
  .sec-grad{
    padding: 80px;
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
  }
  .under_header .title_ll_group h1 {
    line-height: 1.4;
  }
}


/*-------------------------
  私たちについて
-------------------------*/
.about_intro{
  border: 2px solid #333;
  border-radius: 20px;
  padding: 40px 60px 60px 60px;
  position: relative;
}

.post_content .about_intro .title_l{
  margin-top: -64px !important;
  background-color: #fff;
  padding: 0 30px;
}

.about_intro_illust_01{
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.about_intro_illust_02 {
  position: absolute;
  left: -30px;
  top: -60px;
  z-index: 1;
}

.about_intro_illust_03 {
  position: absolute;
  right: -30px;
  bottom: -43px;
  z-index: 1;
}

.about .cmn_list_title{
  width: 40%;
}

div.has-background.about_organization-chart{
  padding: 60px 20px;
  border-radius: 30px;
}

.about_past-future .about_past-future_text_contents h3 {
  background-color: #FFF24F;
  border-radius: 60px;
  padding: 15px 30px;
  line-height: normal;
  margin-bottom: clamp(20px, 4vw, 30px);
}

.about_past-future .about_past-future_history_contents h3{
  border-bottom: dashed 2px #1C7568;
  padding-bottom: 10px;
}

.about table thead tr th{
  color:#fff !important;
}

.about_past-future .about_past-future_history_contents table thead tr th:first-of-type {
  width: 25%;
}

.about_past-future .about_past-future_area_contents{
  max-width: 800px;
  margin: 0 auto;
}

.about_past-future .about_past-future_area_contents h3{
  display: table;
  margin: 0 auto;
  border-bottom: dashed 2px #1C7568;
  padding-bottom: 10px;
}

.about_organization .is-style-float>.swell-block-dl__dd,
.about_organization .is-style-float>.swell-block-dl__dt{
  border-bottom: 1px solid #333;
  padding: 12px 15px;
  display: flex;
  align-items: center;
}

.about_organization .is-style-float>.swell-block-dl__dt:after {
   content: none;
}

.about_document > .wp-block-group__inner-container > .wp-block-group{
  border-radius: 30px;
  padding: 40px;
}

.about_document .about_document_grid{
  gap: 30px;
}

.about_document .about_document_grid > a {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 4px 0px #40E0D0; 
}

.about_document .about_document_grid > a:hover p.font-awesome{
  transform: scale(1.2);
}

.about_document .about_document_grid > a .is-stack p{
  font-size: 12px;
  color: #5A5959;
}

.about_document .about_document_grid > a p.font-awesome{
  color: #33CFBC;
  font-size: 24px;
  transition: 0.3s ease;
}

@media (max-width: 780px){
  .about_intro {
    padding: 40px 30px 60px 30px;
  }
  .about_intro_illust_02 {
    left: 5px;
    top: -50px;
    width: 60px;
  }
  .about_intro_illust_03 {
    right: -15px;
    bottom: -33px;
    width: 80px;
  }
}



/*-------------------------
  ご利用案内
-------------------------*/
.terrace .under_header,
.terrace .breadcrumbs{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.terrace .breadcrumbs{
  padding: 20px 0;
}

.wave_bg .wave_bg_white{
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-attachment: scroll;
}

.terrace_intro .narrow_width_text{
  max-width: 740px;
  margin: 0 auto;
}

.terrace_intro_illust_01{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  margin-bottom: 0;
}

.terrace_intro_illust_02{
  position: absolute;
  right: 80px;
  bottom: 0px;
  z-index: 1;
  margin-bottom: 0;
}

.terrace_intro_illust_03{
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-bottom: 0;
}
  
.terrace .cmn_list{
  max-width: 1200px;
  margin-top: 0;
}

.terrace_exterior{
  max-width: 800px;
  margin: 0 auto;
}

.terrace_exterior .wp-block-column{
  position: relative;
}

.terrace_exterior_fukidashi_01 {
  position: absolute;
  left: -40px;
  top: -50px;
}

.terrace_exterior_fukidashi_02 {
  position: absolute;
  right: -40px;
  top: -50px;
}

.terrace_facilities .wp-block-buttons:nth-of-type(1) .wp-block-button__link,
.terrace_facilities .wp-block-buttons:nth-of-type(4) .wp-block-button__link {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}

.terrace_facilities .wp-block-buttons:nth-of-type(2) .wp-block-button__link {
  background-color: #333;
  color: #fff;
}

.terrace_facilities .wp-block-buttons:nth-of-type(3) .wp-block-button__link {
  background-color: #fff061;
  border: none;
  color: #333;
}

@media (max-width: 780px){
  .terrace_intro{
    padding-bottom: 80px;
  }
  .terrace_intro_illust_01 {
    left: 0px;
    bottom: -20px;
    width: 50px;
  }
  .terrace_intro_illust_02 {
    right: 10px;
    bottom: -23px;
    width: 130px;
  }
  .terrace_exterior_fukidashi_01 {
    left: 0px;
  }
  .terrace_exterior_fukidashi_02 {
    right: 0;
  }
}


/*-------------------------
  レンタルスペースのご案内
-------------------------*/
.rental-space_catch{
  position: relative;;
}

.rental-space_catch_illust_01{
  position: absolute;
  left: -30px;
  bottom:-90px;
  z-index: 1;
}

.rental-space .rental-space_info{
  padding: 80px 50px 50px 50px;
  border-radius: 30px;
  position: relative;
}

.rental-space .rental-space_info .btn_typeA a{
  text-align: left;
}

.rental-space .rental-space_info .btn_typeA a::after{
  right: 0;
}

.rental-space .rental-space_info .btn_typeA .wp-block-button{
  width: 100%;
}

.rental-space .rental-space_info_title{
  display: inline-block;
  padding: 20px 40px;
  border-radius: 5px 0 15px 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.rental-space .rental-space_info_title.rental-space_info_titleA {
  background-color: #FDF250;
}

.rental-space .rental-space_info_title.rental-space_info_titleB {
  background-color: #40E0D0;
}

@media (min-width: 781px) {
  .rental-space .rental-space_info .wp-block-columns {
    position: relative;
  }
  .rental-space .rental-space_info .wp-block-column:last-child {
    border-left: 1px solid #ddd;
    padding-left: 60px;
    margin-left: 0;
  }
}

.rental-space .rental-space_price table{
  outline: none;
  border: 0;
  border-radius: 0;
}

.rental-space .rental-space_price table thead tr:first-of-type{
  border-top: transparent;
}

.rental-space .rental-space_price table thead th{
  color: #333 !important;
  vertical-align: middle;
}

.rental-space .rental-space_price table td{
  vertical-align: middle;
}

.rental-space .rental-space_price table tbody tr{
  border-bottom: transparent;
}

.rental-space .rental-space_price table tbody tr:nth-of-type(1) td:not(:first-of-type){
  border-bottom: transparent;
}

.rental-space .rental-space_price table tbody tr:nth-of-type(1) td:not(:first-of-type),
.rental-space .rental-space_price table tbody tr:nth-of-type(3) td:not(:first-of-type) {
  background-image: linear-gradient(to right, #333 50%, transparent 50%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.rental-space .rental-space_price table tbody tr:nth-of-type(2) td,
.rental-space .rental-space_price table tbody tr:nth-of-type(4) td{
  border-top: transparent;
}

.rental-space .rental-space_price table tbody tr:last-of-type{
  border-bottom: 1px solid #333;
}

.rental-space .rental-space_price table th{
  border-bottom: none !important;
}

.rental-space .rental-space_price p a{
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #1C7568;
}

.rental-space .rental-space_price .table_outdoor thead th{
  background-color: #33CFBC;
}
.rental-space .rental-space_price .table_outdoor table tbody tr:nth-of-type(1) td:nth-of-type(2),
.rental-space .rental-space_price .table_outdoor table tbody tr:nth-of-type(3) td:nth-of-type(2) {
  background-image: none;
}

.rental-space .rental-space_price .table_outdoor table tbody tr:nth-of-type(5) td:nth-of-type(1),
.rental-space .rental-space_price .table_outdoor table tbody tr:nth-of-type(5) td:nth-of-type(2) {
  border-bottom: 1px solid #333;
}

.rental-space .cmn_list{
  padding: 40px;
}

.rental-space .rental-space_item_table thead th{
  background-color: #333;
  color: #fff !important;
}

.rental-space_item_table table,
.rental-space_item_table tbody td {
    border: 1px solid #D5D5D5;
}

.rental-space_item_table thead tr{
  border: transparent !important;
}

.rental-space_item_table thead tr th{
  border-bottom: transparent !important;
}

.rental-space_item_table table tbody tr:nth-child(odd) td {
    background-color: #ffffff;
}

.rental-space_item_table table tbody tr:nth-child(even) td {
  background-color: #FFFAE6;
}

.rental-space_item_table table thead th:nth-child(1) {
  width: 20% !important;
}

.rental-space_item_table table thead th:nth-child(4) {
  width: 35%;
}

.rental-space_type table thead th{
  color: #333 !important;
}

.rental-space .rental-space_type table{
  outline: none;
  border: 0;
  border-radius: 0;
}

.rental-space_type table thead tr,
.rental-space .rental-space_type table tbody tr,
.rental-space .rental-space_type table tbody tr td{
  border: transparent;
}


.rental-space .rental-space_type table tbody tr:not(:last-of-type) {
  background-image: linear-gradient(to right, #333 50%, transparent 50%);
  background-position: bottom;
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.rental-space .rental-space_type table tbody tr:last-of-type{
  border-bottom: 1px solid #333;
}

.rental-space_type_wrap{
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0 30px 30px 30px;
  padding: 40px;
  position: relative;
}

.rental-space_type_wrap h3{
  position: absolute;
  top: -50.5px;
  left: -0.5px;
  background-color: #fff;
  padding: 14px 40px 10px 32px;
  border-radius: 10px 30px 0 0;
  border: 1px solid #333;
}
@media (max-width: 600px){
  .rental-space_type_wrap h3{
    top: -45.5px;
  }
}

.rental-space_type_wrap.indoor h3{
  background-color: #FDF250;
}

.rental-space_type_wrap.outdoor h3,
.rental-space_type_wrap.outdoor table thead th{
  background-color: #33CFBC;
}

.rental-space_type_layout img{
  border: 1px solid #333;
}

@media (max-width: 780px) {
  .rental-space .rental-space_info .wp-block-column:last-child {
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-top: 40px;
  }
  .rental-space_catch_illust_01 {
    left: 30px;
    bottom: -50px;
    width: 80px;
  }
  .rental-space .rental-space_info {
    padding: 80px 24px 36px 24px;
    border-radius: 30px;
    position: relative;
  }
  .rental-space .cmn_list {
    padding: 30px;
  }
  .rental-space_type_wrap {
    padding: 24px;
  }
}


/*-------------------------
  レンタルシートご利用ガイド
-------------------------*/
.rental-sheet_catch {
  position: relative;
}

.rental-sheet_catch_illust_01 {
  position: absolute;
  left: -50px;
  bottom: -90px;
  z-index: 1;
}

.rental-sheet_price table{
  outline: none;
  border: 0;
  border-radius: 0;
}

.rental-sheet_price table tbody tr:last-of-type{
  border: 1px solid #333;
}

.rental-sheet_price table th{
  border-bottom: none !important;
}

.rental-sheet_price p a{
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #1C7568;
}

@media (max-width: 780px){
  .rental-sheet_catch_illust_01 {
    left: 10px;
    bottom: -55px;
    width: 80px;
  }
}


/*-------------------------
  KOITTO CREATORS SHOP ご出店ガイド
-------------------------*/
.rental-rack_catch{
  position: relative;
}

.rental-rack_catch_illust_01{
  position: absolute;
  left: -30px;
  bottom: -90px;
  z-index: 1;
}

.rental-rack_catch_illust_02{
  position: absolute;
  right: -30px;
  bottom: -90px;
  z-index: 1;
}

.rental-rack_introduction_insta a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  line-height: normal;
  transition: opacity 0.3s ease;
}

.rental-rack_introduction_insta a::before {
  font-family: "Font Awesome 6 Brands"; 
  content: "\f16d";
  margin-right: 15px;
  color: #333;
  font-size: 2em;
  transform: translateY(-1px);
  display: inline-block;
  transition: transform 0.3s ease;
}

.rental-rack_introduction_insta a:hover {
  opacity: 0.8;
}

.rental-rack_introduction_insta a:hover::before {
  transform: scale(1.2);
}

.rental-rack_info_contents,
.rental-rack_rack_detail{
  max-width: 800px;
  margin: 0 auto;
}

.rental-rack_rack_detail table{
  outline: none;
  border: 0;
}

.rental-rack_rack_detail table tr{
  border-top: transparent;
}

.rental-rack_rack_detail table tr:nth-of-type(2) td{
  font-size: 24px;
}

@media (max-width: 780px){
  .rental-rack_catch_illust_01 {
    left: 20px;
    bottom: -60px;
    width: 40px;
  }
  .rental-rack_catch_illust_02 {
    right: 20px;
    bottom: -60px;
    width: 70px;
  }
}



/*-------------------------
  会員募集
-------------------------*/
.join_intro{
  position: relative;
}

.join_intro_illust_01 {
  position: absolute;
  left: 90px;
  top: 10px;
  z-index: -1;
}

.join_intro_illust_02 {
  position: absolute;
  right: 70px;
  top: 10px;
  z-index: -1;
}

.join_annual-fee .join_annual-fee_table{
  padding: 40px 60px;
}

.join_annual-fee .join_annual-fee_table .is-row{
  padding-bottom: 10px;
}

.join_annual-fee_map {
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 1;
}

.join_annual-fee_map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

.join_annual-fee_map_inner{
  position: relative;
}

.join_annual-fee_map_inner::before {
  content: "";
  position: absolute;
  top: 15px; 
  left: 15px;
  width: 100%;
  height: 100%;
  background-color: #33CFBC;
  border-radius: 30px;
  z-index: 0;
}

.join_how-to{
  background-image: var(--grad_02);
  border-radius: 30px;
  border: 1px solid #333;
  padding: 30px;
}

.join_how-to p{
  display: table;
  margin: 0 auto;
}

.join_how-to .is-row{
  gap: 30px;
}

.join_member .join_member_list .wp-block-group{
  margin-bottom: 3em;
}

.join_member .join_member_list .wp-block-column > .wp-block-group{
  padding: 18px 18px 14px 18px;
  border-radius: 10px;
}

.join_member .join_member_list .wp-block-column .wp-block-group p{
  line-height: 1.2;
}

.join_member .join_member_list .wp-block-group .wp-block-group__inner-container p{
  margin-bottom: 0;
}

.join_member .join_member_list .wp-block-group .wp-block-group__inner-container p + a,
.join_member .join_member_list .wp-block-group .wp-block-group__inner-container p {
  transition: 0.3s ease;
}

.join_member .join_member_list .wp-block-group .wp-block-group__inner-container p:has(+ a:hover) {
  color: #1C7568;
}

@media (max-width: 900px){
   .join_intro_illust_01 {
    left: 0px;
  }
  .join_intro_illust_02 {
    right: 0px;
  }
}
@media (max-width: 780px){
  .join_member .join_member_list .wp-block-columns{
    margin-bottom: 1.5em;
  }
  .join_member .join_member_list .wp-block-group__inner-container .wp-block-columns:last-of-type{
    gap: 0 !important;
  }
  .join_member .join_member_list .wp-block-group__inner-container .wp-block-columns:last-of-type .wp-block-column{
    margin-bottom: 1.5em !important;
  }
   .join_member .join_member_list .wp-block-group__inner-container .wp-block-columns:last-of-type .wp-block-column:not(:has(*)) {
    margin-bottom: 0 !important;
  }
  .join_intro {
    padding-bottom: 30px;
  }
  .join_intro_illust_01 {
    top: -10px;
    left: 4px;
    width: 25px;
  }
  .join_intro_illust_02 {
    right: 10px;
    width: 60px;
    top: auto;
    bottom: -25px;
  }
  .join .cmn_box_border p {
    padding: 30px 5px 5px 5px;
  }
  .join_annual-fee .join_annual-fee_table {
    padding: 30px;
  }
}

/*-------------------------
  フリーペーパー
-------------------------*/
.move_location{
  border: 2px solid #333;
  border-radius: 20px;
  padding: 40px 80px 30px 80px;
}
@media (max-width: 780px){
  .move_location{
    padding: 25px 30px 50px 30px;
  }
}

.post_content .move_location .title_l{
  margin-top: -64px !important;
  background-color: #fff;
  padding: 0 30px;
}
@media (max-width: 780px){
  .post_content .move_location .title_l{
    margin-top: -40px !important;
  }
}

.wp-block-group .move_location_contents{
  border-bottom: 1px solid #BCBCBC;
}

.move_location_contents p{
  padding-bottom: 5px;
}

.move .post_content div>:last-child{
  margin-bottom: auto !important;
}

/* MOVE最新号レイアウト */
.move-latest-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.move-col-left {
  flex: 1;
}
.move-col-left img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.move-col-right {
  flex: 1.2;
}

.move .move-main-title {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
  background: none;
  padding: 0;
  line-height: normal;
}

.move .move-main-title::before {
  content: none;
}

.move-main-title span {
  font-size: 18px;
  margin-left: 10px;
}

.move-issue-tag {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f0f0f0;
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: normal;
}

.move-description{
  margin-bottom: 20px;
}

.move-description p{
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
}

.corner-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  line-height: normal;
}

.corner-label {
  display: inline-block;
  border: 1px solid #333;
  padding: 2px 12px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.corner-text {
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #5A5959;
}

.move-pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border: 1px solid #333;
  padding: 12px;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
  transition: 0.3s ease;
}

.move-pdf-btn::before {
  content: "\f019";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  color: #40E0D0;
  font-size: 1.2em;
  transition: 0.3s ease;
}

.move-pdf-btn:hover {
  opacity: 0.8;
}

.move-pdf-btn:hover::before {
  transform: scale(1.2);
}

@media (max-width: 780px) {
  .move-latest-wrapper {
    flex-direction: column;
  }
  .move-col-right{
    width: 100%;
  }
}

/* バックナンバー */
.move-archive-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}

.move-archive-card {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  line-height: normal;
}

.card-main-content {
  display: flex;
  gap: 15px;
  flex-grow: 1;
}

.card-img {
  flex: 1;
}

.card-img img {
  width: 100%; border: 1px solid #333;
}

.card-info {
  flex: 1.5;
}

.card-meta {
  margin-bottom: 12px;
}

.pub-month {
  font-size: 14px;
  color: #5A5959;
  margin-right: 10px;
}

.season-tag {
  background: #33CFBC;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px 4px 8px;
  border-radius: 4px;
}

.card-issue-no {
  font-size: 18px;
  margin: 0;
  
}

.card-intro-title {
  font-size: 14px;
  color: #5A5959;
  margin: 5px 0 15px;
  line-height: 1.4;
}

.card-corner-item {
  margin-bottom: 10px;
}

.card-corner-label {
  display: inline-block;
  border: 1px solid #5A5959;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 3px;
  margin-bottom: 6px;
  font-weight: bold;
}

.card-corner-text {
  font-size: 11px;
  color: #5A5959;
  margin: 0;
  line-height: 1.3;
}

.archive-btn {
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
}

@media (max-width: 780px) {
  .move-archive-grid {
      grid-template-columns: 1fr;
      gap: 15px;
  }
  .card-main-content {
      flex-direction: column;
      gap: 10px;
  }
}

.c-postList__issueNumber {
  display: none;
}

.move_new_article .p-postList__title .c-postList__issueNumber {
  display: block !important;
  order: 3;
  margin-top: 8px;
  font-size: 13px;
  font-weight: bold;
  color: #5A5959;
}




/*-------------------------
  よくあるご質問
-------------------------*/
.faq_link_grid a{
  border: 1px solid #333;
  border-radius: 10px;
  display: block;
  padding: 12px 8px;
  font-weight: bold;
}

.faq_link_grid a {
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 40px 12px 8px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #333;
}

.faq_link_grid a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #33CFBC;
  border-radius: 50%;
  background-image: url('/wp-content/uploads/2026/04/arrow.svg');
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
@media (max-width: 769px) {
  .faq_link_grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}

.faq_link_grid a:hover::after {
  transform: translateY(-45%) rotate(90deg);
}

.faq_block .swell-block-accordion__item {
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
}

.faq_block .swell-block-accordion__title {
  background-color: #fff;
  border-radius: 50px;
  padding: 12px 20px 12px 60px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq_block .swell-block-accordion__title::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #FDF250;
  border-radius: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  color:#333;
  z-index: 1;
}

.faq_block .swell-block-accordion__body {
  background-color: transparent;
  border: none;
  padding: 15px 20px 15px 60px;
  position: relative;
  margin-top: 5px;
}

.faq_block .swell-block-accordion__body::before {
  content: "A";
  position: absolute;
  left: 8px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-color: #33CFBC;
  border-radius: 50%;
  display: flex;
  align-items: end;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  color: #333;
}

.faq_block .swell-block-accordion__icon {
  right: 15px !important;
  font-size: 12px;
}

.faq_block .swell-block-accordion__body p {
  margin: 0;
  line-height: 1.6;
}

.faq_service {
  border: 5px solid #FDF250;
  border-radius: 20px;
  padding: 40px 40px;
  background-color: #fff;
}

.faq_service .wp-block-group-is-layout-grid{
  gap: 30px;
}

.faq_service .wp-block-group-is-layout-grid .wp-block-group {
  background-color: #fff9e5;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.faq_service .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 20px;
}

.faq_service figure.wp-block-image {
  margin: 0;
}

.post_content .faq_service .title_l{
  margin-top: -64px !important;
  margin-bottom: 70px;
  background-color: #fff;
  padding: 0 30px;
}

.faq_service h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
}

.faq_service p {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 769px) {
  .faq_service {
    padding: 40px 20px 20px 20px;
  }
}


/*-------------------------
  お問い合わせ
-------------------------*/

.contact_means_wrap{
  max-width: 1400px;
}

.contact_means > .wp-block-column {
  border: 1px solid #333;
  border-radius: 20px;
  padding: 20px;
}

.contact_means .contact_means_tel{
  background-color: #FDF250;
}

.contact_means .contact_means_tel .contact_means_tel_number{
  line-height: normal;
}

.contact_means .contact_means_mail{
  background-color: #FFFAE6;
}

.contact_means .contact_means_direct{
  background-color: #B5F6EF;
}


/*-------------------------
  投稿アーカイブページ共通
-------------------------*/
.archive,
.category{
  background-color: #FFFAE6;
}

.archive .c-pageTitle,
.category .c-pageTitle,
.archive #breadcrumb,
.category #breadcrumb {
  display: none;
}

.p-termHead{
  display: none;
}

.archive .l-content,
.category .l-content {
  padding-top: 0;
}


.c-categoryList__separation{
  display: none;
}

.c-categoryList:before {
  content: none;
}

.p-termNavigation{
  gap: 15px;
}

.archive.tag .title_ll_group p{
  display: none;
}

.archive.tag .title_ll_group h1{
  margin-top: 15px;
}

.c-categoryList__link{
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 1.2;
  padding: 6px 16px 3px 16px;
  font-weight: bold;
  font-size: 12px;
}

.l-mainContent .c-categoryList__link.-current {
  background-color: #FDF250;
  color: #333;
  border: none;
  box-shadow: none;
}

.c-pagination .page-numbers{
  background-color: transparent ;
  color: #333;
  border: none;
  box-shadow: none;
}

.c-pagination .page-numbers.current{
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.c-pagination .c-prev-arrow, 
.c-pagination .c-next-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: none;
}


.c-pagination .c-prev-arrow,
.c-pagination .c-next-arrow {
  background-color: #33CFBC;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.c-pagination .c-prev-arrow:hover,
.c-pagination .c-next-arrow:hover {
  opacity: 0.8;
}

.c-prev-arrow {
  background-image: url('/wp-content/uploads/2026/04/arrow.svg');
  transform: rotate(180deg);
}

.c-next-arrow {
  background-image: url('/wp-content/uploads/2026/04/arrow.svg');
}

.is-hidden {
    visibility: hidden;
}


/* 記事一覧ページ */
.archive .p-postList__item,
.category .p-postList__item {
  border-bottom: 2px dashed #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.archive .p-postList .p-postList__item:first-of-type,
.category .p-postList .p-postList__item:first-of-type {
  padding-top: 20px;
  border-top: 2px dashed #333;
}

.p-postList__body {
  display: flex;
  flex-direction: column;
}

.p-postList__meta {
  order: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.p-postList__times {
  order: 1;
  font-size: 14px;
}

.c-postTimes__posted::before{
  content: none;
}

.p-postList__cat {
  order: 2;
  background: #fff; 
  padding: 6px 10px 2px 10px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #ccc;
}

.p-postList__cat::before{
  content: none;
}

.-type-list .p-postList__title {
  order: 3;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 22px;
}

.p-postList__excerpt {
  order: 4;
  color: #333;
  font-size: 16px;
}

#categories-2, #tag_cloud-3 {
  position: relative;
  margin-top: 60px;
  padding: 40px 20px 20px;
  border: 1px solid #333;
  border-radius: 15px;
  background-color: #fff;
  overflow: visible; 
}

#categories-2 ul li a::before{
  content: none;
}

#categories-2 ul li a {
  font-size: 14px;
  padding-left: 0;
  font-weight: bold;
}

#categories-2 .c-widget__title.-side,
#tag_cloud-3 .c-widget__title.-side {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFAE6; 
  padding: 0 15px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  border: none;
  border-radius: 10px;
}

#categories-2 .c-widget__title.-side::before,
#categories-2 .c-widget__title.-side::after,
#tag_cloud-3 .c-widget__title.-side::before,
#tag_cloud-3 .c-widget__title.-side::after {
  content: none;
}

#categories-2 .cat-item{
  padding: 10px 0;
  border-bottom: 1px solid #333;
}

#categories-2 .cat-item a{
  margin-bottom: 0;
}

#categories-2::after {
  content: "";
  position: absolute;
  top: -95px;
  right: 10px;
  width: 70px;
  height: 130px;
  background-image: url('/wp-content/uploads/2026/04/top_activity_illust_02.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#tag_cloud-3::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 100px;
  height: 100px;
  background-image: url('/wp-content/uploads/2026/04/top_intro_illust_02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 1;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}

.tagcloud a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  padding: 3px 8px;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 767px){
  #categories-2{
    margin-top: 120px;
  }
  #tag_cloud-3::before {
    bottom: -37px;
    left: -5px;
    width: 75px;
  }
}

/* ユーザーイベント一覧ページ */
.post-type-archive-member-event .p-postList__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  order: 4;
}

.post-type-archive-member-event .p-postList__date::before,
.post-type-archive-member-event .p-postList__time::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  color: #1C7568;
  margin-right: 0.4em;
}

.post-type-archive-member-event .p-postList__date::before {
  content: "\f073";
}

.post-type-archive-member-event .p-postList__time::before {
  content: "\f017";
}


/*-------------------------
  記事詳細ページ
-------------------------*/
.single-post,
.single-member-event{
  background-color: #FFFAE6;
}

.single-post article,
.single-member-event article{
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
@media (max-width: 769px) {
  .single-post article,
  .single-member-event article{
    padding: 30px 24px;
  }
}

.single-post .l-content,
.single-member-event .l-content{
  padding-top: 40px;
}

.single-post #breadcrumb,
.single-member-event #breadcrumb{
  background: transparent;
  box-shadow: none;
  padding: 15px 0;
}

.single-post .__home.icon-home::before,
.single-member-event .__home.icon-home::before{
  content: none;
}

.c-postTitle__ttl{
  line-height: 1.6;
  border-bottom: 3px solid #FDF250;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.c-tagList::before{
  content: none;
}

.p-articleMetas.-bottom {
  display: none;
}

.p-articleMetas.-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}

.single .p-articleMetas.-top .p-articleMetas__times {
  order: 1;
  margin-bottom: 5px;
  font-size: 16px;
}

.single .p-articleMetas.-top .c-categoryList {
  order: 2;
  margin-bottom: 5px;
}

.single .p-articleMetas.-top .c-tagList {
  order: 3;
}

.single .p-articleMetas__times.c-postTimes {
  display: flex;
  gap: 3px;
}

.single .p-articleMetas__times .c-postTimes__modified::before {
  content: "|";
  margin-right: 10px;
}

.single .c-postTimes__posted::before {
  content: "公開日 ";
  font-weight: normal;
  margin-right: 5px;
}

.single .c-postTimes__modified::before {
  content: "更新日 ";
  font-weight: normal;
  margin-right: 5px;
}

.single .p-articleMetas__times {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.single .c-postTimes__modified {
  display: flex;
  align-items: normal;
}

.single .c-postTimes__posted + .c-postTimes__modified::before {
  content: "｜   更新日";
  margin-left: 5px;
}

.single .c-tagList__link::before {
  content: "#";
  margin-right: 2px;
}

.c-shareBtns__item.-copy {
   display: none;
}

.c-shareBtns__btn {
  border-radius: 60px;
  padding: 12px 12px;
}

.c-shareBtns__item:not(:last-child) {
  margin-right: 20px;
}

.c-shareBtns__icon {
  color: #333;
}

.c-shareBtns__item a{
  background-color: #FDF250;
}

.c-shareBtns__list {
  align-items: center;
}

.c-shareBtns__list::before {
  content: "SHARE";
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-right: 30px;
  color: #333;
}

.p-articleFoot {
  margin: 3em 0;
  padding: 0;
}

.custom-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.nav-link{
  font-size: 14px;
}

.custom-post-nav .nav-link.-archive {
  font-size: 16px;
  height: auto;
}

.-prev::before {
  content: "＜";
  color: #33CFBC;
  margin-right: 10px;
  font-weight: bold;
}

.-next::after {
  content: "＞";
  color: #33CFBC;
  margin-left: 10px;
  font-weight: bold;
}

.-empty {
    width: 100px;
}

@media (max-width: 780px) {
  .custom-post-nav {
      flex-direction: column;
      gap: 30px;
  }
  .-archive {
      order: -1;
      width: 100%;
  }
}

/*  記事本文 */
.single .post_content h2,
.single .post_content h3,
.single .post_content h4,
.single .post_content h5,
.single .post_content h6{
  margin-top: 30px;
  margin-bottom: 16px;
  line-height: normal
}

.single .post_content h2 {
  background-color: #FFFAE6;
  color: #333;
  border-radius: 10px;
  position: relative;
  margin-top: 45px !important;
  padding: 10px 24px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.single .post_content h2::before{
  content: none;
}

.single .post_content h2::after {
  content: "";
  position: absolute;
  top: -27px;
  left: 0px;
  transform: translateX(-50%) rotate(-30deg);
  width: 30px;
  height: 40px;
  background-image: url('/wp-content/uploads/2026/04/decoration_accent.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single .post_content h3{
  position: relative;
  padding-bottom: 8px;
}

.single .post_content h3::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--grad_01);
}

.single .post_content h4{
  padding-bottom: 8px;
  border-bottom: 2px dashed #33CFBC;
}

.single .post_content h5 {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}

.single .post_content h5::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.5em;
  background-color: #33CFBC;
  border-radius: 10px;
}

.single .post_content p{
  margin-bottom: 30px;
}

@media (max-width: 780px){
  .single .post_content h2{
    margin-top: 55px !important;
  }
}

/* ユーザーイベント記事詳細ページ */
.single-member-event .p-articleThumb{
  margin-top: 0;
}

.c-event-data-box {
  margin: 20px 0 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #333;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.c-event-data-box__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 200px;
}

.c-event-data-box__item .__label {
  font-size: 14px;
  font-weight: bold;
  color: #5A5959;
  display: flex;
  align-items: center;
}

.c-event-data-box__item .__label::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
  color: #1C7568;
  width: 1.2em;
  text-align: center;
}

.-date .__label::before        { content: "\f073"; }
.-time .__label::before        { content: "\f017"; }
.-place .__label::before       { content: "\f276"; }
.-price .__label::before       { content: "\f157"; }
.-application .__label::before { content: "\f058"; }

.c-event-data-box__item .__value {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .c-event-data-box {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  .c-event-data-box__item {
    min-width: 100%;
  }
}