/* ------------------------------------------------------------------------- */
/* 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);
}


/* 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;
}



/* ------------------------------------------------------------------------- */
/* 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-top: 50px;
		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%;
		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: 50px;
	}
	
	.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;
	}
	
	.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;
		}	
	
	
	/* 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-top: 50px;
		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 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%;
	}
	
	.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;
}