@charset "utf-8";
/* ===================================================================
	base.css
=================================================================== */
body {
	background: #ffedf1;
	color: #3c2f11;
	font-size: 14px;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "メイリオ",Meiryo, serif;
	line-height: 1.7;
}
img {max-width: 100%; height: auto;vertical-align:bottom;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
a, ::before , ::after {
	color: #5d3d1d;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
}
a img {
	transition: all 0.5s;
}
a:hover img {
	transition: all 0.5s;
	opacity: 0.7;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.sp_view {display: none;}
@media screen and ( max-width:748px ){
.wrap {padding: 0 5%}
.pc_view {display: none;}
.sp_view {display: block;}
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#menu {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-image: url("../img/common/menu_back.jpg");
	height: 60px;
	box-shadow: 4px 4px 14px rgba(0,0,0,0.4);
}
#menu.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	z-index: 2;
}
#menu ul {
	margin: auto;
	padding: 0;
	justify-content:center;
}
#menu ul li {
	width: 160px;
	display: inline-block;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	transition: 0.7s;
	padding: 0;
	margin: 17px 0;
}
#menu ul li:last-child {
	border-right: 1px solid #fff;
}
#menu ul li.nav_logo {
	opacity: 1;
	transition: 0.7s;
	width: auto;
	text-align: left;
	margin: 0 30px 0 0;
	border: none;
}
#menu ul li.nav_logo img {
	height: 40px;
	width: auto;
	margin: 0 0 -8px 15px;
}
#menu ul li a {
	color: #fff;
	font-size: 16px;
	line-height:26px;
	text-decoration: none;
	transition: 0.4s;
}
#menu ul li a:hover {
	color: #bca062;
	transition: 0.4s;
}
#menu ul li ul{
    position: absolute;
    top: -1000px;
    opacity: 0;
    z-index: 9999;
    padding: 0;
}
#menu ul li ul li {
	border-bottom:1px solid #000;
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#menu ul li ul li a {
	padding: 8px 0;
	background-color: #fff;
	display: block;
	font-size: 13px;
}
#menu ul li ul li:hover a {
	background-color: #000;
	color: #fff;
	transition: 0.4s;
}
#menu ul li:hover ul{
    transform: translateY(1000px);
    opacity: 1;
    padding: 60px 0 0;
}
#menu ul li:hover ul li {
	margin: 0;
}
#menu ul li:hover ul li a{
	color: #000;
	display: block;
	margin: 0;
	background-color: #fff;
}
#menu ul li ul li:hover a{
	color: #fff;
	background-color: #701318;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
footer {
	overflow: hidden;
}
footer .footer_info{
	background-image: url("../img/common/footer_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
footer .footer_info .inn {
	display: flex;
	width: 1100px;
	height: 174px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
footer .footer_info .inn dl,
footer .footer_info .inn ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .footer_info .inn dl dd {
	color: #fff;
	margin: 0 0 0 35px;
}
footer .footer_info .inn dl dd h3 {
	font-size: 17px;
}
footer .footer_info .inn dl dd p {
	font-size: 14px;
	line-height: 23px;
}
footer .footer_info .inn ul li:last-child {
	margin:  0 0 0 25px;
}
footer .footer_info .inn ul li:last-child:hover img {
	opacity: 1;
}
footer .copyright {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	padding: 14px 0 22px;
	background-color: #000;
}
.top_btn {
	max-width: 500px;
	margin: 0 auto;
}
.top_btn a{
	margin: 7% 4% 7%;
	display: block;
	background-color: #b2272d;
	padding: 3% 4%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
}
@media screen and ( max-width: 768px ){
footer .footer_info .inn {
	display: block;
	width: 100%;
	height: auto;
}
footer .footer_info .inn dl{
	display: flex;
	padding: 6% 4% 4%;
	justify-content: center;
}
footer .footer_info .inn ul {
	padding: 2% 6% 6%;
}
footer .footer_info .inn dl dt {
	width: 20%;
}
footer .footer_info .inn dl dd {
	margin: 0 0 0 10px;
}
footer .footer_info .inn dl dd h3 {
	font-size: 14px;
}
footer .footer_info .inn dl dd p {
	font-size: 12px;
	line-height: 1.4;
}
footer .footer_info .inn ul {
	justify-content: center;
}
footer .footer_info .inn ul li:last-child {
	margin:  0 0 0 15px;
}
footer .copyright {
	font-size: 12px;
	line-height: 1;
	padding: 4% 0;
}
}
/*----------------------------------------------------
	汎用
----------------------------------------------------*/
.ttl {
	font-size: clamp(20px, 4vw, 40px);
	line-height: 1;
	text-align: center;
}
.ttl.wh {
	color: #fff;
}
.ttl::after {
	display: block;
	margin: 28px auto 0;
	width: 120px;
	background-color: #000;
	height: 1px;
	content: '';
}
.ttl_img {
	box-sizing: border-box;
	text-align: center;
	max-width: 78%;
	margin: 3% auto 1%;
	padding: 1% 3% 1%;
}
.intro_text {
	padding: 0 3%;
	font-size: clamp(13px, 2.4vw, 22px);
	text-align: center;
}
.status span {
	display: inline-block;
	border-radius: 4px;
	margin: 5px 7px 0 0;
	padding: 9px 12px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}
.status .limited {background: #fa5b46;}
.status .housou {background: #fdf14d;color: #333333;}
.status .new {background: #009b6c;}
.status .caution {color: #d60000;font-size: 16px;}


@media screen and ( max-width: 768px ){

}
@media screen and ( max-width: 640px ){
.intro_text {
	text-align: left;
}
}
/*----------------------------------------------------
	Style-pallet
----------------------------------------------------*/
/* clearfix ----------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix {
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
/* align/flort/box --------------------*/
.alignLeft   {text-align:left}
.alignRight  {text-align:right;}
.alignCenter {text-align:center;}
.vaTop	{vertical-align:top;}
.vamiddle {vertical-align:middle;}
.vabottom {vertical-align:bottom;}
.floatRight {float:right;}
.floatLeft  {float:left;}
.clear {clear:both;}
.hide {visibility:hidden}
.delete {display:none;}
.inlineBlock {display:inline-block;}
.relative {position:relative;}
.ovHide{overflow:hidden;}


/* margin --------------------*/
.mt5  {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mb0  {margin-bottom:0px !important;}
.mb3  {margin-bottom:3px !important;}
.mb5  {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.ml3  {margin-left:3px !important;}
.ml5  {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.mr3  {margin-right:3px !important;}
.mr5  {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}


/* padding --------------------*/
.pt3 {padding-top: 3px !important;}
.pt5 {padding-top: 5px !important;}
.pt10{padding-top: 5px !important;}
.pt15{padding-top: 15px !important;}
.pt20{padding-top: 20px !important;}
.pt25{padding-top: 25px !important;}
.pt30{padding-top: 30px !important;}
.pt35{padding-top: 35px !important;}
.pt40{padding-top: 40px !important;}
.pt45{padding-top: 45px !important;}
.pt50{padding-top: 50px !important;}
.pr5 {padding-right: 5px !important;}
.pr10{padding-right: 10px !important;}
.pr15{padding-right: 15px !important;}
.pr20{padding-right: 20px !important;}
.pr25{padding-right: 25px !important;}
.pr30{padding-right: 30px !important;}
.pr35{padding-right: 35px !important;}
.pr40{padding-right: 40px !important;}
.pr45{padding-right: 45px !important;}
.pr50{padding-right: 50px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10{padding-bottom: 10px !important;}
.pb15{padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px !important;}
.pb25{padding-bottom: 25px !important;}
.pb30{padding-bottom: 30px !important;}
.pb35{padding-bottom: 35px !important;}
.pb40{padding-bottom: 40px !important;}
.pb45{padding-bottom: 45px !important;}
.pb50{padding-bottom: 50px !important;}
.pl5 {padding-left: 5px !important;}
.pl10{padding-left: 10px !important;}
.pl15{padding-left: 15px !important;}
.pl20{padding-left: 20px !important;}
.pl25{padding-left: 25px !important;}
.pl30{padding-left: 30px !important;}
.pl35{padding-left: 35px !important;}
.pl40{padding-left: 40px !important;}
.pl45{padding-left: 45px !important;}
.pl50{padding-left: 50px !important;}
