/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
}

body {
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
	border: none;
}

a {
	color: #59346F;
	outline: none;
}

a:hover {
	-webkit-transition: all .3s;
	transition: all .3s;
}


/* ------------------------------------------------------------------------- */
/* layout
/* ------------------------------------------------------------------------- */

/* header
---------------------------------------------------------- */
#header {
	width: 100%;
	padding: 10px 0;
	float: left;
	border-top: 3px solid #59346F;
}


/* global_menu
	---------------------------------------------------------- */

#global_menu {
	width: 100%;
	float: left;
	background-image: url(../image/bg_global_menu.png);
}


#global_menu ul {
	width: 1000px;
	height: 60px;
	margin: auto;
	list-style: none;
}

#global_menu li {
	float: left;
	width: 120px;
	margin: 2px;
}

#global_menu a {
	display: block;
	line-height: 45px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
	outline: none;
	border-bottom: 3px solid #59346F;
}

#global_menu a.care {
	border-bottom: 3px solid #1B6631;
}

#global_menu .current a,
#global_menu a:hover {
	border-bottom: 3px solid #C6A000;
}

/**  ---  **/
#global_menu .home {
	background-image: url(../image/global_menu_home.png);
}

#global_menu .search {
	background-image: url(../image/global_menu_search.png);
}

#global_menu .if {
	background-image: url(../image/global_menu_if.png);
}

#global_menu .funeral {
	background-image: url(../image/global_menu_funeral.png);
}

#global_menu .memorial {
	background-image: url(../image/global_menu_memorial.png);
}

#global_menu .flower {
	background-image: url(../image/global_menu_flower.png);
}

#global_menu .approach {
	background-image: url(../image/global_menu_approach.png);
}

#global_menu .voice {
	background-image: url(../image/global_menu_voice.png);
}

#global_menu .care {
	background-image: url(../image/global_menu_care.png);
}

#global_menu .faq {
	background-image: url(../image/global_menu_faq.png);
}

/* meanmenu */
.mean-container a {
	text-decoration: none;
	text-align: left;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #59346F;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	padding: 11px 0px 13px 90%;
	margin-right: 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
	text-align: right;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	width: 22px;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #59346F;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	color: #ffffff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.mean-container .mean-nav ul .current a {
	background-color: #C6A000;
}

.mean-container .mean-nav ul li a:hover {
	background-color: #C6A000;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}



/* ------------------------------------------------------------------------- */
/* layout
/* ------------------------------------------------------------------------- */

#text ul,
#text ol {
	margin: 5px 0;
	margin-left: 1.8em;
}

#text ul li,
#text ol li {
	margin-bottom: 5px;
}

.icon_pdf {
	padding: 0 3px;
	margin-left: 5px;
	background-color: #D12323;
	font-size: 80%;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.icon_new {
	padding: 0 5px;
	margin-left: 5px;
	background-color: #DD6EBC;
	font-size: 10px;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.icon_map {
	padding: 0 10px;
	margin-left: 10px;
	background-color: #E84B4B;
	font-size: 12px;
	color: #fff;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}


.icon_gaibu {
	vertical-align: middle;
	margin-left: 3px;
}


/* pagetop
---------------------------------------------------------- */

#pagetop {
	display: none;
}

/* ------------------------------------------------------------------------- */
/* basic
/* ------------------------------------------------------------------------- */

.basic_strong {
	font-size: 120%;
	line-height: 1.8em;
	font-weight: bold;
}

#text .center_spleft {
	text-align: center;
	margin: 20px 0;
}

/* table */

table {
	border-collapse: collapse;
	font-size: 100%;
	margin: 10px 0;
}

table th,
td {
	padding: 10px;
	text-align: left;
}

table th {
	text-align: center;
}

.basic_table th,
.basic_table td {
	border: 1px solid #aaa;
}

.basic_table th {
	background-color: #EEE;
}


/* 新着情報 */

#news_data {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #aaa;
}

#news_data img,
#news_data table {
	max-width: 1000px;
	height: auto;
}

#news_data table th,
#news_data table td {
	border: 1px solid #aaa;
}

#news_data table th {
	background-color: #eee;
}

.news_time {
	text-align: right;
}


/* ページャー */
.pager {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.pager a {
	display: inline-block;
	border: 1px solid #aaa;
	padding: 5px 10px;
	margin: 3px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.pager a:hover,
.pager .current {
	background-color: #59346F;
	color: #fff;
}

.pager_care a:hover,
.pager .current {
	background-color: #F8872E;
	color: #fff;
}

.text_red {
	color: #C40031;
}

.text_big {
	font-size: 130%;
	line-height: 1.5em;
}

/* もしもの時は(if) */

#if {
	padding: 0 10px;
}

.flow-section {
	padding: 0;
}

.flow-section .section_desc {
	margin: 20px auto 60px;
}

.flow-section .area_box {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 auto 50px;
	justify-content: center;
}

.flow-section .area_box .area_item {
	max-width: 450px;
	font-size: 14px;
}

.flow-section .area_box .area_item .area {
	font-size: 16px;
}

.flow-section .area_box .area_item .office {
	display: block;
	margin: 0 0 5px;
}

.flow-section .flow-jizen {
	width: 100%;
	padding: 0 10px
}

.flow-section .flow-jizen .flow-inner {
	background-color: #FFFFFF;
	margin: 0 auto;
	max-width: 1100px
}

.flow-section .flow-sougi {
	width: 100%;
	background-color: #FFFFFF;
	padding: 0 10px
}

.flow-section .flow-sougi .flow-inner {
	padding: 40px 10px;
	margin: 0 auto;
	max-width: 1100px
}

.flow-section ul.flow-list {
	padding: 0 10px
}

.flow-section ul.flow-list .flow-item {
	margin: 0 auto 80px;
}

.flow-section ul.flow-list .flow-item::after {
	content: "";
	background-image: url("https://www.ja-ceremonysaga.jp/wp-content/themes/ja/image/if/flow_arrow-down.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 100%;
	height: 40px;
	margin: 40px auto 0
}

.flow-section ul.flow-list .flow-item:last-child::after {
	content: "";
	background-image: none
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item:last-child::after {
		margin: 0 auto
	}
}

.flow-section ul.flow-list .flow-item .flow-flex {
	display: flex;
	gap: 30px;
	justify-content: center;
	position: relative
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-flex {
		flex-direction: column
	}
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-text {
	width: 60%;
	margin: 0 0 40px;
	text-align: left;
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-flex .flow-text {
		width: 100%;
		padding: 0;
		margin: 0 0 10px
	}
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-text .flow-numberTitle h3 {
	color: #59346F;
	font-weight: bold;
	z-index: 10;
	font-family: serif;
	font-size: 1.8rem;
	border-bottom: #59346F 2px solid;
	padding: 0 0 10px;
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-flex .flow-text .flow-numberTitle h3 {
		font-size: 1.4rem
	}
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-text .flow-numberTitle h3 span {
	font-size: 3rem;
	display: inline-block;
	margin: 0 20px 0 0
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-text .flow-desc {
	font-size: 0.9rem;
	margin: 20px 0 0;
	line-height: 1.8;
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-flex .flow-text::before {
		left: -90px;
		z-index: 1
	}
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-img {
	height: 100%;
	width: 250px
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-flex .flow-img {
		margin: 0 auto 20px
	}
}

.flow-section ul.flow-list .flow-item .flow-flex .flow-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.flow-section ul.flow-list .flow-item .flow-notice {
	min-width: 300px;
	width: 80%;
	margin: 40px auto 0;
	padding: 0 30px 20px;
	background-color: #EEE;
	text-align: left;
}

@media screen and (max-width:767.98px) {
	.flow-section ul.flow-list .flow-item .flow-notice {
		min-width: 200px;
		width: 100%
	}
}

.flow-section ul.flow-list .flow-item .flow-notice .flow-notice_title {
	position: relative;
	top: -20px;
	padding: 10px 20px;
	background-color: #59346F;
	color: #FFFFFF;
	max-width: 300px;
	width: 80%
}

.flow-section ul.flow-list .flow-item .flow-notice .flow-notice_title h5 {
	font-size: 1.2rem
}

.flow-section ul.flow-list .flow-item .flow-notice ol {
	color: #666
}

.flow-section ul.flow-list .flow-item .flow-notice ol li {
	margin: 0 0 15px;
	font-size: 1rem;
}

.flow-section .flow-sougigo {
	margin: 40px auto
}

.flow-section .flow-sougigo h2 {
	text-align: center;
	color: #59346F;
	font-family: serif;
	font-size: 2rem;
}

.flow-section .flow-sougigo ul {
	padding: 0 10px;
	display: flex;
	gap: 25px;
	margin: 40px auto 0;
	justify-content: center
}

@media screen and (max-width:767.98px) {
	.flow-section .flow-sougigo ul {
		width: 100%;
		flex-direction: column
	}
}

.flow-section .flow-sougigo ul li {
	max-width: 300px
}

@media screen and (max-width:767.98px) {
	.flow-section .flow-sougigo ul li {
		width: 100%;
		max-width: 500px;
		margin: 0 auto
	}
}

.flow-section .flow-sougigo ul li img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 0 20px;
}

.flow-section .flow-sougigo ul li h3 {
	text-align: center;
	margin: 0 0 20px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #59346F;
	padding: 4px 16px;
}

.flow-section .flow-sougigo ul li p {
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.8;
}



/* ------------------------------------------------------------------------- */
/* top
/* ------------------------------------------------------------------------- */

#main {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#main img {
	margin: auto;
}

/* エリア別連絡先一覧 */
.area_box {
	margin: 0 0 50px;
}

.area_box a {
	text-decoration: none;
	text-align: center;
}

.area_item {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px;
	padding: 15px 10px 10px;
	color: #fff;
	font-weight: bold;
	background: #59346F;
	vertical-align: middle;
	box-sizing: border-box;
}

.area_item .area {
	display: block;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.area_item .office,
.area_item .time {
	font-size: 20px;
}

.area_item .tel_link,
.area_item a {
	color: #fff !important;
	font-size: 200%;
	line-height: 1.5;
}

/* ------------------------------------------------------------------------- */
/* care【介護】
/* ------------------------------------------------------------------------- */

/* 介護施設一覧 */

#office_etc {
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
	text-align: center;
}

#office_etc_in {
	width: 1000px;
	margin: auto;
}

#office_etc dl.care_dl {
	display: inline-block;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #F8872E;
}

#office_etc dl.care_dl dt {
	text-align: left;
	font-size: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	line-height: 2em;
	-webkit-border-radius: 3px 3px 0 0px;
	border-radius: 3px 3px 0 0px;
	text-indent: 10px;
	color: #fff;
	background-color: #F8872E;
}

#office_etc dl.care_dl dt a {
	margin-right: 10px;
	display: inline-block;
	float: right;
	padding-left: 20px;
	background-image: url(../image/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	color: #fff;
	text-decoration: none;
}

#office_etc dl.care_dl dd {
	display: flex;
	font-size: 16px;
	line-height: 1.8em;
}

#office_etc dl.care_dl dd ul {
	width: 500px;
	margin: 0 auto;
}

#office_etc dl.care_dl dd ul li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #F8872E;
	text-align: left;
	list-style: none;
}

#office_etc dl.care_dl dd ul li:last-child {
	border-bottom: none;
}

#office_etc dl.care_dl dd ul li a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 0;
	background: url(../image/icon_arrow_orange.png) no-repeat 10px center;
	color: #333;
	text-indent: 40px;
}

#office_etc a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/* 介護施設詳細ページ */

#text.care_data h2 {
	padding: 10px;
	background-color: #F8872E;
	line-height: 1.5em;
	color: #fff;
	font-size: 250%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
}

#text.care_data h2 span {
	font-size: 70%;
	margin-left: 10px;
}

#text.care_data h2.care_all {
	padding: 0;
	background-color: none;
}

#text.care_data h3 {
	background-image: url(../image/tit_line_care.png);
}

#text.care_data h4 {
	border-bottom: 1px solid #F8872E;
	color: #F8872E;
}

#text.care_data .text_left {
	text-align: left;
}

/** デイサービス、訪問介護、居宅支援事業について **/

#text .kaigo_main {
	margin: 0;
	list-style: none;
}

#text .kaigo_main li {
	width: 480px;
	margin: 10px;
	float: left;
}

#text .kaigo_main li p {
	padding: 8px;
}

#text .kaigo_main li table {
	width: 100%;
}

#text .kaigo_service {
	margin: 0;
}

#text ul.kaigo_service {
	clear: both;
}

#text .kaigo_service li {
	display: inline-block;
	width: 30%;
	margin: 1%;
}

#text .kaigo_service li a {
	display: block;
	padding: 15px 0;
	background-color: #f8872e;
	text-decoration: none;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-image: url(../image/icon_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 90%;
	text-indent: -15px;
}

#text .kaigo_service li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

#text .kaigo_service02 {
	margin: 0;
	text-align: center;
	clear: both;
}

#text .kaigo_service02>li {
	display: inline-block;
	width: 46%;
	margin: 1%;
	vertical-align: top;
	border: 3px solid #f8872e;
}

#text .kaigo_service02 li dt {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
	margin: 10px 15px;
	font-size: 20px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	font-weight: bold;
	line-height: 1.5em;
}

#text .kaigo_service02 li dd {
	margin: 15px;
	text-align: left;
}

#text .kaigo_service02 li strong {
	display: block;
	padding: 10px;
	margin: 20px 0 10px 0;
	background-color: #eee;
	text-align: center;
}


#text .kaigo_service02 li dd ul {
	list-style-type: square;
}


#text .kaigo_facility {
	margin: 0;
}

#text .kaigo_facility li {
	display: inline-block;
	width: 30%;
	margin: 1%;
	vertical-align: top;
}

#text .kaigo_facility li dt {
	border-bottom: 1px dotted #333;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	font-weight: bold;
}

#text .kaigo_facility li dd {
	padding: 10px 0;
}

#text .kaigo_facility li dd img {
	display: block;
	margin: 0 auto 10px auto;
	width: 100%;
}

#text table.care_outline_table {
	width: 100%;
}

#text.care_data .map iframe {
	width: 100%;
	height: 450px;
	margin: 10px 0;
	background-color: #eee;
	border: none;
}

#text .kaigo_backlist {
	margin-bottom: 20px;
	padding: 20px 20px 10px;
	background-color: #FFE2CC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
}

#text .kaigo_backlist li {
	margin-bottom: 20px;
}

.kaigo_contact_attention {
	clear: both;
	text-align: center;
}

.kaigo_contact_attention p {
	display: inline-block;
	width: 60%;
	margin: auto;
	font-size: 150%;
	line-height: 1.8em;
	font-weight: bold;
	border: 5px solid #f8872e;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	color: #f8872e;
}

.kaigo_price {
	width: 100%;
	table-layout: fixed;
	margin-top: 20px;
	margin-bottom: 10px;
}

.kaigo_price caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}

.kaigo_price th,
.kaigo_price td {
	border: 1px solid #aaa;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	table-layout: fixed;
}

.kaigo_price th {
	background-color: #eee;
}

#text .kaigo_column2 {
	margin: 0;
	text-align: center;
}

#text .kaigo_column2 li {
	display: inline-block;
	width: 47%;
	margin: 1%;
	vertical-align: top;
}


/** JA福祉　訪問介護サービスについて **/

.kaigo_heightfix>li {
	/**height: 300px;**/
}

.kaigo_heightfix>li table {
	width: 90%;
	margin: 0 auto 20px;
}

.kaigo_heightfix>li:nth-child(2) table {
	margin-top: 3em;
}

/** JAいなほ　訪問介護サービスについて **/

#text .inaho_support {
	text-align: left;
}

#text .inaho_support dl {
	height: 240px;
}


/** 介護施設の新着情報 **/

#text.care_data #news_data a {
	color: #f8872e;
}



/* min-width */
@media all and (min-width: 741px) {
	/* ------------------------------------------------------------------------- */
	/* base
	/* ------------------------------------------------------------------------- */

	body {
		min-width: 1000px;
	}

	/* ------------------------------------------------------------------------- */
	/* layout
	/* ------------------------------------------------------------------------- */


	#all {
		width: 1000px;
		margin: auto;
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
	}



	/* header
	---------------------------------------------------------- */


	#header_in {
		width: 1000px;
		margin: auto;
		text-align: left;
	}



	/* logo */

	#logo {
		display: block;
		width: 340px;
		height: 50px;
		float: left;
		background-image: url(../image/logo.png);
		text-indent: -9999px;
		outline: none;
	}

	/** font_size **/

	#font_size {
		float: left;
		width: 190px;
		margin-left: 180px;
		font-size: 14px;
		line-height: 40px;
	}

	#font_size li {
		display: inline-block;
		list-style: none;
		text-align: center;
		background-color: #DCDCDC;
	}

	#font_size #font_text {
		background-color: transparent;
	}

	#font_size #font_m,
	#font_size #font_l {
		width: 45px;
		vertical-align: middle;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	#font_size #font_l {
		font-size: 18px;
		line-height: 40px;
	}

	#font_size .current {
		background-color: #59346F;
		color: #fff;
	}


	/* head_menu */

	#head_menu {
		display: block;
		float: right;
	}

	#head_menu a {
		display: inline-block;
	}

	#head_menu a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}



	/* breadline
	---------------------------------------------------------- */

	#breadline {
		width: 100%;
		float: left;
		padding: 20px 0 0 0;
		color: #C6A000;
	}

	#breadline ul {
		width: 1000px;
		margin: auto;
		font-size: 14px;
	}

	#breadline ul li {
		margin-right: 10px;
		display: inline-block;
		float: left;
	}

	#breadline a {
		display: inline-block;
		padding-right: 30px;
		margin-right: 5px;
		background-repeat: no-repeat;
		background-position: right center;
		color: #333;
		font-weight: 100;
		text-decoration: none;
		background-image: url(../image/icon_navi.png);

	}

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



	/* container
	---------------------------------------------------------- */

	#container {
		float: left;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 100px;
	}


	/* pagetop
	---------------------------------------------------------- */


	.pagetop {
		width: 100%;
		float: left;
	}

	.pagetop a {
		position: fixed;
		bottom: 240px;
		right: 30px;
		display: block;
		width: 68px;
		height: 68px;
		background-image: url(../image/btn_pagetop.png);
		text-indent: -9999px;
		cursor: pointer;
	}

	.pagetop a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	/* footer
	---------------------------------------------------------- */

	#footer {
		float: left;
		width: 100%;
		padding: 20px 0;
		background-color: #eee;
	}

	#footer #footer_in {
		width: 1000px;
		margin: auto;
		text-align: left;
		color: #333;
	}

	#footer #footer_in ul {
		float: left;
		margin-right: 30px;
		list-style: none;
		line-height: 2em;
	}

	#footer #footer_in ul a {
		padding-left: 15px;
		background-image: url(../image/icon_arrow_footer.png);
		background-repeat: no-repeat;
		background-position: left center;
		color: #333;
		text-decoration: none;
	}

	#footer #footer_in ul a:hover {
		color: #59346F;
		text-decoration: underline;
	}


	#footer #footer_in .footer_logo {
		float: right;
		margin-top: 10px;
	}


	#footer #footer_in .footer_logo img {
		display: block;
		margin-bottom: 10px;
	}

	address {
		background-color: #59346F;
		clear: both;
		padding: 10px 0;
		margin: auto;
		text-align: center;
		font-style: normal;
	}

	address span {
		display: block;
		width: 1000px;
		margin: auto;
		text-align: right;
		color: #fff;
	}


	/* ------------------------------------------------------------------------- */
	/* basic
	/* ------------------------------------------------------------------------- */


	/* title
	---------------------------------------------------------- */
	#text h2 {
		margin-bottom: 10px;
	}

	#text h3 {
		clear: both;
		width: 100%;
		padding: 50px 10px 0;
		background-image: url(../image/tit_line.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 35px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	#text h3 span {
		font-size: 60%;
		margin-left: 10px;
	}

	#text h4 {
		clear: both;
		padding-top: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #59346F;
		color: #59346F;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 25px;
		line-height: 1.5em;
	}

	#text h5 {
		padding-top: 10px;
		margin-bottom: 5px;
		color: #59346F;
		font-size: 16px;
		line-height: 1.5em;
	}


	/* text
	---------------------------------------------------------- */

	#text {
		width: 100%;
		float: left;
		padding: 20px 0;
		text-align: left;
	}

	.btn_basic {
		clear: both;
		display: inline-block;
		margin: 5px 0;
	}

	.btn_basic a {
		display: block;
		padding: 3px 100px 3px 10px;
		background-color: #59346F;
		background-image: url(../image/icon_arrow_white.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		text-decoration: none;
		line-height: 35px;
		color: #fff;
	}

	.btn_care a {
		background-color: #f8872e;
	}

	.btn_basic:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}



	/* ul */

	.basic_ul {
		margin-left: 1.5em;
		margin-bottom: 10px;
	}

	/* ol */

	.basic_ol {
		margin-left: 1.8em;
		margin-bottom: 10px;
	}


	/* 注意 */

	.focus {
		float: left;
		width: 980px;
		background-color: #ece0bc;
		padding: 10px;
		margin: 10px 0 20px 0;
	}

	#text .focus h4 {
		padding-top: 0px;
	}

	.attention {
		background-color: #F2D7E2;
		padding: 10px;
		margin: 10px 0;
	}

	.mame img {
		vertical-align: top;
		margin-left: 10px;
		margin-top: 5px;
	}


	/* 配置 */

	.right {
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}

	.left {
		float: left;
		margin-right: 20px;
		margin-bottom: 10px;
	}

	.right .caption,
	.left .caption {
		display: block;
		text-align: center;
		color: #777;
		line-height: 2em;
	}

	.center {
		clear: both;
		padding: 10px 0;
		text-align: center;
	}

	.center img,
	.center table {
		margin: auto;
	}




	/* other
	---------------------------------------------------------- */

	/* news */

	#news ul {
		float: left;
		width: 100%;
		padding-bottom: 20px;
		margin: 0;
		list-style: none;
		text-align: left;
		font-size: 14px;
	}

	#news ul li {
		float: left;
		width: 100%;
		border-bottom: 1px dotted #aaa;
		margin: 0;
	}

	#news ul a {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #333;
		text-decoration: none;
	}

	#news ul a .time {
		float: left;
		width: 15%;
	}

	#news ul a .data {
		float: right;
		width: 85%;
	}

	#text #news ul a .time {
		width: 10%;
	}

	#text #news ul a .data {
		float: right;
		width: 90%;
	}


	#news ul a:hover {
		background-color: #eee;
	}

	#news .btn_basic {
		float: right;
	}

	.btn_anchor {
		float: left;
		width: 100%;
		list-style: none;
		padding: 20px 0;
	}

	.btn_anchor li {
		display: inline-block;
		float: left;
		margin-left: 5px;
	}

	.btn_anchor li a {
		display: block;
		padding: 0 50px 0 10px;
		background-color: #59346f;
		background-image: url(../image/icon_arrow_white_anchor.png);
		background-repeat: no-repeat;
		background-position: 90% center;
		line-height: 60px;
		color: #fff;
		text-decoration: none;
	}

	.btn_anchor li a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	/** box **/

	.box_two {
		float: left;
		width: 100%;
	}

	.box_two div {
		float: left;
		width: 45%;
		margin: 15px;
	}

	.box_three {
		float: left;
		width: 100%;
		text-align: center;
	}

	.box_three div {
		display: inline-block;
		width: 30%;
		margin: 5px;
	}

	.box_three div img {
		width: 100%;
	}

	.box_three div p {
		text-align: left;
		height: 4.5em;
	}



	/* ------------------------------------------------------------------------- */
	/* top【ホーム】
	/* ------------------------------------------------------------------------- */

	#top_style {
		float: left;
		width: 100%;
		text-align: left;
	}

	#top_style h2 {
		background-image: url(../image/tit_line.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 35px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	/* primary
	---------------------------------------------------------- */

	#top_style #primary {
		width: 700px;
		float: left;
	}

	.area_box a {
		pointer-events: none;
	}

	/* secondary
	---------------------------------------------------------- */

	#top_style #secondary {
		width: 250px;
		float: right;
	}

	#top_style #secondary .bn_side a {
		display: block;
		margin-bottom: 10px;
	}

	#top_style #secondary .bn_side a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}

	/* top_slide
	---------------------------------------------------------- */
	#slider {
		width: 100%;
		float: left;
		height: 200px;
		margin: 50px 0;
		overflow: hidden;
	}

	#slider li {
		width: 300px !important;
		float: left;
		list-style: none;
	}


	/* top_merit
	---------------------------------------------------------- */
	#top_merit {
		float: left;
		width: 100%;
		margin-bottom: 120px;
		background-color: #59346F;
		color: #fff;
	}

	#top_merit div {
		text-align: left;
		width: 1000px;
		padding: 20px 0;
		margin: auto;
		font-size: 16px;
	}

	#top_merit h2 {
		text-align: center;
		font-size: 35px;
		line-height: 1.5em;
	}

	#top_merit ul {
		float: left;
		width: 100%;
		margin: 10px 0 30px 130px;
		list-style: none;
	}

	#top_merit li {
		float: left;
		width: 230px;
		margin-right: 20px;
		font-size: 14px;
	}

	#top_merit a {
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}

	#top_merit a .merit_photo {
		width: 200px;
		height: 200px;
		display: block;
		overflow: hidden;
		border: 5px solid #fff;
	}

	#top_merit a:hover {
		background-color: #734F89;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#top_merit a strong {
		display: block;
		margin-bottom: 10px;
		border-bottom: 2px solid #fff;
		font-size: 20px;
		line-height: 40px;
		background-image: url(../image/icon_arrow_white.png);
		background-position: center right;
		background-repeat: no-repeat;
	}


	/* ------------------------------------------------------------------------- */
	/* search【斎場を探す】
	/* ------------------------------------------------------------------------- */

	.search_anchor {
		margin: 0 !important;
	}

	.search_anchor li {
		width: 246px;
	}

	.search_anchor li:first-child,
	.search_anchor li:nth-child(5) {
		margin: 0;
	}


	/* box_search */
	.box_search ul {
		float: left;
		width: 100%;
		list-style: none;
		margin: 0 !important;
	}

	.box_search ul li {
		width: 320px;
		height: 420px;
		float: left;
		margin: 0 6px;
		margin-bottom: 50px;
	}

	.box_search img {
		width: 100%;
		height: 192px;
		-o-object-fit: cover;
		object-fit: cover;
		display: block;
	}

	.box_search strong {
		display: block;
		padding: 15px 0 3px 0;
		margin-bottom: 10px;
		border-bottom: 2px solid #59346f;
		color: #59346f;
		font-size: 140%;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	}

	.box_search table {
		margin: 0;
		width: 100%;
		font-size: 98%;
	}

	.box_search table th,
	.box_search table td {
		padding: 2px;
		margin-bottom: 5px;
	}

	.box_search th {
		display: inline-block;
		width: 50px;
		margin-right: 5px;
		background-color: #59346f;
		color: #fff;
		text-align: center;
	}

	.box_search td {
		width: 275px;
	}

	.box_search .btn_basic {
		width: 100%;
	}

	.box_search .btn_basic a {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		text-indent: 10px;
		line-height: 20px;
	}

	.box_search .tel-link {
		line-height: 14px !important;
	}


	/* search【斎場を探す】- 各ページ
	/* ------------------------------------------------------------------------- */
	.search_data h2 {
		padding: 10px;
		background-color: #59346F;
		line-height: 1.5em;
		color: #fff;
		font-size: 250%;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	}

	.search_data h2 span {
		font-size: 70%;
		margin-left: 10px;
	}

	.search_data .box_two h3 {
		padding-top: 0 !important;
	}

	.search_data #news li {
		padding: 10px 0;
	}

	.search_data #news span {
		display: block;
		width: 100% !important;
	}

	.search_data #news .data {
		font-weight: bold;
		font-size: 110%;
		line-height: 1.5em;
	}

	.search_data .box_two p {
		margin: 10px 0;
	}

	.search_data .box_two img {
		width: 100%;
	}

	.search_data .box_two table {
		width: 100%;
		margin: 0 !important;
	}

	.search_data .box_two th {
		width: 50px;
	}

	.search_access iframe {
		width: 600px;
		height: 450px;
		float: left;
		border: none;
	}

	.search_access table {
		width: 350px;
		margin: 0;
		float: right;
	}

	.search_access table th {
		width: 110px;
	}

	.search_about .search_about_map {
		width: 550px;
		float: left;
	}

	.search_about_map .center {
		padding: 0;
		margin: 20px 0;
	}

	.search_about .search_about_table {
		width: 400px;
		float: right;
		padding: 0 10px;
	}

	.search_about .search_about_table table {
		width: 100%;
	}

	.search_about .search_about_table th {
		width: 100px;
	}

	.search_data .surroundings table {
		width: 100%;
		margin: 20px auto;
		table-layout: fixed;
	}




	/* ------------------------------------------------------------------------- */
	/* funeral【葬儀について】
	/* ------------------------------------------------------------------------- */
	.funeral_kouden_table th,
	.funeral_kouden_table td {
		vertical-align: top;
	}

	.funeral_kouden_table th {
		width: 70px;
		padding: 0 9px;
	}

	.funeral_kouden_table td {
		width: 155px;
		padding: 0;
	}

	.funeral_fukusa_dl {
		float: right;
		width: 480px;
	}

	.funeral_fukusa_dl dl {
		width: 110px;
		float: left;
		margin-left: 10px;
		padding-bottom: 10px;
	}

	.funeral_syoukou {
		text-align: center;
	}

	.funeral_syoukou img {
		margin: 7px;
		/* margin: 10px; */
	}



	/* ------------------------------------------------------------------------- */
	/* if【もしもの時は…】
	/* ------------------------------------------------------------------------- */

	.if_flow {
		clear: both;
		list-style: none;
	}

	.if_flow li {
		width: 45%;
		border: 1px solid red;
		float: left;
	}


	.if_box .focus {
		height: 150px;
	}


	/* ------------------------------------------------------------------------- */
	/* memorial【法事について】
	/* ------------------------------------------------------------------------- */

	.table_memorial {
		width: 970px;
	}

	.table_memorial th {
		width: 150px;
	}

	.table_memorial th span {
		display: block;
		font-size: 80%;
		line-height: 1.5em;
	}

	.list_memorial {
		margin: 0 !important;
	}

	.list_memorial li {
		display: inline-block;
		width: 165px;
		margin-right: 10px;
		line-height: 2em;
		text-indent: 10px;
		background-color: #ECE0BC;
	}

	.memorial_box .focus {
		height: 135px;
	}

	.memorial_attention {
		width: 460px;
	}


	/* ------------------------------------------------------------------------- */
	/* flower【斎場へのお花】
	/* ------------------------------------------------------------------------- */
	.smapho_only {
		display: none;
	}

	.flower_list {
		list-style-type: square;
		font-size: 120%;
	}

	.flower_list li {
		line-height: 1.8em;
	}

	.flower_attention {
		clear: both;
		font-size: 120%;
		line-height: 1.8em;
		padding: 20px;
	}

	#text .hinmei_list {
		margin: 20px 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#text .hinmei_list li {
		display: inline-block;
		width: 30%;
		margin: 0 10px;
		text-align: center;
	}


	.flower_form {
		margin-top: 20px;
		font-size: 120%;
	}

	.flower_form input,
	.flower_form select,
	.flower_form textarea {
		font-size: 100%;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}

	.flower_form option {
		margin-right: 1px;
	}


	.flower_form .flower_hissu {
		display: inline-block;
		padding: 0 2px;
		margin: 0 5px;
		background-color: #E54761;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
	}

	.flower_hankaku {
		display: inline-block;
		padding: 0 2px;
		margin: 0 5px;
		background-color: #4F96F9;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
	}

	.flower_rei {
		display: block;
		color: #999;
		font-size: 12px;
	}

	.flower_type {
		width: 100%;
	}

	.flower_type .flower {
		width: 40%;
		text-align: center;
	}

	.flower_type .name {
		width: 35%;
		text-align: center;
	}

	.flower_type .flower select,
	.flower_type .name input {
		width: 90%;
		margin: auto;
	}

	.flower_type .num {
		text-align: center;
	}

	.flower_type .num input {
		width: 50%;
		margin: auto;
	}

	.flower_time_name {
		width: 100%;
		margin-right: 10px;
	}

	.flower_time_name td {
		width: 370px;
	}

	.flower_time_name select {
		margin-left: 5px;
	}

	.flower_time_name input {
		width: 90%;
	}

	.flower_jitaku th {
		text-align: left;
		width: 20%;
	}

	.flower_jitaku {
		width: 100%;
	}

	.flower_oshiharai {
		width: 100%;
	}

	.flower_oshiharai th {
		text-align: left;
		width: 20%;
	}

	.flower_order {
		width: 100%;
	}

	.flower_order th {
		text-align: left;
		width: 20%;
	}

	.flower_order .flower_hissu {
		float: right;
	}

	.btn_form input {
		display: inline-block;
		margin: 15px 0;
		padding: 10px 100px;
		border: none;
		background-color: #59346F;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		letter-spacing: 5px;
		cursor: pointer;
	}

	.flower_form .btn_form form {
		display: inline-block;
	}

	.flower_form .btn_form {
		text-align: center;
	}

	.flower_form p+.btn_basic {
		margin-top: 30px;
	}

	.error {
		background: #FFC1C2;
	}

	.err_text {
		width: 100%;
		display: block;
		color: #FF0004;
		text-align: left;
		font-size: 90%;
	}

	/* ------------------------------------------------------------------------- */
	/* about【会社概要】
	/* ------------------------------------------------------------------------- */

	.table_about th {
		width: 200px;
	}


	/* ------------------------------------------------------------------------- */
	/* today【本日の葬儀】
	/* ------------------------------------------------------------------------- */

	.today_table {
		width: 100%;
		float: left;
	}

	.today_table table {
		width: 100%;
	}

	.today_table th,
	.today_table td {
		width: 25%;
	}

	/* ------------------------------------------------------------------------- */
	/* member【会員のご案内】
	/* ------------------------------------------------------------------------- */

	.member .focus {
		height: 150px;
	}

	.mainimg {
		text-align: center;
	}

	.member_card_img_wrap {
		width: 100%;
		overflow: hidden;
	}

	.member_card_img_wrap img {
		display: block;
		width: 100%;
		height: auto;
		/* 画像を少し拡大してトリミング */
		transform: scale(1.01);
		transform-origin: center;
		margin: 0 auto 40px;
	}

	.member_card_flex_green_item_green_box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .5;
		background-image:
			linear-gradient(30deg, rgba(255, 255, 255, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.3) 87.5%, rgba(255, 255, 255, 0.3)),
			linear-gradient(150deg, rgba(255, 255, 255, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.3) 87.5%, rgba(255, 255, 255, 0.3)),
			linear-gradient(30deg, rgba(255, 255, 255, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.3) 87.5%, rgba(255, 255, 255, 0.3)),
			linear-gradient(150deg, rgba(255, 255, 255, 0.3) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.3) 87.5%, rgba(255, 255, 255, 0.3));
		background-size: 80px 140px;
		background-position: 0 0, 0 0, 40px 70px, 40px 70px;
		pointer-events: none;
	}

	.member_card_green_bg {
		background: linear-gradient(135deg, #2d7a4f 0%, #40916c 100%);
		position: relative;
		overflow: hidden;
	}

	.member_card_flex_green_item_green_box_text_red {
		position: relative;
		display: inline-block;
		padding: 2px 5px;
	}

	.member_card_flex_green_item_green_box_text_red::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 60%;
		background-color: #ffeb3b;
		opacity: 0.7;
		z-index: -1;
		animation: markerDraw 0.8s ease-out forwards;
		animation-delay: 0.5s;
	}

	@keyframes markerDraw {
		to {
			width: 100%;
		}
	}

	/* 「手続き簡単・入って安心」の装飾線にアニメーション */
	.member_card_title_img img {
		width: 10px;
		height: 20px;
		object-fit: cover;
		animation: fadeInScale 1.2s ease-out;
	}

	@keyframes fadeInScale {
		from {
			transform: scaleX(0);
			opacity: 0;
		}

		to {
			transform: scaleX(1);
			opacity: 1;
		}
	}

	/* 「手続き簡単・入って安心」テキストに軽いアニメーション */
	.member_card_title_text {
		font-size: 20px;
		font-weight: 400;
		font-family: 'Noto serif JP', serif;
		color: #333;
		animation: fadeIn 1s ease-out;
	}

	@keyframes fadeIn {
		from {
			opacity: 0;
			transform: translateY(-10px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	/* タイトル全体のラッパーに上下の装飾を追加 */
	.member_card_title_wrap {
		margin-bottom: 50px;
		position: relative;
	}

	.member_card_green_bg {
		background-image: url(../image/member/member-green-bg.webp);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		overflow: visible;
		/* はみ出しを許可 */
	}

	/* 左上の花 */
	.member_card_green_bg::before {
		content: "✿";
		position: absolute;
		top: -15px;
		left: 20px;
		font-size: 30px;
		color: #7FB25D;
		opacity: 0.6;
		transform: rotate(-15deg);
	}

	/* 右上の花 */
	.member_card_green_bg::after {
		content: "❀";
		position: absolute;
		top: -15px;
		right: 20px;
		font-size: 35px;
		color: #7FB25D;
		opacity: 0.6;
		transform: rotate(15deg);
	}

	@media screen and (max-width: 740px) {

		.member_card_green_bg::before,
		.member_card_green_bg::after {
			font-size: 20px;
			top: -10px;
		}
	}

	/* フォーム調整 */
	.region-other-field {
		margin-top: -15px;
		/* 上のマージンを減らす */
	}

	/* または、より細かく調整したい場合 */
	.region-other-field .contact-form__flex02 {
		padding-top: 0;
		/* 上のパディングを削除 */
	}


	/* END ---------------------------------------------------------*/

}




/* max-width */
@media all and (max-width: 740px) {

	/* ------------------------------------------------------------------------- */
	/* base
	/* ------------------------------------------------------------------------- */

	body {
		min-width: 320px;
		-webkit-text-size-adjust: 100%;
	}

	img {
		max-width: 98%;
		margin: auto;
	}

	/* ------------------------------------------------------------------------- */
	/* layout
	/* ------------------------------------------------------------------------- */


	#all {
		margin: auto;
		color: #333;
		font-size: 14px;
		line-height: 1.5em;
	}



	/* header
	---------------------------------------------------------- */


	#header_in {
		margin: auto;
		text-align: left;
	}



	/* logo */

	#logo {
		display: block;
		width: 100%;
		height: 50px;
		float: left;
		background-image: url(../image/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		outline: none;
	}

	/** font_size **/

	#font_size {
		display: none;
	}


	/* head_menu */

	#head_menu {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 0 0 0;
	}

	#head_menu a {
		display: inline-block;
		max-width: 45%;
	}

	/* breadline
	---------------------------------------------------------- */

	#breadline {
		display: none;
	}


	/* pagetop
	---------------------------------------------------------- */
	.pagetop {
		display: none;
	}

	.pagetop a {
		display: block;
		float: left;
		text-align: center;
		width: 100%;
		height: 45px;
		cursor: pointer;
		background-color: #C6A000;
		color: #fff;
		background-image: url(../image/btn_pagetop.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
	}



	/* footer
	---------------------------------------------------------- */

	#footer {
		float: left;
		width: 100%;
		padding: 20px 0;
		background-color: #eee;
	}

	#footer #footer_in {
		margin: auto;
		text-align: left;
		color: #333;
	}

	#footer #footer_in ul {
		width: 320px;
		margin: auto;
		list-style: none;
		line-height: 2em;
		font-size: 13px;
	}

	#footer #footer_in ul a {
		padding-left: 15px;
		margin-left: 10px;
		background-image: url(../image/icon_arrow_footer.png);
		background-repeat: no-repeat;
		background-position: left center;
		color: #333;
		text-decoration: none;
	}

	#footer #footer_in ul li {
		width: 50%;
		float: left;
	}


	#footer #footer_in .footer_logo {
		float: left;
		width: 100%;
		margin-top: 10px;
	}


	#footer #footer_in .footer_logo img {
		display: block;
		margin-bottom: 10px;
	}

	address {
		background-color: #59346F;
		clear: both;
		padding: 10px 0;
		margin: auto;
		text-align: center;
		font-style: normal;
		font-size: 12px;
	}

	address span {
		display: block;
		margin: auto;
		text-align: center;
		color: #fff;
	}


	/* ------------------------------------------------------------------------- */
	/* basic
	/* ------------------------------------------------------------------------- */

	#text .change_font:after {
		content: attr(data-label);
	}

	#text .change_font img {
		display: none;
	}

	/* title
	---------------------------------------------------------- */

	#text h2 {
		clear: both;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #333;
		color: #333;
		font-size: 30px;
		line-height: 1.5em;
		text-align: center;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	#text h3 {
		float: left;
		width: 100%;
		padding: 50px 10px 0;
		background-image: url(../image/tit_line.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 23px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	#text h3 span {
		display: block;
		font-size: 70%;
		margin-bottom: 10px;
		line-height: 1.5em;
	}

	#text h4 {
		clear: both;
		padding-top: 20px;
		margin-bottom: 10px;
		border-bottom: 1px solid #59346F;
		color: #59346F;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 18px;
		line-height: 1.5em;
	}


	#text h5 {
		padding-top: 10px;
		margin-bottom: 5px;
		color: #59346F;
		font-size: 16px;
		line-height: 1.5em;
	}


	/* text
	---------------------------------------------------------- */

	#text {
		width: 100%;
		float: left;
		padding: 20px 0;
		text-align: left;
	}

	.btn_basic {
		width: 100%;
		float: left;
		text-align: center;
		margin: 10px 0;
	}

	.btn_basic a {
		width: 90%;
		display: inline-block;
		padding: 15px 0;
		background-color: #59346F;
		background-image: url(../image/icon_arrow_white.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		text-decoration: none;
		text-indent: 10px;
		line-height: 1.5em;
		color: #fff;
	}

	.btn_care a {
		background-color: #f8872e;
	}

	.btn_basic:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	/* 注意 */

	.focus {
		clear: both;
		background-color: #ece0bc;
		padding: 10px;
		margin: 10px 0 20px 0;
	}

	#text .focus h4 {
		padding-top: 0px;
	}

	.attention {
		float: left;
		max-width: 100%;
		background-color: #F2D7E2;
		padding: 10px;
		margin: 10px 0;
	}

	.mame img {
		vertical-align: top;
		margin-left: 10px;
	}


	/* 配置 */

	.right,
	.left,
	.center {
		text-align: center;
	}

	.right img,
	.left img,
	.center img {
		margin: 10px auto;
	}

	.right .caption,
	.left .caption {
		display: block;
		text-align: center;
		color: #777;
		line-height: 2em;
	}




	/* other
	---------------------------------------------------------- */

	/* news */

	#news {
		float: left;
		width: 100%;
	}

	#news ul {
		float: left;
		width: 100%;
		padding-bottom: 20px;
		margin: 0;
		list-style: none;
		text-align: left;
		font-size: 14px;
	}

	#news ul li {
		float: left;
		width: 100%;
		border-bottom: 1px dotted #aaa;
	}

	#news ul a {
		float: left;
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #333;
	}

	#news ul a .time {
		display: block;
		width: 100%;
	}

	#news ul a .data {
		display: block;
		width: 100%;
	}

	#news ul a:hover {
		background-color: #eee;
	}

	#news .btn_basic {
		float: right;
	}

	#news_data img,
	#news_data table {
		width: 100%;
	}

	/* anchor */
	.btn_anchor {
		float: left;
		width: 100%;
		list-style: none;
		padding: 20px 0;
	}

	.btn_anchor li {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.btn_anchor li a {
		display: block;
		background-color: #59346f;
		background-image: url(../image/icon_arrow_white_anchor.png);
		background-repeat: no-repeat;
		background-position: 90% center;
		line-height: 45px;
		color: #fff;
		text-decoration: none;
		border: 1px solid #fff;
		text-indent: 10px;
	}

	.btn_anchor li a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}


	/** box **/

	.box_two {
		width: 100%;
	}

	.box_two div {
		text-align: center;
	}

	.box_two div h4,
	.box_two div p {
		text-align: left;
	}

	.box_two div h4,
	.box_two div img {
		margin: 10px auto;
	}

	.box_three {
		text-align: center;
	}

	.box_three div {
		margin: 10px 0;
	}

	.box_three div img {
		margin: auto;
	}

	.box_three div p {
		text-align: left;
	}




	/* ------------------------------------------------------------------------- */
	/* top【ホーム】
	/* ------------------------------------------------------------------------- */

	#top_style {
		float: left;
		width: 100%;
		text-align: left;
	}

	#top_style h2 {
		background-image: url(../image/tit_line.png);
		background-repeat: no-repeat;
		background-position: -100px bottom;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		font-size: 25px;
		line-height: 1.5em;
		margin-bottom: 10px;
	}

	/* primary
	---------------------------------------------------------- */

	#top_style #primary {
		width: 100%;
		float: left;
		margin-bottom: 15px;
	}

	/* エリア別連絡先一覧 */
	.area_box {
		margin: 0 10px 50px;
	}

	.area_item {
		width: 100%;
		height: auto;
		margin: 0 0 5px;
		text-align: center;
		color: #fff !important;
		font-weight: bold;
		background: #59346F;
		box-sizing: border-box;
	}

	.area_item .tel_link,
	.area_item a {
		font-size: 175%;
	}

	.area_item .time,
	.area_item .area {
		font-size: 18px;
	}

	.area_item .office {
		display: block;
		font-size: 18px;
	}

	/* secondary
	---------------------------------------------------------- */

	#top_style #secondary {
		width: 100%;
		float: left;
		text-align: center;
	}

	#top_style #secondary .bn_side a {
		display: inline-block;
		margin: 5px auto;
	}


	/* top_slide
	---------------------------------------------------------- */
	#slider {
		width: 100%;
		float: left;
		margin: 20px 0;
		overflow: hidden;
	}

	#slider li {
		width: 200px !important;
		float: left;
		list-style: none;
		padding: 0;
	}

	#slider li img {
		width: 100% !important;
		max-width: 100% !important;
	}


	/* top_merit
	---------------------------------------------------------- */
	#top_merit {
		float: left;
		margin: 10px auto;
		padding: 10px;
		background-color: #59346F;
		color: #fff;
	}

	#top_merit div {
		text-align: left;
		padding: 20px 0;
		font-size: 16px;
	}

	#top_merit h2 {
		font-size: 25px;
		line-height: 1.5em;
		text-align: left;
	}

	#top_merit ul {
		display: none;
	}


	/* ------------------------------------------------------------------------- */
	/* search【斎場を探す】
	/* ------------------------------------------------------------------------- */
	.search_anchor {
		margin: 0 !important;
	}

	.search_anchor li:first-child {
		margin: 0;
	}

	/* box_search */
	.box_search ul {
		list-style: none;
		margin: 0 !important;
	}

	.box_search ul li {
		margin: 15px auto;
		width: 90%;
		clear: both;
		padding-bottom: 100px;
	}

	.box_search img {
		display: block;
	}

	.box_search strong {
		display: block;
		padding: 15px 0 3px 0;
		margin-bottom: 10px;
		border-bottom: 2px solid #59346f;
		color: #59346f;
		font-size: 140%;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	}

	.box_search table {
		margin: 0;
	}

	.box_search table th,
	.box_search table td {
		padding: 2px;
		margin-bottom: 5px;
	}

	.box_search th {
		display: inline-block;
		width: 50px;
		margin-right: 5px;
		background-color: #59346f;
		color: #fff;
		text-align: center;
	}

	.box_search a {
		width: 100%;
		padding: 0;
		text-indent: 10px;
	}

	.box_search .btn_basic a {
		line-height: 50px;
	}


	/* search【斎場を探す】- 各ページ
	/* ------------------------------------------------------------------------- */
	.search_data h2 {
		padding: 10px 0;
		background-color: #59346F;
		line-height: 1.5em;
		color: #fff !important;
		font-size: 180% !important;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
	}

	.search_data h2 span {
		display: block;
		font-size: 70%;
		margin-left: 10px;
		line-height: 1.5em;
	}

	.search_data .box_two h3 {
		padding-top: 0 !important;
	}

	.search_data #news li {
		padding: 10px 0;
	}

	.search_data #news span {
		display: block;
		width: 100% !important;
	}

	.search_data #news .data {
		font-weight: bold;
		font-size: 110%;
		line-height: 1.5em;
	}

	.search_data .box_two {
		text-align: center;
	}

	.search_data .box_two p {
		margin: 10px 0;
		text-align: left;
	}

	.search_data .box_two table {
		width: 100%;
	}

	.search_data .box_two th {
		width: 50px;
	}

	.search_access {
		text-align: center;
	}

	.search_access iframe {
		width: 80%;
		height: 200px;
		margin: auto;
		border: none;
	}

	.search_access table {
		margin: 20px 0;
		width: 100%;
	}

	.search_access a {
		text-decoration: underline !important;
	}

	.search_access table th,
	.search_access table td {
		display: block;
		border: none;
	}

	.search_about .search_about_map {
		width: 90%;
		margin: auto;
	}

	.search_about_map .center img {
		display: block;
		width: 100%;
		object-fit: contain;
	}

	.search_about div table {
		width: 100%;
	}

	.search_about .search_about_table th,
	.search_about .search_about_table td {
		display: block;
		border: none;
		width: 100%;
		padding: 10px 0;
	}

	.search_data .surroundings table {
		width: 100%;
		margin: 20px auto;
		table-layout: fixed;
	}

	.search_data .surroundings table th {
		width: 200px;
	}


	/* ------------------------------------------------------------------------- */
	/* funeral【葬儀について】
	/* ------------------------------------------------------------------------- */
	.funeral_kouden_table th,
	.funeral_kouden_table td {
		display: block;
		padding: 0;
		vertical-align: top;
	}

	.funeral_kouden_table th {
		width: 70px;
		float: left;
		margin: 10px 10px 0 0;
	}

	.funeral_kouden_table td {
		width: 100%;
		height: 130px;
		padding-top: 10px;

	}


	.funeral_fukusa_dl dl {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}

	.funeral_fukusa_dl dl dt {
		width: 105px;
		float: left;
		margin-right: 10px;
	}

	.funeral_fukusa_dl dl dd {
		width: 100%;
	}


	.funeral_syoukou {
		text-align: center;
	}

	.funeral_syoukou img {
		margin: 10px;
	}



	/* ------------------------------------------------------------------------- */
	/* memorial【法事について】
	/* ------------------------------------------------------------------------- */

	.table_memorial {}

	.table_memorial th,
	.table_memorial td {
		display: block;
		border: none;
	}

	.table_memorial th span {
		font-size: 80%;
		line-height: 1.5em;
	}

	.list_memorial {
		margin: 0 !important;
	}

	.list_memorial li {
		display: inline-block;
		width: 150px;
		margin-right: 10px;
		line-height: 2em;
		text-indent: 10px;
		background-color: #ECE0BC;
	}

	/*----------------------------------------------------------------------------*/
	/*flower【斎場へのお花】
	------------------------------------------------------------------------------*/
	.pc_only {
		display: none;
	}

	.flower_form {
		font-size: 100%;
		line-height: 1.5em;
		margin-top: 30px;
	}

	.flower_form input,
	.flower_form select,
	.flower_form textarea {
		font-size: 100%;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', sans-serif;
	}

	/*サイズ指定が無いテキストフォームは広く*/
	.flower_form table input:not([size]) {
		width: 75%;
		min-width: 30%;
	}

	.flower_form select[name="flower"] {
		width: 275px;
	}

	.flower_hankaku {
		display: inline-block;
		padding: 0 2px;
		margin: 0 5px;
		background-color: #4F96F9;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
	}

	.flower_form .flower_hissu {
		display: inline-block;
		padding: 0 2px;
		margin: 0 5px;
		background-color: #E54761;
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		vertical-align: middle;
	}

	.flower_form table.basic_table {
		width: 100%;
		padding: 0 10px;
	}

	.flower_form table.basic_table th,
	.flower_form table.basic_table td {
		display: block;
	}

	.flower_form table.basic_table td span:not(.flower_hankaku) {
		display: block;
		text-align: left;
	}

	/*basic _tableの最後のtrのtd以外*/

	.flower_form table.basic_table tr th {
		border-right: none;
		border-left: none;
	}

	.flower_form .flower_time_name tr td:nth-of-type(1) {
		border: none;
	}

	.flower_form th {
		border: none;
	}

	.flower_form td {
		border: none;
		border-bottom: 1px solid #aaa;
	}

	/*送信ボタン*/
	.flower_form .btn_form form {
		display: inline-block;
		margin: 0 auto;
	}

	.flower_form .btn_form {
		text-align: center;
	}

	.btn_form input {
		display: inline-block;
		margin: 15px 0;
		padding: 10px 50px;
		border: none;
		background-color: #59346F;
		color: #fff;
		text-align: center;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		letter-spacing: 5px;
		cursor: pointer;
	}

	.flower_form .td_title {
		font-size: 16px;
		font-weight: bold;
	}

	.flower_rei {
		display: block;
		color: #999;
		font-size: 12px;
	}

	/*ラジオボタンに隙間をとる*/
	.flower_form br+label {
		display: inline-block;
		margin-left: 10px;
	}

	.flower_list {
		list-style-type: square;
		font-size: 120%;
	}

	.flower_list li {
		line-height: 2em;
	}

	.flower_attention {
		clear: both;
		font-size: 120%;
		line-height: 1.5em;
		padding: 20px;
	}

	#text .hinmei_list {
		display: inline-block;
		/*改行ズレの対策*/
		width: 100%;
		margin: 20px 0 20px 0;
		padding: 0;
		list-style: none;
		text-align: center;
	}

	#text .hinmei_list li {
		display: inline-block;
		width: 30%;
		margin: 0 2px;
		text-align: center;
		vertical-align: top;
	}

	img.img_form_step {
		min-width: 100%;
	}

	.flower_form p+.btn_basic {
		margin-top: 30px;
	}

	.error {
		background: #FFC1C2;
	}

	.err_text {
		width: 100%;
		display: block;
		color: #FF0004;
		text-align: left;
	}

	/* ------------------------------------------------------------------------- */
	/* about【会社概要】
	/* ------------------------------------------------------------------------- */

	.table_about th {
		display: block;
		border: none;
	}

	.table_about td {
		display: block;
		border: none;
	}


	/* ------------------------------------------------------------------------- */
	/* today【本日の葬儀】
	/* ------------------------------------------------------------------------- */

	.today_table {
		width: 100%;
		float: left;
	}

	.today_table table {
		width: 100%;
	}

	.today_table th,
	.today_table td {
		width: 25%;
	}

	.today_table td span {
		display: block;
		text-align: center;
	}

	/* ------------------------------------------------------------------------- */
	/* member【会員のご案内】
	/* ------------------------------------------------------------------------- */

	.text_big table td {
		display: block;
	}


	/* ------------------------------------------------------------------------- */
	/* care【介護】
	/* ------------------------------------------------------------------------- */

	/* 介護施設一覧 */

	#office_etc {
		margin-top: 0;
	}

	#office_etc_in {
		width: 100%;
	}

	#office_etc h2 {
		font-size: 35px;
	}

	#office_etc dl.care_dl:first-child {
		margin-right: 0
	}

	#office_etc dl.care_dl dt {
		font-size: 18px;
	}

	#office_etc dl.care_dl {
		width: 90%;
		margin: 15px 0;
	}

	#office_etc dl.care_dl dd img {
		max-width: 100%;
		width: 100%;
	}

	#office_etc dl.care_dl dt {
		line-height: 2.5em;
	}

	#office_etc dl.care_dl dd {
		display: block;
	}

	#office_etc dl.care_dl dd ul {
		width: 100%;
		margin: 0 auto;
	}

	/* 介護施設詳細ページ */

	#text.care_data h2 {
		padding: 10px 0;
		background-color: #F8872E;
		line-height: 1.5em;
		color: #fff !important;
		font-size: 180% !important;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", serif;
		border-bottom: none;
	}

	#text.care_data h2 span {
		display: block;
		font-size: 70%;
		margin-left: 10px;
		line-height: 1.5em;
	}

	/** デイサービス、訪問介護、居宅支援事業について **/

	#text .kaigo_main li {
		display: block;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#text .kaigo_main li .basic_table {
		border: 1px solid #aaa;
	}

	#text .kaigo_main li .basic_table th {
		border-bottom: 1px solid #aaa;
	}

	#text .kaigo_main li p {
		text-align: left;
	}

	#text .kaigo_main li table {
		width: 95%;
		margin: 0 auto;
	}

	#text .kaigo_service li {
		display: block;
		margin: 10px 0;
		width: 100%;
	}

	#text .kaigo_service li a {
		background-position: 95%;
	}

	#text .kaigo_service02 li dt {
		font-size: 18px;
	}

	#text .kaigo_service02>li {
		display: block;
		margin: 10px auto;
		width: 95%;
	}

	#text .kaigo_column2 li {
		display: block;
		margin: 10px auto;
		width: 95%;
	}

	#text .kaigo_facility {
		text-align: center;
	}

	#text .kaigo_facility li {
		width: 95%;
		margin: 10px auto;
		text-align: left;
	}

	#text .kaigo_facility li dd img {
		margin-bottom: 10px;
	}

	.kaigo_contact_attention p {
		width: 90%;
		padding: 10px 0;
		font-size: 100%;
	}

	.kaigo_price th,
	.kaigo_price td {
		padding: 5px;
		font-size: 70%;
		line-height: 1.5em;
	}

	.kaigo_heightfix>li {
		height: auto;
	}

	.kaigo_heightfix>li:nth-child(2) table {
		margin-top: 0;
	}

	.kaigo_heightfix>li table {
		margin-bottom: 15px;
	}

	#text .inaho_support dl {
		height: auto;
	}

	#text table.care_outline_table th,
	#text table.care_outline_table td {
		display: block;
		width: 100% !important;
		padding: 5px 0;
		border: none;
	}

	#text table.care_outline_table th {
		background-color: #eee;
		text-align: center;
	}

	#text.care_data .map iframe {
		width: 95%;
		height: 250px;
		margin: auto;
	}


	/* END ---------------------------------------------------------*/

}

/*ncbb-photogallery.cssから移行
 * フォトギャラリー調整用スタイル
 * @package     ncbb
 * @author      Imanaga
 * @copyright   2015. NetComBB Co.,Ltd.
 */
@charset "utf-8";

#scroll {
	margin: 0px !important;
	width: 1800px !important;
}

#gallery_main {
	width: 99% !important;
}

.post {
	overflow: hidden;
	padding-bottom: 8px;
}

.thumbnail img {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.thumbnail {
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	margin: 10px 0;
}

.thumbnail a {
	float: left;
	width: 100px;
	display: inline-block;
	margin-right: 5px;
	border: 5px solid #fff;
	background-color: #ffffff;
	text-align: center;
}

.thumbnail img {
	width: 100px;
	margin: auto;

}

.thumbs {
	position: absolute;
	left: 12%;
	width: 75%;
	overflow: hidden;
}

.thumbs ul {
	width: 100%;
	list-style: none !important;
}

.thumbs li {
	display: inline-block;
	list-style: none !important;
}

.thumbs li a img {}

.thumbs .current {
	border: 5px solid #C6A000;
}

.prev {
	cursor: pointer;
	position: absolute;
	left: 0px;
	width: 40px;
	height: 70px;
	margin-left: 0px;
	margin-right: 2%;
	background-position: center;
	background-image: url(../image/gallery_prev.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
	padding: 0px !important;
	z-index: 9999;
}

.next {
	cursor: pointer;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 70px;
	margin-right: 0px;
	margin-left: 2%;
	background-position: center;
	background-image: url(../image/gallery_next.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
	padding: 0px !important;
	z-index: 9999;
}

/* 20250707開始 */
/* 追加 */
.font_18px {
	font-size: 18px !important;
}

#font_m,
#font_l {
	cursor: pointer;
}

/* PC、SPの非表示 */
@media screen and (max-width: 767px) {
	.pc-only {
		display: none !important;
	}
}

@media screen and (max-width: 740px) {
	.sp-only {
		display: none !important;
	}
}

/* TOPの新着情報 */
.top-news-flex {
	display: flex;
	justify-content: center;
	align-items: stretch;
	column-gap: 37px;
	margin-top: 20px;
}

@media screen and (max-width: 740px) {
	.top-news-flex {
		flex-direction: column;
		align-items: center;
		row-gap: 30px;
	}
}

.top-blog,
.top-trivia {
	background-color: rgb(236, 224, 188, 0.7);
	/* padding-block: 40px; */
	padding-inline: 15px;
	width: 400px;
	/* height: 450px; */
	padding-top: 50px;
	padding-bottom: 100px;
}

@media screen and (max-width: 740px) {

	.top-blog,
	.top-trivia {
		width: 95%;
		padding-top: 50px;
		padding-bottom: 50px;

	}
}

.top-blog-box,
.top-trivia-box {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.top-blog-box-list,
.top-trivia-box-list {
	flex-grow: 1;
}


.top-blog-box-list li,
.top-trivia-box-list li {
	margin-bottom: 20px;
	min-height: 80px;
	transition: all 0.5s ease;
}

.top-blog-box-list li:hover,
.top-trivia-box-list li:hover {
	opacity: 0.7;
}

.top-blog-title,
.top-trivia-title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	font-family: serif;

}

.top-blog-title-text,
.top-trivia-title-text {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	font-family: serif;

}

.top-blog-text-adjust {
	margin-bottom: 24px;
}

.top-trivia-text-adjust {
	margin-bottom: 21px;
}

.top-blog-flex,
.top-trivia-flex {
	display: flex;
	justify-content: left;
	align-items: center;
	column-gap: 30px;
}



.top-blog-date,
.top-trivia-date {
	font-size: 16px;
	font-weight: 400;
	color: #888;
}

.top-blog-label {
	font-size: 16px;
	font-weight: 400;
	padding-block: 6px;
	padding-inline: 10px;
	color: #fff;
}

.top-blog-btn {
	display: block;
	width: 278px;
	margin-inline: auto;
	background-color: #59346F;
	padding-block: 15px;
	margin-top: 10px;
	transition: all 0.5s;
}

@media screen and (max-width: 740px) {
	.top-blog-btn {
		margin-top: 50px;
	}
}

.top-blog-btn:hover {
	opacity: 0.7;
}

.top-blog-btn-text {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-left: 20px;
}

@media screen and (max-width: 740px) {
	.top-blog-btn-text {
		font-size: 18px;
		padding-left: 10px;

	}
}

.arrow-right {
	margin-left: 30px;
}

@media screen and (max-width: 740px) {
	.arrow-right {
		margin-left: 15px;
	}
}

.c-trivia-tag {
	display: inline-flex;
	align-items: center;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 400;
	margin-right: 6px;
	margin-bottom: 6px;
	color: #333;
	background-color: #E3DEE6;
	transition: all 0.5s;
}

.c-trivia-tag:hover {
	opacity: 0.7;
}

.tag-icon {
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

/* 新着情報一覧ページ */
.blog-list-contents-flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 30px;
}

/* 左側 */
.blog-list-box {
	margin-top: 70px;
}

.blog-list-wrap-flex {
	display: flex;
	justify-content: left;
	align-items: stretch;
	/* column-gap: 60px; */
	column-gap: 20px;
	/* column-gap: 10px; */
	margin-bottom: 55px;
	transition: all 0.5s;
}

.blog-list-wrap-flex:hover {
	opacity: 0.7;
}

@media screen and (max-width: 740px) {
	.blog-list-wrap-flex {
		flex-direction: column;
	}
}

.blog-list-img {
	width: 283px;
}

.blog-list-img img {
	width: 283px;
	height: 200px;
	object-fit: contain;
	object-position: top center;
}

@media screen and (max-width: 740px) {
	.blog-list-img {
		width: 100%;
	}
}

.blog-list-wrap-flex-right {
	width: 450px;
}

@media screen and (max-width: 740px) {
	.blog-list-wrap-flex-right {
		width: 100%;
	}
}

.blog-list-title-text {
	font-size: 24px;
	font-weight: 400;
	color: #555;
	line-height: 1.4;
	font-family: serif;
	margin-bottom: 15px;
}

.blog-list-wrap-flex02 {
	display: flex;
	justify-content: left;
	align-items: center;
	column-gap: 20px;
	margin-bottom: 15px;
}

.blog-card-content {
	font-size: 16px;
	font-weight: 400;
	color: #555;
	line-height: 1.5;
}

/* ページネーション */
.c-pager {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.page-numbers {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
	transition: opacity 0.5s;
}

.page-numbers:hover {
	opacity: 0.7;
}

.page-numbers.current {
	background-color: #CBBBD5;
	color: #333;
}

/* .page-arrow {
	font-size: 20px;
	transition: opacity 0.5s;

} */

.dots {
	border: none;
	background: none;
	pointer-events: none;
	font-weight: bold;
	font-size: 20px;
}

/* 左側ここまで */
/* 右側 */
.blog-list-contents-right {
	margin-top: 70px;
}

/* カテゴリー */
.blog-list-category-title {
	font-size: 20px;
	margin-bottom: -10px;
}

.blog-list-category-border {
	width: 190px;
	margin-bottom: 20px;
}

.category-list {
	font-size: 18px;
	margin-left: 5px !important;
}

.category-list-link {
	display: flex;
	justify-content: left;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 10px;
	transition: all 0.5s;
}

.category-list-link:hover {
	opacity: 0.7;
}

.category-list-title {
	display: block;
	font-size: 18px;
	min-width: 155px;
	margin-bottom: 5px;
}

/* 人気記事 */
.sidebar-section02 {
	margin-top: 50px;
}

.sidebar-title {
	font-size: 20px;
	margin-bottom: -10px;
}

.popular-post-item {
	margin-bottom: 20px !important;
}

.popular-post-list {
	margin-left: 5px !important;

}

.popular-post-thumb img {
	width: 140px;
	height: 100px;
	object-fit: contain;
	object-position: center center;
	transition: all 0.5s;
	aspect-ratio: 141/100;
}

.popular-post-thumb img:hover {
	opacity: 0.7;
}

.popular-post-title {
	font-size: 16px;
	font-family: serif;
	width: 180px;
}

/* タグ */
.tag-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 5px !important;
}

/* ブログ詳細ページ */
.blog-detail-wrap {
	width: 800px;
	margin-top: 300px;
	margin-inline: auto;
}

@media screen and (max-width: 740px) {
	.blog-detail-wrap {
		width: 100%;
		margin-top: 0px;
		margin-inline: auto;
	}
}

.blog-detail-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.blog-detail-time {
	font-size: 0.875rem;
	color: #888;

}

.blog-label {
	display: inline-block;
	padding: 0.2em 0.8em;
	font-size: 0.75rem;
	color: #fff;
	border-radius: 3px;
	line-height: 1.5;
}


.blog-detail-title {
	font-size: 24px;
	font-weight: 400;
	color: #555;
	line-height: 1.4;
	font-family: serif;
	margin-bottom: -10px;
	text-align: left;
}

@media screen and (max-width: 740px) {
	.blog-detail-title {
		padding-left: 30px;
	}
}

.blog-detail--title-border {
	width: 800px;
	margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
	.blog-detail--title-border {
		width: 100%;
		margin-inline: auto;
	}
}

.blog-detail-thumb {
	width: 283px;
	margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
	.blog-detail-thumb {
		width: 90%;
		margin-inline: auto;
	}
}

/* easy of contentの調整ここから */
#ez-toc-container {
	width: 800px;
	text-align: left;
	padding: 20px 20px 15px 20px;
}

@media screen and (max-width: 740px) {
	#ez-toc-container {
		width: 90%;
		margin-inline: auto;
	}
}

div#ez-toc-container ul li,
div#ez-toc-container ul li a {
	font-size: 20px;
	margin-bottom: 5px;
}

@media screen and (max-width: 740px) {
	.ez-toc-wrap-left {
		margin: 0 auto !important;
	}
}

/* easy of contentの調整ここまで */

.blog-detail-content h2 {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
	position: relative;
	padding-left: 1.5em;
}

@media screen and (max-width: 740px) {
	.blog-detail-content h2 {
		padding: 10px 10px 10px 30px;
		width: 90%;
		margin-inline: auto !important;

	}
}

.blog-detail-content h2::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #59346F;
	position: absolute;
	left: 0;
	top: 50%;
	/* 縦位置の微調整 */
	transform: translateY(-50%);
}

.blog-detail-content p {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
	.blog-detail-content p {
		padding: 10px;
		width: 90%;
		margin-inline: auto;
		margin-bottom: 20px;

	}
}

.blog-detail-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 20px;
	margin-top: 60px;
}

@media screen and (max-width: 740px) {
	.blog-detail-nav {
		column-gap: 5px;

	}
}

.nav-prev,
.nav-next {
	font-size: 20px;
	font-weight: 400;
	transition: all 0.5s;
}

@media screen and (max-width: 740px) {

	.nav-prev,
	.nav-next {
		font-size: 12px;

	}
}

.nav-prev:hover,
.nav-next:hover {
	opacity: 0.7;
}

.blog-detail-btn {
	display: block;
	width: 278px;
	margin-inline: auto;
	background-color: #59346F;
	padding-block: 15px;
	transition: all 0.5s;
}

@media screen and (max-width: 740px) {
	.blog-detail-btn {
		width: 200px;

	}
}

.blog-detail-btn:hover {
	opacity: 0.7;
}

.section-index {
	list-style: decimal;
	padding-left: 50px;
	background-color: #eee9ef;
	padding: 2rem;
	border-radius: 8px;
	margin-bottom: 30px;
}

@media screen and (max-width: 740px) {
	.section-index {
		margin: 10px;
	}
}


.section-index li {
	font-size: 20px;
	color: #333333;
}

.section-index-link {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	margin-bottom: 5px;
	transition: all 0.5s;
}

.section-index-link:hover {
	opacity: 0.7;
}

.section-block {
	margin-bottom: 40px;
}

@media screen and (max-width: 740px) {
	.section-block {
		padding: 10px;
	}
}


.section-heading {
	font-size: 20px;
	color: #333333;
	text-align: left;
	margin-bottom: 20px;
	line-height: 1.5;
}

.section-content {
	font-size: 16px;
	text-align: left;
	line-height: 1.5;

}

/* 固定ページ blog-list では無効化(矢印を出さない) */
.blog-list-main .next,
.trivia-list-main .next {
	display: none !important;
}

.blog-list-main .prev,
.trivia-list-main .prev {
	display: none !important;
}

@media screen and (max-width: 740px) {
	#global_menu ul {
		display: none;
	}
}

/* メールフォームのアラート関係 */

.error_text {
	display: none;
}

.error_text.visible {
	display: block;
	/* または visibility: visible; */
}

.alert.hidden {
	display: none;
}

.alert.is-active {
	display: block;
}

/* プラン関連 */

.top-plan {
	width: 100%;
	padding: 0 10px;
}

.plan-inner {
	max-width: 1200px;
	margin: 0 auto 50px;
}

.plan-inner .plan-list {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 20px;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

.plan-inner .plan-list .plan-item {
	max-width: 300px;

}

.plan-inner .plan-list .plan-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.plan-inner .plan-list .plan-item a img {
	display: block;
	width: 100%;
	height: 100%;
}


/* プランページ */

.plan-section .sectioin_description {
	font-size: 1rem
}

.plan-section .plan-title_container {
	display: flex;
	flex-direction: row;
	gap: 20px;
	max-width: 1000px;
	margin: 0 auto 60px
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-title_container {
		flex-direction: column;
		gap: 0;
		padding: 0 15px
	}
}

.plan-section .plan-title_container .plan-title_img {
	width: 50%
}

.plan-section .plan-title_container .plan-title_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-title_container .plan-title_img {
		width: 100%
	}
}

.plan-section .plan-title_container .plan-title_img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.plan-section .plan-title_container .plan-title_text {
	width: 50%
}

.plan-section .plan-title_container .plan-title_text {
	width: 50%
}

.plan-title_container .plan-title_text .plan-title_head {
	font-weight: bold;
	border: none;
	text-align: center;
	margin: 0 0 10px;
}

#plan-kaso-hall .plan-title_text .plan-title_subhead,
#plan-kaso-home .plan-title_text .plan-title_subhead {
	background-color: #c48dc2;
	padding: 8px 10px;
	color: #FFF;
}

#plan-kazoku .plan-title_text .plan-title_subhead {
	background-color: #a789b5;
	padding: 8px 10px;
	color: #FFF;
}

.plan-section .plan-title_container .plan-title_text .plan-title_subhead {
	background-color: #c48dc2;
	padding: 8px 10px;
	color: #FFF;
}

#plan-kaso-hall .plan-title_container .plan-title_text .plan-title_head h5,
#plan-kaso-home .plan-title_container .plan-title_text .plan-title_head h5 {
	background-color: #7F1C4F;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	padding: 8px 10px;
	margin: 0;
	line-height: 120%;
}

#plan-kazoku .plan-title_container .plan-title_text .plan-title_head h5 {
	background-color: #60318c;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	border: none;
	padding: 8px 10px;
	margin: 0;
	line-height: 120%;
}

.plan-section .plan-title_container .plan-title_text .plan_title_text_price {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 10px;
	object-fit: contain;
}

.plan-section .plan-title_container .plan-title_text .plan_title_text_flow {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	object-fit: contain;
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-title_container .plan-title_text {
		width: 100%
	}
}

.plan-section .plan-title_container .plan-title_text_price {
	max-width: 380px;
	margin: 20px auto
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-title_container .plan-title_text_price {
		width: 100%;
		padding: 0 10px
	}
}

.plan-section .plan-title_container .plan-title_text_flow {
	margin: 10px auto;
	width: 90%
}

.plan-section .plan-contents_container {
	padding: 60px 20px;
	margin: 0 0 60px;
	background-color: #f6f4ee;
	font-family: sans-serif;
	text-align: center
}

.plan-section .plan-contents_container .plan-contents_inner {
	max-width: 1100px;
	margin: 0 auto
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_title {
	color: #7F1C4F;
	font-weight: bold
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list h4 {
	width: 100%;
	padding: 6px 0;
	background-color: #7F1C4F;
	color: #FFFFFF;
	font-size: 1rem
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex {
	display: flex;
	flex-direction: row;
	gap: 5%;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0 20px;
	text-align: left
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex img {
	max-width: 300px;
	margin: 0 auto
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex span {
	display: inline-block;
	margin: 40px 0 0;
	line-height: 200%
}

@media screen and (max-width:768px) {
	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex {
		flex-direction: column;
		justify-content: center;
		margin: 0 0 30px;
		padding: 0 20px;
		text-align: left
	}

	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex img {
		display: inline-block;
		width: 100%;
		margin: 0 auto
	}

	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-original_saidan_flex span {
		display: inline-block;
		margin: 40px 0 0;
		line-height: 200%
	}
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul#plan-contents_list_ul {
	padding: 0 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin: 0 auto;
}


@media screen and (max-width:767.98px) {
	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul#plan-contents_list_ul {
		padding: 0
	}
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li {
	max-width: 250px
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li {
		max-width: 120px;
		width: 50%
	}
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li figcaption {
	font-size: 0.8rem
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li .plan-icon_area {
	display: block;
	width: 155px;
	height: 110px;
	margin: 0 0 10px
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li .plan-icon_area {
		width: 120px;
		height: 90px
	}
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list ul li .plan-icon_title {
	font-size: 0.8rem;
	margin: 0 auto
}

.plan-section .plan-contents_container .plan-contents_inner .plan-contents_list .plan-notice {
	font-size: 0.8rem;
	text-align: center;
	margin: 20px 0 0;
}

.plan-section .plan-icon_area {
	position: relative;
	width: 140px;
	height: 100px;
	display: block
}

@media screen and (max-width:767.98px) {
	.plan-section .plan-icon_area {
		width: 120px;
		height: 90px
	}
}

.plan-section .plan-icon_area::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0
}

/* 20250924追加 */
/* アフターサポートページ */
.after-support-first-text {
	font-size: 16px;
	margin-top: 60px;
	line-height: 1.5;
}

@media screen and (max-width: 740px) {
	.after-support-first-text {
		padding-inline: 20px;
	}
}

.after-support-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 50px;
	align-items: stretch;
	margin-top: 40px;
}

@media screen and (max-width: 740px) {
	.after-support-grid {
		grid-template-columns: 1fr;
		clear: both !important;
		/* float: none !important; */
		row-gap: 20px;
	}
}

.after-support-grid-item {
	display: flex;
	flex-direction: column;
	background-color: #F5EFDD;
	/* 背景をitem側に */
}

@media screen and (max-width: 740px) {
	.after-support-grid-item {
		width: 95%;
		margin-inline: auto;
	}
}

/* 画像 */
.after-support-grid-item-img img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

/* テキストラップ */
.after-support-grid-item-text-wrap {
	flex: 1;
	/* 高さを伸ばして行の高さに揃える */
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* 本文 */
.after-support-grid-item-text {
	font-size: 16px;
	margin-top: 10px;
	flex: 1;
	/* 本文部分を伸ばす */
	padding-right: 20px;
	line-height: 1.5;
}

/* ボタン */
.after-support-grid-item-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: auto;
	/* 常に下に寄せる */
	width: 170px;
	padding-inline: 25px;
	padding-block: 10px;
	background-color: #59346F;
	margin-left: auto;
	margin-right: 30px;
	transition: all 0.5s;
}

@media screen and (max-width: 740px) {
	.after-support-grid-item-link {
		margin-top: 10px;
	}
}

.after-support-grid-item-link:hover {
	opacity: 0.5;
}

.after-support-grid-item-link-text {
	font-size: 16px;
	color: #fff;

}

.after-support-grid-item-link-arrow img {
	width: 10px;
	padding-bottom: 4.5px;
}

#global_menu .after-support {
	background-image: url(../image/global_menu_after-support.png);
}

#plan-kaso-hall .sindai::before,
#plan-kaso-home .sindai::before {
	content: "";
	background-image: url("../image/plan/kaso_icon/shindai.webp")
}

#plan-kaso-hall .reikyu::before,
#plan-kaso-home .reikyu::before {
	content: "";
	background-image: url("../image/plan/kaso_icon/reikyu.webp")
}

#plan-kaso-hall .reijou::before {
	content: "";
	background-image: url("../image/plan/kaso_icon/reijou.webp")
}

#plan-kaso-hall .noukanshi::before {
	content: "";
	background-image: url("../image/plan/kaso_icon/noukanhi.webp")
}

#plan-kaso-hall .makura::before {
	content: "";
	background-image: url("../image/plan/kaso_icon/makura.webp")
}

#plan-kaso-hall .ice::before,
#plan-kaso-home .ice::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/dryice.webp")
}

#plan-kaso-hall .anchi::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/anchi.webp")
}

#plan-kaso-hall .iei::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/iei.webp")
}

#plan-kaso-hall .ihai::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/ihai.webp")
}

#plan-kaso-hall .syoukou::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/syoukou.webp")
}

#plan-kaso-hall .kumotu::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/kumotsu.webp")
}

#plan-kaso-hall .noukanshi::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/noukanshi.webp")
}

#plan-kaso-hall .kanban::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/kanban.webp")
}

#plan-kaso-hall .atokazari::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/atokazari.webp")
}

#plan-kaso-hall .jimu::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/jimu.webp")
}

#plan-kaso-hall .coffin::before,
#plan-kaso-home .coffin::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/coffin.webp")
}

#plan-kaso-hall .butsue::before,
#plan-kaso-home .butsue::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/butsue.webp")
}

#plan-kaso-hall .futon::before,
#plan-kaso-home .futon::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/futon.webp")
}

#plan-kaso-hall .setsuei::before,
#plan-kaso-home .setsuei::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/setsuei.webp")
}

#plan-kaso-hall .ern::before,
#plan-kaso-home .ern::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/ern.webp")
}

#plan-kaso-hall .staff::before,
#plan-kaso-home .staff::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kaso_icon/staff.webp")
}

#plan-kazoku .sindai::before {
	content: "";
	background-image: url("../image/plan/kazoku_icon/shindai.webp")
}

#plan-kazoku .reikyu::before {
	content: "";
	background-image: url("../image/plan/kazoku_icon/reikyu.webp")
}

#plan-kazoku .reijou::before {
	content: "";
	background-image: url("../image/plan/kazoku_icon/reijou.webp")
}

#plan-kazoku .noukanshi::before {
	content: "";
	background-image: url("../image/plan/kazoku_icon/noukanhi.webp")
}

#plan-kazoku .makura::before {
	content: "";
	background-image: url("../image/plan/kazoku_icon/makura.webp")
}

#plan-kazoku .ice::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/dryice.webp")
}

#plan-kazoku .anchi::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/anchi.webp")
}

#plan-kazoku .iei::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/iei.webp")
}

#plan-kazoku .ihai::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/ihai.webp")
}

#plan-kazoku .syoukou::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/syoukou.webp")
}

#plan-kazoku .kumotu::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/kumotsu.webp")
}

#plan-kazoku .noukanshi::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/noukanshi.webp")
}

#plan-kazoku .kanban::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/kanban.webp")
}

#plan-kazoku .atokazari::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/atokazari.webp")
}

#plan-kazoku .jimu::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/jimu.webp")
}

#plan-kazoku .coffin::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/coffin.webp")
}

#plan-kazoku .butsue::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/butsue.webp")
}

#plan-kazoku .futon::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/futon.webp")
}

#plan-kazoku .hall::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/hall.webp")
}

#plan-kazoku .setsuei::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/setsuei.webp")
}

#plan-kazoku .staff::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/staff.webp")
}

#plan-kazoku .ern::before {
	width: 100%;
	height: 100%;
	background-image: url("../image/plan/kazoku_icon/ern.webp")
}

/* トップバナーエリア */
.top-bnr-area {
	max-width: 100%;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 10px;
}

.top-bnr-area a {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}

.top-bnr-area a img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

/* 当社の取組み(approach)資格情報 */
.approach_page p {
	margin: 0 0 30px;
	padding: 0 10px;
	line-height: 180%;
}

.approach_flex {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px;
	gap: 40px;
}

.approach_flex img {
	display: block;
	width: 100%;
	max-width: 350px;
	height: auto;
	object-fit: cover;
}

.approach_flex p {
	margin: 20px 0;
}

.qualification-container {
	max-width: 900px;
	margin: 0;
	background: white;
	overflow: hidden;
	margin-bottom: 20px;
}

.qualification-header {
	background: #59346f;
	padding: 15px 10px;
	text-align: center;
}

.qualification-header h2#qualification-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
}

.qualification-header p {
	font-size: 0.9rem;
	opacity: 0.9;
	margin: 0;
}

.qualification-table {
	width: 100%;
	border-collapse: collapse;
	font-size: .9rem;
	margin: 0;
}

.qualification-table tr.highlight-certified {
	background: linear-gradient(to right, #f8f4fc 0%, #faf7fd 100%);
	position: relative;
}

.qualification-table tr.highlight-certified td.qualification-name {
	font-weight: bold;
	padding: 16px 8px;
	font-size: 1rem;
}

.qualification-table tr.highlight-certified .qualification-name::before {
	content: "✓";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #59346f;
	color: white;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
}

/* 数字をバッジスタイルに */
.qualification-table tr.highlight-certified .qualification-count {
	color: #59346f;
	font-size: 1.2rem;
	font-weight: 700;
}


.qualification-table tbody {
	border-left: 1px solid #e9ecef;
}

.qualification-table thead th {
	background-color: #ecf0f1;
	color: #2c3e50;
	padding: 10px;
	font-weight: 600;
	font-size: .8rem;
	text-align: center;
	border-bottom: 2px solid #bdc3c7;
	border-right: 1px solid #bdc3c7;
}

.qualification-table thead th:first-child,
.qualification-table thead th:nth-child(3) {
	width: 40%;
}

.qualification-table thead th:nth-child(2),
.qualification-table thead th:nth-child(4) {
	width: 10%;
}

.qualification-table tbody tr {
	transition: background-color 0.3s ease;
}

.qualification-table tbody tr:hover {
	background-color: #f8f9fa;
}

.qualification-table tbody tr:nth-child(even) {
	background-color: #fdfdfd;
}

.qualification-table td {
	padding: 10px;
	border-bottom: 1px solid #e9ecef;
	border-right: 1px solid #e9ecef;
	vertical-align: middle;
}

.qualification-name {
	color: #2c3e50;
	font-weight: 500;
}

.qualification-count {
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
	color: #59346F;
	min-width: 80px;
}

.empty-cell {
	border: none !important;
	background: transparent !important;
}

/* スマホ用の1列レイアウト対応 */
.mobile-only {
	display: none;
}

.all-staff {
	color: #e74c3c;
	font-weight: 700;
}

@media (max-width: 768px) {
	.approach_flex {
		flex-direction: column;
		margin: 0 0 20px;
		gap: 20px;
		padding: 0 10px;
	}

	.approach_flex p {
		line-height: 180%;
	}

	.qualification-container {
		margin: 10px;
		margin-bottom: 20px;
	}

	.qualification-header {
		padding: 20px;
	}

	.qualification-header h2#qualification-title {
		border: none;
	}

	.qualification-table {
		font-size: 0.9rem;
	}

	.qualification-table thead th,
	.qualification-table td {
		padding: 12px 8px;
	}

	.qualification-table thead th:first-child,
	.qualification-table thead th:nth-child(3) {
		width: 42%;
	}

	.qualification-table thead th:nth-child(2),
	.qualification-table thead th:nth-child(4) {
		width: 8%;
	}
}

@media (max-width: 480px) {
	.qualification-table {
		font-size: 0.8rem;
	}

	.qualification-table thead th,
	.qualification-table td {
		padding: 10px 6px;
	}

	.qualification-table thead th:nth-child(3),
	.qualification-table thead th:nth-child(4) {
		display: none;
	}

	.qualification-table thead th:first-child {
		width: 70%;
		text-align: left;
	}

	.qualification-table thead th:nth-child(2) {
		width: 30%;
	}

	.qualification-table td:nth-child(3),
	.qualification-table td:nth-child(4) {
		display: none;
	}

	.mobile-only {
		display: table-row;
	}

	.empty-cell {
		display: none !important;
	}
}

/* 研修情報用のリストスタイル */

.training-header {
	margin: 40px 0 10px;
}

h2#training-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	color: #59346f;
	padding: 0 0 15px;
	border-bottom: 1px solid #333;
}

.training-list {
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
}

.training-item {
	width: 50%;
	color: #2c3e50;
	font-size: 0.9rem;
	font-weight: 500;
	padding: 8px 0;
	position: relative;
	padding-left: 20px;
}

.training-item::before {
	content: "●";
	color: #59346F;
	position: absolute;
	left: 0;
	font-size: 0.7rem;
}

@media (max-width: 768px) {
	.qualification-container {
		margin: 10px;
		margin-bottom: 20px;
	}

	.qualification-header {
		padding: 20px;
	}

	.qualification-header h2#qualification-title {
		border: none;
	}

	.qualification-table {
		font-size: 0.9rem;
	}

	.qualification-table thead th,
	.qualification-table td {
		padding: 12px 8px;
	}

	.qualification-table thead th:first-child,
	.qualification-table thead th:nth-child(3) {
		width: 42%;
	}

	.qualification-table thead th:nth-child(2),
	.qualification-table thead th:nth-child(4) {
		width: 8%;
	}

	.training-list {
		padding: 20px;
	}

	.training-item {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.qualification-table {
		font-size: 0.8rem;
	}

	.qualification-table thead th,
	.qualification-table td {
		padding: 10px 6px;
	}

	.qualification-table thead th:nth-child(3),
	.qualification-table thead th:nth-child(4) {
		display: none;
	}

	.qualification-table thead th:first-child {
		width: 70%;
		text-align: left;
	}

	.qualification-table thead th:nth-child(2) {
		width: 30%;
	}

	.qualification-table td:nth-child(3),
	.qualification-table td:nth-child(4) {
		display: none;
	}

	.mobile-only {
		display: table-row;
	}

	.empty-cell {
		display: none !important;
	}

	/* 研修リスト */
	.training-list {
		padding: 15px 20px;
	}

	.training-item {
		font-size: 0.85rem;
		padding: 8px 0 0 20px;
	}
}

/* 当社の取組み(approach)資格情報 - 縦1列バージョン */
.qualification-container {
	max-width: 900px;
	margin: 0 auto;
	background: white;
	overflow: hidden;
	margin-bottom: 20px;
}

.qualification-header {
	background: #F5E6D3;
	color: #5D4037;
	padding: 15px 10px;
	text-align: center;
}

.qualification-header h2#qualification-title {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
}

.qualification-header p {
	font-size: 0.9rem;
	opacity: 0.9;
	margin-top: 5px;
}

/* カテゴリーセクション */
.qualification-category {
	border-bottom: 1px solid #e9ecef;
}

.qualification-category:last-child {
	border-bottom: none;
}

/* カテゴリーヘッダー（総数表示） */
.category-header {
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #fff;
	padding: 22px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow:
		0 2px 8px rgba(240, 192, 64, 0.4),
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 -1px 0 rgba(218, 165, 32, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid #DAA520;
	position: relative;
}

.category-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 100%);
	pointer-events: none;
}

h3#category-title {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	border: none;
	background: none;
	padding: 0;
}

.category-total {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.category-total-label {
	font-size: 0.8rem;
	opacity: 0.9;
	margin-top: 5px;
}

/* 資格詳細リスト */
.qualification-detail-list {
	background: white;
}

.qualification-detail-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #e9ecef;
	transition: background-color 0.3s ease;
}

.qualification-detail-item:last-child {
	border-bottom: none;
}

.qualification-detail-item:hover {
	background-color: #f8f9fa;
}

.qualification-detail-name {
	color: #2c3e50;
	font-weight: 500;
	font-size: 1rem;
	flex: 1;
	padding-left: 20px;
	position: relative;
}

.qualification-detail-name::before {
	content: "●";
	color: #FF6F00;
	position: absolute;
	left: 0;
	font-size: 0.7rem;
}

.qualification-detail-count {
	color: #59346F;
	font-weight: 700;
	font-size: 1.3rem;
	min-width: 80px;
	text-align: right;
}

/* 単独資格（カテゴリーなし） */
.qualification-single {
	background: white;
	border-bottom: 1px solid #e9ecef;
}

.qualification-single:last-child {
	border-bottom: none;
}

.qualification-single-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	transition: background-color 0.3s ease;
}

.qualification-single-item:hover {
	background-color: #f8f9fa;
}

.qualification-single-name {
	color: #2c3e50;
	font-weight: 600;
	font-size: 1.1rem;
	flex: 1;
}

.qualification-single-count {
	color: #59346F;
	font-weight: 700;
	font-size: 1.2rem;
	min-width: 100px;
	text-align: right;
}

@media (max-width: 768px) {
	.qualification-container {
		margin: 10px;
		margin-bottom: 20px;
	}

	.qualification-header {
		padding: 20px;
	}

	.category-header {
		flex-direction: column;
		text-align: center;
		padding: 15px;
	}

	h3#category-title {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}

	.category-total {
		font-size: 1.8rem;
	}

	.qualification-detail-item {
		padding: 12px 15px;
	}

	.qualification-detail-name {
		font-size: 0.9rem;
		padding-left: 15px;
	}

	.qualification-detail-count {
		font-size: 1.1rem;
		min-width: 60px;
	}

	.qualification-single-item {
		padding: 15px;
	}

	.qualification-single-name {
		font-size: 1rem;
	}

	.qualification-single-count {
		font-size: 1.3rem;
	}
}

@media (max-width: 480px) {
	.category-header {
		padding: 12px;
	}

	h3#category-title {
		font-size: 0.9rem;
	}

	.category-total {
		font-size: 1.5rem;
	}

	.qualification-detail-item {
		padding: 10px 12px;
	}

	.qualification-detail-name {
		font-size: 0.85rem;
	}

	.qualification-detail-count {
		font-size: 1rem;
	}
}

/* よくある質問(faq) */
.qa_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px
}

.qa_wrap .qa__box {
	margin: 0 auto 10px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 0.3s ease;
	border: #fafafa 1px solid;
}

.qa_wrap .qa__box:last-child {
	margin-bottom: 0
}

.qa_wrap .qa__box dl {
	margin: 0
}

.qa_wrap .qa__box dl dt {
	display: flex;
	align-items: flex-start;
	padding: 15px 30px 20px;
	background-color: #fafafa;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
}

.qa_wrap .qa__box dl dt span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #59346f;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
	font-family: sans-serif
}

.qa_wrap .qa__box dl dt .pageSubTitle2 {
	flex: 1;
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 1.6;
	padding-top: 8px
}

.qa_wrap .qa__box dl dt .crossBar {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}

.qa_wrap .qa__box dl dt .crossBar::before,
.qa_wrap .qa__box dl dt .crossBar::after {
	content: '';
	position: absolute;
	background-color: #59346f;
	transition: all 0.3s ease;
}

.qa_wrap .qa__box dl dt .crossBar::before {
	width: 20px;
	height: 2px;
	top: 9px;
	left: 0;
}

.qa_wrap .qa__box dl dt .crossBar::after {
	width: 2px;
	height: 20px;
	top: 0;
	left: 9px;
}

/* 開いた状態 */
.qa_wrap .qa__box dl dt.is-open .crossBar::after {
	transform: rotate(90deg);
	opacity: 0;
}


.qa_wrap .qa__box dl dd {
	display: flex;
	align-items: flex-start;
	padding: 0 30px;
	background-color: #ffffff;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease;
}

.qa_wrap .qa__box dl dd.is-open {
	max-height: 500px !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}


.qa_wrap .qa__box dl dd span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #a42a2b;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50%;
	margin-right: 20px;
	flex-shrink: 0;
	font-family: sans-serif
}

.qa_wrap .qa__box dl dd .contentText {
	flex: 1;
	margin: 0;
	padding-top: 8px;
	line-height: 1.8;
	color: #333333;
	font-family: sans-serif
}

.qa_wrap .qa__box dl dt:hover {
	background-color: #f0f0f0;
}

.btn_basic {
	display: block;
	text-align: center !important;
	background-color: #59346f;
	padding: 10px 15px;
	color: #fff;
	max-width: 500px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.qa_wrap {
		padding: 40px 15px
	}

	.qa_wrap .qa__box {
		margin-bottom: 25px
	}

	.qa_wrap .qa__box dl dt {
		padding: 20px;
	}

	.qa_wrap .qa__box dl dt .crossBar {
		right: 20px;
	}

	.qa_wrap .qa__box dl dt span {
		width: 35px;
		height: 35px;
		font-size: 16px;
		margin-right: 15px
	}

	.qa_wrap .qa__box dl dt .pageSubTitle2 {
		font-size: 0.8rem;
		padding-top: 6px
	}

	.qa_wrap .qa__box dl dd {
		padding: 0 20px;
	}

	.qa_wrap .qa__box dl dd.is-open {
		padding: 20px;
	}

	.qa_wrap .qa__box dl dd span {
		width: 35px;
		height: 35px;
		font-size: 16px;
		margin-right: 15px
	}

	.qa_wrap .qa__box dl dd .contentText {
		font-size: 0.8rem;
		line-height: 1.7;
		padding-top: 6px
	}
}

@media screen and (max-width:480px) {
	.qa_wrap .qa__box {
		margin-bottom: 20px
	}

	.qa_wrap .qa__box dl dt {
		padding: 15px;
		flex-direction: column;
		align-items: flex-start
	}

	.qa_wrap .qa__box dl dt .crossBar {
		right: 15px;
		top: 25px;
	}

	.qa_wrap .qa__box dl dt span {
		margin-bottom: 10px;
		margin-right: 0
	}

	.qa_wrap .qa__box dl dt .pageSubTitle2 {
		width: 100%;
		padding-top: 0
	}

	.qa_wrap .qa__box dl dd {
		padding: 0 15px;
	}

	.qa_wrap .qa__box dl dd.is-open {
		padding: 15px;
		flex-direction: column;
		align-items: flex-start;
	}

	.qa_wrap .qa__box dl dd span {
		margin-bottom: 10px;
		margin-right: 0
	}

	.qa_wrap .qa__box dl dd .contentText {
		width: 100%;
		padding-top: 0
	}
}

/* 追従バナー　電話リンク追加  ************************/
.follow-banner-tel {
	pointer-events: none;
	cursor: default;
}

.follow-banner-link img.tel-banner-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.follow-banner-tel {
		pointer-events: auto;
		cursor: pointer;
	}
}

@media screen and (max-width: 450px) {
	.follow-banner-tel {
		position: fixed;
		right: 0;
		bottom: 100px;
		z-index: 1000;
		display: block;
	}

	.follow-banner-link img.tel-banner-pc {
		display: none;
	}

	.follow-banner-link img.tel-banner-sp {
		display: block;
		width: 70px;
		height: auto;
		margin: 0 -10px 0 0;
	}
}

/* ============================================
 * 式場ページ リニューアル用CSS
 * ============================================ */

/* ページ内リンクバー
---------------------------------------------------------- */
.hall-nav-links {
	width: 100%;
	margin: 30px 0;
	border-radius: 5px;
	overflow: hidden;
}

.hall-nav-links ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.hall-nav-links li {
	flex: 1;
	min-width: 150px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.hall-nav-links li:last-child {
	border-right: none;
}

.hall-nav-links a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	color: #59346F;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
}

.hall-nav-links a:hover {
	background-color: #59346F;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.hall-nav-links ul {
		flex-direction: column;
	}

	.hall-nav-links li {
		border-right: none;
	}

	.hall-nav-links a {
		padding: 12px 10px;
		font-size: 14px;
	}
}

/* 設備・周辺環境テーブル（縦並び版）
---------------------------------------------------------- */
.hall-facilities-table {
	margin: 20px 0;
}

/* セクションタイトル */
.facilities-section-title {
	background-color: #59346F;
	color: #fff !important;
	padding: 12px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0 !important;
	border: none;
	font-size: 16px;
}

.facilities-section-title:first-of-type {
	margin-top: 0;
}

/* テーブル */
.hall-facilities-table .facilities-comparison {
	width: 100%;
	margin: 0 auto 30px auto;
}

.hall-facilities-table .facilities-comparison:last-child {
	margin-bottom: 0;
}

.facilities-comparison.facilities-two-column tbody td {
	padding: 12px 10px;
	vertical-align: middle;
	border: 1px solid #aaa;
}

/* 項目名の列（左右それぞれ） */
.facilities-two-column .facility-name,
.facilities-two-column .env-name {
	width: 35%;
	font-weight: 500;
}

/* ◯✕の列（左右それぞれ） */
.facilities-two-column .facility-status,
.facilities-two-column .env-status {
	width: 15%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.status-ok {
	color: #4CAF50;
}

.status-ng {
	color: #999;
}

/* タブレット対応（768px以下でも2列維持） */
@media screen and (max-width: 768px) {
	.facilities-section-title {
		font-size: 14px;
		padding: 10px;
	}

	.facilities-comparison.facilities-two-column {
		font-size: 13px;
	}

	.facilities-comparison.facilities-two-column tbody td {
		padding: 8px 5px;
	}

	.facilities-two-column .facility-name,
	.facilities-two-column .env-name {
		width: 32%;
		font-size: 12px;
	}

	.facilities-two-column .facility-status,
	.facilities-two-column .env-status {
		width: 18%;
		font-size: 18px;
	}

	/* テーブル間の余白調整 */
	.hall-facilities-table .facilities-comparison {
		margin-bottom: 20px;
	}
}

/* 480px以下は1列に変更 */
@media screen and (max-width: 480px) {

	.facilities-two-column .facility-name,
	.facilities-two-column .env-name {
		width: 60%;
	}

	.facilities-two-column .facility-status,
	.facilities-two-column .env-status {
		width: 40%;
	}

	/* 右列を非表示にして1列化 */
	.facilities-two-column tbody tr td:nth-child(3),
	.facilities-two-column tbody tr td:nth-child(4) {
		display: none;
	}

	.facilities-two-column .facility-name,
	.facilities-two-column .env-name {
		width: 70%;
	}

	.facilities-two-column .facility-status,
	.facilities-two-column .env-status {
		width: 30%;
	}
}

/* 葬儀プランセクション
---------------------------------------------------------- */
.hall-plans-section {
	margin: 30px 0;
	padding: 20px 0;
	background-color: #f9f9f9;
	border-radius: 10px;
}

.hall-plans-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.hall-plan-card {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

.hall-plan-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.plan-card-header {
	background: linear-gradient(135deg, #59346F 0%, #734F89 100%);
	color: #fff;
	padding: 20px;
	text-align: center;
}

.plan-card-header h4 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	border: none;
	padding: 0;
	color: #fff;
}

.plan-price {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.plan-card-body {
	padding: 20px;
	flex-grow: 1;
}

.plan-description {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	color: #555;
}

.plan-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.plan-features li {
	padding: 8px 0 8px 25px;
	position: relative;
	font-size: 14px;
	color: #333;
	border-bottom: 1px dotted #ddd;
}

.plan-features li:last-child {
	border-bottom: none;
}

.plan-features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #59346F;
	font-weight: bold;
}

.plan-card-footer {
	padding: 0 20px 20px;
}

.plan-detail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px 20px;
	background-color: #59346F;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}

.plan-detail-btn:hover {
	background-color: #734F89;
}

.plan-detail-btn .arrow-right {
	margin-left: 10px;
	font-size: 18px;
}

@media screen and (max-width: 900px) {
	.hall-plans-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}

@media screen and (max-width: 600px) {
	.hall-plans-grid {
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.plan-card-header h4 {
		font-size: 18px;
	}

	.plan-price {
		font-size: 20px;
	}
}

/* 3つの特徴（横並びレイアウト） */
.hall-features-section {
	display: flex;
	gap: 30px;
	margin: 30px 0;
	width: 100%;
}

.hall-feature-item {
	flex: 1;
	background-color: #fff;
}

.feature-image {
	width: 100%;
	height: 180px;
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.feature-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.feature-content {
	padding: 0;
}

.feature-description {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0;
	text-align: left;
	padding: 0 10px;
}

/* タブレット対応 */
@media screen and (max-width: 900px) {
	.hall-features-section {
		gap: 20px;
	}

	.feature-description {
		font-size: 13px;
	}
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
	.hall-features-section {
		flex-direction: column;
		gap: 30px;
	}

	.hall-feature-item {
		width: 100%;
	}

	.feature-image {
		margin-bottom: 10px;
	}
}

/* スタッフコメントセクション
---------------------------------------------------------- */
/* ============================================
 * スタッフコメントセクション（写真・名前なし版）
 * style.css に追加
 * ============================================ */

.hall-staff-section {
	margin: 30px 0;
}

/* イントロテキスト */
.staff-intro-text {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0 0 30px 0;
	padding: 0 10px;
}

.staff-comment-card {
	display: flex;
	gap: 40px;
	background-color: #f5f5f5;
	padding: 40px;
	border-radius: 5px;
}

/* 左側：式場名（角丸ボックス） */
.staff-left {
	flex-shrink: 0;
	width: 240px;
	display: flex;
	align-items: flex-start;
	padding-top: 5px;
}

.staff-section-title {
	font-size: 20px;
	color: #333;
	margin: 0;
	text-align: center;
	line-height: 1.8;
	background-color: #fff;
	padding: 25px 20px;
	border-radius: 20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
}

/* 右側：タイトルと本文 */
.staff-right {
	flex: 1;
}

.staff-comment-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin: 0 0 20px 0;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.staff-comment {
	background-color: #fff;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.staff-comment p {
	font-size: 14px;
	line-height: 2;
	color: #333;
	margin: 0;
}

/* タブレット対応 */
@media screen and (max-width: 900px) {
	.staff-comment-card {
		gap: 30px;
		padding: 30px;
	}

	.staff-left {
		width: 200px;
	}

	.staff-section-title {
		font-size: 13px;
		padding: 10px;
		max-width: 100%;
	}

	.staff-comment-title {
		font-size: 18px;
	}

	.staff-comment {
		padding: 20px;
	}

	.staff-comment p {
		font-size: 13px;
	}
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
	.staff-comment-card {
		flex-direction: column;
		gap: 20px;
		padding: 20px;
	}

	.staff-left {
		width: 100%;
		justify-content: center;
	}

	.staff-comment-title {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.staff-comment {
		padding: 15px;
	}
}

/* スムーススクロール用 */
html {
	scroll-behavior: smooth;
}

/* アンカーリンクのオフセット調整 */
h3[id] {
	scroll-margin-top: 100px;
}

@media screen and (max-width: 768px) {
	h3[id] {
		scroll-margin-top: 80px;
	}
}

/* ============================================
 * ご依頼までの流れセクション
 * ============================================ */

.hall-flow-section {
	margin: 30px 0;
	width: 100%;
}

/* ステップタブ */
.flow-tabs {
	display: flex;
	gap: 0;
	margin-bottom: 30px;
	background-color: #59346F;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}

.flow-tab {
	flex: 1;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
	position: relative;
}

.flow-tab:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 15px;
	border-color: transparent transparent transparent #fff;
	z-index: 1;
}

.flow-tab-number {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.flow-tab-title {
	font-size: 13px;
	line-height: 1.4;
}

/* ステップ詳細 */
.flow-details {
	background-color: #F5F0F7;
	padding: 40px;
	border-radius: 5px;
}

.flow-detail-item {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
	align-items: flex-start;
}

.flow-detail-item:last-child {
	margin-bottom: 0;
}

.flow-detail-left {
	flex: 1;
}

.flow-detail-right {
	flex-shrink: 0;
	width: 180px;
}

.flow-detail-right img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

/* ステップヘッダー */
.flow-step-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
}

.flow-step-icon {
	background-color: #59346F;
	color: #fff;
	padding: 8px 15px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
}

.flow-step-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.flow-step-description {
	margin-bottom: 15px;
}

.flow-step-description p {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	margin: 0;
}

/* 連絡先ボックス */
.flow-contact-box {
	background-color: #fff;
	border: 2px solid #6B9D7F;
	border-radius: 5px;
	padding: 20px;
	margin-top: 15px;
}

.contact-box-title {
	font-size: 16px;
	font-weight: bold;
	color: #6B9D7F;
	margin-bottom: 15px;
}

.contact-box-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.contact-item {
	font-size: 14px;
	color: #333;
	padding-left: 5px;
}

/* 問い合わせ */
.cta-contact-note {
	text-align: center;
	background-color: #ece0bc;
	padding: 20px 30px;
	border-radius: 20px;
	max-width: 500px;
	margin: 30px auto;
}

.cta-contact-label {
	font-size: 18px;
	color: #666;
	margin: 0 0 10px 0;
}

.cta-contact-tel {
	font-size: 16px;
	color: #333;
	margin: 10px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.cta-contact-24 {
	padding: 4px 10px;
	border-radius: 20px;
	border: #59346F 1px solid;
	max-width: 200px;
	background-color: #fff;
	margin: 0 0 5px;
}

.tel-icon {
	font-size: 30px;
}

.tel-link-large {
	font-size: 32px;
	font-weight: bold;
	color: #59346F;
	text-decoration: none;
}

.tel-link-large:hover {
	text-decoration: underline;
}

/* タブレット対応 */
@media screen and (max-width: 900px) {
	.flow-tabs {
		height: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		gap: 0 !important;
		overflow: hidden !important;
		visibility: hidden !important;
	}

	.flow-tab {
		flex-basis: 50%;
		margin: 0 0 10px;
	}

	.flow-tab:nth-child(2)::after {
		display: none;
	}

	.flow-details {
		padding: 30px;
	}

	.flow-detail-right {
		width: 150px;
	}

	.flow-step-title {
		font-size: 16px;
	}

	.tel-link-large {
		font-size: 28px;
	}
}

/* スマホ対応 */
@media screen and (max-width: 768px) {


	.flow-tab {
		background-color: #59346f;
	}

	.flow-tab::after {
		display: none !important;
	}

	.flow-details {
		padding: 20px;
	}

	.flow-detail-item {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
	}

	.flow-detail-right {
		width: 100%;
	}

	.flow-step-header {
		flex-wrap: wrap;
	}

	.flow-step-title {
		font-size: 16px;
	}

	.flow-contact-box {
		padding: 15px;
	}

	.contact-box-title {
		font-size: 14px;
	}

	.contact-item {
		font-size: 13px;
	}

	.cta-contact-note {
		padding: 20px;
	}

	.cta-contact-tel {
		flex-direction: column;
		gap: 5px;
	}

	.tel-link-large {
		font-size: 24px;
	}
}

/* トップに終活相談ボタン */

.top-mv-container {
	position: relative
}

.top-catch-wrap {
	position: absolute;
	bottom: 20px;
	right: 22%;
	z-index: 10;
	border-radius: 50%;
	background: linear-gradient(135deg, #59346F 0%, #6b3f87 100%);
	color: #fff;
	padding: 25px;
	box-shadow: #fff 0 0 10px 2px, 0 0 30px rgba(89, 52, 111, 0.4);
	width: 170px;
	height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	animation: pulse 2s infinite;
	border: 3px solid rgba(255, 255, 255, 0.3);
}

/* ホバー時の効果 */
.top-catch-wrap:hover {
	transform: scale(1.1) rotate(5deg);
	box-shadow: #fff 0 0 20px 5px, 0 0 40px rgba(89, 52, 111, 0.6);
	background: linear-gradient(135deg, #6b3f87 0%, #7d4a9a 100%);
}

/* クリック時の効果 */
.top-catch-wrap:active {
	transform: scale(0.95);
}

/* パルスアニメーション */
@keyframes pulse {

	0%,
	100% {
		box-shadow: #fff 0 0 10px 2px, 0 0 30px rgba(89, 52, 111, 0.4);
	}

	50% {
		box-shadow: #fff 0 0 15px 3px, 0 0 40px 15px rgba(89, 52, 111, 0);
	}
}

/* アイコン追加用の擬似要素 */
.top-catch-wrap::before {
	content: "✿";
	position: absolute;
	top: 15px;
	font-size: 1.5rem;
	opacity: 0.7;
	animation: float 3s ease-in-out infinite;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.top-catch-wrap h4 {
	font-size: 2.4rem;
	margin: 5px 0 3px;
	font-family: serif;
	font-weight: bold;
	transition: transform 0.3s ease;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: 0.05em;
}

.top-catch-wrap p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	transition: transform 0.3s ease;
	font-weight: 500;
	position: relative;
	padding-right: 3px;
}

/* 矢印を目立たせる */
.top-catch-wrap p::after {
	content: "▶";
	display: inline-block;
	margin-left: 3px;
	animation: arrow-move 1s ease-in-out infinite;
	font-size: 0.8em;
}

@keyframes arrow-move {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(5px);
	}
}

@keyframes badge-pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}
}

@media screen and (max-width:1200px) {
	.top-catch-wrap {
		right: 15%;
	}
}

@media screen and (max-width:768px) {
	.top-catch-wrap {
		width: 130px;
		height: 130px;
		padding: 20px;
		bottom: 10px;
		right: 5%;
	}

	.top-catch-wrap h4 {
		font-size: 1.8rem;
		margin: 3px 0 8px;
	}

	.top-catch-wrap p {
		font-size: 0.75rem;
	}

	.top-catch-wrap::before {
		top: 10px;
		font-size: 1.2rem;
	}

	.top-catch-wrap::after {
		font-size: 0.6rem;
		padding: 2px 6px;
	}

	/* モバイルではホバー効果を調整 */
	.top-catch-wrap:hover {
		transform: scale(1.05) rotate(3deg);
	}
}

/* アクセシビリティ: キーボードフォーカス時 */
.top-catch-wrap:focus {
	outline: 3px solid #fff;
	outline-offset: 5px;
}

/* 動きを好まないユーザーへの配慮 */
@media (prefers-reduced-motion: reduce) {

	.top-catch-wrap,
	.top-catch-wrap::before,
	.top-catch-wrap::after,
	.top-catch-wrap p::after {
		animation: none;
	}

	.top-catch-wrap:hover {
		transform: scale(1.05);
	}
}

/* --------------------------------------------------
	top_link
-------------------------------------------------- */
#top_link {
	padding: 0 10px 40px;
	margin: 0 0 40px;
	clear: both;
}

#top_link .top_link_inner {
	max-width: 1000px;
	margin: 0 auto;
}

#top_link h3 {
	display: block;
	margin-top: 0;
	margin-bottom: 20px;
	color: #3ea253;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
	padding: 0;
	height: fit-content;
}

#top_link h3::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #3ea253;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
}


#top_link h3 span {
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 1;
}

#top_link ul {
	margin-right: -2%;
	margin-bottom: 30px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	list-style: none;
}

#top_link ul li {
	width: 23.5%;
	max-width: 240px;
	margin-right: 2%;
	margin-bottom: 18px;
}

#top_link ul li:nth-of-type(4n) {
	margin-right: 0;
}

#top_link ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

#top_link ul li img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	#top_link .top_link_inner {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	#top_link {
		padding: 40px 0 10px;
	}

	#top_link h3 {
		font-size: 1.4rem;
	}

	#top_link ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	#top_link ul::after {
		content: '';
		display: inline-block;
		width: 48%;
		max-width: 240px;
	}

	#top_link ul li {
		width: 48%;
		margin-right: 4%;
	}

	#top_link ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}

/* 佐賀県地図のスタイル */
.saga-map-container {
	max-width: 1000px;
	margin: 40px auto;
	padding: 20px;
}

.saga-map-container svg {
	width: 100%;
	height: auto;
	display: block;
}

/* クリック可能なエリアのスタイル */
.saga-map-container svg path.map-clickable {
	cursor: pointer !important;
	transition: opacity 0.3s ease, filter 0.3s ease;
}

/* グループホバー時の効果（同じ色のエリア全体） */
.saga-map-container svg path.map-clickable.group-hover {
	opacity: 0.85 !important;
	filter: brightness(1.2) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5)) !important;
}

/* アクティブ時（クリック時）の効果 */
.saga-map-container svg path.map-clickable:active {
	opacity: 0.7 !important;
	filter: brightness(0.9) !important;
}

/* グレーエリア（リンクなし） */
.saga-map-container svg .cls-8 {
	cursor: default !important;
	opacity: 0.3 !important;
}

.saga-map-container svg .cls-8:hover {
	opacity: 0.3 !important;
	filter: none !important;
}

/* テキストのスタイル */
.saga-map-container svg text {
	pointer-events: auto !important;
	user-select: none;
	cursor: pointer !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.saga-map-container {
		padding: 10px;
		margin: 20px auto;
	}

	.saga-map-container svg path.map-clickable.group-hover {
		opacity: 1 !important;
		filter: none !important;
	}

	.saga-map-container svg path.map-clickable:active {
		opacity: 0.7 !important;
		filter: brightness(1.2) !important;
	}
}