@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

.pc {
	display: block;
}
.sp {
	display: none;
}
.br_sp {
	display: none;
}

body {
	background: #000;
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: bottom;
}
ul {
	list-style: none;
}

.annotation {
	font-size: 12px;
}


/* #header
-------------------------------------------------- */
#header {
	position: relative;
	border-bottom: 1px solid #626366;
	background:#000;
	z-index:1000;
}
#header_inner {
	width: 998px;
	margin: 0 auto;
	border-left: 1px solid #626366;
	border-right: 1px solid #626366;
}

#header_free_dial{
	float:right;
}
#header_gnav {
	height:60px;
	position:relative;
}
#header_gnav li{
	float:left;
}
#header_gnav li a{
	display:block;
}

#area_kv{
	box-sizing: border-box;
	width: 998px;
	margin: 0 auto;
	border-left: 1px solid #626366;
	border-right: 1px solid #626366;
}
#main_contents{
	width: 1000px;
	margin: 0 auto 30px;
	padding:60px 0 30px;
	box-sizing: border-box;
	border-left: 1px solid #626366;
	border-right: 1px solid #626366;
	border-bottom: 1px solid #626366;
	font-family: "Yu Mincho", "YuMincho", Georgia, 'Times New Roman', Times, serif;
	line-height: 1.6;
}
.contents_inner{
	padding: 0 30px;
}

.bukken_info table {
	width: 100%;
	border-collapse: collapse;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
}
.bukken_info table th {
	width: 30.2%;
	padding: 2%;
	border-top: solid 1px #1e1e1e;
	font-weight: normal;
	text-align: left;
}
.bukken_info table td {
	width: 61.8%;
	padding: 2%;
	border-top: solid 1px #1e1e1e;
	color: #fff;
}
.bukken_info table tr:last-child th,
.bukken_info table tr:last-child td {
	border-bottom: solid 1px #1e1e1e;
}



/* CLASS
-------------------------------------------------- */
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

.fw-b{
	font-weight: 700;
}

.ico_arr01{
	position: relative;
	padding-right: 14px;
}
.ico_arr01:after{
	content: "▶";
	font-size: 12px;
	position: absolute;
	right: 12px;
	top: 1px;
	color: #fff;
}

.w-20{
	width: 20%;
}
.w-40{
	width: 40%;
}
.w-50{
	width: 50%;
}
.w-60{
	width: 60%;
}
.w-80{
	width: 80%;
}
.w-100{
	width: 100%;
}

.mt-10{
	margin-top: 10px!important;
}
.mt-20{
	margin-top: 20px!important;
}
.mt-30{
	margin-top: 30px!important;
}
.mt-40{
	margin-top: 40px!important;
}
.mt-50{
	margin-top: 50px!important;
}
.mt-60{
	margin-top: 60px!important;
}

.mr-15{
	margin-right: 15px;
}

h2.title_h2{
	font-size: 36px;
	color: #9a844f;
}
h3.title_h3{
	font-size: 24px;
	color: #fff;
}
h2.title_h2-info{
	font-size: 32px;
	color: #fff;
}


p.txt_lead01{
	font-size: 20px;
	color: #fff;
}
.txt_s{
	font-size: 15px!important;
}
.txt_error{
	color: #f00;
	font-weight: 700;
}

.list_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_flex li{
	margin-top: 6px;
}
.list_flex.col_3 li{
	width: 32%;
}
.list_link-detail li{
	width: 32%;
	/* background: #3b3b3b; */
}
.list_link-detail li a .img_linkdetail {
	overflow: hidden;
	border-radius: 8px 8px 0 0;
}
.list_link-detail li img{
	width: 100%;
    height: auto;
}

.list_link-detail li a{
    display: block;
    box-sizing: border-box;
    /* padding: 12px 15px;
    border: 1px solid #c94614; */
	background-color: #fff;
    padding-bottom: 15px;
    border-radius: 8px;
}
.list_link-detail li a:hover{
	/* border:1px solid #fff; */
	color: #fff;
}
.list_link-detail li a:hover img{
	opacity: 1;
}
.list_link-detail li a:hover p.btn_detail01{
    background-color: #fff;
	color: #c94614;
	border: 1px solid #c94614;
}
.list_link-detail li a:hover .ico_arr01:after{
	color: #c94614;
}
p.txt_detail {
	color: #333;
    padding: 0 12px;
}
p.txt_detail span{
	font-size: 18px;
}
p.btn_detail01{
	text-align: center;
    background-color: #c94614;
    line-height: 36px;
    font-size: 16px;
    border-radius: 18px;
    box-shadow: 1px 1px 1px rgba(80,80,80,0.6);
	margin: 0 12px;
	border: 1px solid #c94614;
}
.list_link-detail li h3{
	font-size: 34px;
	font-weight: 300;
	letter-spacing: 1px;
	padding-left: 22px;
	position: relative;
	/* color: #f70; */
}
.list_link-detail li h3:before{
	content: "";
	background-color: #c94614;
	width: 12px;
	height: 3px;
	position: absolute;
	top: 16px;
	left: 0;

}
.list_link-detail li h3 span{
	font-size: 18px;
	padding-left: 22px;
}

.list_link-btn{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}

dl.list_dl01 dt{
	margin-top: 10px;
	font-size: 20px;
}
dl.list_dl01 dd{
	margin-top: 3px;
	font-size: 18px;
	padding-left: 1.1em;
}

table.table_spec{
	font-size: 18px;
	width: 800px;
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
table.table_spec th,
table.table_spec td{
	text-align: left;
	vertical-align: top;
	padding: 8px 0;
}
table.table_spec th{
	width: 30%;

}
table.table_spec td{
	width: 70%;
}

/* #contact_form
-------------------------------------------------- */
#contact_form {
	border-top: none;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow: hidden;
}
.form_title {
	padding: 18px 20px;
	border: solid 1px #837245;
}
.form_title h2 {
	display: inline-block;
	margin-right: 80px;
	vertical-align: middle;
	font-size: 30px;
}
.form_title p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.form_title p span {
	color: #c94614;
}
#contact_form table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
}
#contact_form table th,
#contact_form table td {
	border: solid 1px #626365;
	text-align: left;
	font-weight: normal;
	padding: 10px 15px;
	box-sizing: border-box;
}
#contact_form table th {
	width: 200px;
}
#contact_form table th span {
	padding-left: 6px;
	color: #c94614;
	font-size: 10px;
}
#contact_form table td {
}
#contact_form table td input[type=text]{
	border: 1px solid #c1c1c1;
	padding: 2px 5px;
}

ul.list_checks{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list_checks li{
	width: 32%;
	margin-top: 1%;
}
.list_checks input{
	display: none;
}
.list_checks input+label{
	background-color: rgb(200, 200, 200);
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #242424;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 50%);
}
.list_checks input:checked+label{
	color: #fff;
	background-color: #c94614;
}

ul.list_form-checkbox li{
	padding-left: 1em;
	text-indent: -1em;
}
#contact_form table td input[type=text],
#contact_form table td input[type=email],
#contact_form table td input[type=tel],
#contact_form table td input[type=date]{
	padding: 3px 8px;
	border: 1px #999 solid  ;
}
.check_btn {
	margin: 15px 0;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	#area_kv img,
	#main_contents img{
		width: 100%;
		height: auto;
	}

	#area_kv,
	#main_contents{
		width: 100%;
	}
	.contents_inner{
		padding: 0 10px;
	}
	.list_flex li{
		width: 49%;
		margin-top: 2%;
	}
	
}
@media screen and (max-width: 700px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.br_sp {
		display: inline !important;
	}
	.mt-sm-20{
		margin-top: 20px;
	}
	.w-sm-100{
		width: 100%!important;
	}

	input{
		appearance: auto!important;
	}

	h2.title_h2{
		font-size: 30px;
	}
	h2.title_h2-info{
		font-size: 26px;
	}
	.list_link-detail li{
		width: 100%!important;
		font-size: 18px;
	}
	.list_link-detail li a{
		/* padding: 6px 10px; */
	}
	.list_link-detail li a .img_linkdetail{
		position: relative;
		overflow: hidden;
		padding-top: 35%;
	}
	.list_link-detail li a .img_linkdetail img{
		position: absolute;
        top: -15%;
	}
	table.table_spec{
		width: 100%;
	}
	table.table_spec th,
	table.table_spec td{
		display: block;
		width: 100%!important;
		padding: 8px;
		box-sizing: border-box;
	}
	table.table_spec th{
		background-color: #333;
	}

	.form_title{
		padding: 15px 14px;
	}
	.form_title h2{
		font-size: 24px;
	}

	#contact_form table th, #contact_form table td{
		display: block;
		width: 100%;
	}
	#contact_form table th{
		background-color: #333;
	}
	.list_link-btn{
		display: block;
		justify-content: center;
	}	
	#footer #gotop {
        right: 10px;
        bottom: 10px;
        width: 15%;
    }
}