#news li.news__item a .news_L h2 {
	text-decoration:none !important;
	background:none !important;
	border:none !important;

}

.sbi_feedtheme_header_text{
	color:#666 !important;
}


details.reason_more {
	display: flex;
	flex-direction: column;
}

/* 中身 */
details.reason_more > *:not(summary) {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.4s ease;
}

/* 開いた時の中身表示 */
details.reason_more[open] > *:not(summary) {
	max-height: 2000px;
	opacity: 1;
	transform: translateY(0);
}

/* ボタン（通常時） */
details.reason_more summary {
	cursor: pointer;
	display: inline-block;
	padding: 18px 20px;
	background: #85ea5d;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	text-align: center;
	list-style: none;
	transition: 0.3s;
	margin-top: 20px;
}

/* 三角消す */
details.reason_more summary::-webkit-details-marker {
	display: none;
}

/* hover */
details.reason_more summary:hover {
	 background: #85ea5d;
}

/* 開いた時 → ボタンを一番下へ */
details.reason_more[open] summary {
	order: 999;
	margin-top: 30px;
	background: #555;
}


.box a{
	text-decoration:underline;
}

	@media only screen and (max-width: 800px){
		.route img{
			width:100%;
			aspect-ratio: 16/9;
			margin:0 auto;
			object-fit: contain;
		}

}
.col-2 .cols img + img{
	margin-top:-24px !important;
}

.gallery-swiper {
	overflow: hidden;
	touch-action: pan-y;
}

.thumb-media {
	cursor: pointer;
}

strong{
	font-weight:bold;
	
}

.col-3{
	display:flex;
	flex-wrap:wrap;
	width:90%;
	gap:5px;
	margin-bottom:3em;
}

.col-3 li img{
	margin:0;
}


.col-3 li{
	box-sizing:border-box;
}


@media(min-width:801px){
	.col-3 li{
		flex:0 0 calc(33% - 15px);	
	}	
}


.col-4{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

.col-4 li{
	box-sizing:border-box;
}

.col-4 h4{
	font-size:20px;
	font-weight:bold;
	text-align: center;
	margin-bottom: 10px;
}

@media(min-width:801px){
	.col-4 li{
		flex:0 0 calc(25% - 15px);	
	}	
}


.col-4 li img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.col-4 li img:first-of-type{
	aspect-ratio:4/3;
	object-fit:cover;
}

@media(max-width:1279px){
	.col-4 li{
		flex:0 0 calc(50% - 10px);
	}
}

.bg_intro{
	position: relative;
	padding: 20em 0;
}

.bg_intro::before{
	content: "";
	position: absolute;
	inset: 0;
	background: url("https://koushou-juen.jp/wp-content/uploads/2026/02/ecd8e530827d18d7b16d418e850961c8.webp") center center / cover no-repeat;
	opacity: 0.5;
	z-index: -1;
}

@media(max-width:800px){
	.bg_intro{
		padding: 5em 0;
	}

}
@media(max-width:800px){
.bg_intro{
	padding:5em 0; background:url("https://koushou-juen.jp/wp-content/uploads/2026/02/ecd8e530827d18d7b16d418e850961c8.webp")center center / cover no-repeat; }
	
}

.section_inner h2{
	font-size:36px;
	font-weight:bold;
	margin-bottom:24px;
}
@media(max-width:800px){
	.section_inner h2{
		font-size:30px;
		margin-bottom:12px;
	}

}

.section_inner h3{
	font-size:24px;
	font-weight:bold;
	margin-bottom:24px;
}

@media(max-width:800px){
	.section_inner h3{
		font-size:20px;
		margin-bottom:12px;
	}
}



.section_inner p{
	font-size:18px;
	line-height:1.8;
	margin-bottom:24px;
}

@media(max-width:800px){
	.section_inner p{
		font-size:16px;
		line-height:1.8;
		margin-bottom:12px;
	}
}


.section_inner{
	width:1280px !important;
	padding:48px 0;
	margin:0 auto;	
}

@media(max-width:1279px){
.section_inner{
	width:98% !important;
	padding:24px 12px;
}
}

.section_inner iframe,
.section_inner img{
	max-width:100% !important;
	height:auto;
}
.section_inner iframe{
	height:400px;
	
}

.bg_area{
	background:#fff;
}

.bg_reason{
	padding:48px 0;
 background-image: linear-gradient(150deg, rgba(250, 250, 250, 1), rgba(255, 255, 255, 1) 65%, rgba(248, 249, 221, 1));
	
}
.bg_reason h3{
	margin:0;
}

.bg_reason img{
	margin:0;
}


.bg_features{
	padding:48px 0;
	background:#f7f7f7;
}

.bg_faq{
	padding:48px 0;
	background:#fff;
}
@media(max-width:800px){
	.bg_features,
	.bg_faq{
		padding:24px 0;
	}
}


.lp_content{
	display:flex;
	gap:40px;
	padding:48px 0;
	border-bottom:2px solid #666;
	font-size:16px;
}

.row-reverse{
	flex-direction: row-reverse;
}

.lp_content figure img{
	width:96%;
	height:400px;
	object-fit:cover;
}


.lp_content figure,
.lp_content .lp_cont {
	flex: 1;
}

.lp_content figure img {
	width: 100%;
	height: auto;
	display: block;
}

@media(max-width:800px){
	.lp_content{
		display: block;
		width:96%;
		margin:0 auto;
		padding:24px 0;
		font-size:16px;
	}
	.row-reverse{
		flex-direction: row;
	}
	.lp_content figure img{
		width:100%;
		height:400px;
		margin-bottom:12px;

	}
	.lp_content img{
		width:100%;
		height:400px;
		margin-bottom:12px;

	}
}


#gallery{
	padding:20px 0;
	background:#e5fcff;
}


.l-inner {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 750px;
	height:auto;
	margin: 0 auto;
	padding: 0 10px;
}


[class*=swiper]:focus {outline: none;}

	.slide-media,
	.thumb-media {
		position: relative;
		overflow: hidden;
	}

	.slide-media img,
	.thumb-media img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
			object-fit: cover;
	}


	.swiper-button-prev,
	.swiper-button-next {
		width: 44px;
		height: 44px;
		display: grid;
		place-content: center;
		cursor: pointer;
		position: absolute;
		z-index: 10;
	}


	.swiper-button-prev::before,
	.swiper-button-next::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 50%;
		background: rgba(255, 255, 255, 0.2); 

	}


	.swiper-button-prev::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		transform: rotate(45deg);
	}

	.swiper-button-next::after {
		content: "";
		width: 10px;
		height: 10px;
		border-right: 2px solid #000;
		border-top: 2px solid #000;
		transform: rotate(45deg);
	}

	.swiper-button-prev::after {
		margin-left: 0.4rem;
		-webkit-transform: rotate(-135deg);
				transform: rotate(-135deg);
	}

	.swiper-button-next::after {
		margin-right: 0.4rem;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	.swiper-button-disabled {
		pointer-events: none;
		opacity: 0;
	}

	.gallery02 {overflow: hidden;}

	.gallery02 .swiper{
		width: 100%;
	}

	.gallery02 .thumb-wrapper {
		max-width:750px;
		margin: 5px auto 0;
	}

	.gallery02 .swiper {overflow: visible;}
	.gallery02 .swiper-fade .swiper-slide {
		-webkit-transition-property: opacity, -webkit-transform !important;
		transition-property: opacity, -webkit-transform !important;
		transition-property: opacity, transform !important;
		transition-property: opacity, transform, -webkit-transform !important;
		pointer-events: none;
	}


	.gallery02 .swiper-fade .swiper-slide-active {pointer-events: auto;}

	.gallery02 .swiper-controller {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 62.5%;
	}

	.gallery02 .swiper-button-prev,
	.gallery02 .swiper-button-next {
		position: absolute;
		z-index: 20;
		top: 10px;
		bottom: 0;
		margin: auto;
	}
	.gallery02 .swiper-button-prev {
		left: 10px;
	}

	.gallery02 .swiper-button-next {
		right: 10px;
	}

	.gallery02 .slide {display: block;}

	.gallery02 .slide-media {
		display: block;
		padding-top: 62.5%;

	}
	.gallery02 .slide-media img {
		object-fit: cover;
	}

	.gallery02 .slide-title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 12px;
		box-sizing: border-box;
		background: rgba(0,0,0,.8);
		color: #fff;
		font-weight: bold;
		line-height: 1.4;
		
	}

	.gallery02 .thumb-wrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
	}

	.gallery02 .thumb-media {
		padding-top: 100%;
		cursor: pointer;

	}

	.gallery02 .slide {
		position: relative;
		display: block;
	}
	.gallery02 .thumb-media-active {
		opacity: 0.3;
	}


@media only screen and (max-width: 800px) {
	.pc {display: none !important;}
	.gallery02 .swiper-button-prev::before,
	.gallery02 .swiper-button-next::before {
		background-color: rgba(0, 0, 0, 0.3);
		box-shadow: var(--box-shadow-dark);
	}
	.gallery02 .swiper-button-prev::after,
	.gallery02 .swiper-button-next::after {border-color: #fff;}
	.gallery02 .swiper-button-prev {right: calc(100% - 3.2rem);}
	.gallery02 .swiper-button-next {left: calc(100% - 3.2rem);}
}

@media only screen and (max-width: 800px) {
	.gallery02 .thumb-wrapper {grid-template-columns: repeat(3, 1fr);}
}


ul.benefits{
	display:flex;
	gap:20px;
}


.cont .cont_inner{
	display: flex;
	align-items: center;

}

.cont .cont_text{
	flex:7;
	padding-right:12px;
}

.cont	.cont_img{
	flex:3;
}


.column{
	flex-direction: column !important;
}

.cont .cont_img img{
	display: block;
	width: 150px;
	height: 150px;
	object-fit: cover;

}
@media (max-width: 787px) {
	.cont .cont_img img{
		display: block;
		width: 100%;
		height: auto;
	}
}


.cont h3{
	color:#fff !important;
	line-height:1;
	text-align:center;
	margin-bottom:24px;
	padding:12px;
	font-weight:bold;
	background:#5d5873;
	
}

.cont{
	margin-bottom:24px;
	background:#eee;	
}


.cont_inner{
	padding:20px;
	background:#eee;	
}

/* =========================
	 フォーム
========================= */
.require {
	color: #f00;
	font-size: 12px;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

::placeholder{
	color:#999;
}

input:focus, textarea:focus, select:focus {
outline: none;
-webkit-box-shadow: none;
box-shadow: none
}
input[type="date"],
input[type="number"], input[type="email"], input[type="tel"], input[type="text"], select {
	color: #333;

	width: 100%;
	min-height:60px;
	margin-bottom:12px;
	padding:16px;
	border: 1px solid #d3cece;
	border-radius: 3px;
	background: #fff;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

textarea{
	color: #333;
	width: 100%;
	margin-bottom:12px;
	padding:16px;
	border: 1px solid #d3cece;
	border-radius: 3px;
	background: #fff;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in
	
}

.form_row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
		padding:0 10px;
	margin-bottom: 20px;
}

.form_row .label {
	width: 180px;
}

.form_row .field {
	flex: 1;
}

.form_row input,
.form_row textarea {
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 800px) {

	.form_row {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 8px;
	}

	.form_row .label,
	.form_row .field {
		width: 100%;
	}

	.form_row input,
	.form_row textarea,
	.form_row select {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

}
input[type="submit"]{
	display:block;
	font-weight:bold;
	width:200px;
	padding:18px;
	margin: 0 auto 24px;
	border-radius:6px;
	border:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
	background: linear-gradient(to bottom, #eee 0%, #ddd 100%)
}



.btn_line_coupon{
	display:block;
	color:#fff;
	text-decoration:none !important;
	font-size:16px;
	padding:12px;
	width:250px;
	margin:0 auto 20px;
	border-radius:6px;
	background:#30d284;
}

.btn_area{
	max-width:640px;
	margin:0 auto 20px;
}

.btn_area ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	padding: 0 2%;
	margin: 0;
}

.btn_area li {
	width: calc(50% - 20px);
	box-sizing: border-box;
}

.btn_area a.information{
	background:#adb7c3;
}
.btn_area a.visit{
	background:#f28da8;
}
.btn_area a.tel{
	background:#000;
}

.btn_area li a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
}


#hero {
	width: 100%;
	height:auto;
	margin: 0;
	padding:0;
}

#hero img {
	width: 100%;
	height: 1080px;
	object-fit:cover;
}
@media screen and (max-width: 800px) {
	#hero img {
		width: 100%;
		height: auto;
		object-fit:contain;
	}
}

section img{
	display: block;
	max-width:100%;
	width:640px;
	height: auto;	
}

/* =========================
	 パンくず
========================= */

#breadcrumb {
	font-size: 13px;
	color: #666;
	margin: 10px 0;
}

#breadcrumb ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

#breadcrumb li {
	display: flex;
	align-items: center;
}

/* 区切り（＞） */
#breadcrumb li + li::before {
	content: "›";
	padding: 0 8px;
	color: #aaa;
}

/* リンク */
#breadcrumb a {
	color: #0073e6;
	text-decoration: underline;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* 現在ページ（リンクなし） */
#breadcrumb li:last-child {
	color: #333;
	font-weight: 500;
}
/* =========================
	 引用
========================= */
blockquote {
	position: relative;
	margin-bottom:24px;
	padding: 40px 10px 10px 15px;
	box-sizing: border-box;
	font-style: normal;
	color: #464646;
	background: #ddeaff;
}

blockquote:before{
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 17px;
 content: "“";
	font-family: sans-serif;
	color: #fff;
	font-size: 35px;
	line-height: 1;
	font-weight: 900;
}

blockquote p {
	padding: 0;
	margin: 12px 0;
	line-height: 1.7;
}

blockquote cite {
	display: block;
	text-align: right;
	color: #888;
	font-size: 0.9em;
}

/* =========================
	 ブログカード
========================= */
.blogcard{
	margin:20px 0;
	border:1px solid #ddd;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
}

.blogcard a{
	display:flex;
	text-decoration:none;
	color:inherit;
}

.blogcard-favicon {
	position: relative;
	top: 10px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 4px;
	
}

.blogcard-thumb{
	width:170px;
	min-width:170px;
}

.blogcard-thumb img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.blogcard-body{
	padding:12px 15px;
	flex:1;
}

.blogcard-title{
	font-weight:700;
	font-size:15px;
	margin-bottom:8px;
}

.blogcard-excerpt{
	font-size:13px;
	color:#666;
	margin-bottom:10px;
}

.blogcard-url{
	font-size:12px;
	color:#888;
	display:flex;
	align-items:center;
	gap:6px;
}

.blogcard-favicon{
	width:16px;
	height:16px;
}

@media(max-width:768px){
	.blogcard a{
		flex-direction:column;
	}

	.blogcard-thumb{
		width:100%;
	}
}
	
/* =========================
	 検索ボタン
========================= */
#search {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 600px;
	width: 100%;
	margin:0 auto 48px;
}

#search-input {
	flex: 1;
	height: 48px;
	padding: 0 16px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
	outline: none;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#search-input:focus {
	border-color: #0073aa;
	box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.15);
}

.search-btn {
	height: 48px;
	margin-top:-12px;
	padding: 0 24px;
	border: none;
	border-radius: 6px;
	background: #0073aa;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.search-btn:hover {
	background: #005f8d;
}

.search-btn:active {
	transform: translateY(1px);
}

/* =========================
	 左側固定メニュー
========================= */

.btn_information{
	transform: translateY(-20%);
	background: #2fcf83;
	color: #fff;
	padding: 14px 8px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	border-radius: 8px 0 0 8px;
	z-index: 9999;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	transition: 0.2s;
}

.btn_information:hover {
	opacity: 0.7;
}


.btn_appointment {
	background: #2e5dc7;
	color: #fff;
	padding: 14px 8px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	transition: 0.2s;
}

.btn_appointment:hover {
	opacity: 0.7;
}

.btn_fixed{
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 9999;
	display: flex;
	flex-direction: column;
}

/* =========================
	 LINE　画像
========================= */
.btn_line img {
	display: block;
	width:64px;
	height:60px;
	margin-right:12px;
	margin-top:24px;
}

a.btn_line{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none !important;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 360px;
	height:84px;
	margin: 0 auto 24px;
	border-radius: 3px;
	background:#2acb56;
}

section.lower h1{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	margin-bottom:24px;
	padding-bottom:12px;
	border-bottom:2px solid #727393;
}

section.lower h2{
	font-size:26px;
	font-weight:bold;
	padding:12px 0;
	background:#dce0e5;
	border-bottom:2px solid #000;
}

section.lower h3{
	color:#5c5a73;
	font-size:22px;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:2px solid #727393;
}


section.lower h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
}

section.lower p{
	margin-bottom:24px;

}

.column_box{
	display:flex;
	flex:flex-start;
	width:375px;
	object-fit: cover;
}
.column_box h2{
	color:#333;
	font-size:18px !important;
	text-align:left;
		
	background:none !important;
	border:none !important;
}
.column_box img{
	width:375px;
	height:250px;
	object-fit: cover;
	margin-bottom:0 !important;
}

h2 span{
	font-weight:bold;
}


h2.article_title{
	border:none !important;
	background:none !important;
	
}
/* =========================
	 画像＋テキスト
========================= */

.img_area{
	display:flex;
	gap:12px;
	align-items:flex-start;
	margin-bottom:24px;
}

.img_area.reverse{
	flex-direction:row-reverse;
}

.img_area img{
	width:320px;
	height:auto;
	display:block;
	flex-shrink:0;
}

.img_area .text{
	flex:1;
}

.img_area h2{
	margin-bottom:6px;
	background:none !important;
}

/* =========================
	 テーブル
========================= */
table.tbl01{
	width:96%;
	border:1px solid #ddd;
	margin:0 auto 24px;
}

table.tbl01 th,
table.tbl01 td{
	padding:18px;
	font-size:18px !important;
	border:1px solid #ddd;
}

table.tbl01 td{
	text-align:center;
}

table.tbl01 th{
	color:#333;
	font-weight:bold !important;
	text-align:center;
	background: #eee;

}



table.tbl02{
	width:100%;
	border:1px solid #bbbbcb;
	margin-bottom:24px;
}

table.tbl02 th,
table.tbl02 td{
	padding:12px;
	font-size:18px !important;
	border:1px solid #bbbbcb;
}

table.tbl02 td{
	text-align:left;
}

table.tbl02 th{
	color:#fff;
	text-align:center;
	background: #727393;
	border-bottom:3px solid #333;
}

/* =========================
  枠付きコンテンツ
========================= */
.cont_box_green {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	margin-bottom: 24px;
	background: #f4ffe6;
	border: 1px solid #dfffb3;
	border-radius: 8px;
}

.cont_box_green i {
	color: #9be92f;
	font-size: 24px;
	flex-shrink: 0;
}

.cont_box_green p {
	margin:0 !important;
	line-height: 1.8;
	display: flex;
	align-items: center;
}

.cont_box_orange {
	color:#736a46;
	font-weight:bold;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	margin-bottom: 24px;
	background: #fefae6;
	border: 1px solid #fdf5cd;
	border-radius: 8px;
}

.cont_box_orange i {
	color: #f9ca37;
	font-size: 24px;
	flex-shrink: 0;
}

.cont_box_orange p {
	margin:0 !important;
	line-height: 1.8;
	display: flex;
	align-items: center;
}

.cont_box_red {
	font-weight:bold;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px;
	margin-bottom: 24px;
	background: #feeee6;
	border: 1px solid #e39897;
	border-radius: 8px;
}

.cont_box_red i {
	color: #f76837;
	font-size: 24px;
	flex-shrink: 0;
}

.cont_box_red p {
	margin:0 !important;
	line-height: 1.8;
	display: flex;
	align-items: center;
}

.box_type1{
	padding: 0.5em 1em;
	margin: 1em 0;
	background: #fff;
	border-left: solid 6px #f8733e;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.box_type1 p {
	margin: 0 !important;
	padding: 0;
}


/* =========================
	インスタボタン
========================= */

.btn_insta{
	overflow: hidden;
	display: inline-block;
	color: #fff !important;
	text-decoration:none !important;
	position: relative;
	height: 50px;
	width: 96%;
	text-align: center;
	text-decoration:none;
	border-radius: 6px;
	font-size: 18px;
	line-height: 50px;
	margin-top:24px;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;


}

.btn_insta:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.btn_insta i{
	position: relative;
	z-index:1;
	color:#fff;
	font-size:18px;
	margin-right:5px;
}
/* =========================
	 マーカー
========================= */

.l_blue_marker{
	background:linear-gradient(transparent 60%, #c6e8fe 60%);
}

.yellow_marker{
	background:linear-gradient(transparent 60%, #ff6 60%);
}

.pink_marker{
	background:linear-gradient(transparent 60%, #f8c5d3 60%);
}

.pink02_marker{
	background:linear-gradient(transparent 60%, #e39897 60%);
}

.purple_marker{
	background:linear-gradient(transparent 60%, #ce9fef 60%);
}

.gray_marker{
	background:linear-gradient(transparent 60%, #d5dbe0 60%);
}

.orange_marker{
	background:linear-gradient(transparent 60%, #fade87 60%);
}


/* =========================
	 画像グリッド
========================= */

.grid{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:3px;
	margin-bottom:24px;
}

.item{
	padding:0;
	text-align:center;
}

.item img{
	width:100%;
	display:block;
	margin:0;
}


/* =========================
	 SP
========================= */

@media (max-width:640px){
	section.lower h1{
		font-size:24px;
		font-weight:bold;
		text-align:center;
		margin-bottom:24px;
	}
	.img_area,
	.img_area.reverse{
		flex-direction:column;
		gap:12px;
	}

	.img_area img{
		width:100%;
		margin:0;
	}

	.grid{
		gap:2px;
	}

	.item img{
		aspect-ratio:1/1;
		object-fit:cover;
	}
}