@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
*/

/* 基本スタイル */
.main-parts {
    position: absolute;
    top: 90px;
}

p.main1, p.main2 {
    text-shadow: none;
    font-weight: bold;
    display: inline;
    font-size: 90px;
    color: #fff;
    line-height: 1.2;
    padding-left: 10px;
}

p.sub {
    text-shadow: none;
    font-weight: bold;
    display: inline;
    font-size: 29px;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 10px;
}

/* レスポンシブ対応（画面幅768px以下） */
@media screen and (max-width: 768px) {
.main-parts {
        top: 60px;
}

p.main1, p.main2 {
        font-size: 70px;
        padding-left: 5px;
}

p.sub {
        font-size: 22px;
        padding-left: 5px;
}
}

/* レスポンシブ対応（画面幅480px以下） */
@media screen and (max-width: 480px) {
.main-parts {
        top: 50px;
}

p.main1, p.main2 {
        font-size: 50px;
        padding-left: 3px;
}

p.sub {
        font-size: 22px;
        padding-left: 3px;
}
}

.point-wrapper {
   position: relative;
}

.point-label {
    position: absolute;
    writing-mode: vertical-lr;
    padding: 15px 5px;
    background-color: #E53232;
    color: #fff;
    top: -11px;
    left: -19px;
    font-weight: bold;
    font-size: 17px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 87%, 0% 100%);
    z-index: 9999;
}

/** トップページのお知らせ一覧 **/
/* 日付とカテゴリー並べ替え */
.top-newslist .p-postList__cat {
order: 1;
}
.top-newslist .p-postList__times.c-postTimes.u-thin {
order: 2;
}
/* 日付とカテゴリーのアイコン非表示 */
.top-newslist time.c-postTimes__posted.icon-posted::before,.top-newslist span.p-postList__cat.icon-folder::before{
display: none;
}
/* 日付とカテゴリーの文字サイズ */
.top-newslist .p-postList__cat,.top-newslist time.c-postTimes__posted {
font-size: 11px;
}

/* タイトル文字サイズ */
.-type-simple .p-postList__title
Specificity: (0,2,0)
 {
    font-size: 16px;
}

/* カテゴリーの装飾 */
.top-newslist .p-postList__cat {
    color: #ffffff;
    padding: 8px 27px;
    background-color: #E53232;
    clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
}

@media screen and (min-width: 768px) {
  .p-postList__body {
    position: relative;
    transition: opacity 0.25s;
    display: flex;
    gap: 28px;
  }
}

/* 投稿リストのボーダーボトム削除 */
.-type-simple .p-postList__link {
    border-bottom: none;
}

/* 投稿リストのボーダートップ削除 */
.p-postList.-type-simple {
    border-top: none;
}

.u-thin {
    opacity: 1;
}


@media (max-width: 768px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse; 
}
}

.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.wp-block-cover.has-parallax {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

.wp-block-cover__image-background.has-parallax {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.blur-cover .wp-block-cover__image-background {
    filter: blur(8px);
    transform: scale(1.05); /* ぼかして隙間が見えないよう拡大 */
    z-index: -1;
}

.blur-cover .wp-block-cover__inner-container {
    position: relative;
    z-index: 1;
}

/* =========================================================
//  スマホでスクロールスナップ
// ========================================================= */
@media not all and (min-width: 600px) {
  .-snap {
    --item-mobile-width: 80vw; /* スマホでのアイテムの幅 */
    --gap: 1rem; /* 各アイテム同士の間隔 */
  }
  .-snap > * {
    flex-wrap: nowrap !important;
    padding: 0 calc((100vw - var(--item-mobile-width, 80vw)) / 2) !important;
    margin-inline: calc(var(--swl-pad_container, 0px) * -1) !important;
    gap: var(--gap);
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .-snap > *::-webkit-scrollbar {
    display: none;
  }
  .-snap > * > * {
    margin-inline: auto !important;
    flex-shrink: 0;
    width: var(--item-mobile-width, 80vw) !important;
    scroll-snap-align: center;
  }
  /* 「ノーマル」スタイルの調整 */
  .swell-block-tab.is-style-default .c-tabBody:has(.-snap) {
    padding-left: var(--swl-pad_container, 0px);
    padding-right: var(--swl-pad_container, 0px);
  }
}


@media (min-width: 960px) {
.w-header__inner p {
line-height: 1.5;
}
.header_contact_phone {
font-family: Inter, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
font-size: 20px;
font-weight: 700;
letter-spacing: 0.6px;
}
.header_contact_phone span.icon-phone {
font-size: 16px;
vertical-align: baseline;
margin-right: 3px;
}
.header_business_hours {
font-size: 13px;
letter-spacing: 1px;
}
}

.w-header.pc_ {
    background-color: #E53232;
    padding: 0 28px;
    color: #fff;
}

.maru {
    border-radius: 12px;
}

.cp-bg-mae {
    position: absolute;
    font-weight: bold;
    font-size: 165px;
    top: -150px;
    color: #ffffff30;
}



.cp-bg-ushiro {
    position: absolute;
    font-weight: bold;
    font-size: 165px;
    bottom: -195px;
    margin: 0;
    right: 0;
    color: #ffffff30;
}

.news-bg {
   background-color: #E53232;
   color: #fff;
}

/* スマホサイズのみフォントサイズ14pxにする */
@media screen and (max-width: 767px) {
    .news-bg {
        font-size: 14px;
    }
}

.midashi-point {
    font-weight: bold;
}


.business-card {
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s, box-shadow 0.4s;
    height: 470px;
}

@media screen and (max-width: 767px) {
  .business-card {
    height: 450px;
  }
}

.business-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.business-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.business-card-img-wrap img {
  width: 100%;
  height: auto;
  transition: transform 0.4s;
}
.business-card:hover .business-card-img-wrap img {
  transform: scale(1.05);
}
.business-card-text {
  padding: 13px;
}
.business-card-category {
  font-size: 0.9rem;
  color: #999;
}
.business-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-card-arrow {
  font-size: 1.2rem;
  color: #999;
  transition: color 0.4s;
}
.business-card:hover .business-card-arrow {
  color: #E53232;
}
.business-card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

h3.business-card-title {
    margin: 10px 0;
}

/* =========================================================
//  スマホでスクロールスナップ
// ========================================================= */
@media not all and (min-width: 600px) {
  .-snap {
    --item-mobile-width: 80vw; /* スマホでのアイテムの幅 */
    --gap: 1rem; /* 各アイテム同士の間隔 */
  }
  .-snap > * {
    flex-wrap: nowrap !important;
    padding: 0 calc((100vw - var(--item-mobile-width, 80vw)) / 2) !important;
    margin-inline: calc(var(--swl-pad_container, 0px) * -1) !important;
    gap: var(--gap);
    overflow-x: scroll;
    -webkit-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .-snap > *::-webkit-scrollbar {
    display: none;
  }
  .-snap > * > * {
    margin-inline: auto !important;
    flex-shrink: 0;
    width: var(--item-mobile-width, 80vw) !important;
    scroll-snap-align: center;
  }
  /* 「ノーマル」スタイルの調整 */
  .swell-block-tab.is-style-default .c-tabBody:has(.-snap) {
    padding-left: var(--swl-pad_container, 0px);
    padding-right: var(--swl-pad_container, 0px);
  }
}


ul.swell-block-linkList.is-style-default {
    color: #fff;
}

svg.swl-svg-chevronRight.swell-block-linkList__icon.-left {
    color: #fff;
}

/* 共通 */
.swiper-postListWrap .p-postList {
	flex-wrap: nowrap;
	margin: 0;
}

/* カード型 */
.swiper-postListWrap .-type-card .p-postList__item {
	padding: 0;
}
.swiper-postListWrap .swiper-pagination-bullet {
    background: currentcolor;
    color: inherit;
}

/* サムネイル型 */
.swiper-postListWrap .-type-thumb .p-postList__item {
	padding: 0;
}
.p-postList.-type-thumb + .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -4.5px;
}

/* 投稿リストだけをフルワイド化 */
.custom-fullwide-postlist {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    color: #fff;
}

h1.c-pageTitle {
    text-align: center;
    text-shadow: none;
}