@charset "UTF-8";
/* コンテンツ */

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}

#fix_foot {
    display: none;
}

.topimg {
    overflow: hidden;
}
.topimg img {
    width: 100%;
}
.topimg ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -0.44vw;
}
.topimg ul li {
    width: calc(50% - 0.22vw);
}
.topimg ul li p {
    margin-bottom: 0.44vw;
}

.machi_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.machi_box ul img {
    width: 100%;
}
.machi_box ul li:first-child {
    width: 65%;
    line-height: 1.7;
}
.machi_box ul li:first-child h2 {
    font-size: 2em;
}
.machi_box ul li:first-child p {
    margin-top: 1em;
}
.machi_box ul li:last-child {
    width: 30%;
}

.asub {
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    line-height: 1;
    padding: 0.4em 0;
}
.asub span {
    font-size: 0.7em;
    margin-left: 0.5em;
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

.g_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.g_box ul img {
    width: 100%;
    margin-bottom: 0.5em;
}
.g_box ul li {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    line-height: 1.7;
    margin-top: 3em;
}
.g_box ul li h4 {
    font-size: 1.24em;
    border-bottom: 1px solid #333;
}
.g_box ul li p {
    text-align: justify !important;
    text-justify: inter-ideograph;
    margin: 0.5em 0 1em;
}
.ex_btn {
    text-align: center;
}
.ex_btn a {
    display: inline-block;
    border: 2px solid #c07446;
    color: #c07446;
    line-height: 1;
    padding: 0.7em 1.5em;
    border-radius: 2em;
    transition: all 0.3s;
}
.ex_btn a:hover {
    background-color: #f2e3da;
}

.g_contact {
    text-align: center;
}
.g_contact a {
    display: inline-block;
    color: #fff;
    background-color: #85982e;
    font-size: 1.6em;
    font-weight: 500;
    line-height: 1;
    padding: 1em 3em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    transition: all 0.3s;
}
.g_contact a span {
    font-size: 0.7em;
}
.g_contact a:hover {
    opacity: 0.6;
}

.tomonokai {
    
}
.tomo_title {
    text-align: center;
    line-height: 0;
}
.tomo_title img {
    width: 100%;
}
.tomo_title p {
    width: 50%;
    margin: 0 auto;
}
.tomo_title h1 {
    width: 70%;
    margin: 20px auto 20px;
}
.tomo_title h2 {
    width: 60%;
    margin: 0 auto 20px;
}

.m_more ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.m_more ul li {
    width: 40%;
    text-align: center;
}
.m_more ul li:first-child {
    margin-right: 30px;
}
.m_more ul li a {
    display: block;
    background-color: #63a220;
    color: #fff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 3em;
    border-radius: 60px;
    transition: all 0.3s;
}
.m_more ul li a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 960px) {
#footer {
    padding: 5em 5%;
}

.machi_box ul {
    justify-content: space-around;
}
.machi_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.machi_box ul li:first-child h2 {
    font-size: 1.6em;
}
.machi_box ul li:first-child p {
    margin-top: 1em;
}
.machi_box ul li:last-child {
    width: 70%;
}

.asub {
    font-size: 1.6em;
}
.g_box ul {
    justify-content: space-around;
}
.g_box ul li {
    width: 80%;
}
.g_box ul li h4 {
    font-size: 1.24em;
}

.g_contact {
    text-align: center;
}
.g_contact a {
    display: block;
}

}


@media screen and (max-width: 520px) {
#footer {
    padding: 5em 5%;
}

.topimg ul {
    margin-bottom: -0.88vw;
}
.topimg ul li {
    width: 100%;
}
.topimg ul li p {
    margin-bottom: 0.88vw;
}

.machi_box ul li:first-child {
    width: 100%;
    margin-bottom: 1em;
}
.machi_box ul li:first-child h2 {
    font-size: 1.4em;
}
.machi_box ul li:first-child p {
    margin-top: 1em;
}
.machi_box ul li:last-child {
    width: 100%;
}

.asub {
    font-size: 1.4em;
}
.g_box ul {
    justify-content: space-around;
}
.g_box ul li {
    width: 90%;
}
.g_box ul li h4 {
    font-size: 1.16em;
}

.g_contact {
    text-align: center;
}
.g_contact a {
    display: block;
}

.tomo_title p {
    width: 100%;
    margin: 0 auto;
}
.tomo_title h1 {
    width: 90%;
    margin: 35px auto 20px;
}
.tomo_title h2 {
    width: 90%;
    margin: 0 auto 30px;
}

.m_more ul {
    justify-content: space-between;
}
.m_more ul li {
    width: 48%;
}
.m_more ul li:first-child {
    margin-right: 0;
}
.m_more ul li a {
    font-size: 1em;
    line-height: 3em;
}

}

