@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}


/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(40px,6vw,70px);
	/* font-style: italic; */
	text-align: center;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
	font-family: "Dancing Script", cursive;
  	font-weight: 400;
	color:#2d2d2d;
}
.spot-heading01::first-letter {
	color: var(--main-color)
  }

  .spot-heading02-img {
	width: 50%;
    margin: 5px auto 0 auto;
  }

.spot-heading02{
	font-size: clamp(24px, 2.7vw, 28px);
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    min-height: 0vw;
    color: #444;
	padding-bottom: 0.5em;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
}
.spot-heading02+p{
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    font-size: 15px;
    inline-size: fit-content;
    margin-inline: auto;
}
.line{
	width: 1px;
	height: auto;
	padding-top: clamp(20px,6vw,30px);
	background-color: #2d2d2d;
	margin: 0% auto;
	margin-bottom: 2%;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
  
/*======= FONT ======*/
/*英字*/
.heading06b::before ,
.heading06::before 
 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
	z-index: -1;
}

.heading,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p
 {
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
}

/*日本語*/
@media (min-width: 769px) {
    .nav ul {
		font-family: "Zen Old Mincho", serif;
		font-weight: 500 !important;
		font-style: normal;
    }
}

@media (max-width: 768px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.heading06b,
.heading span,
.spot-heading02,
.heading-decoration,
.flow01 > li dl dt,
.greeting-card__item H4,
.sec1-card__item H4,
.heading-decoration2,
.sec2__title ,
.sec2__catch01,
.sec2__subtitle,
.heading-decoration_nl,
.heading-decoration_c,
.heading-decoration_lg,
.card__item H4
 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500 !important;
	font-style: normal;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ;
	background-color: #FFF;
	background-image: url(../img/bg_01.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}

p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto;
	width: fit-content;
	color: #666;
}

.lead-copy {
    text-align: center;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 700;
    margin: 1.5rem auto 0.3rem auto;
    /* max-width: 720px; */
    line-height: 1.4;
    color: var(--accent-color2);
	letter-spacing: 0.05em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500 !important;
	font-style: normal;
}

/* youtube埋め込み */
.yt_wrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
.yt_wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* サムネイル表示 */
.yt_thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.yt_thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 再生ボタン */
.yt_thumb .play_btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
}
.yt_thumb .play_btn::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}



/*======= BNR section ======*/

.bnr_sec1 {
	padding: var(--v-space) 0 var(--v-space);
	position: relative;
	z-index: 1;
	background-color: #d2dae120;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	padding: 30px 0 20px 0;
}
@media (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
	}
}



/*======= SNS section ======*/
.qr-card {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
	max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.qr-card__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;

    margin: 0 auto;
}

.qr-card__item .qr-img img {
	width: 65%;           
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 10px;
}

.qr-card__item h4 {
	font-size: clamp(17px, 1.8vw, 20px);
	line-height: 1.5;
	text-align: center;
	color: var(--main-color);
	margin: 15px 0 5px 0;
}

@media (max-width: 668px) {
	.qr-card {
		grid-template-columns: 1fr;
		width: 90%;
	}
}



/*======= コンテンツ ======*/


/*======= PORICY ======*/
/*section1*/
.sec1 {
    padding: var(--v-space) 0;
    background-color: var(--accent-color1);
}

/*======= SERVICE&FEES ======*/

/*section2*/
.sec2-a {
	padding: var(--v-space) 0;
    background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* フルワイド2カラム */
.bg-sec2 {
	padding: 0;
}

.sec2-container {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.sec2-container.reverse {
	flex-direction: row-reverse;
}
.sec2-image {
	width: 50%;
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: bottom center;
	flex-shrink: 0;
}

.sec2-text {
	width: 50%;
	padding: 100px;
	box-sizing: border-box;
}

.sec2-text p {
	inline-size: fit-content;
	margin-inline: auto;
}

@media only screen and (max-width: 1100px) {
	.sec2-container {
		flex-direction: column;
	}

	.sec2-container.reverse {
		flex-direction: column;
	}

	.sec2-image {
		width: 100%;
		height: 400px;
		min-height: auto;
	}

	.sec2-text {
		width: 100%;
		padding: clamp(45px, 7vw, 60px) 40px;
	}
}

@media only screen and (max-width: 568px) {
	.sec2-image {
		height: 300px;
	}

	.sec2-text img {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
}

/* =========================
	背景画像
========================= */
.sec2-bg01 {
	background-image: url(../img/menu_01.jpg);
}

.sec2-bg02 {
	background-image: url(../img/menu_02.jpg);
}

.sec2-bg03 {
	background-image: url(../img/menu_03.jpg);
}

.sec2-bg04 {
	background-image: url(../img/menu_04.jpg);
}

.sec2-bg05 {
	background-image: url(../img/menu_05.jpg);
}

.sec2-bg06 {
	background-image: url(../img/menu_06.jpg);
}


/* 価格カード全体 */
.pricecards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.pricecard {
	flex: 1 1 45%; /* タブレットも2列表示 */ 
	text-align: center;
    border: 1px solid #a962cd80;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

.pricecard h3 {
	background: var(--main-color);
	color: var(--accent-color1);
	padding: 5px;
	margin: 0;
    font-weight: 700;
    font-style: normal;
	border-radius: 5px 5px 0 0;
    font-size: 0.9em;
}

.pricecard.premium {
	border: 3px solid #06c7ea;
	padding-bottom: 3rem;
}

.pricecard.premium h3 {
	background: #06c7ea;
	color: #fff;
	padding: 10px;
	margin: 0;
}

.pricecard h4 {
	font-size: 190%;
    margin: 0 auto;
    padding: 0.8rem 0.2rem 0.3em 0.2rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: var(--accent-color2);
    line-height: 0.8em;
}

.pricecard.premium h4 {
	padding: 20px;
}

.pricecard p {
	margin: 0;
	padding: 0.7rem 1rem 1rem 1rem;
}

/* pricecard 内 span 共通スタイル */
.pricecard span {
	padding: 1px 10px 2px 10px;
	background-color: var(--main-color);
	border-radius: 5px;
	display: inline-block;
	font-size: clamp(18px, 2.5vw, 22px);
	font-weight: 500;
	color: #fff;
	text-align: center;
}

/* 改行させないクラス */
.pricecard span.nowrap {
	white-space: nowrap;
}

/* mini 用スタイル */
.pricecard span.mini {
	font-size: 40%;
    padding: 0 0 0 3px;
	margin: 0;
	background: none;
	color: var(--accent-color2);
	letter-spacing: -0.05em;
}
.pricecard span.mini2 {
	font-size: 60%;
    padding: 0 3px 0 0;
	margin: 0;
	background: none;
	color: var(--accent-color2);
	letter-spacing: -0.05em;
}

/* 60分用の time クラス */
.pricecard span.time {
    display: inline-block;   /* 中央揃えに必要 */
    vertical-align: middle;  /* 上下中央 */
    white-space: nowrap;     /* 改行させない */
    padding: 1px 10px 2px 10px;
    margin: 0 3px;
    background-color: var(--main-color);
    border-radius: 5px;
    font-size: clamp(18px, 2.5vw, 22px);
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}
/* レスポンシブ対応 */
@media screen and (max-width: 1100px) {
	.pricecards {
		width: 70%;
	}
	.pricecard {
		flex: 1 1 45%; /* タブレットも2列表示 */
	}
}

@media screen and (max-width: 768px) {
	.pricecards {
		flex-wrap: wrap;   /* 念のため明示 */
		gap: 1rem;
		width: 100%;
	}

	.pricecard {
		flex: 1 1 45%; /* スマホも2列表示 */
	}
}

@media screen and (max-width: 568px) {
	.pricecard span.time {
		margin-bottom: -1em;
	}
}

/* 1つの時 */
.pricecard-1c {
    width: 300px !important;
}

@media screen and (max-width: 1100px) {
	.pricecards {
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.pricecards {
        width: 100%;
        gap: 0.5rem;
	}
}

/* =====================================
   会員価格表
===================================== */
.se_sec3__tableWrap {
    width: 100%;
    margin: 0 auto;
    display: grid;
    gap: 15px;
	margin-top: 10px;
}

.se_sec3__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.se_sec3__table th,
.se_sec3__table td {
	padding: 7px 5px;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #e0e0c0;
}

.se_sec3__table th:last-child,
.se_sec3__table td:last-child {
	border-right: none;
}

/* ===== メイン（上） ===== */
.se_sec3__table.main {
	border: 2px solid #c3c285;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.se_sec3__table.main thead th {
	background: rgba(221, 217, 51, 0.25);
	font-weight: 700;
	width: 33.3%;
}

.se_sec3__table.main tbody td {
	background: rgba(221, 217, 51, 0.12);
	font-size: 16px;
	font-weight: 600;
}

/* ===== サブ（下） ===== */
.se_sec3__table.sub {
	border: 1px solid #c3c28580;
}

.se_sec3__table.sub thead th {
	background: rgba(221, 217, 51, 0.12);
}

.se_sec3__table.sub tbody td {
	background: rgba(221, 217, 51, 0.06);
}


@media screen and (max-width: 1100px) {
	.se_sec3__tableWrap {
		width: 80%;
	}
}


@media screen and (max-width: 768px) {
	.se_sec3__tableWrap {
		width: 100%;
	}

	.se_sec3__table th,
	.se_sec3__table td {
		padding: 10px 6px;
		font-size: 14px;
		line-height: 1.15em;
	}
}


/* =====================================
	価格表
===================================== */

.price-table {
	width: 100%;
	max-width: 600px;
	border-collapse: collapse;
	margin: 20px auto;
	font-size: 15px;
}

.price-table td {
	padding: 10px 6px;
	border-bottom: 1px dotted var(--main-color);
}

.price-table td:last-child {
	text-align: right;
	white-space: nowrap;
}

/* 最後の行の線を消したい場合 */
.price-table tr:last-child td {
	border-bottom: none;
}

.note {
	font-size: 0.9em;
	color: #666;
	margin-top: 6px;
}


/* テーブル全体 */
.table-pickup table {
	border-collapse: separate;
	border-spacing: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.table-pickup tr {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 8px 0;
    border: 1px solid #a962cd80;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
}

/* 最後の行は下余白なし */
.table-pickup tr:last-child {
	margin-bottom: 0;
}

.table-pickup th {
	display: flex;
	align-items: center;
	gap: 8px;
    background-color: var(--accent-color1);
	color: #444;
    text-align: center;
	padding: 12px 20px;
	width: 125px; /* PC時のみ幅固定 */
	font-weight: bold;
	line-height: 1.6;
	box-sizing: border-box;
}

.th-icon {
	flex-shrink: 0;
	font-size: 1.2em;
}
.th-text {
	flex: 1;
	min-width: 0;
	overflow-wrap: break-word;
	line-height: 1.4;
}

.table-pickup td {
	flex: 1;
	padding: 12px 20px;
	color: #333;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: center;
}

.table-pickup-note {
	font-size: 0.9em;
	color: #666;
	margin: 0.3em 0 0;
}
table td[colspan="2"] {
	padding: 0.5em;
}
.lesson-note {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

/*
@media (min-width: 768px) and (max-width: 958px) {
	.table-pickup tr {
		flex-direction: column;
	}
	.table-pickup th {
		width: 100%;
		border-radius: 8px 8px 0 0;
	}
	.table-pickup td {
		width: 100%;
		border-radius: 0 0 8px 8px;
	}
}*/

@media screen and (min-width: 569px) and (max-width: 868px) {
	.table-pickup td {
		width: 65%;
	}
}

/*全幅の時のサイズ*/
	.table-wide {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.table-pickup th.wide {
		width: 50%;
	}
@media (max-width: 1168px) {
	.table-wide {
		width: 85%;
	}
}
@media (max-width: 968px) {
	.table-wide {
		width: 90%;
	}
	.table-wide-tab {
		width: 80%;
	}
}
@media (max-width: 768px) {
	.table-wide {
		width: 100%;
	}
	.table-pickup table {
		font-size: 0.9em;
	}
	.table-pickup th.wide {
		width: 190px;
	}
}

/*狭いの時のサイズ*/
	.table-short {
		width: 50%;
		margin-right: auto;
		margin-left: auto;
	}
@media (max-width: 1168px) {
	.table-short {
		width: 65%;
	}
}
@media (max-width: 968px) {
	.table-short {
		width: 70%;
	}
}
@media (max-width: 768px) {
	.table-short {
		width: 90%;
	}
}

/*======= FLOW ======*/

/*section3*/
.sec3 {
	padding: var(--v-space) 0;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
    background-color: #f7f7f7;
    background-image: repeating-linear-gradient(0deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 10px), repeating-linear-gradient(90deg, #e6e6e6 0, #e6e6e6 1px, transparent 1px, transparent 10px);
    background-size: 10px 10px;
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

.faq2 {
	/*display: flex;*/
	flex-direction: column;
	gap: 10px;
}

.faqItem {
	display: grid;
	grid-template-columns: 2em 1fr;
	align-items: flex-start;
    column-gap: 0;
}

.faqItem .label {
	font-weight: bold;
	color: var(--main-color);
	font-size: 130%;
	line-height: 1.4;
}

.faqItem .labelA {
	font-weight: bold;
	color: var(--accent-color3);
	font-size: 130%;
	line-height: 1.4;
}

.faq2 p {
	margin-top: 5px;
	line-height: 1.5;
    letter-spacing: 0.06em;
	text-align: left;
	display: block;
}

.faq2 p.b {
	font-weight: bold;
	color: #444;
}

hr.faqHr {
	height: 0px;
	border: 1px dashed var(--accent-color3);
	margin: 20px auto;
}


/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_03.png);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}


/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
	line-height: 1.5;
    letter-spacing: 0.06em;
}
.info2 {
    border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*営業時間*/
.kome {
    background-color: #7d955580;
    padding: 2px 6px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 5px 5px 5px 0;
    display: inline-block;
    width: fit-content;
    /*min-width: 170px;*/
}

.b-hours {
	display: flex;				/* 横並びにする */
	align-items: center;			/* 高さを揃える */
	white-space: nowrap;
	margin-bottom: 2px;
}

.day {
	background-color: #a962cd50;
	/* font-weight: bold; */
	padding: 2px 6px;
    font-size: 16px;
	min-width: 180px;				/* 横幅を固定（全行で共通） */
	box-sizing: border-box;			/* paddingを含めた幅にする */
}

.time {
	font-size: 16px;
	margin-left: 0.5em;		/* dayとの余白 */
}

/*会社概要*/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding:40px;
	border-radius: 20px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}


/*info 写真*/
.info__item {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media only screen and (max-width: 768px) {
	.info__item {
		grid-template-columns: 1fr;
	}
}

.info-img {
	text-align: center;
	margin: 0;
}

.info-img img {
	width: 100%;
	height: auto;
	display: block;
}

.info-img figcaption {
	font-size: 0.85rem;
	color: #555;
	margin-top: 8px;
}



/*写真入りレイアウト*/
	.company-info-wrapper {
		display: grid;
		grid-template-columns: 3fr 2fr;	/* PC幅：表3・写真2の割合で横並び */
		gap: 20px;
		align-items: start;
	}

	.company-info-table {
		width: 100%;
		border-collapse: collapse;
	}

	.company-photo {
		width: 100%;
		max-width: 400px;
		height: auto;
	}

	@media screen and (max-width: 868px) {
		.company-info-wrapper {
			grid-template-columns: 1fr;	/* スマホ・タブレットでは縦並び */
		}
		.company-photo {
			margin-top: 20px;	/* 表と画像の間に余白を追加 */
		}
	}


/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed var(--accent-color3);
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed var(--accent-color3);
    padding: 5px;
    width: 400px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}



/*======= リスト ======*/
@media (max-width: 1024px) {
	ul.sidelist2 li {
		font-size: 13px;
		padding: 5px 4px;
	}
}

ul.sidelist2 li {
    box-sizing: border-box;
    list-style-type: none;
    float: left;
    --widthA: calc(100% - 10px);
    --widthB: calc(var(--widthA) / 2);
    width: var(--widthB);
    margin: 2.5px 5px 2.5px 0;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
	color: --txt-color;
    border: dashed 1px var(--main-color);
    background: #fff;
}

 .mb-20 {
	margin-bottom: 20px !important;
 }

 .cleafix {
	content: '';
    display: block;
    clear: both;
    padding-top: 20px;
 }


/*======= 電話 ======*/
 .sec3-heading {
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border: 0;
    color: var(--txt-color);
    margin: 10px;
}

.sec3-heading::before {
    margin-right: 30px;
    transform: rotate(-35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

.sec3-heading::after {
    margin-left: 30px;
    transform: rotate(35deg);
    content: '';
    width: 1px;
    height: 40px;
    background-color: var(--main-color);
}

a.btn_01 {
    display: block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem;
    font-size: small;
    color: var(--base-color);
    background: var(--accent-color1);
    transition: 0.3s ease-in-out;
}

a.btn_01::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--accent-color2);
    transition: 0.2s;
}
@media (max-width: 865px) {
	a.btn_01 {
		width: 70%;
	}
}
@media (max-width: 568px) {
	a.btn_01 {
		width: 90%;
	}
}

/*======= 調整 ======*/
.l-c {
    margin-right: auto;
    margin-left: auto;
}

.img-waku {
	border: 1px solid #fff;
}

.img-shadow {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.img-round {
	border-radius: 25px;
}

.w80 {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .w80 {
        width: 95%;
    }
}