@charset "utf-8";
#footer {
    background: url(../images/common/bg_footer.gif);
	display: block;
}
#footer li {
    list-style: none;
}
#footer a {
    color:  #ddd;
	font-size: 14px;
}
#footer a:link {
    color:  #ddd;
}
#footer a:hover {
    color:  #fff;
    text-decoration: underline;
}
#footer a:visit {
    color:  #ddd;
}
#breadcrumb {
    background: url(../images/common/bg_breadcrumb.gif) repeat-x 0 0;
}
#breadcrumb ul li {
    padding: 5px 7px 7px 0;
    float: left;
    color:  #ddd;
}
#bt_tel {
    margin-bottom: 20px;
}
#bt_inq {
    border: solid 1px #ddd;
    margin: 10px 0 1em 0;
    padding: 7px 15px;
    text-align: center;
    font-size: 18px;
    display: block;
    overflow: hidden;
}
#logo_footer,
#footer_contact {
    padding: 25px 0;
    float:left;
    display:block;
}
#footer_contact {
    margin: 20px 0 0 30px;
}
#sitemaparea {
    padding: 30px 0 30px 50px;
    float: left;
}
.sitemaparealist,
#footer_sns {
    padding-left: 20px;
    float: left;
}
#footer_sns li {
    padding: 0 0 0 15px;
    float: left;
}
#copyright{
    padding: 7px 0;
    color: #666;
    background-color: #000;
    font-size: 1em;
    text-align: center;
}
html {
  height: 100%;
}
.footerfix {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
    padding: 80px 0 100px;
    display: block;
    overflow: hidden;
}
#breadcrumb a {
    color: #dddddd;
    display: inline-block;
    height: 100%;
    line-height: 25px;
    margin-right: 7px;
    outline: medium none;
    padding-right: 25px;
    text-decoration: none;
    background-attachment: scroll;
    background-image: url(../images/common/arrow_breadcrumb.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
@media screen and (max-width: 768px) {
.content {
    padding-bottom: 15px;
}
#footer {
    margin: 30px 0 0 0;
}
#breadcrumb {
    padding-top: 3px;
}
#breadcrumb ul {
    padding-left: 4px;
}
#logo_footer {
    display: none;
}
#bt_inq {
    font-size: 24px;
}
#footer_contact {
    padding: 0;
    float: none;
    display:block;
    text-align: center;
}
#footer_contact {
    margin: 0 auto 0;
}
#bt_tel img {
    margin: 20px auto 10px;
    min-width: 90%;
}
.sitemaparealist {
    display: none;
}
#sitemaparea {
    margin: 0 0 20px 0;
    padding: 0;
    float: none;
}
ul#footer_sns,
ul#footer_sns li {
    margin: 0;
    padding: 0;
}
ul#footer_sns {
    margin: 0 0 20px 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer_sns img {
    min-width: 50px;
}
#footer_sns li#footer_fb,
#footer_sns li#footer_line  {
    margin: 0;
}
#footer_sns li#footer_blog {
    margin: 0;
}
#copyright{
    font-size: 0.7em;
    line-height: 120%;
}
.footerfix {
    min-height: auto;
	height: auto;
    display: flex;
    flex-direction: column;
}
/* スペース */
.mb_30_tab {
	margin-bottom: 30px;
}
}

/* 改行　*/
br.br-pc {
	display: inline;
}
br.br-sp {
	display: none;
}
br.br-tab {
	display: none;
}
br.br-iPhoneX {
	display: none;
}
br.br-se {
	display: none;
}
@media screen and (max-width: 767px){
	br.br-pc {
		display: none;
	}
	br.br-sp {
		display: inline;
	}
}
@media screen and (min-width: 470px){
	br.br-tab {
		display: inline;
	}
}
@media screen and (max-width: 375px){
	br.br-iPhoneX {
		display: inline;
	}
}
@media screen and (max-width: 320px){
	br.br-se {
		display: inline;
	}
}
