@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 ======*/
/*英字*/
.heading06::before 
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700 !important;
    font-style: normal;
	z-index: -1;
}

.heading,
.heading14::before,
.heading-decoration_c + p,
.heading-decoration + p,
.heading-decoration_nl + p,
.heading-decoration_lg + p
 {
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 700 !important;
    font-style: normal;
}

/*日本語*/
@media (min-width: 569px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

@media (max-width: 568px) {
    .nav ul {
        font-family: "Zen Kaku Gothic New", serif;
        font-weight: 500 !important;
        font-style: normal;
    }
}

.heading06,
.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 Kaku Gothic New", serif;
    font-weight: 500 !important;
    font-style: normal;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	/* padding: clamp(40px, 6vw, 90px) 0 var(--v-space) ; 初期値 BNRsectionがないときはこちら*/
	padding: clamp(40px, 6vw, 90px) 0 0 ;
	background-image: url(../img/bg_01.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
	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;
}


/*カード*/
.greeting-card__item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 30px auto 50px auto;
	max-width: 700px;
	align-items: stretch;
}
@media only screen and (max-width: 968px) {
	.greeting-card__item{
		display: grid;
		gap:20px;
		grid-template-columns: repeat(3, 1fr);
		margin: 30px 30px 50px 30px;
		align-items: stretch; /* 追加 */
	}
}
@media only screen and (max-width: 568px) {
	.greeting-card__item{
		display: grid;
        gap: 0;
        grid-template-columns: repeat(3, 1fr);
		margin: 30px 0 50px 0;
		align-items: stretch; /* 追加 */
	}
}

.greeting-card__item div{
	display: flex;
	flex-direction: column; /* 追加 */
}

.greeting-card__item H4{
    font-size: clamp(15px, 1.5vw, 18px);
    line-height: 1.7;
    text-align: center;
    min-height: 30px;
    color: var(--accent-color2);
}

.greeting-card__item p {
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
	padding: 20px 20px 15px 20px;
	min-height: 60px; /* 目安の高さを指定 */
}


/*======= お知らせ ======*/
/*NEWS ワク*/
div.news_haba{
	margin: 0 10%;
	padding: 20px 0 50px 0;
}
@media only screen and (max-width: 1068px)  {
	div.news_haba{
		margin: 0 8%;
		padding: 20px 1% 50px 1%;
	}
}
@media only screen and (max-width: 768px)  {
	div.news_haba{
		margin: 0;
		padding: 20px 1% 50px 1%;
	}
}
.newsbg {
    background: #fff;
    padding: 25px 40px 20px 40px;
    border: 3px solid var(--main-color);
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
}
@media screen and (max-width: 568px) {
	.newsbg {
        padding: 20px 15px 15px 15px;
		width: inherit;
		margin: inherit;
	}
}

/*NEWS タイトル*/
.news-decoration {
	font-size: clamp(22px, 3vw, 26px);
	min-height: 0vw;
	line-height: 1.4;
	color: #444;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.news-decoration::after {
	display: block;
	content: '';
	width: 160px;
	height: 0px;
	margin-top: 0.6em;
	margin-bottom: 0.2rem;
    border-bottom: 2px solid var(--main-color);
	font-weight: bold;
	font-size: 26px;
	margin-left: auto;
	margin-right: auto;
}

.news-decoration + p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	color: var(--main-color);
	font-size: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.1em;
	text-align: center;
}

@media screen and (max-width: 968px) {
	.news-decoration {
		text-align:center;
	}
	.news-decoration::after {
		margin-right:auto;
		margin-left:auto;
	}
	.news-decoration + p {
		text-align:center;
		margin-bottom: 20px;
	}
}

/*NEWS リスト*/
.news-list{
	list-style: none outside;
	margin: 0;
    padding: 0;
}
.news-list .news-item{
	display: flex;
	flex-wrap: wrap;
	/*flex-wrap: nowrap;　改行なしにするとき*/
	text-decoration: none;
	color: #333;
	border-bottom: 1px dashed #CCC;
}
.news-list .news-item:last-child {
	border-bottom: none;
}
.news-list .news-item:first-child a{
	border-bottom: 1px solid #CCC;
}
.news-list .news-item:first-child a:hover{
	color:var(--main-color);
	border-bottom: 1px solid #CCC;
}
.news-list .news-item .news-date{
	margin: 10px 0 0 0 ;
	min-width: 120px;
	font-size: 16px;
	color: var(--main-color);
	padding: 0 20px 0 0;
	font-weight: bold;
}
.news-list .news-item .news-title{
	margin: 5px 0 0 0;
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
}
.news-list .news-item .news-details{
	margin: 15px 0 0 0;
	width: 100%;
}

@media screen and (max-width: 767px){
	.news-list .news-item{
		flex-wrap: wrap;
		/*padding: 0px 0px;*/
	}
	.news-list .news-item .news-date{
		min-width: 100px;
	}
}

.new-icon {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	padding: 2px 5px;
	margin-right: 12px;
	border-radius: 3px;
	vertical-align: middle;
	width: 70px;
	text-align: center;
}

/* 日付の表 */
.news_time-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0;
	font-size: 15px;
	line-height: 1.6em;
}

.news_time-table th,
.news_time-table td {
	border: 1px solid #ccc;
	padding: 8px 10px;
	text-align: left;
}

.news_time-table td[data-label="日付"] {
	background-color: #f7f7f7;
	/*width: 30%;*/
}

.news_time-table th {
	background-color: #f2f2f2;
	color: #333;
}

@media screen and (max-width: 767px) {
	.news_time-table {
		border: none;
	}

	.news_time-table thead {
		display: none;
	}

	.news_time-table tr {
		display: block;
		border: 1px solid #ccc;
		margin-bottom: 0.5em;
		background-color: #fff;
		overflow: hidden;
	}

	.news_time-table td {
		display: block;
		border: none;
		padding: 6px 10px;
		font-size: 15px;
	}

	.news_time-table td[data-label="日付"] {
		background-color: #f7f7f7;
		font-size: 16px;
		width: 100%;
	}

	.news_time-table td[data-label="営業時間"] {
		color: #333;
		padding-top: 4px;
	}

}

/* 診療時間表 */
table.fi-tab {
	margin: 20px 0 2px 0;
	line-height: 1.4;
	border: 1px solid var(--main-color);
	width: 100%;
	border-collapse: separate; /* collapse から変更 */
	border-spacing: 0; /* セルの間隔をなくす */
	border-radius: 12px; /* 角丸 */
	font-weight: bold;
	overflow: hidden; /* 角丸がはみ出ないように */
}

table.fi-tab tr td {
	padding: 9px 5px;
	border-top: 1px solid var(--main-color);
	border-left: 1px solid var(--main-color);
	text-align: center;
	font-size: clamp(15px, 1.7vw, 17px);
	background-color: #fff;
	color: var(--main-color);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500 !important;
	font-style: normal;
}

/* 左端セルの重複borderを消す */
table.fi-tab tr td:first-child {
	border-left: none;
}

table.fi-tab tr:nth-child(1) td {
	background-color: var(--main-color);
	color: #fff;
}

/* 角丸を個別に調整 */
table.fi-tab tr:first-child td:first-child {
	border-top-left-radius: 12px;
}
table.fi-tab tr:first-child td:last-child {
	border-top-right-radius: 12px;
}
table.fi-tab tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}
table.fi-tab tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}

.mini {
	font-size: clamp(12px, 1.7vw, 14px);
}

/* PC・タブレットだけ表示 */
.pc-tab {
	display: table-cell;
}

/* 補足テキスト */
.f12 {
	font-size: 12px;
	line-height: 1.6;
	color: #333;
	margin-top: 10px;
}

.sp {
	display: none;
}

/* スマホ対応 */
@media screen and (max-width: 568px) {
	table.fi-tab tr {
		line-height: 1.0; /* スマホ幅の tr に適用 */
	}

	.pc-tab {
		display: none; /* 日祝非表示 */
	}

	table.fi-tab tr td {
		font-size: 13px;
		padding: 6px 4px;
	}

	.sp {
		display: inline;
	}
}

/* フッター用診療時間表のフォントサイズ上書き */
table.fi-tab-footer tr td {
	font-size: 1em !important;
}

/*======= BNR section ======*/

.bnr_sec1 {
    padding: clamp(45px, 7vw, 60px) 0 var(--v-space);
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_01.png);
	background-repeat: repeat;
	background-position: top left;
	background-size: auto;
}

.bnr_p {
    font-weight: 700;
    color: #444;
    font-size: clamp(14px, 2.5vw, 18px);
    margin-top: 10px;
}

.contact_pick-haba {
    padding: 10px 40px clamp(22.5px, 3.5vw, 30px) 40px;
}
@media screen and (max-width: 568px) {
	.contact_pick-haba {
		padding: 10px 15px clamp(22.5px, 3.5vw, 30px) 15px;
	}
}

.contact_pick {
    background: #fff;
    padding: 15px 40px 20px 40px;
    border: 6px double var(--main-color);
    border-radius: 8px;
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 568px) {
	.contact_pick {
        padding: 10px 15px 15px 15px;
		width: inherit;
		margin: inherit;
	}
}

/*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);
	}
}

/*======= コンテンツ ======*/


/*======= SERVICES ======*/
/*section1*/
.sec1 {
    padding: var(--v-space) 0;
	background-color: #00582610;
}

/* テーブル全体 */
.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);
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	margin: 8px 0; /* 上下余白 */
    border: 1px solid var(--main-color);
}

/* 最後の行は下余白なし */
.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 10px;
    width: 110px;
	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;
}

.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: 50%;
		margin-right: auto;
		margin-left: auto;
	}
	.table-pickup th.wide {
		width: 200px;
	}
@media (max-width: 968px) {
	.table-wide {
		width: 80%;
	}
	.table-wide-tab {
		width: 80%;
	}
	.table-pickup th.wide {
		width: 200px;
	}
}
@media (max-width: 768px) {
	.table-wide {
		width: 100%;
	}
	.table-pickup th.wide {
		width: 150px;
	}
	.table-pickup table {
		font-size: 0.9em;
	}
}

/* リスト */
.dot-list {
	list-style: none;
}

.dot-list li {
	position: relative;
	padding-left: 1.5em; 
	margin: 5px;
}

.dot-list li::before {
	content: '●';
	position: absolute;
	left: 0;
    top: 3px;
	line-height: 1.5;
	font-size: 0.8em;
	color: black;
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: var(--v-space) 0;
	background-image: url(../img/bg_01.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
	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_02.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);
	}
}

/*会社概要*/
.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(3, 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;	/* 表と画像の間に余白を追加 */
		}
	}


/* 求人票 */
.table-job {
	width: 100%;
	display: flex;
	justify-content: center; /* 横中央寄せ */
	margin-bottom: 30px;
}

.table-job table {
	border-collapse: separate; /* collapse から変更 */
	border-spacing: 0 10px;    /* 上下に10px間隔 */
	width: auto;
	max-width: 1200px;
	box-sizing: border-box;
	padding-top: 30px;
}

.table-job th,
.table-job td {
	padding: 10px 15px;
	vertical-align: top;
	letter-spacing: 0.06em;
	line-height: 1.5;
}


/* PC幅：2カラム表示（デフォルト） */
.table-job th {
    width: 10.25em;
    background-color: var(--accent-color2);
    opacity: 0.9;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 0 0 4px;
    vertical-align: middle;
    padding: 15px 15px;
}
.table-job td {
	width: 35em;
	background-color: #f9f9f9;
	color: #333;
	border-radius: 0 4px 4px 0;
	vertical-align: middle;  /* 上下中央揃え */
	padding: 15px 15px;      /* 上下に余白を確保 */
}

/* タブレット・スマホ：縦並び */
@media screen and (max-width: 768px) {
	.table-job table,
	.table-job tbody,
	.table-job tr,
	.table-job th,
	.table-job td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.table-job tr {
		margin-bottom: 16px;
	}
	.table-job th {
		border-radius: 4px 4px 0 0;
	}
	.table-job td {
		border-radius: 0 0 4px 4px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 568px) {
	.table-job {
	}
}

/* PC時（デフォルト）：横一行 */
.worktime {
	display: inline;
}
.worktime .day,
.worktime .time {
	display: inline;
}

/* スマホだけカラム風にする */
@media screen and (max-width: 768px) {
	.worktime {
		display: flex !important;
		gap: 0.5em;
		align-items: flex-start;
		margin-bottom: 0.5em;
	}
	.worktime .day {
		white-space: nowrap;
		font-weight: bold;
	}
	.worktime .time {
		display: block;  /* 改行されるのはスマホだけ */
		text-align: left;
	}
}



/*======= ACCESS アクセス ======*/

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}



/*======= リスト ======*/
@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;
}

@media (max-width: 768px) {
	.l-c_sp {
		margin-right: auto;
		margin-left: auto;
	}
}

.img-waku {
	border: 1px solid var(--main-color);
}

.img-shadow {
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.img-round {
	border-radius: 25px;
}