@charset "utf-8";
/*----------------------------------------------------

 heading

----------------------------------------------------*/
.heading01 {
	margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #c0c0c0;
}
.heading02 {
	margin-bottom: 18px;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #8a7a62;
	border-bottom: 1px solid #eaeaea;
}
.heading03 {
	margin-bottom: 20px;
	padding-bottom: 13px;
	border-bottom: 1px solid #d7d7d7;
}
.heading04 {
	margin-bottom: 35px;
	padding: 20px 20px 18px;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	background: #f2f2f2;
}
.heading05 {
	position: relative;
	padding: 15px;
	text-align: center;
	background: #fff;
}
.heading05:before {
	content: "";
	position: absolute;
	bottom: -32px;
	left: 50%;
	margin-left: -19px;
	border: 19px solid transparent;
	border-top: 13px solid #fff;
}

/*----------------------------------------------------

 anchor

----------------------------------------------------*/
.link01 {
	text-decoration: underline;
}
.link01:hover {
	color: #5e4d33;
	text-decoration: none;
}
/*----------------------------------------------------

 btn

----------------------------------------------------*/
.btn01 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
	text-align: center;
	background: #303030;
	transition: .5s;
	font-weight: bold;
}
.btn01 a {
	color: #e1bd85;
	position: relative;
	display: block;
	padding: 15px;
}
.btn01:hover{
 opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.btn01 a:after {
	position: absolute;
	right: 0;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f054";
	margin-right: .8em;
	font-size: 12px;
	top: 50%;
	margin-top: -6px;
}
.btn02 {
	display: block;
	/* margin-right: auto; */
	/* margin-left: auto; */
	transition: .5s;
	text-align: center;
}
.btn02:hover{
 opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}
.btn02 .btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	font-family: FontAwesome;
	display: inline-block;
	vertical-align: middle;
	height: 63px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	border: none;
	background: #ae9b7a;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 483px;
	margin-bottom: 30px;
}
.btn03 {
	display: table;
	margin-right: auto;
	margin-left: auto;
	transition: .5s;
}
.btn03 .btn {
	font-family: FontAwesome;
	display: table-cell;
	vertical-align: middle;
	width: 483px;
	height: 63px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	border: none;
	background: #666;
	cursor: pointer;
}
.btn03:hover{
 opacity: 0.8;
   filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
}

/*----------------------------------------------------

	list

----------------------------------------------------*/
.list01 li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	margin-right: 1em;
	color: #bca787;
}
.list02 li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0d7";
	margin-right: 1em;
	color: #bca787;
}
.list03 li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f10c";
	margin-right: 1em;
	color: #bca787;
}

/*----------------------------------------------------

 icon

----------------------------------------------------*/
.post-category-icon a {
	color: #000;
	text-align: center;
	text-decoration: none !important;
}
.icon-mast {
	margin: 0 .5em 0 0;
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #ae9b7a;
}

/*----------------------------------------------------

	table

----------------------------------------------------*/
.table01 {
	border-top: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	line-height: 1.7;
}
.table01 th {
	padding: 25px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #fefdfb;
	background: #f5f5f5;
}
.table01 td {
	padding: 25px;
	border-bottom: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
}
.table02 {
	width: 100%;
}
.table02 td, .table02 th {
	padding: 30px 0;
	border-bottom: 1px dotted #000;
}
.table02 th {
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.table02 th {
		width: 240px;
	}
}

/*----------------------------------------------------

 pagetop

----------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#pagetop a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#pagetop a:hover {
	text-decoration: none;
	background: #999;
}

/*----------image 2col-------------*/

.image-right-sp1col {
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (min-width: 768px) {
	.image-right-sp1col .image {
		width: 48%;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	.image-right-sp1col .content {
		width: 48%;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
}
@media screen and (max-width: 767px) {
	.image-right-sp1col {
		flex-wrap: wrap;
	}
}

.list-disc li {
	padding-left: 1.25em;
	text-indent: -1.25em;
}

.solid-box {
	border: 1px solid #ccc;
	padding: 15px 20px;
	margin: 20px 0;
}

.gray-box {
	background-color: #f5f5f5;
	padding: 20px 30px;
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.solid-box ,
	.gray-box {
		padding: 5%;
	}
}


.u-ta-center { text-align: center; }
.u-ta-right { text-align: right; }
.u-ta-left { text-align: left; }

.u-mt-l { margin-top: 60px !important; }
.u-mt-m { margin-top: 40px !important; }
.u-mt-s { margin-top: 20px !important; }
.u-mt-xs { margin-top: 10px !important; }
.u-mb-l { margin-bottom: 60px !important; }
.u-mb-m { margin-bottom: 40px !important; }
.u-mb-s { margin-bottom: 20px !important; }
.u-mb-xs { margin-bottom: 10px !important; }

.mb10 { margin-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

.u-p-0 { padding: 0 !important; }
@media screen and (min-width: 768px) {
	.u-pr-5 { padding-right: 5px !important; }
	.u-pl-5 { padding-left: 5px !important; }

	.u-pcnone { display: none; }
	.u-spnone { display: block; }
}

.u-fs-l { font-size: 18px !important; }
.u-fs-m { font-size: 14px !important; }
.u-fs-s { font-size: 12px !important; }
.u-fw-b { font-weight: bold !important; }

.u-ta-c { text-align: center !important; }
.u-ta-r { text-align: right !important; }
.u-ta-l { text-align: left !important; }

.u-td-n { text-decoration: none !important; }
.u-td-u { text-decoration: underline !important; }

.u-lh-l { line-height: 2.1 !important; }

.u-ws-nw { white-space: nowrap !important; }


@media screen and (max-width: 767px) {
	.u-mt-l { margin-top: 30px !important; }
	.u-mb-l { margin-bottom: 30px !important; }
	.u-mt-m { margin-top: 20px !important; }
	.u-mb-m { margin-bottom: 20px !important; }

	.u-fs-l { font-size: 15px !important; }

	.u-pcnone { display: block; }
	.u-spnone { display: none; }
}



