@charset "UTF-8";

/*  ---------- フッター----------*/
footer {
    width: 100%;
    border-top: 0px solid #CCC;
}

footer a{
    color: #FFF; 
}

footer a:hover{
    color: #FFF; 
}

footer .container {
	padding: 0px 0px;
}

#map {
	width: 100%;
	height: 500px;
}


/* ----------768以上---------- */
@media (min-width: 768px) {    
	footer .container {
        width: 100%;
		display: flex;
		flex-wrap: wrap;
	}

	.footA {
		width: 100%;
	}
	.footA2 {
		flex: 0 0 100%;
        line-height: 1px;
	}

	.footB {
		flex: 0 0 100%;
	}
}

/* ----------1024以下---------- */
@media (max-width: 1024px) {
footer {
}
}

/*  ---------- フッターAアドレス----------*/

.footA {
	text-align: center;
    border-top: 0px solid #CCC; 
    border-bottom: 1px solid #999;
    color: #FFF;
    padding: 10px 0 0px;
    background: linear-gradient(-135deg, #333, #666);
}

.footA h2 {
	margin: 10px;
    color: #FFF;
    font-size: 30px;
    background: linear-gradient(transparent 63%, #cccc66 30%);
    width: 300PX;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
    color: #EEE;
    line-height: 1.6em;
    font-family:inherit;
}

.footA a {
	text-decoration: none;
}

.footA .entry01 {
    	color: #FFF;
}

.footA ul{
    list-style: none;
}

@media (max-width: 767px) {
.footA p {
	font-size: 12px;
	}
}

/*  ---------- フッターB エリアボタン----------*/
.footB{
    margin: 0px;
    color: #EEE;
    background: linear-gradient(-225deg, #6f6659, #c9b683);
    border-top: 1px solid #999;
}

.footB2{
    max-width: 580px;
    margin: 0px auto;
    color: #EEE;
    padding-bottom: 5px;
}


.footb_moji{
    text-align: center;
    margin: 0 auto;
    padding-top:20px; 
    color: #333;
}


@media (min-width: 768px) {
	.footB2 {
		display: flex;
	}

	.footB2 div {
		flex: 1;
	}
}

/*  ---------- フッターB： アコーディオン ----------*/
.menu{
    width: 270px;
    margin: 0 auto;
}

.menu label {
    margin: 10px auto 10px;
    width: 240px;
    background: #333;
    color: #;
    padding: 0px ;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 90%;
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
    margin-left: 25px;
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 80%;
}

.menu li {
    padding: 2px;
}

.menu ul a{
 color: #666;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 100%;
}

/*  ---------- フッターCプライバシーポリシー他----------*/
.footC {
	font-size: 75%;
    min-height: 40px;
    background: #333;
    color: #EEE;
    padding: 10px 10px;
}

.footC:after {
    content: "";
    display: block;
    clear:both;
}

.footC a {
    margin: 0 10px;
	padding: 0;
	text-decoration: none;
	color: inherit;
}

.text_l{
    float:left;
    display: block;
    font-size: 80%;
}

.text_r{
    float:right;
    display: block;
    font-size: 70%;
    color:#EEE;
}

/*  ==================== 767以下====================*/
@media (max-width: 767px) {
.text_r{
    position: relative;
    text-align: center;
    margin-right: 10px;
}
}

/*  ---------- フッターD SNS----------*/
.footD {
	margin: 10px auto 30px;
    width: 120px;
}

.footD ul {
	text-align: center;
	padding: 0;
	list-style: none;
}

.footD li{
	float: left;
    text-align: center;
}

.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	border: solid 0px #999;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
    background: #A09063;
}