/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 10 2025 | 23:17:06 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)〇
var(--color_deep03)〇
*/
/* -------------
○○〇の設定
-----------------------------*/
.swl-inline-icon:after {
    top: 0!important;
}
h2, h3, h4{
  font-family: "Noto Serif JP", serif;
}
/* ======================================
   共通：スマホ（600px以下）
====================================== */
@media (max-width: 600px) {

  /* テーブル調整 */
  .sp-table td,
  .sp-table th,
  .price-table td,
  .price-table th {
      padding: 10px !important;
      font-size: 13px !important;
  }

  /* 画像サイズの簡易ユーティリティ */
  .sp-img-40 img { width: 40px !important; }
  .sp-img-80 img { width: 80px !important; }
  .sp-img-100 img { width: 100px !important; }
  .sp-img-120 img { width: 120px !important; }
  .sp-img-150 img { width: 150px !important; }

  /* 横幅調整ユーティリティ */
  .sp-w-100 { width: 100% !important; }
  .sp-w-90  { width: 90% !important; }
  .sp-w-80  { width: 80% !important; }

  /* フォントサイズ汎用 */
  .sp-fs-10 { font-size: 10px !important; }
  .sp-fs-12 { font-size: 12px !important; }
  .sp-fs-14 { font-size: 14px !important; }
  .sp-fs-16 { font-size: 16px !important; }

  /* 余白ユーティリティ */
  .sp-mb-0  { margin-bottom: 0 !important; }
  .sp-mb-10 { margin-bottom: 10px !important; }
  .sp-mb-20 { margin-bottom: 20px !important; }

  /* 表示・非表示 */
  .sp-hide { display: none !important; }
  .sp-show { display: block !important; }
}

/* -------------
ボタンアニメーションの追加
-----------------------------*/
.btn_anime a{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}
.btn_anime img{
margin: 0 auto;
animation: anime 2s ease 0s infinite alternate;
transform-origin:center;
cursor: pointer;
}
@keyframes anime {
from {transform: scale(0.95,0.95);}
to {transform: scale(1,1);}
}

@media (min-width: 960px) {
.swell-block-button .swell-block-button__link[data-has-icon] {
    padding: 0.8em 2em;
}
}
.contact-area .is-style-btn_line a:hover{
	color:var(--color_main) !important;
}
.contact-area .swell-block-button__link svg:not([fill]):hover {
    fill:var(--color_main) !importan;
}
/* CTAボタンの調整 */
.cta-btn-pad .swell-block-button__link[data-has-icon]{
padding: 1.2em;
}
.cta-btn-hover a {
    transition: all 0.3s ease; /* アニメーションの設定 */
	    padding: 0.2 0.9rem;
}
.cta-btn-hover a:hover {
    background: aliceblue;
    transform: translateY(-2px); /* ふわっと浮く */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* 少し影で立体感 */
}
.line-color svg{
fill: var(--color_deep03) !important;	
}
.contact-color svg{
fill:#333 !important;	
}
/*  */
.is-style-btn_eight-border .swell-block-button__link[data-has-icon] {
  padding: 1.2em 2em;
  border: 4px solid #fff;
}
/* ----------------------------------- */
/*余白調整*/
/* ----------------------------------- */
.w-beforeFooter {
    margin: 0 auto 3em;
}
}
/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center!important;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
@media (max-width: 640px){
.post_content .icon img{
    width: 47px!important;
    margin: 0 0.5em 0 0;
}
}
.fit-content {
  width: fit-content;
}
.center {
  margin: 0 auto;
}
@media (min-width: 960px){ 
.post_content .margin-1em{
	margin: 0 1em;
}
}
.post_content .padding-yx-02em {
  padding:0.2em;
}
.post_content .padding-yx-04em {
  padding:0.4em;
}
.post_content .padding-yx-1em {
  padding:1em;
}
.padding-lr-1em {
  padding: 0 1em;
}
.post_content .padding-yx-1-3em{
	  padding:0.5em 3em 0.5em 0.5em;
}
.padding-lr-10em-lg {
  padding: 0 1em;
}
.padding-y05-x1 mark{
  padding: 0.5em 1em;
}
.c-btn--wide .swell-block-button__link[data-has-icon]{
	padding: 1em 6em;
}
 .padding-lr-6em-lg {
    padding: 0 1em;
  }
  .padding-r-6em-lg {
    padding: 0 1em;
  }
@media (min-width: 960px) {
  .padding-lr-6em-lg {
    padding: 0 6em;
  }
  .padding-lr-10em-lg {
    padding: 0 10em;
  }
  .padding-r-6em-lg {
    padding: 0 6em 0 0;
  }
}
/* ----------------------------------- */
/*boder設定 */
/* ----------------------------------- */
.-radius10 {
  border-radius: 10px;
}
.-radius10 img{
  border-radius: 10px;
}
.-radius20 {
  border-radius: 20px;
}
.-radius20 img{
  border-radius: 20px;
}
.-radius100 mark{
  border-radius: 100px;
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
@media (min-width: 960px) {
.boder-right{
border-right: 1px solid #757575; 
}
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.w-700 {
  max-width: 700px;
  margin: 0 auto;
}
.w-700-m {
  max-width: 700px;
}
.w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.w-900 {
  max-width: 900px;
  margin: 0 auto;
}
.w-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.w-1150 {
  max-width: 1150px;
  margin: 0 auto;
}
.w-90 {
 width: 90vw;
  margin: 0 auto;
}
/*----------その他 */

.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 640px) {
.justify-content-c .swell-block-columns__inner{
    flex-direction: column-reverse;
}
	}
.post_content .eight-line {
    border-bottom: 5px solid rgba(0, 0, 0, .1);
}
.post_content .margin-minus{
    margin-bottom: -23px!important;
}
.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background{
    bottom: -40px;
    height: 40%;
    top: initial;
}
@media (max-width: 640px) {
	.eight-bg-bottom .wp-block-cover__image-background, .eight-bg-bottom .wp-block-cover__background {
    bottom: 0px;
    height: 47%;
    top: initial;
}
}	
.rounded-top mark{
  padding: 0.5em 1em;
  border-radius: 20px 20px 0px 0px;
}
.wp-block-table .has-fixed-layout {
    line-height: 2;
}
.ark-block-slider__inner .swiper-wrapper {
    padding: 0 0 2em;
}
.ark-block-slider__inner .swiper-pagination{
    bottom: 10px;
}
.edge-text{
-webkit-text-stroke: 2px #fff;
  text-stroke: 2px #fff;
  paint-order: stroke;
}
.-list-under-dashed>li, .border_bottom>li {
    border-bottom: 1px dashed #707070;
}
.overflow-y {
    height: 700px;
    margin: 50px auto;
    padding: 20px;
    overflow-y: scroll;
}
@media (max-width: 640px) {
	.overflow-y {
    height: 500px;;
}
}
.map iframe{
width:100%;
}
.p-spMenu__bottom {
    margin-top:0;
}
/*  */
.img-hover-light {
  position: relative;
  overflow: hidden;
}

.img-hover-light img {
  transition: transform 0.5s ease;
  display: block;
}

.img-hover-light::after {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.0) 100%);
  transition: 0.5s;
}

.img-hover-light:hover img {
  transform: scale(1.05);
}

.img-hover-light:hover::after {
  left: 100%;
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
#top_title_are{
	position:relative;
}
#top_title_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: var(--color_bg); /* ←ここで色を指定できる！ */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M100,5.58c-0.05-0.01-0.1-0.03-0.15-0.04C93.74,3.8,87.42,2,75,2S56.26,3.8,50.15,5.53 C43.97,7.29,37.58,9.11,25,9.11c-12.48,0-18.86-1.79-25-3.53V10h75h25V5.58z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath fill='%23000' d='M100,5.58c-0.05-0.01-0.1-0.03-0.15-0.04C93.74,3.8,87.42,2,75,2S56.26,3.8,50.15,5.53 C43.97,7.29,37.58,9.11,25,9.11c-12.48,0-18.86-1.79-25-3.53V10h75h25V5.58z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 600px) {
#top_title_area::after{
height: 30px;
}
}
@media (min-width: 600px) {
.l-topTitleArea {
    min-height: 300px;
  }
.c-pageTitle {
    font-size: 2em;
}
}
.l-topTitleArea {
	overflow: visible;
    margin: 0 0 1rem;
  }
.l-topTitleArea .c-filterLayer__img {
    opacity: 0.5;
}
.l-topTitleArea__body .c-pageTitle {
  box-shadow: none;
  text-shadow: none;
}
.l-topTitleArea__body .c-pageTitle {
  position: relative;
  color: #3A4268!important;
text-align: center;
}
.l-topTitleArea__body .c-pageTitle__subTitle {
    font-style: normal;
    width: fit-content;
    margin: 0.5em auto;
    padding: 0.4em 2em;
    border-radius: 10px;
	color:var(--color_deep04);
	background: #fff;
}
.c-pageTitle__inner {
    color: #333;
}
/* コンテンツ内の下層装飾 */
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    width: fit-content;
}
.c-pageTitle[data-style=b_bottom] {
    border-bottom:none;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  position: relative;
	border-bottom:none;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(135deg, var(--color_main) 0%, var(--color_deep02) 100%);
  border-radius: 2px;
}
/*  */
.ark-block-slider {
    --arkb-slider-height: auto;
    --arkb-padding: 2rem;
    --swiper-navigation-size: 58px;
    --swiper-theme-color: #000;
}
/* 4つ並びのカラムの高さ合わせる */
/* カラムの高さ合わせる */
.eight-28-arrange-main .swell-block-column{
display: flex;
justify-content: center;
flex-direction: column;
}
.eight-28-arrange-main .flex-arrange{
display: flex;
flex-grow: 1;
justify-content: center;
width: 100%;
}
.eight-28-arrange-main .flex-arrange .wp-block-group__inner-container{
display: flex;
flex-direction: column;
width: 100%;
}
.eight-28-arrange-main .flex-arrange .wp-block-group__inner-container .flex-arrange-text{
flex-grow: 1;
}
.eight-28-arrange-main .swell-block-button{
    display: flex;
    width: 100%;
    justify-content: center;
}
.c-bannerLink__text {
    justify-content: end;
}

/* スマホ3つのボタン */
.eight-28-arrange-sp .swell-block-columns__inner {
    display: flex;
    align-items: stretch;
}
.eight-28-arrange-sp .swell-block-column {
    display: flex;
}
.eight-28-arrange-sp .group-link-wrap {
    display: flex;
    flex: 1;
}
.eight-28-arrange-sp .wp-block-group {
    flex: 1;
    display: flex;
    align-items: center;
	width: 100%;
    justify-content: center;
}
