@charset "utf-8";
/* CSS Document */
.text_box {
	padding:0 2%;
	margin-left:auto;
	margin-right:auto;
}

/*===================================================================
	top
===================================================================*/
.main_top{
	position: relative;
	margin-bottom: 65px;
}
.main_top p{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	margin: auto;
	width: 250px;
	height: 70px;
	z-index: 9998;
}

.top_01{
	margin-bottom: 100px;
}
.top_01 p{
}

.top_02{
	text-align: center;
}
.top_02_box{
	text-align: center;
	width: 294px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.top_02_box figure {
	position: relative;
	overflow: hidden;
	width: 294px;
	margin: 0;
}
.top_02_box figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(81,70,60,.8);
	-webkit-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
}
.top_02_box figure:hover figcaption {
	-webkit-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
	opacity: 1;
}
.top_02_box figcaption p{
	text-align: center;
	padding-top: 80px;
}

.top_03_out{
	background: #f5f3f0;
	margin-top: 100px;
}
.top_03_out2{
	padding-top: 30px;
	padding-bottom: 30px;
}
.top_03{
}
.top_03_left{
	padding: 2%;
}
.top_03_right{
	text-align: center;
	margin-top: 30px;
}
.top_03_left p{
	border-bottom: solid 2px #796f67;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
/*====2018/07/27追加=====*/
.top_03_youtube{
  display: flex;
  justify-content: center;
  align-items: center;
}
/*=======================*/
.top_news{
	height: 230px;
	overflow: auto;
}
.top_news dl{
	border-bottom: dashed 1px #796f67;
	padding-bottom: 10px;
	padding-top: 10px;
}
.top_news dt{
	font-family: 'GenShinGothic-Bold';
	font-weight: bold;
}
.top_news dd{}


/*===================================================================
    constructio
===================================================================*/
.constructio_01{
	margin-bottom: 150px;
}
.constructio_01_box{
	width: 205px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.constructio_01_box .p1{
	text-align: center;
}
.constructio_01_box dl{
	margin-bottom: 10px;
	margin-top: 10px;
}
.constructio_01_box dt{
	background: #372a20;
	display: inline-block;
	border-radius: 15px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
    width: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 padding-top: 0.5px;
}
.constructio_01_box dd{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.constructio_01_box .p2{
}

.constructio_03{
}
.constructio_03 .p1{

}


/*===================================================================
    repair
===================================================================*/
.repair_01{
	margin-bottom: 150px;
}
.repair_01 .p1{
}

.repair_02{
	text-align: center;
	margin-bottom: 150px;
}
.repair_02 li{
	margin-bottom: 5px;
}

.repair_03{
	margin-bottom: 30px;
}
.repair_03_box{
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-left:solid 1px #372a20;
	border-right:solid 1px #372a20;
	margin-bottom: 20px;
}

.repair_03_box dt{
	background: #372a20;
	border-radius: 15px;
	color: #fff;
	text-align: center;
    width: 22px;
	margin-left: auto;
	margin-right: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 padding-top: 0.5px;
	margin-bottom: 10px;
}
.repair_03_box dd{
	text-align: left;
}

.repair_04{
	margin-bottom: 150px;
}
.repair_04 .p1{

}
.mt150{
	margin-top: 150px;
}


.repair_05{

}
.repair_05_box{
	width: 205px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.repair_05_box .p1{
	text-align: center;
}
.repair_05_box dl{
	margin-bottom: 10px;
	margin-top: 10px;
}
.repair_05_box dt{
	background: #372a20;
	display: inline-block;
	border-radius: 15px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
    width: 22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 padding-top: 0.5px;
}
.repair_05_box dd{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}



/*===================================================================
    achievements01
===================================================================*/
.achievements01{
}
.achievements01 .p1{
}
.achievements01 table{
	width: 100%;
	text-align: center;
}
.achievements01 tr{
	border-bottom: solid 1px #ccc;
}
.achievements01 th{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 12px;
	width: 12%;
}
.achievements01 td{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	font-size: 12px;
	width: 22%;
}


/*===================================================================
    achievements02
===================================================================*/
.achievements02{
	margin-bottom: 150px;
}

.achievements02_box{
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
.achievements02_box p{
	margin-bottom: 20px;
}
.achievements02_box dt{
	float: left;
}
.achievements02_box dd{
	float: right;
}


/*===================================================================
    tile
===================================================================*/
.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.tile_01{
	text-align: center;
}
.tile_01 .p1{
}

.tile_01_1{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tile_01_1_left{
	text-align: center;
	margin-bottom: 30px;
}
.tile_01_1_right{
	text-align: center;
}


.tile_boda{
	border-bottom: solid 1px #baa582;
	margin-top: 50px;
	margin-bottom: 50px;
}

.tile_02{
	text-align: center;
}
.tile_02 .p1{
}

.tile_03{
	text-align: center;
}
.tile_03 .p1{
}

.tile_04{
	text-align: center;
}
.tile_04 .p1{
}

.tile_05{
	text-align: center;
}
.tile_05 .p1{
}

.tile_06{
	background: #eae7e1;
	border-radius: 8px;
	padding: 5% 2%;
	margin-bottom: 40px;
}
.tile_06 .p1{
	text-align: center;
}
.tile_06 .p2{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tile_06_inn{
}
.tile_06_inn_1{
	text-align: center;
	margin-bottom: 20px;
}
.tile_06_inn_2{
	text-align: center;
	margin-bottom: 20px;
}
.tile_06_inn_3{

}

.tile_07{
	background: #eae7e1;
	border-radius: 8px;
	padding: 5% 2%;
	position: relative;
	margin-bottom: 40px;
}
.tile_07 .p1{
	text-align: center;
}
.tile_07 .p2{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tile_07_inn{
}
.tile_07_inn_1{
	text-align: center;
	margin-bottom: 20px;
}
.tile_07_inn_2{
	text-align: center;
	margin-bottom: 20px;
}

.tile_08{
	text-align: center;
}
.tile_08 .p1{
}

.tile_09{
	background: #eae7e1;
	border-radius: 8px;
	padding: 5%;
	margin-top: 40px;
}
.tile_09_left{
}
.tile_09_right{
	text-align: center;
	margin-top: 20px;
}

.tile_10{
	text-align: center;
	margin-bottom: 30px;
}
.tile_10 .p1{
	margin-bottom: 30px;
}
.tile_10 p span{
	color: #baa582;
}

.tile_11{
	background: #eae7e1;
	border-radius: 8px;
	padding: 5% 2%;
	margin-bottom: 40px;
}
.tile_11 .p1{
	text-align: center;
}
.tile_11 .p2{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tile_11_inn{
}
.tile_11_inn_1{
	margin-bottom: 20px;
}
.tile_11_inn_2{
	text-align: center;
}

.tile_12{
	background: #eae7e1;
	border-radius: 8px;
	padding: 5% 2%;
	position: relative;
	margin-bottom: 40px;
}
.tile_12 .p1{
	text-align: center;
}
.tile_12 .p2{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tile_12 .p3{
	margin-bottom: 30px;
}
.tile_12 .p4{
	margin-bottom: 30px;
}

.border_area {
	border: #a48e80 solid 1px;
	margin: 20px auto;
}

section#merit {
    margin: 0px auto 60px;
}
section#merit h3{
	padding-top: 25px;
    font-size:18px;
    font-weight:inherit;
    letter-spacing: 7px;
    font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* 追加 */
.merit_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.merit_cont dl{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-items: center; */
    width: 40%;
    text-align: center;
    margin: 10px;
}

.merit_cont dl dt{
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    position:relative;
		font-weight: bold;
		background: #a48e80;
		border-radius: 45px;
	}
.merit_cont dl dt span{
    position:absolute;
    width: 47px;
    color: #FFF;
    text-align: center;
    display:block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.merit_cont dl dd{width: 100%;text-align: center;display: inline;margin: 18px auto;}

p.mer_a {
	margin: 50px auto 30px;
	text-align: center;
}

p.mer_a a {
	border: #a48e80 1px solid;
	background: #a48e80;
	padding: 10px 20px;
	font-size: 16px;
	color: #FFF;
	transition: 0.6s;
}

p.mer_a a:hover {
	background: #ffffff;
	padding: 10px 20px;
	font-size: 16px;
	color: #a48e80;
}
