﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
.footer_base {
    background: rgba(249, 161, 208, 0.5);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer_menu {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: small;
    background: #ffffff;
}

.footer_menu ul {
    margin: 0 auto;
    list-style-type: none;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer_menu ul li {
    display: inline;
    background: url(../../../Images/120aniv/yajirusi.png) no-repeat scroll left center transparent;
    padding-left: 25px;
    margin: 0 auto;
}

.footer_body {
    background: url(../../../Images/toyohashi2024/footer/footer_bg.png) no-repeat right 0px bottom 20px;
    padding: 10px 400px 10px 0;
    margin: 0 auto;
    min-height: 280px;
    width: 1000px;
    font-size: 100%;
    box-sizing: border-box;
}

.footer_body .footer_title {
    border-bottom: 2px solid rgba(164, 50, 115, 1);
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.footer_body address {
    font-size: 100%;
    font-style: normal;
    margin: 0 0 10px;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer_body ul {
    margin: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer_body ul li {
    width: 48%;
    margin: 5px 0;
    min-height: 40px;
    display: inline-table;
    border: 2px solid rgba(164, 50, 115, 1);
    border-radius: 10px;
    background: url(../../../images/120aniv/yajirusi.png) no-repeat right 15px top 50% #ffffff;
    overflow: hidden;
}

.footer_body ul li:nth-child(odd) {
    margin: 5px auto 0 0;
}

.footer_body ul li:hover {
    border: 2px solid rgba(255, 148, 208, 1);
}

.footer_body ul li a {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    margin: 0;
    padding: 5px 15px 5px 50px;
    color: #000000;
}

.footer_body .add_line
{
    display: flex;
    flex-wrap: wrap;
}

.footer_body ul li:nth-child(1) a {
    background: url(../../../images/120aniv/footer_icon0.png) no-repeat left 10px top 50%;
}

.footer_body ul li:nth-child(2) a {
    background: url(../../../images/120aniv/footer_icon.png) no-repeat left 10px top 50%;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
.footer_base {
    background:  rgba(249, 161, 208, 0.5);
    margin: 0;
    padding: 0;
    width: 100%;
}

.footer_menu {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    font-size: small;
    background: #ffffff;
}

.footer_menu ul {
    margin: 0 3%;
    list-style-type: none;
    width: 94%;
    display: inline-flex;
    flex-wrap: wrap;
}

.footer_menu ul li {
    display: inline;
    background: url(../../../Images/120aniv/yajirusi.png) no-repeat scroll left center transparent;
    padding-left: 25px;
    margin: 5px auto;
    width: 100%;
    text-align: left;
}


.footer_menu ul li > a {
    font-size: 130%;
}

.footer_body {
    background: url(../../../Images/toyohashi2024/footer/footer_bg.png) no-repeat right 0px bottom 40px;
    padding: 10px 0;
    background-size: 100% auto;
    padding: 40px 10px 280px;
    margin: 0 auto;
    min-height: 280px;
    width: 100%;
    font-size: 100%;
    box-sizing: border-box;
}

.footer_body > span {
    width: 100%;
    box-sizing: border-box;
}

.footer_body .footer_title {
    border-bottom: 2px solid #2a2a2a;
    margin: 0 0 10px;
    padding: 0 0 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_body .footer_title > span {
    width: 100%;
}

.footer_body address {
    font-size: 98%;
    font-style: normal;
    margin: 0 0 10px;
    line-height: 1.6;
}

.footer_body .add_line
{
    display: flex;
}

.footer_body .add_line .add_r
{
    max-width: 70%;
}

.footer_body ul {
    margin: 10px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer_body ul li {
    width: 98%;
    margin: 5px auto;
    min-height: 40px;
    display: inline-table;
    border: 2px solid #2e3332;
    border-radius: 10px;
    background: url(../../../Images/120aniv/yajirusi.png) no-repeat right 15px top 50% #ffffff;
    overflow: hidden;
}

.footer_body ul li a {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    margin: 0;
    padding: 10px 15px 10px 50px;
    color: #000000;
}

.footer_body ul li:nth-child(1) a {
    background: url(../../../images/120aniv/footer_icon0.png) no-repeat left 5px top 50%;
}

.footer_body ul li:nth-child(2) a {
    background: url(../../../images/120aniv/footer_icon.png) no-repeat left 5px top 50%;
}
}
