@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;
}

body{
	font-size: 1.6rem;
	font-family: ‘San Francisco’, ‘Helvetica Neue’, HelveticaNeue, ‘Segoe UI’, Helvetica, ’游ゴシック Medium’, ‘Yu Gothic Medium’, ‘游ゴシック’, ‘Yu Gothic’, ‘游ゴシック体’, YuGothic, ‘Hiragino Kaku Gothic ProN’, HiraKakuProN-W3, "Hiragino Sans",‘Noto Sans JP’, sans-serif;
}

.pagewrap{
	width: 100%;
	margin: 0 auto;
}

@media(min-width:1000px){
	.pagewrap{
		max-width: 1200px;
	}
}

a{
	-webkit-transition: 0.6s ease-in-out;  
       -moz-transition: 0.6s ease-in-out;  
         -o-transition: 0.6s ease-in-out;  
            transition: 0.6s ease-in-out;
}

.link_op:hover{
	opacity: .65;
}

a:hover{
	text-decoration: none;
}


header{
	margin: 0 3% 20px;
	padding: 20px 0 0;
	display: flex;
	flex-direction: column;
}

.top_dsp{
	font-size: 13px;
	color: #666;
	line-height: 1.5;
	text-align: center;
}

header h1{
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	color: #BD121A;
}

header h2{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

header h2 img{
	width: 100%;
	height: auto;
}

header h2:first-child{
	margin-bottom: 10px;
}

@media(min-width:320px){}

@media(min-width:760px){
	header{
		margin: 0 auto 20px auto;
		padding: 20px 50px 0;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.top_left{
		width: 43%;
	}
	
	.top_right{
		width: 55%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.top_dsp{
		font-size: 13px;
		text-align: left;
	}

	header h1{
		margin: 0 auto 0 0;
		text-align: left;
	}
	header h2 img{
		width: auto;
		height: 50px;
	}
	header h2:first-child{
		margin-bottom: 0;
		margin-right: auto;
	}
}

@media(min-width:900px){
	header{
	}
	header h1{
		font-size: 36px;
		font-size: 3.6rem;
	}
	header h2 img{
		width: auto;
		height: 60px;
	}
}

@media(min-width:1000px){
	header{
	}
	header h1{
		font-size: 36px;
		font-size: 3.6rem;
	}
	header h2 img{
		width: auto;
		height: 70px;
	}
}


.main_img{
	margin: 0 auto;
	background: #000;
	color: #fff;
	text-align: center;
}

.main_img img{
	width: 100%;
	height: auto;
}

nav{
	margin: 0 auto 30px;
	padding: 0 3%;
	background: #e8e8dd;
}

nav ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav li{
	width: 42%;
	text-align: center;
	list-style: none;
	margin: 0 4% 5px;
	border-bottom: #4f2d00 solid 1px;
}

nav li a{
	padding: 10px 0 8px;
	display: block;
	line-height: 1;
	color: #4f2d00;
}

nav li a:hover{
	background: #f6f4e6;
	color: #e78162 !important;
	display: block;
	line-height: 1;
	opacity: 1.0 !important;
}

nav li a:visited{
	color: #4f2d00;
}

@media(min-width:760px){
	nav ul{
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	nav li{
		width: 20%;
		margin: 0 0 0 !important;
		border-bottom: none !important;
	}
	nav li a{
		padding: 15px 0 12px;
	}
}

main{
}

.main_box{
	margin: 0 2% 30px;
}

.main_h2{
	font-size: 24px;
	font-size: 2.4rem;
	color: #4f2d00;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1;
}

.main_txt{
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}

.main_catch{
	text-align: center;
	margin: 0 auto 20px;
	background: #BD121A;
	padding: 15px 0 13px;
	border-radius: 10px;
	color: #fff;
}

.intro_imgbox{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

.intro_imgbox li{
	width: 46%;
	margin: 0 2% 30px;
	padding: 0;
}

.intro_imgbox li img{
	width: 100%;
	height: auto;
}

@media(min-width:760px){
	.main_h2{
		font-size: 36px;
		font-size: 3.6rem;
	}
	.main_catch{
		width: 80%;
		font-size: 28px;
		font-size: 2.8rem;
	}
}


.sec_box{
	margin: 0 3% 30px;
}

.sec_title{
	background: #e8e8dd;
	color: #4f2d00;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	padding: 20px 0;
	margin-bottom: 30px;
}

.spec{
}

.spec article{
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}

.spec_ic{
	margin-right: 20px;
}

.spec_h4{
	font-size: 2rem;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #BD121A;
	border-bottom: #4f2d00 solid 2px;
}

.spec article p{
	line-height: 1.5;
}

@media(min-width:760px){
	.sec_box{
		margin: 0 auto 30px;
		padding: 0 50px;
	}

	.spec article{
		margin-bottom: 20px;
	}
	
	.sec_title{
		background: #e8e8dd;
		color: #4f2d00;
		text-align: center;
		font-size: 30px;
		font-size: 3rem;
	}
}

.eid_img{
	padding-top: 20px;
}

.eid_img img{
	width: 100%;
	height: auto;
}


.price_table{
	width: 100%;
	margin-bottom: 10px;
}

.price_h3{
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.price_table th,.price_table td{
	border: #999 solid 1px;
	font-size: 12px;
	padding: 3px;
}

.price_table th{
	text-align: center;
	background: #C27336;
	color: #fff;
}

.price_table td{
	text-align: right;
}

.price_table td:first-child{
	text-align: center;
}

.price_att{
	font-size: 11px;
	line-height: 1;
	margin-bottom: 20px;
}

.price_att span{
	color: red;
}

.hk_title{
	background: #6E2D07;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
	padding: 10px 0 8px;
	margin-bottom:10px;
}

.hk_box{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0;
}

.hk_box li{
	width: 70%;
	padding: 0;
	margin: 0 auto 20px;
}

.hk_box li span{
	display: block;
	border: #6E2D07 solid 2px;
	padding: 5px 0;
	margin: 0;
	text-align: center;
	color: #6E2D07;
}

.hk_box li img{
	width: 100%;
	height: auto;
}

.pr_loan img{
	width: 100%;
	height: auto;
}


@media(min-width:760px){
	.price_table th{
		font-size: 18px;
		font-size: 1.8rem;
		padding: 10px;
	}
	
	.price_table td{
		font-size: 16px;
		font-size: 1.6rem;
		padding: 10px;
	}
	
	.hk_title{
		width: 50%;
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 1;
	}
	
	.hk_box{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.hk_box li{
		width: 46%;
		padding: 0;
		margin: 0 auto 40px;
	}
	
	.price_att{
		font-size: 14px;
	}
}

@media(min-width:900px){
}

.jin_box{
	border: #6E2D07 solid 2px;
	padding: 0 0 0 0;
	border-radius: 5px;
}

.jin_title{
	background: #6E2D07;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
	padding: 10px 0 8px;
	margin-bottom:20px;
}

.jin_inbox{
	padding: 0 18px 0;
}

.jin_h4{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: center;
	border-bottom: #6E2D07 solid 2px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.jin_h4 span{
	font-size: 20px;
	font-size: 2rem;
}

.jin_spec{
	display: flex;
	flex-direction: column;
}

.jin_spec dt{
	width: 100%;
	background: #C27336;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0 8px;
	border-radius: 5px;
}

.jin_spec dd{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 10px;
	border-bottom: #C27336 solid 1px;
	padding: 0 0 5px;
}

.jin_spec dd:last-child{
	margin-bottom: 0;
}

@media(min-width:760px){
	.jin_spec{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.jin_spec dt{
		width: 18%;
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.jin_spec dd{
		width: 80%;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 8px 0 0;
		border-bottom: none;
	}
	
	.jin_spec dt:last-child{
		margin-bottom: 0;
	}
}

.ac_map{
	margin-bottom: 20px;
}

.ac_map img{
	width: 100%;
	height: auto;
}

footer{
	margin: 0 auto;
}

.ft_box{
	margin: 0 3% 20px;
}

.ft_box h2{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.ft_box h3{
	margin-bottom: 20px;
}

.ftcall_box{
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

.ftcall_box img{
	width: 100%;
	height: auto;
}

.ft_box_h5{
	text-align: center;
	font-size: 18px !important;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.ft_box_h5 span{
	padding: 5px 20px 4px;
	margin-right: 15px;
	border-radius: 2px;
	background: #003985;
	color: #fff;
}

.ft_nav{
	margin: 0 auto;
	padding: 0 3%;
	background: #e8e8dd;
}

.ft_nav ul{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ft_nav li{
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0 auto 10px;
	border-bottom: #4f2d00 solid 1px;
}

.ft_nav li a{
	padding: 10px 0 8px;
	display: block;
	line-height: 1;
	color: #4f2d00;
}

.ft_nav li a:hover{
	background: #f6f4e6;
	color: #e78162 !important;
	display: block;
	line-height: 1;
	opacity: 1.0 !important;
}

.ft_nav li a:visited{
	color: #4f2d00;
}

.ft_cap{
	background: #5D4B45;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 30px 0;
}

@media(min-width:760px){
	.ft_box{
		margin: 0 auto 20px;
		padding: 0 50px;
	}
	
	.ft_box h2{
		font-size: 30px;
	}
	
	.ft_box h3{
		margin-bottom: 0;
	}
	
	.ftcall_box{
		flex-direction: row;
		justify-content: space-between;
	}
	
	.ftcall_box h3,.ftcall_box h4{
		width: 48%;
		margin: 0 1%;
	}

	.ft_nav ul{
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	.ft_nav li{
		width: 20%;
		margin: 0 0 0 !important;
		border-bottom: none !important;
	}
	.ft_nav li a{
		padding: 15px 0 12px;
	}
	.ft_cap{
		font-size: 16px;
		font-size: 1.6rem;
	}

}

.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.8em;
}

.pagetop a {
	background: rgba(255,255,255,.85);
    border: #C27336 solid 2px;
    text-decoration: none;
    color: #C27336;
    padding: 7px 13px;
    text-align: center;
	font-weight: bold;
    display: block;
    border-radius: 6px;
}

.pagetop a:hover {
opacity: .5;
}

.img_resize{
	display: block;
	width: 100%;
	height: auto;
}

.mgb10{margin-bottom: 10px !important;}
.mgb20{margin-bottom: 20px !important;}
.mgb30{margin-bottom: 30px !important;}
.mgb40{margin-bottom: 40px !important;}
.mgb50{margin-bottom: 50px !important;}