/* =========================
section
========================= */
/* 方眼----------------------------- */

.bg-grid{
  background-image:
    linear-gradient(#e3e3e3 1px, transparent 1px),
    linear-gradient(90deg, #e3e3e3 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #f6fbff;
}
.post_content .bg-grid2{
  background-image:
    linear-gradient(#e3f2f3 1px, transparent 1px),
    linear-gradient(90deg, #e3f2f3 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #fff;
  border-radius: 10px;
}

/* 段ボール背景----------------------------- */

.jl-bg-cardboard {
  position: relative;
  background-image: url('../img/jio-bg02.webp');
  background-repeat: repeat; /* ←ここ重要 */
  background-size: auto;
  border-bottom: 1px solid #000;
  padding: 80px 20px;
}

/* コンテンツを見やすくする */
.jl-bg-cardboard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.2); /* 調整OK */
}

.jl-bg-cardboard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(120, 80, 40, 0.1);
  mix-blend-mode: multiply;
}

.jl-bg-cardboard > * {
  position: relative;
  z-index: 1;
}

/* せくしょん背景のボーダー */
.section-border {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

/* 本文中の強調枠----------------------------- */
.text-frame {
    display: inline-block;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #333;
    /* border-radius: 50px; */
    line-height: 1.2;
    font-size: smaller;
    color: #000000;
    /* background-color: #fffdf1; */
    margin-inline: 3px;
    padding: 1px 20px;
    font-weight: 600;
}

/* セクション１のOKエリア----------------------------- */

.bg-grid-top {
	position: relative;
}

.jio-fv-bottom-pr {
    position: absolute;
    width: 100%;
    max-width: 1100px;
    top: -260px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {

.jio-fv-bottom-pr-sp {
    position: absolute;
    width: 95vw;
    top: -145px;
    left: 50%;
    transform: translateX(-50%);
}
    .jio-fv-bottom-pr-sp img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

}

/* セクション１の吹きだし----------------------------- */
.catch-box{
    position: relative;
    background: var(--yellow);
    border: 4px solid #000;
    border-radius: 20px 100px 20px 20px;
    padding: 30px 20px 40px 20px;
    box-shadow: 8px 8px 0 #000;
}

/* 吹き出しのしっぽ（外側） */
.catch-box::after{
    content: "";
    position: absolute;
    bottom: -26px;
    left: 60px;
    width: 50px;
    height: 50px;
    background: var(--yellow);
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    border-radius: 0 0 0 10px;
}


/* パーツを探すのタイトル ----------------------------- */

/* セクション英字タイトル Bungee Inline ----------------------------- */
.section-title-en {
  font-family: "Chewy", sans-serif;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
  color: white;
  -webkit-text-stroke: 2px black;
text-shadow: 
    1px 1px 0 black,
    2px 2px 0 black,
    3px 3px 0 black,
    4px 4px 0 black,
    5px 5px 0 black,
    6px 6px 0 black;
  letter-spacing: 2px;
}
/* セクション英字タイトル */
.section-title-chewy {
  font-family: "Chewy", system-ui, sans-serif;
  font-size: 3.5em;
  line-height: 1em;
  text-transform: uppercase;
/*   color: white;
  -webkit-text-stroke: 2px black;
text-shadow: 
    1px 1px 0 black,
    2px 2px 0 black,
    3px 3px 0 black,
    4px 4px 0 black,
    5px 5px 0 black,
    6px 6px 0 black;
  letter-spacing: 2px; */
}
/* スマホだけ */
@media (max-width:599px){
.section-title-chewy{
font-size:2.5rem;
}
}

.section-icon {
	width: 30%;
    margin: 0 auto;
}
/* 強調文字 -----------------------*/
.section-title-wdxl {
    font-family: "WDXL Lubrifont JP N", sans-serif;
}

/* 見出し上下ドットライン -----------------------*/
.wp-block-heading.is-style-section_ttl.car-type-title{
  position:relative;
  text-align:center;
  padding:14px 0;
  max-width:350px;
  margin:40px auto;
  background-color: #fff;
}

/* ドットライン */
.wp-block-heading.is-style-section_ttl.car-type-title::before,
.wp-block-heading.is-style-section_ttl.car-type-title::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:2px;

  background:radial-gradient(circle,#000 1px,transparent 1px) repeat-x;
  background-size:6px 2px;
}

.wp-block-heading.is-style-section_ttl.car-type-title::before{
  top:0;
}

.wp-block-heading.is-style-section_ttl.car-type-title::after{
  bottom:0;
}

/* タイトル文字 */
.wp-block-heading.is-style-section_ttl.car-type-title span{
  position:relative;
  background:#fff;
  padding:0 40px;
  z-index:2;
}

/* スマホ */
@media (max-width:959px){

  .wp-block-heading.is-style-section_ttl.car-type-title span{
    padding:0 20px;
  }

}
/* バッジ（ブログパーツ） */
.jl-badge {
  display: inline-block;
  padding: 0 16px;           /* 内側の余白 */
  border: 1px solid #000;       /* 黒フチ */
  border-radius: 20px;           /* 角丸 */
  background-color: #fff;        /* 背景色 */
  box-shadow: 4px 4px 0 #000;    /* 黒影 */
  font-weight: 700;              /* 太字 */
  font-size: 1rem;               /* 文字サイズ */
  color: #000;                   /* 文字色 */
  text-align: center;
  white-space: nowrap;
}

/* 付箋見出し */
.parts-title-wrap{
  text-align:center;
}
.parts-title{
  display:inline-flex;
  min-width: 240px;
  align-items:center;
  border:1px solid #000;
  background:#fff;
  font-weight:700;
  font-size:28px;
  padding:0;
  position:relative;
}

/* 外側の黒三角 */
.parts-title::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    border-width: 15px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    z-index: 1;
}

/* 内側の白三角 */
.parts-title::before{
  content:"";
  position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
  border-width:15px;
  border-style:solid;
  border-color:#fff transparent transparent transparent;
	  z-index:2;
}

/* 左の緑ブロック */
.parts-title-bar{
  width:40px;
  height:70px;
  background:#67c089;
}

/* 斜線 */
.parts-title-line{
  width:40px;
  height:2px;
  background:#000;
  transform:rotate(-60deg);
  margin:0 7px;
}

/* テキスト */
.parts-title-text{
  text-align: left;
  padding-right:10px;
  font-size: 1.2rem;
}

.pc-car-column3{
	max-width: 1100px;
	margin: 0 auto;
}
/* 車種の見出し */
.wp-block-heading.car-model{
    width: fit-content;
    margin: 0 auto;
    padding: 5px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    background-color: #fffdfd;
    background-image: radial-gradient(#d7b18f 0.7px, transparent 0.7px);
    background-size: 3px 3px;
    color: #000;
    font-weight: 700;
    font-size: 0.9rem;
}
/* アメコミ風カード */
.comic-frame{
  border:1px solid #000;
  border-radius:24px;
  overflow:hidden;
  box-shadow:8px 8px 0 #000;
  background-color: #fff;
}

.wp-block-column.has-background{
  padding:0 0 30px 0;
}
@media (max-width:767px){
  .wp-block-columns{
    flex-direction:column;
    gap:30px;
  }
}

/* パーツカード */
.jl-parts-grid > .wp-block-group{
  padding:15px;
  border-radius:12px;
}

/* SP 2列 */
@media (max-width:767px){

  .jl-parts-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
	
.jl-parts-grid > .wp-block-group{
  padding:5px;
  border-radius:8px;
}

	.wp-block-group .jl-parts-sec{
		padding:40px 10px 15px 3px;
	}
	.wp-block-heading.is-style-section_ttl.car-type-title{
		max-width: 250px;
	}

}

/* こんなご要望にお応えします */
.gallery-layout{
  display:grid !important;
  grid-template-columns:2fr 1fr;
  gap:30px;
}

.gallery-large{
  grid-row:1 / span 2;
}

.gallery-small:nth-of-type(2){
  grid-column:2;
  grid-row:1;
}

.gallery-small:nth-of-type(3){
  grid-column:2;
  grid-row:2;
}

.gallery-layout img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* 店舗情報 */
.shop-info-list{
  display:grid;
  gap:12px;
}

.shop-row > .wp-block-group__inner-container{
  display:flex;
  align-items:center;
  gap:12px;
}

.shop-row p{
  margin:0;
}

.shop-label{
  border:1px solid #000;
  padding:4px 12px;
  background:#fffbe9;
  font-size:0.9rem;
  line-height:1.2;
  white-space:nowrap;
}

.shop-value{
  font-size:0.95rem;
}

/* ===================================
 * ここにスマホ・タブレット向けの指定
 * ===================================*/
@media screen and (max-width: 959px) {
	.section-title-en {
  font-size: 2.2em;
  line-height: 1em;
    -webkit-text-stroke: 1.5px black;
text-shadow: 
    1px 1px 0 black,
    2px 2px 0 black,
    3px 3px 0 black,
    4px 4px 0 black,
  letter-spacing: 2px;
}
	.begi-sec1-inner{
	max-width: 600px;
    margin: 0 auto 50px;
	}
/* 	.post_content .sp-text-left{
		text-align: left;
	} */
}
/* スマホだけ */
@media (max-width:599px){
/* 	.post_content .sp-text-left{
		text-align: left;
		padding: 0;
	} */
}

/* =========================
ヒーロー
========================= */
.jl-hero {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    background-image: linear-gradient(#baebea 1px, transparent 1px), linear-gradient(90deg, #baebea 1px, transparent 1px);
    background-size: 10px 10px;
    background-color: #ffffff;
	border-bottom: solid 1px #000;
}
@media (max-width:599px){
.jl-hero {
    padding: 20px 20px;
}
}

/* 中身 */
.jl-hero__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.jl-hero__title {
    font-family: "WDXL Lubrifont JP N", sans-serif;
    font-size: 4rem;
    font-weight: normal;
    /* margin-bottom: 0px; */
    letter-spacing: 0.5rem;
}

.jl-hero__lead {
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 599px) {
.jl-hero__title {
    font-size: 2rem;
}
	.jl-hero__lead {
    font-size: 12px;
}
}

/* =========================
サービスメニュー
========================= */
.jl-sec1-h4 {
	  font-size: clamp(16px, 2vw, 24px);	
}
.jl-sec1-p {
	  font-size: clamp(16px, 2vw, 24px);
}
.jl-bg-cardboard h3 {
    margin-top: 4px;
    font-family: "WDXL Lubrifont JP N", sans-serif;
    color: #fff;
    -webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black,    2px 2px 0 black,    3px 3px 0 black,    4px 4px 0 black,    5px 5px 0 black,    6px 6px 0 black;
    font-size: 1.4em;
}
.section-title-3d {
	color: #fff;
    -webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black,    2px 2px 0 black,    3px 3px 0 black,    4px 4px 0 black,    5px 5px 0 black,    6px 6px 0 black;
    font-weight: 900;
    padding-right: 10px;
    font-size: 35px;
}
/* 吹きだし----------------------------- */
.jl-balloon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#service-type-1 .jl-balloon {
  position: relative;
  background: #fff1f1;
  padding: 20px;
  border: solid 2px #333;
  border-radius: 12px;
  box-shadow: 0 3px 0 #333;
  font-size: 1.2rem;
}
#service-type-2 .jl-balloon {
  position: relative;
  background: #fffdf1;
  padding: 20px;
  border: solid 2px #333;
  border-radius: 12px;
  box-shadow: 0 3px 0 #333;
  font-size: 1.2rem;
}


/* 外側（枠線用） */
.jl-balloon::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* 内側（背景色） */
.jl-balloon::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 30px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
}
#service-type-1 .jl-balloon::after {
  border-color: #fff1f1 transparent transparent transparent;
}
#service-type-2 .jl-balloon::after {
  border-color: #fffdf1 transparent transparent transparent;
}

/* 幅ランダム風 */
.jl-balloon:nth-child(4n+1) {max-width: 350px;}
.jl-balloon:nth-child(4n+2) { max-width: 260px; }
.jl-balloon:nth-child(4n+3) { max-width: 320px; }
.jl-balloon:nth-child(4n+4) { max-width: 300px; }

/* 左右振り */
.jl-balloon:nth-child(odd) { justify-self: end; }
.jl-balloon:nth-child(even) { justify-self: start; }


/* h2ドットタイトル----------------------------- */

.post_content .jl-h2-service{
    position: relative;
    text-align: center;
    padding: 14px 20px;
    margin: 10px auto;
}
#service-type-1 .jl-h2-service {
	background-color: #f28b9b;
}
#service-type-2 .jl-h2-service {
	background-color: #ffcb05;
}

@media (max-width:599px){
.post_content .jl-sec1-h4,
.post_content .jl-sec1-h2-l,
.post_content .jl-sec1-p{
    text-align: left;
}
}

/* ドットライン */
.post_content .jl-h2-service::before,
.post_content .jl-h2-service::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:3px;

  background:radial-gradient(circle,#000 1px,transparent 1px) repeat-x;
  background-size:6px 2px;
}

.post_content .jl-h2-service::before{
  top:0;
}

.post_content .jl-h2-service::after{
  bottom:0;
}
/* サービス内容----------------------------- */

.wp-block-group.jl-service-box {
    width: 90%;
	border: solid 1px #000;
    border-radius: 0px 20px 20px 0px;
    padding: 25px 25px 25px 200px;
    margin-left: -11px;
    margin-right: auto;
	gap: 20px;
}
#service-type-1 .jl-service-box {
	background-color: #f28b9b;
}
#service-type-2 .jl-service-box {
	background-color: #ffcb05;
}
.post_content .jl-service-sec1{
	border-radius: 30px;
	padding-inline: 10px;
}
.post_content .jl-service-list {
  list-style: none;
  padding-left: 0;
}

.jl-service-list li {
  position: relative;
  padding-left: 40px; /* アイコン分の余白 */
}

/* アイコン */
.jl-service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/swell_child/img/service-list-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* サービス内容h3 */
.jl-service-box h3 {
  background: #ffffff;
  color: #000000;
  border-radius: 30px;
  border: solid 2px #000;
  box-shadow: 3px 3px 0 #000;
  font-size: 1rem;
  display: inline-block;
  width: fit-content;
  padding: 6px 16px;
  align-self: flex-start;
}
/* サービスh5 */
.jl-h5-service {
  text-align: center;
}
.jl-h5-service {
  color: #d1f5f9;
    -webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black;
}
.jl-h5-service {
  font-family: "Murecho", sans-serif;
  font-size: clamp(16px, 11vw, 80px);
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.jl-h5-num {
  color: #d8d8d8;
  text-shadow:
    2px 2px 0 #000, -2px -2px 0 #000,
    -2px 2px 0 #000,  2px -2px 0 #000,
    2px 0 0 #000, -2px  0 0 #000,
    0 2px 0 #000,  0 -2px 0 #000;
}

.jl-h5-num {
    font-size: clamp(60px, 7vw, 80px);
    font-weight: 700;
    letter-spacing: -0.4rem;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    padding-right: 10px;
}
.jl-h5-num.jl-h5-num-fff {
  color: #fff;
}
.jl-h5-num.jl-h5-num-fff-1px {
  color: #fff;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
  -1px 1px 0 #000,  1px -1px 0 #000,
  1px 0 0 #000, -1px  0 0 #000,
  0 1px 0 #000,  0 -1px 0 #000;
}
.jl-service-sec1 .WDXL {
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-size: 1.3em;
  padding-inline: 10px;
}
.jl-h5-num-e {
	font-family: "Vina Sans", sans-serif;	
}
.jl-service-sec1 .jl-h6-service,
.jl-service-sec1 .jl-h6-service span{
    font-size: clamp(16px, 2vw, 24px);
    letter-spacing: normal;
    line-height: 1;
    margin-bottom: 5px;
    }
.jl-service-sec1 .jl-h6-service span{
    font-size: clamp(16px, 2vw, 24px);
    }
.jl-service-sec1 .jl-h6-service .text-frame {
	padding: 2px 0px;
    }

@media (max-width:599px){
.wp-block-group.jl-service-box {
    width: 87vw;
    background: #e6e6e6;
    border-radius: 0px 20px 20px 0px;
    padding: 13px 13px 22px 13px;
    margin-left: -11px;
    margin-right: auto;
    gap: 20px;
}


	.jl-service-sec1 .jl-service-recommend {
		font-size: 1.3rem !important;
	}
	.jl-service-black span {
		font-size: 1.6rem;
	}
	.jl-service-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
}
	.jl-service-list li::before {
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/themes/swell_child/img/service-list-circle.svg);
}
	.jl-h2-service span {
        font-size: 0.6em;
        line-height: 0.5;
	}

}

/* =========================
はじめての方へ
========================= */
.jl-begi-full.alignfull {
  background-color: #35cfd9 !important;
  background-image: 
    radial-gradient(rgba(255, 255, 255, 0.24) 3px, transparent 3px),
    radial-gradient(rgba(255, 255, 255, 0.24) 3px, transparent 3px);
  background-size: 8px 8px, 8px 8px;
  background-position: 0 0, 4px 4px;
}
.jl-begi-header .jl-sec1-h4 {
	font-size: clamp(18px,4vw,26px);
}
.jl-begi-header .jl-sec1-h2 {
	font-size: clamp(24px,4vw,48px);
}
.jl-begi-inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 26px;
}
.jl-begi-header .jl-h5-num-fff {
	-webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black, 6px 6px 0 black;
}
.jl-begi-header .jl-green-3d {
	-webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black, 6px 6px 0 black;
	padding-right: 10px;
	font-size: 1.5em;
}

/* 吹きだし-2----------------------------- */
.jl-balloon-2 {
  position: relative;
  background: #fff;
  padding: 20px 40px;
  border: solid 1px #333;
  border-radius: 30px;
  box-shadow: 0 3px 0 #333;
  font-size: 1rem;
  line-height: 1.4;
}


/* 外側（枠線用） */
.jl-balloon-2::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 30px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* 内側（背景色） */
.jl-balloon-2::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 30px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
/* 幅ランダム風 */
.jl-balloon-2:nth-child(4n+1) { width: 80%; }
.jl-balloon-2:nth-child(4n+2) { width: 90%; }

/* 左右振り */
.jl-balloon-2:nth-child(odd) { justify-self: end; }
.jl-balloon-2:nth-child(even) { justify-self: start; }

@media screen and (max-width: 599px) {
	  .jl-balloon-grid {
    grid-template-columns: 1fr;
  }

}
@media screen and (max-width: 599px) {
.page-id-22 p.has-background {
	padding:15px;
	text-align:left;
  }
}
/* h2見出し */
/* 黒フチ中白 */
.jl-h2-fff-1px {
  color: #fff;
-webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black;
}
.post_content .jl-h2-fff-1px {
  font-size: clamp(16px, 8vw, 60px);
  font-weight: 700;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* 黒フチ中ライトブルー */
.jl-lightblue-1px {
  color: #cefff4;
-webkit-text-stroke: 5px #111;
    paint-order: stroke fill;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black, 4px 4px 0 black, 5px 5px 0 black;
}
.post_content .jl-lightblue-1px {
  font-size: clamp(16px, 8vw, 60px);
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
    .jl-lightblue-1px {
	-webkit-text-stroke: 4px #111;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}
	.jl-h2-fff-1px {
	-webkit-text-stroke: 4px #111;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}
	.jl-begi-header .jl-green-3d {
	-webkit-text-stroke: 4px #111;
	font-weight: 900;
    text-shadow: 1px 1px 0 black, 2px 2px 0 black, 3px 3px 0 black;
}
}

.post_content .jl-sec-h3 {
  position: relative;
  width: clamp(280px, 95%, 800px);
  margin: 0 auto;
  padding: 15px;
  border-radius: 5px;
  color: #000000;
  border: solid 1px #000;
  box-shadow: 3px 3px 0 #000;
  background: #fff;
}

/* 枠（外側） */
.post_content .jl-sec-h3::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 46px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	border-radius: 0px 0px 5px 5px;
    /* transform: rotate(45deg); */
    z-index: 1;
}

/* 影 */
.post_content .jl-sec-h3::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 44px;
    width: 27px;
    height: 24px;
    background: #000000;
	border-radius: 5px;
    z-index: 0;
}
/* 黒い帯   black-bar */
.post_content .black-bar {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 50px;
    border: 1px solid #000;
    border-radius: 999px;
    background-color: #fffdfd;
    background-image: radial-gradient(#ffffff 1px, transparent 0.7px);
    background-size: 4px 4px;
    color: #000;
    font-weight: 400;
	font-size: clamp(20px, 4vw, 24px);
    line-height: 1.5;
}
@media screen and (max-width: 599px) {
.post_content .black-bar-sec2 {
	width: 100%;
    padding: 55px !important;
}
}
.post_content .bar-left {
  margin: 0;
  padding: 10px 20px;
}

/* ボックス内容センター寄せ */
.is-row-center {
	justify-content:center;
	gap:30px;
}
/* リストアイコン */
.post_content .jl-begi-list ul {
  list-style: none;
  padding-left: 0;
}

.jl-begi-list li {
  line-height: 2rem;
  position: relative;
  padding-left: 28px; /* アイコン分の余白 */
}

.jl-begi-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  background-color: #48ffd3;
  border-radius: 50%;
}
.jl-begi-list img {
	width: 10vw;
}
.jl-step-outer .swl-bg-color {
	border-radius: 1px;
    padding: 0em .25em;
}
.begi-sec1-p {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    line-height: 1.2;
}

.jl-begi-noplan-wrapper .jl-text-wdxl {
	font-family: "WDXL Lubrifont JP N", sans-serif;
    line-height: 1;
    font-size: 70px;
}

.jl-begi-noplan-wrapper h4 {
  line-height: 1.2;
  font-size: clamp(28px, 4vw, 38px);
}
/* スマホ */
@media screen and (max-width: 599px) {
  .wp-block-group.is-row.jl-begi-list {　/* 縦並び */
    flex-direction: column;
    align-items: center;
	display: block;
  }
.jl-bg-cardboard {
    padding: 40px 10px;
}
.jl-bg-cardboard .jl-sec1-h4 {
	font-size: 16px;
	padding-left: 3px;
	}
}
/* ステップ*/
.jl-step-outer {
	max-width: 900px;
	margin: 0 auto;
}
.jl-step-wrap {
	gap: 30px;
}
.jl-step-num {
	color: #fff;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000,
  -1px 1px 0 #000,  1px -1px 0 #000,
  1px 0 0 #000, -1px  0 0 #000,
  0 1px 0 #000,  0 -1px 0 #000;
}
.jl-step-num-wrap {
	gap: 0px;
	align-items: flex-end;
}
.jl-step-img {
	width: 280px;
	align-items:flex-end;
}
.jl-step-num-img {
	gap:15px;
}

@media (max-width: 767px) {

  .jl-step-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
	.jl-begi-list img {
	width: 180px;
	margin: 0 auto;
}

}

/* =========================
はじめての方へ：STEP下追加エリア
========================= */
.post_content .jl-begi-lesson-section,
.post_content .jl-begi-faq-section,
.post_content .jl-begi-access-section {
  padding: 70px 0 90px;
/*   background:ブロックエディタにて管理; */
}

.post_content .jl-begi-lesson-section.alignfull {
    width: 100vw;
    max-width: 100vw;
    background-color: #e8cead !important;
    background-image: radial-gradient(rgba(255, 255, 255, 0.24) 3px, transparent 3px), radial-gradient(rgba(255, 255, 255, 0.24) 3px, transparent 3px);
    background-size: 8px 8px, 8px 8px;
    background-position: 0 0, 4px 4px;
}

.post_content .jl-begi-lesson-section .jl-begi-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.post_content .jl-begi-lesson-section .jl-begi-inner > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.post_content .jl-begi-extra-title {
  margin: 0;
}

.post_content .jl-begi-lesson-grid {
  margin: 0 auto;
}

.post_content .jl-begi-outline-btn {
  margin: 0 auto;
}

/* 講座見出し */
.post_content .jl-begi-extra-title {
    position: relative;
    width: clamp(280px, 95%, 800px);
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    color: #000000;
    border: solid 1px #000;
    box-shadow: 3px 3px 0 #000;
    background: #fff;
	font-size: clamp(18px, 3vw, 24px);
}
.post_content .jl-begi-extra-title::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 46px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0px 0px 5px 5px;
    /* transform: rotate(45deg); */
    z-index: 1;
}
.post_content .jl-begi-extra-title::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 44px;
    width: 27px;
    height: 24px;
    background: #000000;
    border-radius: 5px;
    z-index: 0;
}

/* STEP下追加エリア：SWELL/WordPressの中間ラッパー幅を解除 */
.post_content .jl-begi-lesson-section .jl-begi-inner > .wp-block-group__inner-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* 講座カード2列 */
.post_content .jl-begi-lesson-section .jl-begi-lesson-grid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

/* SWELLのカラム幅をリセット */
.post_content .jl-begi-lesson-grid > .wp-block-column {
  flex-basis: auto !important;
  min-width: 0;
}

/* 講座カード */
.post_content .jl-begi-lesson-card .wp-block-group-is-layout-constrained {
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.post_content .jl-begi-lesson-card figure {
  margin: 0 0 14px;
}

.post_content .jl-begi-lesson-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  background: #d3d3d3;
}

.post_content .jl-begi-lesson-card h3,
.post_content .jl-begi-lesson-card h4 {
  margin: 0;
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4;
}

.post_content .jl-begi-lesson-card p {
    margin: 0;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 1.5;
}

/* カード内の中身をカード幅いっぱいにする */
.post_content .jl-begi-lesson-section .jl-begi-lesson-card > * {
  width: 100%;
  max-width: none;
}

/* カード内の画像ブロック */
.post_content .jl-begi-lesson-section .jl-begi-lesson-card figure {
  width: 100%;
  max-width: none;
  margin: 0 0 16px;
}

/* 画像本体 */
.post_content .jl-begi-lesson-section .jl-begi-lesson-card img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
}

/* カード内の見出し・本文 */
.post_content .jl-begi-lesson-section .jl-begi-lesson-card h3,
.post_content .jl-begi-lesson-section .jl-begi-lesson-card h4,
.post_content .jl-begi-lesson-section .jl-begi-lesson-card p {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

/* ボタン中央寄せ */
.post_content .jl-begi-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

/* ボタンブロック外側 */
.post_content .jl-begi-outline-btn {
  width: fit-content;
  margin: 0 auto;
}

/* SWELLの more_btn を上書き */
.post_content .jl-begi-outline-btn.is-style-more_btn a,
.post_content .jl-begi-outline-btn .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 420px);
  min-height: 56px;
  padding: 12px clamp(24px, 6vw, 56px) !important;
  border: 1px solid #000;
  border-radius: 4px;
  background: #fff !important;
  box-shadow: none !important;
  color: #000 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  width: auto !important;
}

/* 矢印の位置調整 */
.post_content .jl-begi-outline-btn.is-style-more_btn a::after {
  right: 20px;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .post_content .jl-begi-lesson-section .jl-begi-inner > .wp-block-group__inner-container {
    gap: 45px;
  }	

  .post_content .jl-begi-btn-wrap {
    width: 100%;
  }

  .post_content .jl-begi-outline-btn {
    width: 100%;
  }

  .post_content .jl-begi-outline-btn.is-style-more_btn a,
  .post_content .jl-begi-outline-btn .wp-block-button__link {
    width: 86% !important;
    min-width: 0;
  }
  .post_content .jl-begi-lesson-section .jl-begi-lesson-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .post_content .jl-begi-lesson-section .jl-begi-lesson-grid > .wp-block-column {
    width: 100% !important;
    flex-basis: auto !important;
  }
}

/* FAQセクション */

.post_content .jl-begi-faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.post_content .jl-begi-faq-list {
  padding: 24px 28px;
  border: 1px solid #000;
  border-radius: 14px;
  background: #fff;
}

.post_content .jl-begi-faq-item p {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.8;
}

.post_content .jl-begi-faq-item p:first-child {
  margin-bottom: 8px;
  font-weight: 700;
}

.post_content .faq-item-q {
    margin-bottom: 0;
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    line-height: 1.25;
    color: #1dd0da;
    margin-bottom: 18px;
}
.post_content .faq-item-a {
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
    line-height: 1.5;
}
.post_content .jl-begi-faq-section.alignfull {
    background-color: #fffdfd;
    background-image: radial-gradient(#ffffff 1px, transparent 0.7px);
    background-size: 4px 4px;

}
/* =========================
はじめての方へ：店舗情報・アクセス
========================= */

.post_content .jl-begi-access-section .jl-begi-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 26px;
}

.post_content .jl-begi-access-section .wp-block-group__inner-container {
  width: 100%;
}
.post_content .jl-begi-access-section .jl-begi-access-grid {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: stretch;
}
/* アクセス写真：大1枚＋小2枚 */
.post_content .jl-begi-access-section .jl-begi-access-photo-grid .wp-block-group-is-layout-constrained {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 100%;
}

/* 画像ブロックの余白リセット */
.post_content .jl-begi-access-section .jl-begi-access-photo-grid .wp-block-group-is-layout-constrained figure {
  margin: 0;
}

/* 大きい画像 */
.post_content .jl-begi-access-section .jl-begi-access-photo-main {
  grid-column: 1 / -1;
}

/* 画像共通 */
.post_content .jl-begi-access-section .jl-begi-access-photo-grid img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 24px;
  box-shadow: 8px 8px 0 #000;
}

/* 大画像の比率 */
.post_content .jl-begi-access-section .jl-begi-access-photo-main img {
  aspect-ratio: 16 / 9;
}

/* 小画像の比率 */
.post_content .jl-begi-access-section .jl-begi-access-photo-sub img {
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 767px) {
  .post_content .jl-begi-access-section .jl-begi-access-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ========================================
  法務・規約ページ
======================================== */
.post_content .jl-legal-content {
  font-size: 14px;
  line-height: 1.75;
}

.post_content .jl-legal-content p {
  margin-top: 0;
  margin-bottom: 0.8em;
}

.post_content .jl-legal-content h2 {
  font-size: 1.45rem;
  line-height: 1.4;
  margin-top: 2.4em;
  margin-bottom: 0.8em;
}

.post_content .jl-legal-content h3 {
  font-size: 1.05rem;
  line-height: 1.5;
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.post_content .jl-legal-content ul,
.post_content .jl-legal-content ol {
  margin-top: 0.4em;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.post_content .jl-legal-content li {
  margin-bottom: 0.25em;
  line-height: 1.65;
}

.post_content .jl-legal-content hr {
  margin: 2.2em 0;
}

@media screen and (max-width: 599px) {
  .post_content .jl-legal-content {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .post_content .jl-legal-content h2 {
    font-size: 1.3rem;
    margin-top: 2em;
  }

  .post_content .jl-legal-content h3 {
    font-size: 1rem;
    margin-top: 1.4em;
  }
}