#foot_info .info,
#foot_info iframe {
	width:calc(50% - 30px);
	margin-bottom:45px;
}
#foot_info .info dl {
	margin-bottom:15px;
}
#foot_info .info dt {
	width:20%;
}
#foot_info .info dd {
    width:calc(80% - 30px);
}
#main #foot_info .info dd p {
    font-size:1.8rem;
    line-height:1.5;
    margin:0;
}
#main #foot_info .info dd p br.sp {
	display:none;
}
#foot_info .info dd p > span:first-child {
	font-size:1.6rem;
	line-height:1.5;
	display:block;
	margin-bottom:.8em;
}
#foot_info .info dd p > span.tel {
	font-family: 'Lato', sans-serif;
	font-size:3.6rem;
	display:block;
	line-height:1.3;
}
#foot_info .info dd p > span.tel span {
    font-size:2.4rem;
	font-family: 'Lato', sans-serif;
	display:inline-block;
	margin-right:.5em;
}
#foot_info .info table {
	border-collapse:collapse;
	width:100%;
}
#foot_info .info table th,
#foot_info .info table td {
	font-size:1.6rem;
	text-align:center;
	color:#7C879B;
	text-align:center;
	line-height:1;
	padding:.5em 0;
	font-weight:500;
	border:1px solid #7C879B;
}
#foot_info .info table tr:nth-child(1) th,
#foot_info .info table tr:nth-child(4) th {
	background:#7C879B;
	color:#ffffff;
	border-right:1px solid #ffffff;
}
#foot_info .info table td .svg-inline--fa {
	color:#FFBA00;
}
#foot_info .info table td .svg-inline--fa.fa-minus {
	color:#333333;
}
#foot_info .info table tr:first-child th {
	border-top:0;
}
#foot_info .info table tr:last-child th,
#foot_info .info table tr:last-child td {
	border-bottom:0;
}
#foot_info .info table tr th:first-child {
	border-left:0;
}
#foot_info .info table tr th:last-child,
#foot_info .info table tr td:last-child {
	border-right:0;
}
#foot_info .info table + p {
	font-size:1.5rem;
	line-height:1.5;
	padding-top:.5em;
	margin-bottom:.5em;
}
#foot_info .info table + p span {
	color:#ff0000;
	display:inline-block;
	margin-bottom:.3em;
}
#foot_info .info table + p .svg-inline--fa {
	color:#FFBA00;
	margin-right:.3em;
}
#foot_info .info a {
	display:block;
	width:18em;
	text-align:center;
	background:#FFBA00;
	border:2px solid #FFBA00;
	line-height:1.8;
	padding:0;
	transition:.3s;
	font-size:1.4rem;
	color:#ffffff;
	font-weight:500;
	letter-spacing:.1em;
	/*margin:0 auto;*/
}
#foot_info .info a .svg-inline--fa {
	margin-left:.3em;
}
#foot_info .info a:hover {
	background:#ffffff;
    color:#FFBA00;
}

#foot_info .contents > div.fbox > div.fbox {
    width:calc(50% - 10px);
    box-sizing:border-box;
    padding:20px;
    border:3px solid #FFD21A;
    border-radius:8px;
}
#foot_info .contents > div.fbox > div.fbox > img {
    width:45%;
}
#foot_info .contents > div.fbox > div.fbox > dl {
	width:calc(55% - 30px);
	line-height:1.3;
}
#foot_info .contents > div.fbox > div.fbox dt {
    font-size:1.8rem;
    color:#7C879B;
    margin-bottom:.3em;
    font-weight:500;
}
#foot_info .contents > div.fbox > div.fbox dd {
    font-size:1.5rem;
    color:#7C879B;
    margin-bottom:.6em;
    font-weight:500;
}
#foot_info .contents > div.fbox > div.fbox dd:last-child {
    margin-bottom:0;
}
#foot_info .contents > div.fbox > div.fbox dd a {
	display:inline-block;
	background:#FFBA00;
	border:2px solid #FFBA00;
	line-height:1.8;
	padding:0 0.5em;
	color:#333333;
	transition:.3s;
}
#foot_info .contents > div.fbox > div.fbox dd a .svg-inline--fa {
	margin-left:.3em;
}
#foot_info .contents > div.fbox > div.fbox dd a:hover {
    background:#Ffffff;
}

#foot {
	border-top:5px solid rgba(255,210,26,.25);
	text-align:center;
}
#footer {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
	padding:30px 0;
}
#footer ul {
	width:100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#footer ul li:first-child {
	margin-right:2em;
}
#footer ul li a {
	line-height:1;
	margin-right: .2em;
}
#footer ul li a .svg-inline--fa {
    color:#FFBA00;
    margin-right:.3em;
}

#foot .copyright {
	font-size:1.2rem;
	line-height:1;
	font-family: 'Lato', sans-serif;
}

.fixedmenu {
	position:fixed;
	right:0;
	top:200px;
	z-index:99;
}
.fixedmenu li a {
	font-size:1.8rem;
	box-sizing:border-box;
	padding:1em .6em;
	background:#FFBA00;
	border-radius:8px 0 0 8px;
	color:#000000;
	font-weight:600;
}
.fixedmenu li a:hover {
	opacity:.8;
}
.fixedmenu li a span:last-child {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: -1;
                      order: -1;
}
.fixedmenu li a span {
	width:1.2em;
	text-align:center;
}
.fixedmenu li:last-child {
	display:none;
}


@media screen and (max-width:1200px){

}

@media screen and (max-width:768px){
}

@media screen and (max-width:640px){

#foot_info .info,
#foot_info iframe {
	width:100%;
	margin-bottom:5vw;
}
#foot_info .info dl {
	margin-bottom:20px;
	width:100%;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#foot_info .info dt {
	width:60px;
	margin-right:20px;
}
#foot_info .info dd {
    width:200px;
}
#main #foot_info .info dd p {
    font-size:1.6rem;
}
#main #foot_info .info dd p br.sp {
	display:inline;
}
#foot_info .info dd p > span:first-child {
	font-size:1.6rem;
	margin-bottom:.5em;
}
#foot_info .info dd p > span.tel {
	font-size:2.4rem;
}
#foot_info .info dd p > span.tel span {
    font-size:1.8rem;
}

#foot_info .info table th,
#foot_info .info table td {
	font-size:1.4rem;
}
#foot_info .contents > div.fbox > div.fbox {
    width:100%;
    max-width:350px;
    padding:5vw;
    border:2px solid #FFD21A;
    border-radius:2vw;
    margin:0 auto 3vw;
    text-align:center;
}
#foot_info .contents > div.fbox > div.fbox > img {
    width:60%;
    margin:0 auto 3vw;
}

#foot_info .contents > div.fbox > div.fbox > dl {
	width:100%;
	line-height:1.3;
}

#foot_info .info table + p {
	font-size:1.3rem;
}
#foot_info .info a {
	font-size:1.3rem;
}

#foot {
	border-top:3px solid rgba(255,210,26,.25);
}
#footer {
	width:calc(100% - 20px);
	padding:15px 0 70px;
	text-align:center;
}
#footer > div {
	width:100%;
}
#footer ul li:first-child {
	margin-right:1em;
}
#footer ul li a {
	font-size:1.3rem;
}
#foot .copyright {
	width:100%;
	font-size:1rem;
	padding-top:1em;
}

.fixedmenu {
	position:fixed;
	right:0;
	top:auto;
	bottom:0;
	width:100%;
}
.fixedmenu li {
	width:50%;
	box-sizing:border-box;
}
.fixedmenu li:first-child {
	border-right:1px solid #ffffff;
}
.fixedmenu li a {
	font-size:1.5rem;
	padding:0;
	border-radius:0;
	display:block;
	text-align:center;
	box-sizing:border-box;
	padding:.5em 0;
}
.fixedmenu li a:hover {
	opacity:1;
}
.fixedmenu li a span:last-child {
  -webkit-box-ordinal-group: 1;
             -ms-flex-order: 1;
                      order: 1;
}
.fixedmenu li a span {
	width:auto;
	display:block;
}
.fixedmenu li:last-child {
	display:initial;
}
.fixedmenu li:last-child a {
	background-image: url(../img/common/icon_tel.png);
	background-repeat:no-repeat;
	background-size:auto 60%;
	background-position:left 10px center;
}



}

@media screen and (max-width:560px){
}