﻿@charset "utf-8";

@media all and (-ms-high-contrast: none){
  .title02_1 {
    height: 110px; /* IE10以上 */
  }
  .btn_type02 a {
  	height: 75px;
  }
  #dropmenu li.navi_h1 {
  	width: auto !important;
  }
}


/*アクセス解析用
---------------------------------------------------------------------------*/
img[src*="analytics.global-websystem.net"] {
    position: absolute;
    left: -100px;
    bottom: -100px;
}

/* ページ全体の基本レイアウト
---------------------------------------------------- */
body {
	background:#fff;
	font-size:15px;
	color:#3d3d3d;
	min-width:1200px;
}

a:link {
	color:#0997f2;
	text-decoration:none;}
a:visited {
	color:#0997f2;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}

#wrapper {
	width:100%;
	margin: 0 auto;
}

#contents {
	width:1080px;
	margin:0 auto 50px;
	padding:60px 0 20px;
	display:flex;
	flex-wrap: wrap;
	/*justify-content:space-between;*/
}

.space_20 {
	width: 100%;
	height:20px;
	display: block;
}

.space_40 {
	width: 100%;
	height:40px;
	display: block;
}

.space_80 {
	width: 100%;
	height:80px;
	display: block;
}

span a.anchor {
	width: 20px;
	display: block;
}

.wc_anctxt {
	/*position: fixed;*/
}

.title03 .wc_anctxt,
.title05 .wc_anctxt,
.title07 .wc_anctxt,
.title08 .wc_anctxt {
 position: fixed;
}

.wc_anctxt img {
	width:100%;
	display:none;
	vertical-align: top;
}
.youtube {
	text-align: center;
}
/*.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}*/


/* ヘッダー
---------------------------------------------------- */
#head {
	width:100%;
	margin:0 auto;
	position:relative;
}

#head_in {
	width:1280px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

	#head h1 {
		display:none;
	}
	
	#logo {
		padding:10px 0 10px;
	}
	
	#head_r {
	}
	
	#head_r_in {
		display:flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	.head_box01 {
		padding:8px 10px 0 0;
		display:flex;
	}
	
		.head_box01 dt {
			font-size:13px;
			line-height:1.2;
		}
			
		.head_box01 dd {
			font-size:13px;
			line-height:1.2;
		}
		
	.head_tel01 {
		margin:5px 10px 0 0;
		font-size:22px;
		color:#4b4b4b;
		background:url(../img/icon_tel02.png) no-repeat 0 5px;
		padding:0 0 0 18px;
		line-height:1.2;
		display:inline-block;
		vertical-align:top;
	}
	
	.head_btn {
		width:150px;
		border-bottom:1px solid #611531;
		border-left:1px solid #611531;
		border-right:1px solid #611531;
	}
	
		.head_btn p {
		}
		
		.head_btn a {
			width:150px;
			height:35px;
			display: flex;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			color:#fff;
			text-align:center;
			background:#611531;
			transition: .3s;
		}
		
		.head_btn a:visited {
			color:#fff;
			text-decoration:none;}
			
		.head_btn a:hover {
			color:#611531;
			background:#fff;
		}

#header {
	width:100%;
	margin:0 auto;
	background:rgba(0,0,0,1.0);
	border-bottom:6px solid #8a6c4f;
	position:relative;
	overflow:hidden;
}

	#header_img {
		display:block;
		opacity: 0.5;
	}
	
		#header_img img {
			position: relative;
			top: 50%;
			left: 50%;
			width: auto;
			height: 300px;
			-webkit-transform: translate(-50%,0);
			-ms-transform: translate(-50%,0);
			transform: translate(-50%,0);
		}
		
#header_txt {
	box-sizing:border-box;
	/*background: rgba(255,255,255, .4);*/
	padding:30px 120px;
	position: absolute;
	top: 55%;
	left: 50%;
	-webkit-transform: translate(-50%, -55%); /* Safari用 */
	transform: translate(-50%, -55%);
	text-align:center;
	z-index:210;
	box-sizing:border-box;
}
	
	#header_txt .lead {
		position: relative;
		display: inline-block;
		font-size:32px;
		line-height:1.2;
		color:#fff;
		text-shadow:1px 0px 1px rgba(0,0,0,0.5);
	}
	
	#header_txt h2 {
		padding:15px 0 5px 0px;
		color:#fff;
		font-size:40px;
		/*font-weight:700;*/
		line-height:1.2;
		letter-spacing:5px;
		text-shadow:1px 0px 1px rgba(0,0,0,0.5);
	}

/* TEL
---------------------------------------------------- */

.contact_tel_box01 {
	margin:0 0 30px;
	display:flex;
	align-items: center;
}

.contact_tel01 {
	margin: 10px 10px 10px 0;
	font-size:24px;
	font-weight:bold;
	color:#4b4b4b;
	background:url(../img/icon_tel01.png) no-repeat 0 2px;
	padding:0 0 0 28px;
	line-height:1.2;
	display:inline-block;
	vertical-align:top;
}

.contact_tel02 {
	font-size:14px;
	line-height:1.2;
	padding:5px 0;
	color:#4b4b4b;
	margin:0 8px 0px;
}


/* CONTACT バナー
---------------------------------------------------- */
.ft_contact_bnr {
	margin:10px 0;
	display:table;
}

	.ft_contact_bnr dt {
		width:150px;
		padding:10px 10px 10px 10px;
		line-height: 1.8;
		display:table-cell;
		vertical-align: middle;
		border-right:1px solid rgba(0,0,0,0.2);
		font-size:18px;
		letter-spacing:2px;
		color:#715830;
		text-align:center;
	}
		
	.ft_contact_bnr dd {
		padding:10px 10px 8px 35px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
		text-align:left;
	}
	
.ft_contact_bnr_box01 {
	width:100%;
}

.ft_contact_bnr_box02 {
	display:flex;
	flex-wrap: wrap;
}

.ft_contact_bnr_box03 {
	display:flex;
	flex-wrap: wrap;
}

.ft_contact_bnr_btn {
	padding:0 0 0 25px;
}
	
.ft_contact_bnr_txt01 {
	font-size:16px;
	line-height:1.4;
	padding:2px 0 0 0;
}

.ft_contact_bnr_txt02 {
	font-size:14px;
	padding:2px 0 0 0;
}
.ft_contact_bnr_txt03 {
	font-size:14px;
	padding:2px 0 0 10px;
}

.ft_tel_txt01 {
	font-size:26px;
	letter-spacing:-1px;
	color:#4b4b4b;
	background:url(../img/icon_tel01.png) no-repeat 0 5px;
	padding:0 0 0 25px;
	line-height:1.2;
	margin:8px 0 0;
	display:inline-block;
}


/* フッターバナー
---------------------------------------------------- */
#ft_bnr {
	width:100%;
	margin:0 auto;
	padding:30px 0 0px;
	background:#faf5f0;
}

	#ft_bnr_in {
		width:1230px;
		margin:0 auto;
		display:flex;
		flex-wrap: wrap;
	}
	
	.ft_bnr_box01 {
		width:380px;
		margin:0 15px 30px;
		text-align:center;
	}


/* フッター
---------------------------------------------------- */	
#foot_about {
	width:1200px;
	padding:50px 0 50px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	flex-direction: row-reverse;
}

	#foot_about_l {
		width:400px;
	}
	#foot_about_r {
		width:750px;
	}
	
	.foot_about_box01 {
		padding:30px 0 30px;
	}
	.foot_about_box02 {
		padding:0 5px;
	}
	
	.foot_about_txt01 {
		font-size:14px;
		line-height:1.6;
	}
	
	.foot_about_btn01 {
		margin:20px 0 0;
		display:flex;
		flex-wrap: wrap;
	}
	
	.ftbtn_type01 {
		text-decoration: none;
		font-size:14px;
		letter-spacing:2px;
		background:#4e2f20;
		border:1px solid #4e2f20;
	}
		.ftbtn_type01 a {
			padding: 10px 5px 8px;
			text-align:center;
			display: block;
			color:#fff;
			transition: .3s;
		}
		.ftbtn_type01 a:visited {
			color:#fff;
		}
		.ftbtn_type01 a:hover {
			background:#fff;
			color:#4e2f20;
			text-decoration: none;
		}
		
	.ftbtn_type02 {
		text-decoration: none;
		font-size:14px;
		letter-spacing:2px;
		background:#611531;
		border:1px solid #611531;
	}
		.ftbtn_type02 a {
			padding: 10px 5px 8px;
			text-align:center;
			display: block;
			color:#fff;
			transition: .3s;
		}
		.ftbtn_type02 a:visited {
			color:#fff;
		}
		.ftbtn_type02 a:hover {
			background:#fff;
			color:#611531;
			text-decoration: none;
		}
	
	.ftbtn_s01 {
		width:180px;
		margin:0 10px 0 0;
	}
	
#foot_navi {
	width:100%;
	padding:16px 0 16px;
	background:#193870;
	text-align:center;
}

	#foot_navi ul {
		list-style:none;
		margin:0 auto;
		width:1050px;
		display:flex;
		justify-content:center;
	}
	
	#foot_navi ul li {
		list-style: none;
		font-size:14px;
		line-height:1.8;
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	
	#foot_navi ul li:first-child {
		border-left: 1px solid rgba(255,255,255,0.5);	/*左側に線を入れる*/
	}
	
	#foot_navi ul li a {
		display: block;
		padding:2px 15px 0;
		color:#fff;
	}
	
		#foot_navi ul li a:visited {
			color:#fff;
			text-decoration:none;}
		#foot_navi ul li a:hover {
			color:#f1fa08;
			text-decoration:underline;}

#ft_cp {
	width:100%;
	background:#7f5c48;
	margin:0 auto;
	padding:40px 0 40px;
	text-align:center;
}

.ft_cp_txt {
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	letter-spacing:2px;
	color:#fff;
	letter-spacing:0.5px;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	vertical-align: middle;
}


/* div
---------------------------------------------------- */
.box01 {
	width:1050px;
	margin:0 auto;
}
	.box01_1 {
		width:1050px;
		margin:0 auto;
		padding:5px 0 8px;
		border-left: solid 5px #65553a;/*左線*/
		background:url(../img/box_bg01.png);
		box-sizing:border-box;
	}
	
.box02 {
	width:1040px;
	margin:0 auto;
}

.box03 {
	width:1030px;
	margin:0 auto;
}

.box04 {
	width:1030px;
	margin:0 auto;
	padding:30px;
	box-sizing:border-box;
	background:url(../img/box_bg01_1.png) #f6ede4;
}

.border_l01 {
	padding:0 0 10px;
	border-bottom: 1px dotted #999;
}

.flexbox_l {
	display:flex;
}

.flexbox_r {
	display:flex;
	flex-direction: row-reverse;
	justify-content:space-between;
}

.flexbox_c {
	display:flex;
	justify-content:center;
	align-items: center;
}

.txt_box01 {
	margin:0 10px;
}

.txt_box02 {
	margin:0 10px 0 30px;
}

.txt_box03 {
	margin:0 30px 0 10px;
}

.txt_box04 {
	margin:0 0 0 20px;
}

.left_box01 {
	margin:0 40px 0 10px;
}

.right_box01 {
	margin:0 10px 0 40px;
}

.left_box02 {
	margin:0 10px 0 10px;
}

.right_box02 {
	margin:0 10px 0 10px;
}

.img_box01 {
	margin:0 5px 0 25px;
	width:500px;
}

.img_box02 {
	margin:0 25px 0 25px;
	width:310px;
}

	.img_box02_1 {
		margin:0 0px 0 25px;
		width:325px;
	}

.img_box03 {
	margin:0 5px 0 25px;
	width:235px;
}

	.img_box03_1 {
		margin:0 -3px 0 25px;
		width:240px;
	}

.img_box04 {
	height:350px;
	margin:0 auto 20px;
	padding:40px 0;
	background: rgb(246,237,228);
	background: linear-gradient(0deg, rgba(246,237,228,1) 0%, rgba(255,255,255,0.17969194513742992) 100%);
	display:flex;
	justify-content: center;
	align-items: center;
}

.img_box05 {
	margin:0 auto 20px;
	padding:20px 20px;
	background: rgb(246,237,228);
	background: linear-gradient(0deg, rgba(246,237,228,1) 0%, rgba(255,255,255,0.17969194513742992) 100%);
}




/* フォントサイズ指定
---------------------------------------------------- */
.ft_s11 {
	font-size:11px;
}

.ft_s12 {
	font-size:12px;
}

.ft_s13 {
	font-size:13px;
}

.ft_s14 {
	font-size:14px;
}

.ft_s15 {
	font-size:15px;
}

.ft_s16 {
	font-size:16px;
}

.ft_s18 {
	font-size:18px;
}

.ft_s20 {
	font-size:20px;
}

.ft_s22 {
	font-size:22px;
}

/* フォントカラー指定
---------------------------------------------------- */
.ft_c01 {
	color:#e32c0b;
}

.ft_c02 {
	color:#505050;
}


/* フォント
---------------------------------------------------- */
.ft_fmly01 {
	font-family: 'Noto Sans JP', serif;
}

.ft_fmly02 {
	font-family: 'Noto Serif JP', serif;
}

	.ft_fmly02_1 {
		font-family: 'Noto Serif JP', serif;
	}

.ft_fmly03 {
	font-family: "游明朝", "Yu Mincho",'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

	@media all and (-ms-high-contrast: none){
		.ft_fmly03 {
			font-family: Georgia,'MS Mincho', sans-serif;
			-webkit-transform: rotate(.028deg);
			-ms-transform: rotate(.028deg);
			transform: rotate(.028deg);
			font-weight:bold;
		}
	}

.ft_fmly04 {
	font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
}

.page_top01 {
	margin:0 0 100px;
	padding:5px;
	font-size:13px;
	text-align:right;
	border-top:1px dotted #999;
}

.col_txt01 {
	padding:0 2px;
	line-height:2;
}

.col_txt02 {
	padding:35px 25px;
	line-height:2;
	background:url(../img/box_bg01_1.png) #f6ede4;
	border:3px double #c4c3c3;
}

.col_txt03 {
	padding:0px 2px;
	font-size:14px;
	line-height:1.7;
}

.col_txt04 {
	padding:0px 2px;
	font-size:14px;
	line-height:1.7;
}



.point_txt01 {
	position: relative;
	padding:4px 10px 0px 18px;
	line-height:1.4;
}
	.point_txt01:after {
		position: absolute;
		top: 9px;
		left: 0px;
		z-index: 2;
		content: '';
		width: 9px;
		height: 9px;
		background: rgba(25, 140, 136, .8);
		border-radius: 100%
	}


/* タイトルテキスト
---------------------------------------------------- */
.title01 {
	padding:10px 2px 10px 14px;
	font-size:26px;
	line-height:1.8;
	color:#454545;
	border-left: solid 5px #65553a;/*左線*/
	background:url(../img/box_bg01.png);
}
	.title01_1 {
		padding:0px 2px 0px 14px;
		font-size:26px;
		line-height:1.7;
		color:#454545;
	}
	
	.date01 {
		/*display: block;*/
		padding:2px 5px 0px 14px;
		font-size:15px;
	}
	
.title02 {
	padding: 8px 2px 10px 12px;
	font-size: 22px;
	line-height: 1.7;
	color: #454545;
	border-left: solid 5px #611531;
	background: #f6ede4;
}

	.title02_1 {
		width:100%;
		min-height:110px;
		background:#4e3e23;
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
		.title02_1 p {
			padding: 5px 10px 5px 10px;
			font-size: 18px;
			font-weight:300;
			line-height: 1.6;
			letter-spacing:2px;
			color:#fff;
			text-align:center;
		}
	

.title03 {
	font-size: 22px;
	color: #454545;
	overflow: hidden;
	position: relative;
	padding-bottom: 3px;
}
	.title03_in {
		padding:8px 4px;
	}
	.title03:before {
		content: "";
		border-bottom: 3px solid #7f5c48;
		bottom: 0;
		height: 0;
		position: absolute;
		width: 100%;
		z-index: 0;
	}
	.title03:after {
		border-bottom: 3px solid #ddd;
		bottom: 0;
		content: "";
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	
.title04 {
	font-size:20px;
	line-height:1.7;
	color:#454545;
	display: inline;
 	background: linear-gradient(transparent 60%, #bff9f7 60%);
	/*横に余白をつけたり、下にずらしたりするときは以下のpaddingを調整してください*/
	padding:0 5px 0;
}

.title05 {
	position: relative;
	padding: 0 8px 5px 22px;
	font-size:20px;
	color:#454545;
	line-height:1.7;
}
	.title05:before,
	.title05:after {
		position: absolute;
		content: '';
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
	}
	.title05:before {
		top: 12px;
		left: 2px;
		z-index: 2;
		width: 12px;
		height: 12px;
		/*background: rgba(165, 0, 0, .8);*/
		background: rgba(126, 41, 47, .8);
	}
	.title05:after {
		top: 15px;
		left: 5px;
		width: 12px;
		height: 12px;
		/*background: rgba(165, 0, 0, .5);*/
		background: rgba(126, 41, 47, .5);
	}
	
	.title05_1 {
		position: relative;
		padding: 0 8px 0 18px;
		font-size:18px;
		color:#454545;
		line-height:1.7;
		text-align:left;
	}
		.title05_1:before,
		.title05_1:after {
			position: absolute;
			content: '';
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			border-radius:2px;
		}
		.title05_1:before {
			top: 10px;
			left: 0px;
			z-index: 2;
			width: 10px;
			height: 10px;
			/*background: rgba(165, 0, 0, .8);*/
			background: rgba(126, 41, 47, .8);
		}
		.title05_1:after {
			top: 12px;
			left: 2px;
			width: 10px;
			height: 10px;
			/*background: rgba(165, 0, 0, .5);*/
			background: rgba(126, 41, 47, .5);
		}

.title06 {
	padding:10px 0 20px;
	font-size:26px;
	line-height:1.6;
	color:#454545;
}

	.title06_1 {
		padding:10px 0 10px;
		font-size:20px;
		line-height:1.6;
		color:#454545;
	}

.title07 {
	position: relative;
	padding:5px 10px 5px 22px;
	font-size:18px;
	line-height:1.6;
	font-weight: 700;
	color:#454545;
}
	.title07:after {
		position: absolute;
		top: 45%;
		left:2px;
		transform:translateY(-50%);
		content: '';
		width: 14px;
		height:4px;
		background-color:#449ac9;
		border-radius: 4px;
	}
	
	.title07 a {
		display: block;
		color:#454545;
	}
	
		.title07 a:visited {
			color:#454545;
			text-decoration:none;}
		.title07 a:hover {
			color:#449ac9;
			text-decoration:underline;}
			
.title08 {
	font-size:80px;
	margin:0 0 30px;
	line-height:1.2;
	color:rgba(192, 171, 150, .4);
	display: flex;
	align-items: center;
}
	.title08:after {
		border-top: 1px solid rgba(192, 171, 150, .4);
		content: "";
		width:100%; /* 線の長さ */
	}
	.title08:after {
		margin-left: 1rem;
	}

.point_pdf {
	padding:10px 10px 5px 45px;
	line-height:1.4;
	background:url(../img/icon_pdf.png) no-repeat 5px 0;
}
	.point_pdf a {
		display: block;
		color:#666666;
	}
	.point_pdf a:visited {
		color:#666666;
	}
	.point_pdf a:hover {
		color:#0997f2;
	}
	
.cmp_txt_box {
	display:flex;
	justify-content: flex-end;
	align-items: baseline;
}

	.cmp_txt_r01 {
		font-size:26px;
		letter-spacing:4px;
	}
	
	.cmp_txt_r02 {
		font-size:16px;
		letter-spacing:4px;
		margin:0 20px;
	}

/* イメージ
---------------------------------------------------- */
.img01 {
	overflow: hidden;
}

	.img01 img {
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}

	.img01 a img:hover {
		transform: scale(1.2);	/*画像の拡大率*/
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}

.img02 {
	overflow: hidden;
}

	.img02 img {
		outline:6px solid rgba(0, 0, 0, 0.1);
		outline-offset: -6px;
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}

	.img02 a img:hover {
		transform: scale(1.2);	/*画像の拡大率*/
		transition-duration: 0.3s;	/*変化に掛かる時間*/
	}
	
	
/* ボタン
---------------------------------------------------- */
.btn_type01 {
	display: inline-block;
	text-decoration: none;
	background: rgb(51,151,108);
	background: linear-gradient(90deg, rgba(51,151,108,1) 0%, rgba(152,230,215,1) 100%);
	padding:1px;
	box-shadow:4px 4px 0px 1px rgba(78,180,137,0.4);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.btn_type01 a {
		padding: 10px 10px 8px;
		text-align:center;
		display: block;
		color:#fff;
		transition: .5s;
		background:url(../img/btn_point01.png) no-repeat center right 5px;
	}
	.btn_type01 a:visited {
		color:#fff;
	}
	.btn_type01 a:hover {
		background:url(../img/btn_point01.png) no-repeat center right 5px #fff;
		color:#4eae89;
		text-decoration: none;
	}

.btn_type02 {
	text-decoration: none;
	border:1px solid rgb(51,151,108,0.4);
	box-shadow:4px 4px 0px 1px rgba(0,0,0,0.1);
	background: rgb(51,151,108);
	background: linear-gradient(0deg, rgba(51,151,108,0.2) 0%, rgba(255,255,255,0.1) 100%);
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
}
	.btn_type02 a {
		box-sizing:border-box;
		min-height:75px;
		padding: 5px 5px 3px;
		text-align:center;
		display:flex;
		flex-wrap: wrap;
		justify-content:center;
		align-items: center;
		font-size:14px;
		line-height:1.4;
		color:#2c2c2c;
		transition: .3s;
	}
	.btn_type02 a:visited {
		color:#2c2c2c;
	}
	.btn_type02 a:hover {
		background:rgb(51,151,108,0.8);
		color:#fff;
		text-decoration: none;
	}
	
.btn_type_pdf01 {
	display: inline-block;
	text-decoration: none;
	background: rgb(51,151,108);
	background: linear-gradient(90deg, rgba(51,151,108,1) 0%, rgba(152,230,215,1) 100%);
	padding:1px;
	box-shadow:4px 4px 0px 1px rgba(78,180,137,0.4);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.btn_type_pdf01 a {
		padding: 10px 5px 8px 45px;
		display: block;
		text-align:left;
		color:#fff;
		transition: .5s;
		background:url(../img/btn_point01.png) no-repeat center right 5px, url(../img/icon01.png) no-repeat left 10px center;
	}
	.btn_type_pdf01 a:visited {
		color:#fff;
	}
	.btn_type_pdf01 a:hover {
		background:url(../img/btn_point01_on.png) no-repeat center right 5px, url(../img/icon01_on.png) no-repeat left 10px center  #fff;
		color:#4eae89;
		text-decoration: none;
	}
	
.btn_type_xls01 {
	display: inline-block;
	text-decoration: none;
	background: rgb(51,151,108);
	background: linear-gradient(90deg, rgba(51,151,108,1) 0%, rgba(152,230,215,1) 100%);
	padding:1px;
	box-shadow:4px 4px 0px 1px rgba(78,180,137,0.4);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.btn_type_xls01 a {
		padding: 10px 5px 8px 45px;
		display: block;
		text-align:left;
		color:#fff;
		transition: .5s;
		background:url(../img/btn_point01.png) no-repeat center right 5px, url(../img/icon02.png) no-repeat left 10px center;
	}
	.btn_type_xls01 a:visited {
		color:#fff;
	}
	.btn_type_xls01 a:hover {
		background:url(../img/btn_point01_on.png) no-repeat center right 5px, url(../img/icon02_on.png) no-repeat left 10px center  #fff;
		color:#4eae89;
		text-decoration: none;
	}
	
.btn_s01 {
	width:100%;
}

.btn_s02 {
	margin:15px 0 0;
	width:280px;
}

.btn_s03 {
	margin:10px 0 0 20px;
	width:280px;
}

.btn_s04 {
	margin:25px 0 0;
	width:320px;
}

.btn_s05 {
	width:450px;
}

.btn_pos01 {
	text-align:left;
}

.btn_pos02 {
	text-align:right;
}

.btn_pos03 {
	text-align:center;
}	
	

/* サイド
---------------------------------------------------- */



/* ul
---------------------------------------------------- */
.list_type01 {
	list-style-type: none;
	padding: 5px 5px 5px 5px;
}
	.list_type01 li:before {
		content: "・";  /*リストマーカーを変更*/
		margin-left:-15px;
	}

.list_type01 li {
	padding:0 0 10px 15px;
	text-align:left;
}

.list_type02 {
	list-style-type: none;
	padding: 5px 5px 5px 25px;
	line-height:2;
	counter-reset: cnt;
}
	.list_type02 li:before {
		display: marker;
		content: "(" counter(cnt) ") ";  /*リストマーカーを変更*/
		margin-left:-28px;
		counter-increment: cnt;
	}

	.list_type02_1 li {
		padding:0 0 10px 20px;
	}
	
	.list_type02_1 {
		list-style-type: none;
		padding: 5px 5px 5px 25px;
		line-height:2;
		counter-reset: cnt;
	}
		.list_type02_1 li:before {
			display: marker;
			content: counter(cnt) ". ";  /*リストマーカーを変更*/
			margin-left:-20px;
			counter-increment: cnt;
		}
	
	.list_type02_1 li {
		padding:0 0 10px 20px;
	}

.list_type03 {
	list-style-type: none;
	font-size:14px;
}

.list_type03 li {
	padding:0 0 5px 18px;
	position:relative;
}

	.list_type03 li:before {
		content: "※";  /*リストマーカーを変更*/
		position:absolute;
		top:0;
		left:0;
	}
	
.list_type03_1 {
	list-style-type: none;
}

.list_type03_1 li {
	padding:0 0 5px 18px;
	position:relative;
}

	.list_type03_1 li:before {
		content: "※";  /*リストマーカーを変更*/
		position:absolute;
		top:0;
		left:0;
	}
	
.list_type04 {
	list-style-type: none;
	padding: 5px 5px 5px 15px;
	line-height:2;
	counter-reset: cnt;
}
	.list_type04 li:before {
		display: marker;
		content: counter(cnt) ". ";  /*リストマーカーを変更*/
		margin-left:-28px;
		counter-increment: cnt;
	}

.list_type04 li {
	padding:0 0 10px 20px;
}


/* アーカイブ
---------------------------------------------------- */
.archive_navi01 {
	width:1030px;
	margin:0 auto 60px;
	padding:15px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(../img/box_bg01_1.png) #f6ede4;
}

	.archive_navi01 ul {
		display:block;
		padding:15px 0 0;
		display:flex;
		flex-wrap: wrap;
	}

	.archive_navi01 ul li {
		list-style: none;
		margin:0 -4px 10px 20px;
		width:235px;
	}
	
	.archive_navi01 ul li a {
		padding: 5px 15px 3px 15px;
		display: block;
		color:#474747;
		transition: .3s;
		background:#fff;
		border:1px solid #af967e;
		text-align:center;
	}
	
		.archive_navi01 ul li a:visited {
			color:#474747;
			text-decoration:none;}
		.archive_navi01 ul li a:hover {
			color:#484848;
			background:#f6ede4;
			text-decoration:underline;}
			
.archive_navi_txt {
    padding: 8px 5px 4px;
    color:#fff;
	font-size:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#611531;
    text-align: center;
	margin:0 10px 10px 10px;
}


/* サムネイル画像
---------------------------------------------------- */
.thumbnail_box01 {
	padding:20px 0 0;
	display:flex;
	flex-wrap: wrap;
}

	.thumbnail_box01 li {
		list-style: none;
		margin:0 20px 20px 0;
		width:320px;
	}

/* dl
---------------------------------------------------- */
.dl_box01 {
	width:1030px;
	margin:0 auto;
	border:1px #CCCCCC solid;
	display:table;
}

	.dl_box01 dt {
		width:170px;
		padding:10px 10px 8px 10px;
		line-height:2;
		display:table-cell;
		background:#f8f8f8;
		border-right:1px #fff solid;
		vertical-align:top;
	}
		
	.dl_box01 dd {
		padding:10px 10px 8px 10px;
		line-height:2;
		display:table-cell;
		border-left:1px #CCCCCC solid;
		vertical-align:top;
	}
	
	.dl_box01_1 {
		width:1030px;
		margin:0 auto;
		border:1px #CCCCCC solid;
		display:table;
	}
	
		.dl_box01_1 dt {
			width:600px;
			padding:10px 10px 8px 10px;
			line-height:2;
			display:table-cell;
			background:#f8f8f8;
			border-right:1px #fff solid;
			vertical-align:top;
		}
			
		.dl_box01_1 dd {
			padding:10px 10px 8px 10px;
			line-height:2;
			display:table-cell;
			border-left:1px #CCCCCC solid;
			vertical-align:top;
		}

.dl_box02 {
	width:1030px;
	margin:0 auto;
	border-left:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	display:table;
}

	.dl_box02 dt {
		width:170px;
		padding:10px 10px 8px 10px;
		line-height: 1.8;
		display:table-cell;
		background:#f8f8f8;
		border-right:1px #fff solid;
		vertical-align:top;
	}
		
	.dl_box02 dd {
		padding:10px 10px 8px 10px;
		line-height:2;
		display:table-cell;
		border-left:1px #CCCCCC solid;
		vertical-align:top;
	}
	
	.dl_box02_1 {
		width:1030px;
		margin:0 auto;
		border-left:1px #CCCCCC solid;
		border-right:1px #CCCCCC solid;
		border-bottom:1px #CCCCCC solid;
		display:table;
	}
	
		.dl_box02_1 dt {
			width:600px;
			padding:10px 10px 8px 10px;
			line-height: 1.8;
			display:table-cell;
			background:#f8f8f8;
			border-right:1px #fff solid;
			vertical-align:top;
		}
			
		.dl_box02_1 dd {
			padding:10px 10px 8px 10px;
			line-height:2;
			display:table-cell;
			border-left:1px #CCCCCC solid;
			vertical-align:top;
		}

.dl_box03 {
	width:1030px;
	margin:0 auto;
	border-bottom:1px #CCCCCC dashed;
	display:table;
}

	.dl_box03 dt {
		width:150px;
		padding:10px 5px 8px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
		
	.dl_box03 dd {
		padding:10px 10px 8px 10px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
	
.dl_box04 {
	width:100%;
	margin:0 auto;
	border-bottom:1px #CCCCCC dashed;
	display:table;
}

	.dl_box04 dt {
		width:60px;
		padding:10px 5px 8px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
		
	.dl_box04 dd {
		padding:10px 0px 8px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
	
.dl_box05 {
	width:100%;
	margin:0 auto;
	border-bottom:1px #CCCCCC dashed;
	display:table;
}

	.dl_box05 dt {
		width:60px;
		padding:5px 0 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
	
		.dl_box05 dt p {
			padding: 7px 0 5px;
			font-size: 15px;
			line-height:1.4;
			color:#fff;
			text-align: center;
			background-color: #a68e68;
			border-radius: 6px;
		}
		
	.dl_box05 dd {
		padding:7px 0px 5px 20px;
		line-height: 1.8;
		display:table-cell;
		vertical-align: middle;
		text-align:left;
	}
	
.dl_box06 {
	width:100%;
	margin:0 auto;
	display:table;
}

	.dl_box06 dt {
		width:20px;
		padding:5px 5px 3px 5px;
		line-height: 1.2;
		display:table-cell;
		vertical-align:top;
		text-align:center;
		font-size:24px;
		font-weight:700;
		color:#088564;
	}
		
	.dl_box06 dd {
		padding:5px 0px 3px 5px;
		line-height: 1.2;
		display:table-cell;
		vertical-align:top;
		font-size:24px;
		font-weight:700;
		letter-spacing:1px;
	}
	
.dl_box07 {
	width:100%;
	margin:0 auto;
	display:table;
}

	.dl_box07 dt {
		width:20px;
		padding:5px 5px 3px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
		
	.dl_box07 dd {
		padding:5px 0px 3px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
	
	.dl_box07 dd p {
		font-weight:700;
	}

.dl_box08 {
	width:100%;
	margin:0 auto;
	display:table;
}

	.dl_box08 dt {
		width:30px;
		padding:5px 5px 3px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
		text-align:right;
	}
		
	.dl_box08 dd {
		padding:5px 0px 3px 5px;
		line-height: 1.8;
		display:table-cell;
		vertical-align:top;
	}
	
.dl_box_ls01 {
	width:100%;
	padding:0 40px 0 0;
	box-sizing:border-box;
}

.dl_box_rs01 {
	width:100%;
	padding:0 0 0 40px;
	box-sizing:border-box;
}


/* テーブル
---------------------------------------------------- */
.tbl_box01 {
	width:1030px;
	margin:0 auto;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background:#FFFFFF;	
}

	.tbl_box01 th,
	.tbl_box01 td {
		padding: 8px 10px 5px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		/*font-size:12px;*/
	}
	
.tbl_box02 {
	width:100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background:#FFFFFF;
}

	.tbl_box02 th,
	.tbl_box02 td {
		padding: 8px 5px 5px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		font-size:14px;
	}

.tbl_box03 {
	width:1030px;
	margin:0 auto;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background:#FFFFFF;	
}

	.tbl_box03 th,
	.tbl_box03 td {
		padding: 8px 10px 5px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		font-size:14px;
	}
	
	.td_s01 {
		width:330px;
	}
	.td_s02 {
		width:170px;
	}
	.td_s03 {
		width:260px;
	}
	.td_s04 {
		width:323px;
	}
	.td_s05 {
		width:237.5px;
	}
	.td_s06 {
		width:150px;
	}
		.td_s06_1 {
			width:150px;
		}
	.td_s07 {
		width:200px;
	}
	
	.schdtd_s01 {
		width:90px;
	}
	.schdtd_s02 {
		width:50px;
	}
	.schdtd_s03 {
		width:150px;
	}
	.schdtd_s04 {
		width:50px;
	}
	.schdtd_s05 {
		width:180px;
	}
	.schdtd_s06 {
		width:150px;
	}

.prc_box01 {
	width:1030px;
	margin:0 auto;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background:#FFFFFF;	
}

	.prc_box01 th,
	.prc_box01 td {
		padding: 8px 8px 5px;
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		font-size:14px;
	}
	
	.prctd_txt01 {
		font-size:14px;
		line-height:1.4;
	}
	.prctd_txt02 {
		font-size:12px;
		line-height:1.4;
	}
	
	.prctd_s01 {
		width:100px;
	}
	.prctd_s02 {
		width:100px;
	}
	.prctd_s03 {
		width:100px;
	}
	.prctd_s04 {
		width:300px;
	}
	.prctd_s05 {
		width:120px;
	}
	.prctd_s06 {
		width:50px;
	}
		
	
	.td_c01 {
		background:#f8f8f8;
	}
	.td_c02 {
		background:rgba(238, 255, 238, 0.8);
	}
	.td_c03 {
		background:rgba(255, 200, 200, 0.2);
	}
	.td_c04 {
		background:rgba(255, 240, 220, 0.8);
	}
	.td_c05 {
		background:#f8f8f8;
	}
	
	.t_va01 {
		vertical-align:middle;
	}
	
.tbl_box_s01 {
	width:100%;
	box-sizing:border-box;
}
	
	
/* スクロールテーブル
---------------------------------------------------- */
.sct_box01 {
	width:100%;
}

.sct_box02 {
	margin:0;
	width:33.33333% ; /* 未対応ブラウザ用フォールバック */
	width:-webkit-calc(100% / 3) ;
	display:flex;
	border-bottom: 1px solid #CCC;
	font-size:14px;
}

	.sct_box02 dt {
		width:70px;
		padding:10px 5px 8px 5px;
		text-align:center;
		border-right: 1px solid #CCC;
	}
		
	.sct_box02 dd {
		width:100%;
		padding:10px 10px 8px 10px;
		box-sizing:border-box;
		border-right: 1px solid #CCC;
		line-height:2;
	}
	
.sct_dtc01 {
	background:rgba(255, 240, 220, 0.8);
}

.sct_txt01 {
	padding:0 0 5px;
	margin:0 0 5px;
	border-bottom: 1px solid #CCC;
}

.sct_txt02 {
}

.sct_txtc01 {
	font-size:13px;
	line-height:1.4;
	color:rgba(255, 90, 70, 1);
	margin:5px 0;
	padding:0 0 0 12px;
	position:relative;
}
	.sct_txtc01:after {
		position: absolute;
		top: 5px;
		left: 0px;
		z-index: 2;
		content: '';
		width: 8px;
		height: 8px;
		background: rgba(255, 90, 70, 1);
		border-radius: 100%
	}


/* スケジュール
---------------------------------------------------- */
.schdl_box01 {
	width:1030px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-sizing:border-box;
}

	
/* フロー
---------------------------------------------------- */	
.flw_box01 {
	width:100%;
	padding:10px;
	display:table;
	background-color: #f8f8f8;
	border-radius: 10px;
	box-sizing:border-box;
}

	.flw_box01 dt{
		color: #FFF;
		width: 150px;
		display:table-cell;
		vertical-align:top;
	}
	
	.flw_box01 dt p {
		padding: 10px 0 10px;
		font-size: 16px;
		text-align: center;
		background-color: #305c73;
		border-radius: 6px;
	}
	
	.flw_box01 dd {
		padding: 0 0 0 30px;
		display:table-cell;
		vertical-align: middle;
	}
	
	.flw_box01 dd p {
		padding: 5px 0 5px;
		font-size: 21px;
		color:#305c73;
		line-height:1.6;
		font-weight:700;
	}
	
.flw_txt01 {
	padding:0 10px;
	line-height:2;
}
	
.arrow_set01{
	padding:20px 0 0;
	width:100%;
	height:25px;
	border-top: 1px solid #ece6e7;
	background:url(../img/arrow01.png) no-repeat bottom center;
}

/*FAQ
---------------------------------------------------- */	
.faqset {
}

.faq_txt_box01 {
	background:rgba(93, 184, 180, 0.2);
	padding:8px 10px;
	margin:0 0 30px;
	border-radius:10px;
}
	.faq_txt_q01 {
		position: relative;
		padding: 5px 30px 3px 45px;
		font-size:20px;
		line-height:1.6;
		color:#2c2c2c;
		background:url(../img/icon_q01.png) no-repeat 6px 5px;
	}
	
.faq_txt {
	padding:0 15px 50px 60px;
	line-height:2;
	background:url(../img/icon_a01.png) no-repeat 15px 0;
}

	.faq_txt_a01 {
		padding:5px 0 0;
	}
	

/* before after
---------------------------------------------------- */
.bfr_box01 {
	width:1030px;
	margin:0 auto;
	display:flex;
	justify-content: center;
	/*justify-content:space-between;*/
}

	.bfr_box02 {
		margin:0 40px;
		width:310px;
	}
	
	.bfr_box03 {
		margin:0 40px;
		width:400px;
	}
	
.bfr_point01 {
	margin:160px 0 0;
	width:25px;
	background: url(../img/arrow02.png) no-repeat;
}

.bfr_point02 {
	margin:110px 0 0;
	width:25px;
	background: url(../img/arrow02.png) no-repeat;
}

.bfr_txt01 {
	padding:10px 2px;
	font-size:14px;
	line-height:1.7;
}
	

/* トップページ
---------------------------------------------------- */
#mv {
	width:100%;
	margin:0 auto;
	border-bottom:8px solid #4eae89;
	position:relative;
	overflow:hidden;
}
	
	.mv_box01 {
		width:100%;
		margin:0 auto;
	}
	
	.mv_box01 img {
		position: relative;
		top: 50%;
		left: 50%;
		width: auto;
		height: 810px;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	
	.mv_in {
		position: absolute;
		bottom:40px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index:100;
	}
	
#top_conte01 {
	width:100%;
	padding:60px 0 60px;
}

	#top_conte01_in {
		width:1230px;
		margin:0 auto;
		display:flex;
		flex-wrap: wrap;
	}
	
	.top_conte01_box01 {
		width:380px;
		margin:0 15px 50px;
		padding:0 5px;
		box-sizing:border-box;
		position:relative;
	}
	
	.top_conte01_title01 {
		font-size:16px;
		font-weight:700;
		color:#3f3f3f;
		padding:0 4px;
	}
	
	.top_conte01_txt01 {
		margin:10px 0;
		padding:8px 5px;
		font-size:14px;
		line-height:1.4;
		text-align:center;
		background:url(../img/box_bg01_1.png) #f6ede4;
	}
	
#top_conte02 {
	width:100%;
	padding:95px 0 95px;
	background:url(../img/box_img01.jpg) no-repeat center center;
}

	#top_conte02_in {
		width:1200px;
		margin:0 auto;
	}
	
#top_conte03 {
	width:100%;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}
	
	.top_conte03_box01 {
		margin:0;
		width:25% ; /* 未対応ブラウザ用フォールバック */
		width:-webkit-calc(100% / 4) ;
		text-align: center;
		box-sizing:border-box;
		position:relative;
		z-index:2;
	}
	.top_conte03_box02 {
		box-sizing:border-box;
		position:absolute;
		top: 50%;
		left: 50%;
		width: 92%;
		height:90%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		border:1px solid #FFF;
		background:rgba(0,0,0,0.5);
		background: rgb(51,151,108,0.2);
		background: linear-gradient(90deg, rgba(51,151,108,0.4) 0%, rgba(152,230,215,0.2) 100%);
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.top_conte03_title01 {
		font-size:36px;
		line-height:1.8;
		letter-spacing:5px;
		color:#fff;
		margin:20px auto 20px;
	}

#top_conte04 {
	width:100%;
	margin:0 auto;
}

#top_conte05 {
	width:100%;
	margin:0 auto;
	padding:80px 0;
	background:#fff;
}

	.top_conte05_in {
		position:absolute;
		width:1200px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
		.top_conte05_in_box01 {
			width:610px;
			padding:60px 60px 60px 0;
			background:#fff;
			box-sizing:border-box;
		}

	.top_conte05_box01 {
		width:100%;
		margin:0 auto;
		position:relative;
		background:#fff;
	}
	
	.top_conte05_img01 {
		width:100%;
		text-align:right;
	}
	
	
.top_box01 {
	margin:0 auto 25px;
}

.top_box02 {
	margin:0 auto 45px;
}

.top_box03 {
	margin:0 auto 25px;
}

/* 基本設定： 背景
--------------------------------------------*/

.cd-fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
	padding:365px 0 0;
	background-image:url(../img/bg_img01.jpg);
}

.cd-fixed-bg.cd-bg-2 {
	padding:365px 0 0;
	background-image:url(../img/bg_img02.jpg);
}


/* TOPテキスト
---------------------------------------------------- */
.en_txt01 {
	font-size:18px;
	font-weight:700;
	line-height:1.2;
	color:#96794b;
}

	.en_txt01_1 {
		font-size:18px;
		/*font-weight:700;*/
		line-height:1.2;
		color:#96794b;
	}

.en_txt02 {
	font-size:38px;
	line-height:1.2;
	letter-spacing:5px;
	color:#262626;
}

.ja_txt01 {
	font-size:38px;
	line-height:1.6;
	color:#262626;
	padding:0 0 5px;
}

	.ja_txt01_1 {
		font-size:38px;
		line-height:1.4;
		color:#262626;
		padding:5px 0 0;
	}

.ja_txt02 {
	font-size:20px;
	line-height:1.6;
	letter-spacing:2px;
	color:#96794b;
}
	
.top_title01 {
	font-size:30px;
	letter-spacing:2px;
	line-height:1.5;
	color:#715830;
	padding:0 0 5px;
}

	.top_title01_1 {
		font-size:30px;
		letter-spacing:2px;
		line-height:1.5;
		color:#715830;
		padding:0 0 5px;
	}
	
	.top_title01_2 {
		font-size:26px;
		letter-spacing:2px;
		line-height:1.5;
		color:#715830;
		padding:0 0 5px;
	}
	
	.top_title01_3 {
		font-size:22px;
		letter-spacing:2px;
		line-height:1.5;
		color:#715830;
		padding:0 0 5px;
	}

.top_txt01 {
	letter-spacing:2px;
	line-height:2;
}

	.top_txt01_1 {
		line-height:2.4;
		letter-spacing:2px;
	}

.txt_line01 {
	  display: flex;
	  align-items: center; /* 垂直中心 */
	  justify-content: center; /* 水平中心 */
}
    .txt_line01:before, .txt_line01:after {
		border-top: 1px solid #96794b;
		content: "";
		width: 20px; /* 線の長さ */
    }
    .txt_line01:before {
		margin-right: 10px; /* 文字の右隣 */
    }
    .txt_line01:after {
		margin-left: 10px; /* 文字の左隣 */
    }

/* TOPボタン
---------------------------------------------------- */
.topbtn_type01 {
	display: inline-block;
	text-decoration: none;
	background: rgb(51,151,108);
	background: linear-gradient(90deg, rgba(51,151,108,1) 0%, rgba(152,230,215,1) 100%);
	padding:1px;
	box-shadow:4px 4px 0px 1px rgba(78,180,137,0.4);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.topbtn_type01 a {
		padding: 10px 45px 8px;
		text-align:center;
		display: block;
		color:#fff;
		transition: .5s;
		background:url(../img/btn_point01.png) no-repeat center right 10px;
	}
	.topbtn_type01 a:visited {
		color:#fff;
	}
	.topbtn_type01 a:hover {
		background:url(../img/btn_point01.png) no-repeat center right 10px #fff;
		color:#4eae89;
		text-decoration: none;
	}
	
.topbtn_type02 {
	display: inline-block;
	text-decoration: none;
}
	.topbtn_type02 a {
		padding:2px 0 0 15px;
		text-align:center;
		display: block;
		color:#555555;
		transition: .5s;
		background:url(../img/btn_point02.png) no-repeat center left;
	}
	.topbtn_type02 a:visited {
		color:#555555;
	}
	.topbtn_type02 a:hover {
		background:url(../img/btn_point02.png) no-repeat center left;
		color:#198c88;
	}

.topbtn_type03 {
	display: inline-block;
	text-decoration: none;
	background:rgba(97,21,49,1.0);
	border:1px solid rgba(97,21,49,1.0);
	box-shadow:4px 4px 0px 1px rgba(97,21,49,0.2);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.topbtn_type03 a {
		padding: 10px 45px 8px;
		text-align:center;
		display: block;
		color:#fff;
		transition: .5s;
		background:url(../img/btn_point01.png) no-repeat center right 10px;
	}
	.topbtn_type03 a:visited {
		color:#fff;
	}
	.topbtn_type03 a:hover {
		background:url(../img/btn_point01.png) no-repeat center right 10px #fff;
		color:rgba(97,21,49,1.0);
		text-decoration: none;
	}
	
.topbtn_type04 {
	display: inline-block;
	text-decoration: none;
	background:rgba(0,0,0,0.2);
	border:1px solid rgba(255,255,255,1.0);
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.topbtn_type04 a {
		padding: 10px 45px 8px;
		text-align:center;
		display: block;
		color:#fff;
		transition: .5s;
	}
	.topbtn_type04 a:visited {
		color:#fff;
	}
	.topbtn_type04 a:hover {
		background:#611531;
		color:#fff;
		text-decoration: none;
	}

.topbtn_type05 {
	display: inline-block;
	text-decoration: none;
	background:#e4d5c6;
	border:1px solid #af967e;
	font-size:13px;
	/*-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;*/
}
	.topbtn_type05 a {
		padding: 5px 15px 3px;
		text-align:center;
		display: block;
		color:#555555;
		transition: .5s;
	}
	.topbtn_type05 a:visited {
		color:#555555;
	}
	.topbtn_type05 a:hover {
		background:#fff;
		color:#555555;
		text-decoration: none;
	}
	
.topbtn_s01 {
	width:380px;
}

.topbtn_s02 {
	width:100%;
}

.topbtn_s03 {
	width:300px;
}

.topbtn_ps01 {
	text-align:right;
}

/* 新着エリア
---------------------------------------------------- */
#info {
	width:1200px;
	margin:0 auto;
	padding:80px 0;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.info_in {
	width:560px;
}

.info_txt {
	margin:0 auto 5px;
	padding:0 0 5px;
	border-bottom:5px solid #e4e4e4;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items: center;
}

	.info_txt h3 {
		font-size:30px;
		line-height:1.4;
		color:#a68e68;
		display:inline-block;
		vertical-align:top;
	}
	
	.info_txt02 {
		padding:5px 0 0;
	}
	.info_txt02 p {
		font-size:14px;
	}

	
.info_box {
	width:560px;
	height:300px;
	overflow:auto;
	margin:0 auto;
}

	.info_box01 {
		width:540px;
		margin:0 0 1px 0;
		font-size:14px;
		background:url(../img/line01.gif) repeat-x bottom;
		display:table;
	}
	
		.info_box01 dt {
			width:80px;
			padding:15px 5px 15px 5px;
			line-height:1.8;
			display:table-cell;
			vertical-align:top;
		}
			
		.info_box01 dd {
			padding:15px 10px 15px 20px;
			line-height:1.8;
			display:table-cell;
			vertical-align:top;
		}
	
	.info_box02 {
		width:540px;
		margin:0 0 1px 0;
		font-size:14px;
		background:url(../img/line01.gif) repeat-x bottom;
	}
	
		.info_box02 dt {
			padding:10px 10px 8px 10px;
			line-height:1.8;
			background:#f6ede4;
			display:flex;
			flex-wrap: wrap;
			justify-content:space-between;
			align-items: center;
		}
			
		.info_box02 dd {
			padding:15px 10px 15px 10px;
			line-height:1.8;
		}
	
	.info_box_title01 {
		font-size:15px;
		font-weight:700;
	}
	.info_box_title02 {
		font-size:15px;
		font-weight:700;
	}
	
	.info_box_txt01 {
	}
	.info_box_txt02 {
	}


/* お問い合わせページ
---------------------------------------------------- */
form{
	margin:0 auto;
	font-size:100%;
	width:100%;
}

input,textarea,button{
	margin:0;
	padding:2px;
	font-size:100%;
}

.frm_s01 {
	width:420px;
}

.frm_p01 {
	margin:0 5px 0 0;
}

.btn_ty {
	margin:15px;
	padding:10px 50px;
}


/* MARGIN
--------------------------------------------*/
.sp_bottom10 {
	margin-bottom: 10px;
}

.sp_bottom20 {
	margin-bottom: 20px;
}

.sp_bottom30 {
	margin-bottom: 30px;
}

.sp_bottom40 {
	margin-bottom: 40px;
}

.sp_bottom50 {
	margin-bottom: 50px;
}

.sp_bottom60 {
	margin-bottom: 60px;
}

.sp_bottom70 {
	margin-bottom: 70px;
}

.sp_bottom80 {
	margin-bottom: 80px;
}



/* PAGETOP
---------------------------------------------------- */
.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
	z-index:100;
}
.pagetop_btn a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop_btn a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding:10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* スクロールバー
---------------------------------------------------- */
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:8px;
background-color: #ededec;
}
.vscrollerbar {
width:8px;
background-color: #656463;
}
.hscrollerbase {
height:8px;
background-color: #ededec;
}
.hscrollerbar {
height:8px;
background-color: #656463;
}

.scrollerjogbox {
width:8px;
height:8px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color:#656463;
}

.w30 {
    width: 31%;
    display: inline-block;
    vertical-align: top;
}

.topmessage {
 	margin: 0px auto;
　	text-align:center;
	width:100%;
}

.topmessag01 {
	margin : 20px auto;
	text-align:center;
}

.inptbox1 {
	cursor: pointer;
}

.linkbtn01 {
    margin-right: auto;
    position: relative;
}

.linkbtn01 a,
.linkbtn01 a:hover,
.linkbtn01 a:visited {
    color: #fff;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 5px 25px 5px 40px;
    background: #227a54;
}
.linkbtn01 a::before {
    content: url("../img/timg.png");
    display: inline-block;
    position: absolute;
    transform: scale(.2);
    top: -42px;
    left: -12px;
}