@charset "utf-8";


footer {
    text-align: center;
/*    margin-top: 30px;
    border-top: 8px solid #ddd;
    padding-top: 30px;*/
} 

footer ul li a {
	display: initial;
	padding: initial;
	border-bottom: initial;	
}

footer ul li {
    background-color: initial;
    display: inline-block;
}

.footerSns {
    margin-top: 30px;
    border-top: 8px solid #ddd;
    padding-top: 30px;
}

.footerSns img {
	width: 100%;
}

.footerSns ul li {
	width: 14%;
    margin: 0 10px 20px;
}

.footerPostage {
	margin: 0 0 20px;
}

.footerPostage a ,.footerMenu a {
	color: #333;
}

.footerPostage p {
	font-size: 13px;
	font-weight: bold;
}

.footerLine {
	border: solid 1px #e3e8e9;
	margin: 0 13px;
}

.footerLine .lineTtl {
	font-weight: bold;
	font-size: 15px;
	margin-block-start: 0;
    margin-block-end: 0;
	margin-top: 16px;
}

.footerLine .lineMes {
	color: #333;
	font-size: 13px;
	margin-block-start: 0;
    margin-block-end: 0;
	margin-bottom: 16px; 
}

.footerLine img {
	width: 240px;
	margin-bottom: 15px;
}

.footerMenu {
	margin: 20px 0;
}

.footerMenu ul li {
	padding: 3px 7px;
}

.footerMenu a {
	font-size: 11px;
}

.trademark {
    margin-bottom: 15px;
}

.trademark p {
    font-size: 0.6rem;
    text-align: left;
    margin: 0 25px 5px;
    line-height: 1.75;
    padding-left: 1em;
    text-indent: -1em;
}

.bottom-mark {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto 30px;
}

.bottom-mark img {
    width: 40%;
}

.bottom-mark a {
    width: 15%;
    line-height: 45px;
    margin-left: 10px;
}

.bottom-mark a img {
    width: auto;
}


/*ブログカテゴリ*/

.footer_blogcategory {
	padding: 0 10px;
	margin: 0 auto 60px;
}

.footer_blogcategory p.rec-h3 {
    padding: 5px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.footer_blogcategory ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}

.footer_blogcategory ul li {
    width: 48.5%;
    border-bottom: 1px solid #333;
    text-align: left;
}

.footer_blogcategory ul li:nth-child(-n+2) {
    border-top: 1px solid #333;
}

.footer_blogcategory a {
    display: block;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
}

.footer_blogcategory a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: .1em;
    right: 2%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.footer_blogcategory a:hover {
    text-decoration: none;
}

.footer_blogcategory img {
    width: 29px;
    vertical-align: middle;
}

.footer_blogcategory ul li p {
	font-size: 13px;
    display: inline-block;
    margin-left: 3px;
    color: #333;
    vertical-align: middle;
    font-family: 'Noto Sans JP', sans-serif;
}

.app-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-bottom: 18%;
    z-index: 3;
}

.app-footer.close{
    display: none;
}

.app-footer-container {
    display: flex;
    width: 45%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    height: 40px;
    background: #fff;
    border: 1px solid #363636;
    border-radius: 50px;
    position: relative;
}

.app-footer-container a {
    display: inline-block;
    color: #363636;
    font-size: 0.9rem;
    padding: 0 15px;
    border-right: 1px solid #363636;
}

.app-close {
    height: 100%;
    padding: 0 30px 0 15px;
    cursor: pointer;
}

.app-close::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #363636;
}

.app-close::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #363636;
}

/*Bパターン*/

.app-footer-container.ver2 {
    width: 50%;
    border: none;
    background: none;
}

.app-footer-container.ver2 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    letter-spacing: 1px;
    font-size: 0.85rem;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    border-right: 0;
}

.ver2 .app-close {
    padding: 0 30px 0 10px;
}


@media only screen and (max-width: 361px) {
.footer_blogcategory a {
    padding: 8px;
}

.footer_blogcategory img {
    width: 26px;
}

.footer_blogcategory ul li p {
    font-size: 12.5px;
    margin-left: 2px;
}

.app-footer-container a {
font-size: 0.8rem;
}
}

@media only screen and (max-width: 321px) {
.footer_blogcategory a {
    padding: 8px 5px;
}

.footer_blogcategory img {
    width: 24px;
}

.footer_blogcategory ul li p {
    font-size: 12px;
}

.footer_blogcategory a:after {
    right: 0;
}

.app-footer-container {
    width: 49%;
}

}