@charset "utf-8";
*{
	box-sizing: border-box;
  	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
}
body{
	background: #000;	
}
img{ vertical-align: bottom}
input[type=text],input[type=email],input[type=tel],textarea{
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 100%;
}
header{
	background: #740018;
	color:#FFF;
	position: fixed;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-end;
	z-index: 10;
}
#logo{
	display: block;
	position: absolute;
	left: 20px;
	top:8px;
	width: 350px;
	height: auto;
}
#logo img{
	width: 100%;
	height: auto
}

header ul{
	display: flex;
	padding: 27px 15px 0 0;

}

header ul a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 16px;
	line-height: 1;
	padding: 0 15px 0 15px;
	position: relative;
	border-right: 1px solid #FFF;
	font-weight: bold
}
header li:last-child a{
	margin-top: -6px;
	border: none;
}
#menu{
	width: 70px;
	height: 70px;
}
#menu img{
	width: auto;
	height: 100%;
}
main{
	padding-top: 70px;
	background: #A61F25
}
footer{
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 0 0 40px 0;
}
footer ul{
	text-align: center;
	padding: 0 0 40px 0;
}
footer li{
	display: inline-block
}
footer li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	padding: 0 25px 0 20px;
	background-image: url("../img/arrow1.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 2px;
}
#copyright{
	font-size: 12px;
	letter-spacing: 1px;
	padding-top: 20px;
}
#ftr_contact{
	display: flex;
	margin-bottom: 40px;
}
#ftr_contact .item1{
	width: 50%;
	background: #801116;
	padding: 40px 0;
}
#ftr_contact .item1 h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#ftr_contact .item1 p{
	font-size: 15px;
	padding-bottom: 25px;

}
#ftr_tel{
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	background-image: url("../img/icn_tel.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	padding-left: 25px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
#ftr_contact .item2{
	width: 50%;
	background: #161616;
	padding: 40px 0;
}
#ftr_contact .item2 h3{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#ftr_contact .item2 a{
	display: block;
	width: 300px;
	margin: 0 auto;
	font-size: 20px;
	text-decoration: none;
	line-height: 1;
	padding: 15px;
	color: #FFF;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #fff
}
#map_area{
	display: flex;
	height: 400px;
}
#map_area .item1{
	width: 70%;
}
#map_area .item2{
	width: 30%;
	background: #292929;
	text-align: center;
	color: #FFF;
	padding-top: 120px;
}
#map_area .item2 h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#map_area .item2 p{
	letter-spacing: 2px;
	font-size: 14px;
}

.inner{
	width: 1100px;
	margin: 0 auto
}
#news_box{
	
	padding: 50px 0
}
.news_list {
	display: flex;

}
.news_list .item1{
	margin-right: 30px;
}
.news_list .item2{
	margin-right: 30px;
	width: 100%;
}
.news_list h3{
	width: 140px;
}
.news_list h3 img{
	width: 100%;
	height: auto
}
.news_list ul{

}
.news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news_list ul li:last-child{
	border: none
}
.news_list ul li p{
	color: #FFF;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 30px;
	width: calc(100% - 200px);
}
.news_list ul li a{
	text-decoration: none;
	color: #000;
	display:flex
}
.date{
	color: #FFF;
	font-size: 14px;
	width: 120px;

}
.cat{
	color: #FFF;
	font-size: 12px;
	width: 80px;
	height: 24px;
	padding-top: 2px;
	background: rgba(0,0,0,1.00);
	border-radius: 100px;
	text-align: center;
}

.btn1{
	clear: both;
	display: block;
	text-align: center;
	background: #A61F25;
	color: #FFF;
	font-size: 15px;
	border-radius: 100px;
	text-decoration: none;
	font-weight: bold;
	width: 200px;
	padding: 10px;
	margin: 0 auto;
}
#top_bg{
	background-image: url("../img/top_bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	padding-top: 30px;
}
#service_box{

}
#service_box ul{
	display: flex;
	padding:0 70px 10px 70px; 
	justify-content: space-between
}
#service_box li{
	margin-bottom: 20px;
	width: 33.3%;
	text-align: center
}
#service_box li img{
	width: 90%;
	height: auto
}
#topimg_pc{
	display: block;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto
}
#topimg_sp{
	display: none;
}
#nav_sp{
	display: none
}
#page_title{
	background: #FFF;
	padding: 55px 0 10px 0;
}
#page_title h1{
	font-size: 32px;
	color: #A61F25
}
#page_title p{
	font-size: 13px;
	color: #000;
	
}
#topic_pass{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 10px;
}
#topic_pass a{
	text-decoration: none;
	color: #333;
	font-size: 12px;
}
#page_img{
	padding-right: 10%;
	position: relative;
	z-index: 0;
	background: #FFF
}
#page_img img{
	width: 100%;
	height: auto
}
#page_bg{
	background-image: url("../img/bg_page.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: -300px;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 2000px;
}
#page_bg2{
	background-image: url("../img/bg_page.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 600px;
}
.box1{
	background: #FFF;
	padding: 30px 50px 40px 50px;
	border: 1px solid #ccc;;
	margin-bottom: 80px;
}
.h2{
	font-size: 30px;
	margin-bottom: 12px;
}
.txt1{
	font-size: 16px;
	line-height: 200%;
}
.bdr1{
	width: 120px;
	height: 3px;
	background:#A61F25;
	display: inline-block;
	margin-bottom: 20px;
}
.box2{
	background: #FFF;
	padding: 50px 50px 40px 50px;
	border: 1px solid #ccc;
}
.h3{
	font-size: 30px;
	margin-bottom: 12px;
	color: #A61F25;
	text-align: center;
}
.h3 p{
	font-size: 13px;
	padding-top: 10px;
	color: #000;
	margin: 0 auto 12px auto;
	width: 120px;
	border-top: 3px solid #A61F25;
	margin-bottom: 40px;
}
.abox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom:40px;
	border-bottom: 1px solid #ccc;
}
.abox:last-child{
	border: none
}
.abox .item1{
	width: 40%;
}
.abox .item1 img{
	width: 100%;
	height: auto
}
.abox .item2{
	width: 60%;
	padding-left: 25px;
}
.h4{
	font-size: 24px;
	margin-bottom: 15px;
	background-image: url("../img/maru.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 22px auto;
	padding-left: 26px;
}
.ta1{
    width: 100%;
}
.ta1 th,.ta1 td{
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.ta1 th{

}
.ta1 tr:last-child th,.ta1 tr:last-child td{
	border: none
}
.txt2{
	text-align: center;
	margin-bottom: 20px;
}
.img1{
	padding-top: 30px;	
}
.hissu{
	color: #A61F25;
	display: inline-block;
	padding-left: 8px;
	font-size: 13px;
}
.faq_list{
	padding-top: 40px;
}
.faq_list li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ccc;
}
.faq_list li .q{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;

}
.faq_list li p{
	font-size: 15px;
	line-height: 180%;

}
.faq_list li .q span{
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	color: #FFF;
	background: rgba(0,0,0,1.00);
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
}
.faq_list li p span{
	text-align: center;
	font-weight: bold;
	border-radius: 100px;
	color: #FFF;
	background: #94181D;
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.inner{
		width: 100%;	
	}
    #topimg_pc{
        display: none;
    }
    #topimg_sp{
        display:block;
    }
    header ul{
        display: none
    }
    #service_box ul{
        display: flex;
        padding:0 0px 0px 0px; 
        justify-content: center;
		flex-wrap: wrap;
		width: 98%;
		margin: 0 auto
    }
    #service_box ul li{
        width:50%;
    }
    #logo{
        display: block;
        position: absolute;
        left: 5px;
        top:14px;
        width: 290px;
        height: auto;
    }
#news_box{
	
	padding: 0px 0 30px 0
}
.news_list {
	display: block;

}
.news_list .item1{
	margin-right: 0px;
	text-align: center;
	margin-bottom: 30px;
}
.news_list .item2{
	margin-right: 0px;
	width: 100%;
}
.news_list h3{
	width: 100%;
	text-align: center
}
.news_list h3 img{
	width: 30%;
	height: auto
}
.news_list ul{
	padding: 0 20px
}
.news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.news_list ul li:last-child{
	border: none
}
.news_list ul li p{
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 7px;
	font-size: 13px;
	padding-left: 0px;
	width:100%;
}
.news_list ul li a{
	text-decoration: none;
	color: #000;
	display:flex;
	flex-wrap: wrap
}
.date{
	color: #FFF;
	font-size: 13px;
	width: 100px;

}
.cat{
	color: #FFF;
	font-size: 11px;
	width: 70px;
	height: 24px;
	padding-top: 2px;
	background: rgba(0,0,0,1.00);
	border-radius: 100px;
	text-align: center;
}
#top_bg{
	background-image: url("../img/top_bg2.jpg");
	background-color: #000;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	padding-top: 30px;
}
footer{
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 0 0 40px 0;
}
footer ul{
	text-align: center
}
footer li{
	display: inline-block
}
footer li a{
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	padding: 0 25px 0 20px;
	background-image: url("../img/arrow1.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 2px;
}
#copyright{
	font-size: 12px;
	letter-spacing: 1px;
}
#ftr_contact{
	display: block;
	margin-bottom: 40px;
}
#ftr_contact .item1{
	width: 100%;
	background: #801116;
	padding: 40px 0;
}
#ftr_contact .item1 h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#ftr_contact .item1 p{
	font-size: 15px;
	padding-bottom: 25px;

}
#ftr_tel{
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 2px;
	background-image: url("../img/icn_tel.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px auto;
	padding-left: 25px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"
}
#ftr_contact .item2{
	width: 100%;
	background: #161616;
	padding: 40px 0;
}
#ftr_contact .item2 h3{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#ftr_contact .item2 a{
	display: block;
	width: 270px;
	margin: 0 auto;
	font-size: 18px;
	text-decoration: none;
	line-height: 1;
	padding: 11px;
	color: #FFF;
	text-align: center;
	border-radius: 100px;
	border: 2px solid #fff
}
#map_area{
	display: block;
	height: auto;
}
#map_area .item1{
	width: 100%;
}
#map_area .item2{
	width: 100%;
	padding: 20px;
}
#map_area .item2 h3{
	font-size: 18px;
	margin-bottom: 10px;
}
#map_area .item2 p{
	letter-spacing: 2px;
	font-size: 13px;
}
.map{
  filter: grayscale(100%) invert(92%) contrast(83%);
}
	#nav_sp{
		display: none;
		z-index: 10;
		width: 100%;
		top:0;
		position: fixed;
		height: 100vh;
		background-color: rgba(0,0,0,1);
		padding-top: 65px;
	}
	#menu_close{
		position:absolute;
		top:20px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	#menu_close img{
		width: 100%;
		height:auto;
	}
	#nav_sp li a{
		display: block;
		text-align: center;
		padding: 18px;
		border-top: 1px solid #333;
		background-color: #000;
		color: #FFF;
		text-decoration: none;}
	
#page_title{
	background: #FFF;
	padding: 35px 0 30px 0;
}
#page_title h1{
	font-size: 28px;
	color: #A61F25;
	text-align: center
}
#page_title p{
	font-size: 13px;
	color: #000;
	
}
#topic_pass{
	display: none
}

#page_img{
	padding-right: 5%;
	position: relative;
	z-index: 0;
}

#page_bg{
	background-image: url("../img/bg_page.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top:-8vh;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 2000px;
}
.box1{
	background: #FFF;
	padding: 20px 20px 20px 20px;
	border: 1px solid #ccc;;
	margin: 0 auto 40px auto;
	width: 92%;

}
.h2{
	font-size: 20px;
	margin-bottom: 12px;
	}
.txt1{
	font-size: 16px;
	line-height: 200%;
}
.bdr1{
	width: 120px;
	height: 3px;
	background:#A61F25;
	display: inline-block;
	display: block;
	margin: 0 auto 20px auto
}
.box2{
	background: #FFF;
	padding: 50px 20px 30px 20px;
	border: 1px solid #ccc;
	width: 92%;
	margin: 0 auto
}
.h3{
	font-size: 30px;
	margin-bottom: 12px;
	color: #A61F25;
	text-align: center;
}
.h3 p{
	font-size: 13px;
	padding-top: 10px;
	color: #000;
	margin: 0 auto 12px auto;
	width: 120px;
	border-top: 3px solid #A61F25;
	margin-bottom: 40px;
}
.abox{
	display: block;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom:40px;
	border-bottom: 1px solid #ccc;
}
.abox:last-child{
	border: none;
}
.abox .item1{
	width: 100%;
	margin-bottom: 13px;
}
.abox .item1 img{
	width: 100%;
	height: auto
}
.abox .item2{
	width: 100%;
	padding-left: 0px;
}
.h4{
	font-size: 20px;
	margin-bottom: 10px;
	background-image: url("../img/maru.svg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 22px auto;
	padding-left: 26px;
}


}