/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 03:48:50 */
/* 
@media (max-width: 640px) 
@media (min-width: 960px) 
var(--color_main)
サブカラーの設定
var(--color_deep01)
var(--color_deep02)
var(--color_deep03)
*/
/* -------------
○○〇の設定
-----------------------------*/
.noto-serif-jp{
  font-family: "Noto Serif JP", serif;
}
/* ----------------------------------- */
/*英語フォント */
/* ----------------------------------- */
.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}
/* -------------
ボタンアニメーションの追加
-----------------------------*/
.swell-block-button .swell-block-button__link[data-has-icon] {
    padding: 1em;
}
.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);}
}
.eight-original-btn a{
  outline: none;
	display:inline-block;
  position: relative;
  transition: color 0.5s ease;
}
.eight-original-btn a:hover {
background:none!important;
}
.eight-original-btn a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.eight-original-btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color_main);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
	z-index:-1;
}
/* ----------------------------------- */
/*余白調整*/
/* ----------------------------------- */
.w-beforeFooter {
    margin: 0 auto 3em;
}
.l-content {
    margin: 0 auto;
}

/* ----------------------------------- */
/* スマホ時に文章を左寄せ or センター合わせ*/
/* ----------------------------------- */
@media (max-width: 480px) {
  .sp-left-alignment {
    text-align: left!important;
  }
}
@media (max-width: 480px) {
  .sp-center-alignment {
    text-align: center;
  }
}
/* ----------------------------------- */
/* 幅の設定 */
/* ----------------------------------- */
.fit-content {
  width: fit-content;
}
.center {
  margin: 0 auto;
}
.padding-lr-1em {
  padding: 0 1em;
}
.padding-lr-10em-lg {
  padding: 0 2em;
}
@media (min-width: 960px) {
  .padding-lr-1em-lg {
    padding: 0 1em;
  }
  .padding-lr-6em-lg {
    padding: 0 6em;
  }
  .padding-lr-10em-lg {
    padding: 0 10em;
  }
}
.padding-lr-1-2em .swl-bg-color {
    padding: 1em 2em;
}
@media (max-width: 960px) {
  .padding-lr-2em-lg {
    padding: 0 2em;
  }
}
/* ----------------------------------- */
/*boder設定 */
/* ----------------------------------- */
.-radius10 {
  border-radius: 10px;
}
.-radius10 img{
  border-radius: 10px;
}
.-radius20 {
  border-radius: 20px;
}
/* shadow */
.-box-shadow {
  box-shadow: 1px 3px 7px #d7d7d7;
}
/* ----------------------------------- */
/* 横幅設定 */
/* ----------------------------------- */
.w-400 {
  max-width: 400px;
  margin: 0 auto;
}

.w-500 {
  max-width: 500px;
  margin: 0 auto;
}

.w-700 {
  max-width: 700px;
}

.w-800 {
  max-width: 800px;
  margin: 0 auto;
}

.w-900 {
  max-width: 900px;
  margin: 0 auto;
}

.w-1150 {
  max-width: 1150px;
  margin: 0 auto;
}
/* ----------------------------------- */
/* その他 */
/* ----------------------------------- */
.relative-box{
position:relative;
}
.absolute-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 順序入れ替え */
@media (max-width: 960px){
.justify-content-c .swell-block-columns__inner{
flex-direction: column-reverse;
}
}
.contact-tel.is-row {
    align-items: center;
}
.contact-tel img{
    margin: 0 0.3em 0 0;
}
/* hrの装飾 */
.post_content .eight-line {
    border-bottom: 3px solid var(--color_main);
}
/* バックグラウンド */
.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;
}
/* ----------------------------------- */
/* 下層トップビジュアルの設定 */
/* ----------------------------------- */
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 300px;
    }
}
.l-topTitleArea {
    align-items: center;
    display: flex;
    margin: 0;
    min-height: 14em;
    overflow: hidden;
    padding: 1.5em 0;
    position: relative;
    width: 100%;
}
.l-topTitleArea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 2;
background: #30c5267a;
    width: 95%;
    height: 100%;
    clip-path: polygon(0 0, 70% 0, 65% 100%, 0 100%);
-webkit-clip-path: polygon(0 0, 70% 0, 65% 100%, 0 100%);
}
.c-pageTitle__subTitle {
    margin-left: 0;
    opacity:1;
    display: block;
	  font-family: "Hurricane", cursive;
	    font-weight: 100;
    font-size: 0.9em;
}