@charset "UTF-8";

.temple,
.m_content {
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 20px;
}

/*見出し
*************************************************/

.a_ttl {
	font-size: 24px;
	font-weight: bold;
	background-image: url(../images/common/a_ttl_bg.png);
	background-position: bottom;
	padding-bottom: 12px;
	margin-bottom: 40px;
	line-height: 1.3em;
	letter-spacing: 0.2em;
}

.a_ttl>span {
	font-size: 20px;
}

.b_ttl {
	font-size: 20px;
	font-weight: bold;
	border-left: 3px solid #433d3c;
	padding: 13px 0 0 7px;
	letter-spacing: 0.2em;
}

.c_ttl {
	font-size: 18px;
	font-weight: bold;
}


.d_ttl {
	color: #fff;
	background-color: #96514D;
	padding: 14px 16px;
	font-size: 24px;
	font-weight: bold;
	border-radius: 5px;
	line-height: 1.3em;
	margin-bottom: 50px;
}

.e_ttl {
	font-size: 32px;
	border-bottom: 1px solid #433D3C;
	color: #433D3C;
	line-height: 1.3em;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}

.f_ttl {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	line-height: 1.3em;
	background-color: #F6FCD4;
	border-bottom: 3px solid #C3D28C;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
}

.g_ttl {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid #96514D;
	color: #96514D;
	padding: 0 5px 3px 20px;
	line-height: 1.3em;
	margin-bottom: 30px;
}

.h_ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.i_ttl {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 20px;
}

/*テキストリンク
*************************************************/

.txt_link a {
	color: #96514d;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: underline;
}

.txt_link span {
	font-size: 14px;
	letter-spacing: 0;
}

.txt_link01 a {
	color: #96514d;
	font-weight: bold;
	letter-spacing: 0.02em;
}



/**** ボタン
*******************************************/
.btn_01 a {
	background-color: #D1B8D3;
	display: inline-block;
	padding: 9px 55px 9px 45px;
	border-radius: 30px;
	font-weight: bold;
	font-size: 16px;
	max-width: 380px;
	text-align: center;
	letter-spacing: 0.1em;
}


.btn_01 span {
	position: relative;
}

.btn_01 span:after {
	content: "\f101";
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	right: -20px;

}



/*テキストタイトル
*************************************************/

.txt_ttl {
	font-size: 15px;
	font-weight: bold;
}

/*ボタンリンク
*************************************************/
.btn_link a {
	color: #433D3C;
	background-color: #CBDA94;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	padding: 10px;
	letter-spacing: 0.1em;
	width: 235px;
}


/*ボーダーボックス
*************************************************/

.box_border {
	border: 1px solid #433d3c;
	padding: 15px;
}

.box_border02 {
	border: 1px solid #AEACAB;
	padding: 30px;
	border-radius: 5px;
}

.box_bg_white {
	background-color: #fff;
	border: 1px solid #C3D28C;
	border-radius: 8px;
	padding: 20px;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 18px;
	color: #96514D;
}



/*画像テキストボックス
*************************************************/

.column01 {
	display: flex;
	justify-content: flex-start;
	position: relative;
}

.column02 {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.top_box_1 .img_bg p,
.top_box .img_bg p {
	margin: 25px 0 10px;
	text-align: center;
	font-size: 15px;
	line-height: 1.5em;
}
.top_box_1 .img_bg img{
    width: 480px;
    height: 285px;
    object-fit: cover;
    font-family: "object-fit:cover;";
}


.top_box_1 .b_ttl,
.top_box .b_ttl {
	margin-bottom: 32px;
}

.top_box_1 p,
.top_box p {
	margin-bottom: 28px;
}

/*column01*/

.column01 .colu_l {
	max-width: 500px;
	width: 100%;
}

.column01 .colu_r {
	max-width: 600px;
	margin-left: 5%;
	width: 100%;
}


/*column02*/

.column02 .colu_r {
	max-width: 520px;
	/*padding-right: 25px;*/
	margin-left: 0;
}

.column02 .colu_l {
	max-width: 600px;
	/*min-width: 600px;*/
	margin-right: 4%;
}




.top_box_1 .img_bg {
	z-index: 0;
}


.img_bg {
	position: relative;
	margin-bottom: 50px;
	max-width: 100%;
}

.img_bg img {
	max-width: 95%;
}

.img_bg .bg {
	position: absolute;
	z-index: -1;
	background-image: url(../images/common/img_bg.png);
	background-size: contain;
}




/*画像３つ並び
*************************************************/

.list_3box {
	display: flex;
	justify-content: space-between;
}

.list_3box li {
	width: 30%;
	text-align: center;
}

.list_3box li img {
	max-width: 100%;
}

.list_3box li p {
	margin-top: 10px;
	font-weight: bold;
}


/*リスト
*************************************************/

/**ドット**/

.list_dot {}

.list_dot>li {
	position: relative;
	padding-left: 16px;
	letter-spacing: 0;
}

.list_dot>li:before {
	position: absolute;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 11px;
	left: 0;
}

/**ナンバー**/

.list_number {
	padding-left: 30px;
}


.list_number>li {}



/*テーブル  
*************************************************/

table {
	border: 2px solid #7D7D7D;
	border-collapse: collapse;
	width: 100%;
	letter-spacing: 0.05em;
}

table th {
	border: 1px solid #7D7D7D;
	padding: 15px 12px;
	background-color: #FCF7CD;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
}

table td {
	border: 1px solid #7D7D7D;
	padding: 12px 25px;
	text-align: left;
	background-color: #fff;
}



.table02 th {
	border-right: 2px dashed #7D7D7D;
}

.table03 {
	width: 930px;
	margin: 0 auto;
}

.table03 caption {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 21px;
	padding: 15px 10px;
	font-weight: bold;
	border-left: 2px solid #7D7D7D;
	border-right: 2px solid #7D7D7D;
	border-top: 2px solid #7D7D7D;
}

.table03 th {
	border-right: 2px dashed #7D7D7D;
	background-color: transparent;
	width: 230px;
}

.table03 td {
	background-color: transparent;
	padding: 10px 40px;
}

.table03 a {
	color: #96514d;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-decoration: underline;
}


/*  media
*************************************************/

.scroll_txt {
	display: none;
}


@media (max-width: 1000px) {}


@media (max-width: 768px) {

	.btn_01 {
		text-align: center;
	}


	/*画像テキストボックス
*************************************************/
	.column01 {
		display: block !important;
		margin-bottom: 50px;
	}

	.column01 .colu_l {
		margin: 0 auto 50px;
		/*padding-right: 15px;*/
	}

	.column01 .colu_r {
		margin: 0 auto;

	}

	.column02 {
		display: flex;
		flex-wrap: wrap-reverse;
		margin: 100px 0 50px;
	}

	.column02 .colu_r {
		margin: 0 auto 50px;
		padding-right: 15px;
	}

	.column02 .colu_l {
		min-width: 100%;
	}

	/*画像３つ並び
*************************************************/
	.list_3box {
		display: block;
	}

	.list_3box li {
		width: 100%;
		margin-bottom: 30px;
	}

	/*テーブル  
*************************************************/
	table {
		margin-bottom: 0;
	}


	.table_slide td,
	.table_slide th {
		white-space: nowrap;

	}

	.scroll_txt {
		display: block;
		color: #CC0000;
		font-size: 12px;
		font-weight: bold;
		margin: 20px 0 10px;
	}

	.scroll-table {
		overflow-x: auto;
		width: 100%;
	}

	.scroll-table::-webkit-scrollbar {
		height: 5px;
	}

	.scroll-table::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}

	.scroll-table::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.scroll-table::-webkit-scrollbar-thumb {
		background: #888;
	}



	.m_content {
		margin-top: 120px;
	}

	table {
		border: 1px solid #7D7D7D;
	}

	.table02 th {
		border-right: 1px solid #7D7D7D;
	}

	.table02 th,
	.table02 td {
		display: block;
		width: 100% !important;
	}


}


@media (max-width: 500px) {
	.img_bg img {
		max-width: 95%;
	}

	.column02 .colu_r {
		padding-right: 0;
	}

}