/*
  作成日: 20180727
  作成者: FOIS01
*/

.footer {
	position: relative;
}
.ft_brand {
	background: #fff;
	padding: 40px 0 50px;
}
.ft_brand_lst {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}
.ft_brand_lst li {
	cursor: pointer;
	display: flex;
	justify-content: center;
	position: relative;
}
.ft_brand_lst li a {
	align-self: center;
	display: block;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 100%;
}
.ft_brand_lst li a img {
	height: auto;
	max-height: 60px;
	width: auto;
}
.ft_brand_lst li::before {
	border: 3px solid #e37422;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	top: 0;
	transition: .3s all ease-in-out;
	width: 100%;
}
.ft_brand_lst li:hover::before {
	opacity: 1;
}
.ft_menu {
	background: url(../image-cmn/bg-wood.jpg) center center / cover no-repeat;
	padding-bottom: 45px;
	padding-top: 45px;
	position: relative;
}
.footer .ft_menu::before {
	background: rgba(38,24,17, .3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.ft_menu_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
.ft_menu_wrap a {
	color: #fff;
}
.ft_menu_wrap a:hover {
	color: #fe8814;
}
.footer_copyright {
	background: #482F24;
	color: #fff;
	font-family: 'Calibri';
	font-size: 1.2rem;
	padding: 5px 10px;
	text-align: center;
}
.ft_menu_sns {
	max-width: 320px;
	width: 100%;
}
.ft_menu_sns_box {
	align-items: center;
	background: rgba(255, 255, 255, .8);
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding: 15px 5%;
}
.ft_menu_sns_box li a:hover {
	opacity: .7;
}
.ft_menu_sns_reserve_note {
	color: #fff;
	font-size: 1.2rem;
	margin-left: 10px;
}
.ft_menu_sns_reserve .btn_common {
	margin-bottom: 15px;
	width: 100%;
}
.ft_menu_sns_reserve .btn_common a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.ft_menu_sns_reserve_ec { display: flex; gap: 12px; margin-bottom: 15px;}
.ft_menu_sns_reserve_ec a { background: #fff; border-radius: 8px; display: block; padding: 10px; text-align: center; }
.ft_menu_sns_reserve_ec a:hover { opacity: .8; }
.ft_menu_sns_reserve .btn_common a::before {
	display: none;
}
.ft_menu_sns_reserve_freeline {
	display: block;
	padding-left: 24px;
	margin-top: 3px;
	position: relative;
	word-break: keep-all;
}
.ft_menu_sns_reserve_freeline::before {
	background: url(../image-cmn/ico-freeline-white.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 20px;
}
.ft_menu_sns_reserve_freeline a {
	color: #fff !important;
	text-decoration: none !important;
}
.footer_nav_lst li a[target="_blank"]::after {
	background: url(../image-cmn/ico-extendlink-white.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	margin-left: 5px;
	vertical-align: middle;
	width: 16px;
}
.ft_menu_wrapit a {
	display: block;
	position: relative;
	padding-left: 15px;
}
.footer_nav_lst {
	font-size: 0rem;
}
 @media screen and (max-width:479px) {
.ft_menu_sns_reserve {
	flex-wrap: wrap;
	width: 100%;
}
.ft_menu_sns_reserve .btn_common {
	width: 100%;
	max-width: none;
}
.ft_menu_sns_reserve_note {
	width: 100%;
}
.ft_menu_sns_reserve_note br {
	display: none;
}
}
@media screen and (max-width:767px) {
.ft_brand_lst li {
	background: #fff;
	width: calc((100% - 20px)/3 - 0.1px);
	margin-top: 10px;
	margin-left: 10px;
}
.ft_brand_lst li:nth-child(3n+1) {
	margin-left: 0;
}
.ft_menu {
	padding-bottom: 10px;
	padding-top: 20px;
}
.ft_menu_sns {
	width: 100%;
	margin: 20px auto 0;
}
.ft_menu_nav {
	border: 1px solid #fff;
	width: 100%;
	font-size: 1.5rem;
}
.ft_menu_nav a {
	color: #000;
}
.ft_menu_nav_normal {
	border-bottom: 1px solid #3f2e26;
}
.ft_menu_nav_normal a {
	background: rgba(255, 255, 255, .8);
	display: block;
	padding: 13px;
	position: relative;
}
.ft_menu_nav_normal a:hover {
	color: #000;
}
.ft_menu_nav_home a {
	padding-left: 30px;
}
.ft_menu_nav_home a::before {
	background: url(../image-cmn/ico-home-black.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 13px;
	left: 13px;
	position: absolute;
	top: 17px;
	vertical-align: middle;
	width: 15px;
}
.footer_nav_in {
	border-bottom: 1px solid #3f2e26;
}
.footer_nav_in:last-child {
	border-bottom: none;
}
.footer_nav_lst li {
	border-top: 1px dotted #fff;
	font-size: 1.4rem;
}
.footer_nav_lst li:first-child {
	border-top: none;
}
.footer_nav_lst li a {
	color: #fff;
	display: block;
	padding: 13px 10px;
	position: relative;
	width: 100%;
}
.footer_nav_lst li a::before {
	background: url(../image-cmn/ico-arrow-02-right-white.png) no-repeat;
	background-size: contain;
	content: "";
	height: 10px;
	position: absolute;
	right: 10px;
	top: calc(50% - 5px);
	width: 7px;
}
.footer_nav_lst li a:hover {
	color: #fff;
}
.footer_nav_in dt::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 7px;
	position: absolute;
	right: 10px;
	top: calc(50% - 3px);
	width: 10px;
}
.footer_nav_tgl::after {
	background-image: url(../image-cmn/ico-arrow-02-down-black.png);
}
.footer_nav_tgl_open::after {
	background-image: url(../image-cmn/ico-arrow-02-up-black.png) !important;
}
.footer_nav_in dt {
	background: rgba(255, 255, 255, .8);
	color: #000;
	cursor: pointer;
	padding: 13px 10px;
	position: relative;
	text-align: left;
}
.ft_menu_box {
	border-top: 1px solid #3f2e26;
}
.ft_menu_box:first-child {
	border-top: none;
}
}
@media screen and (max-width:1024px), print {
.ft_menu_wrap {
	flex-wrap: wrap;
}
.ft_menu_nav {
	width: 100%;
}
.ft_menu_sns {
	width: 100%;
	margin: 20px auto 0;
}
}
@media screen and (min-width:768px), print {
.ft_brand_lst li {
	background: #fff;
	width: calc((100% - 80px)/7 - 0.1px);
	margin-top: 10px;
	margin-left: 10px;
}
.ft_brand_lst li:nth-child(9n+1) {
	margin-left: 0;
}
.ft_menu {
	padding-bottom: 45px;
	padding-top: 45px;
}
.ft_menu_nav_home {
	padding-left: 20px;
	position: relative;
}
.ft_menu_nav_home::before {
	background: url(../image-cmn/ico-home-white.png) no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 14px;
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
}
.ft_menu_nav_in {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ft_menu_nav_in .ft_menu_nav_lst li {
	margin-top: 7px;
}
.ft_menu_wrapit a::before {
	background-image: url(../image-cmn/ico-arrow-02-right-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 7px;
}
.ft_menu_box {
	color: #fff;
	padding-right: 10px;
	width: calc(100%/3 - 0.1px);
}
.footer_nav_in {
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.footer_nav_in:last-child {
	margin-bottom: 0;
}
.ft_menu_wrapit {
	display: flex;
	line-height: 1.8;
}
.footer_nav_in dt {
	pointer-events: none;
}
.footer_nav_in dd {
	display: block !important;
	font-size: 1.4rem;
}
.footer_nav_lst li {
	font-size: 1.4rem;
}
.footer_nav_lst li a[target="_blank"]:hover::after {
	background-image: url(../image-cmn/ico-extendlink-orange.png);
}
.ft_menu_nav_normal {
	margin-bottom: 7px;
}
}
@media screen and (min-width:768px) and (max-width:1029px), print {
.ft_menu_nav {
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding-bottom: 20px;
}
.ft_menu_sns {
	display:flex; 
	justify-content:center; 
	max-width:none;}
.ft_menu_sns_box {
  margin-right:20px; 
	padding:15px 20px;
	width:500px; 
}
}
 @media screen and (min-width:1030px), print {
.ft_menu {
	background-attachment: fixed;
}
.ft_menu_nav {
	border-right: 1px solid rgba(255,255,255,.5);
	width: calc(100% - 347px);
}
}
