/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2025 | 13:21:57 */
/* back to top */
.go-to-top-button {
    width: 64px;
    height: 64px;
    background: #00000082;
    color: #e9e9e9;
    border: 2px solid #c5c5c5d1;
    font-size: 1.6em;
	border-radius:50px;
}

.go-to-top-button:hover {
    color: white;
    opacity: 0.6;
    transition: .3s;
}

footer#footer {
    padding: 0;
    background: #848484;
	color:white;
}

/* ------------------------------------
ウイジェット
------------------------------------ */
@media screen and (max-width: 834px) {
    .footer-widgets {
        display: block;
    }
}
.footer-left, .footer-center, .footer-right {
    width: auto;
}

.footer-left{
    padding-top: 2em;	
}

.footer-center {
    display: none;
}
.footer-right {
    display: none;
}
aside .ml_area p {
    color: white;
}
/* ------------------------------------
メルマガ
------------------------------------ */
.ml_area p{
    line-height:1.6;
	margin-bottom: 1.5em;
}
.ml_area p:first-child {
	display: inline-block;
    background: #954343;
    padding: .5em 2.5em;
    font-size: 110%;
    border-radius: 100px;
    margin-bottom: 1em;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width:500px){
    .ml_area p:first-child{
		font-size: 120%;
        width:100%;
    }
}
@media (max-width:400px){
    .ml_area p:first-child {
        padding: .5em 2em;
    }
}

.ml_area a img {
    width:100%;
    max-width: 500px;
}

@media screen and (min-width:1024px){
    .ml_area img {
        display:none;
    }  
}

/* リンク */
.ml_area .mllink a {
    background: white;
    text-decoration: none;
    color: gray!important;
    padding: .25em 1.5em .25em .5em;
    display: inline-block;
    border-radius: 0 100px 100px 0;
	transition:.3s;
}
.ml_area .mllink a:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: .5em;
    position: relative;
    font-size: 120%;
}
.ml_area .mllink a:hover {
    background: #954343;
    color: white!important;
	transition:.3s;
}

/* ------------------------------------
メニュー＋コピーライト
------------------------------------ */
.navi-footer-in > .menu-footer li {
    border: none;
}

.navi-footer-in > .menu-footer li:last-child {
    border: none;
}

.footer-bottom {
    padding: 2em 1em 3em;
    background: black;
}

nav#navi-footer {
    margin-bottom: 2em;
}

nav#navi-footer a {
    text-decoration: underline;
    color: #dbdbdb;
}
nav#navi-footer .current_page_item a {
    background: #5e5e5e;
    text-decoration: none;
	border-radius: 5px;
}

nav#navi-footer a:hover {
    color: gray;
	background:white;
	text-decoration:none;
}
.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 0 .75em;	/* メニュー間の幅 */
}

footer .source-org.copyright {
    color: #888888;
}
footer .url, footer .allrights {
    color:#d1d1d1;
}