@font-face {
    font-family: Gotham-Bold;
    font-weight: 600;
    src: url("./fonts/Gotham Bold.otf") format("opentype");
}
@font-face {
    font-family: Gotham-Medium;
    font-weight: 500;
    src: url("./fonts/Gotham Medium.otf") format("opentype");
}
@font-face {
    font-family: Gotham-Light;
    font-weight: 400;
    src: url("./fonts/Gotham Book.otf") format("opentype");
}
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, td, th {
    border: 1px solid #333;
}
html {
    font-size: 100%;
    background-color: #fff;
    word-break: break-word;
}
body {
    min-height: 100vh;
    color: #4b4948;
    overflow-x: hidden;
    font: normal normal normal 14px/1.6 sans-serif;
    background-color: #fff;
    margin: 0 auto;
}
.body_content {
    max-width: 1920px;
    margin: 0 auto;
}
a, a:active, a:link, a:visited {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, dialog, hr, img {
    display: block;
}
button, input, select, textarea {
    font-family: inherit;
}
main{
    padding-bottom: 50px;
}
textarea {
    resize: vertical;
}
input, select {
    vertical-align: middle;
}
button {
    vertical-align: inherit;
    line-height: inherit;
    cursor: pointer;
}
code, kbd, pre, samp {
    font-family: monospace, sans-serif;
    font-size: 1em;
}
mark {
    background-color: #ff0;
}
small {
    font-size: 80%;
}
img {
    max-inline-size: 100%;
    height: auto;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: Noto Sans JP;
}
header {
    width: 100%;
    padding: 20px 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
header img {
    width: 24rem;
}
header img:hover {
    animation: opacity-keyframes 0.2s forwards;
}
@keyframes opacity-keyframes {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0.7;
}
}
header span {
    font-family: Noto Sans JP;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #231f20;
}
.office_content #contact {
	margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #3d9d63;
    border-radius: 15px;
    padding: 12px 42px;
    cursor: pointer;
    transition: 0.2s;
	max-width: 350px;
}
.office_content #contact:hover {
    background-color: #ff9900;
}
.office_content #contact img {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.8rem;
}
.office_content #contact span {
    font-family: Gotham-Light;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
    color: #ffffff;
}
.banner {
    width: calc(100% - 12rem);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.banner img {
    width: 100%;
    border-radius: 40px;
}
.banner div {
    position: absolute;
    top: 4rem;
    left: 4rem;
    background-color: #3d9d63;
    border-radius: 2rem;
    padding: 4rem 4rem;
}
.banner div .banner-title {
    font-family: Gotham-Medium;
    font-size: 4rem;
    font-weight: 500;
    line-height: 6rem;
    letter-spacing: 2px;
    color: #ffffff;
}
.banner div .banner-title span {
    display: block;
    font-family: Gotham-Medium;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 2px;
    color: #ffffff;
    margin-top: 12px;
}
.title {
    font-size: 3rem;
    font-weight: 500;
    line-height: 6rem;
    letter-spacing: 0rem;
    color: #231f20;
    margin-top: 120px;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.title br, .content br {
    display: none;
}
.content {
    font-size: clamp(14px, 1.125rem, 24px);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #231f20;
    text-align: center;
}
.about {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 2.6rem;
    margin-top: 10rem;
    position: relative;
}
.about-bg {
    position: absolute;
    width: 40rem;
    right: 0;
    top: -65%;
}
.about-left {
    width: 27.69rem;
}
.about-right {
    width: 30rem;
    margin-top: 80px;
    position: relative;
}
.about div {
    width: calc(100% - 63.2rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3d9d63;
    border-radius: 50px;
    padding: 3.4rem 7rem;
    margin: 0 1.2rem;
}
.about div img {
    width: 100%;
}
.about div span {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin-top: 5.75rem;
    margin-bottom: 5rem;
}
.about div p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.3rem;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2.938rem;
}
.about div .about-p {
    margin-bottom: 5.5rem;
    font-size: 1.3rem;
    font-weight: 400;
}
.zon {
    width: 100%;
    margin-left: auto;
    max-width: 1680px;
    margin-top: 6.4rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-left: 80px;
}
.zon div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 5.7rem;
}
.zon img {
    width: 51.2rem;
    margin-top: 48px;
}
.zon div img {
    width: 50rem;
    margin-top: 0;
}
.zon div span {
    font-family: Gotham-Medium;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3d9d63;
}
.zon div h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3d9d63;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.zon div p {
    padding-right: 11rem;
    margin-bottom: 4rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    color: #231f20;
}
.office {
    width: calc(100% - 6.3rem);
    margin-top: 6.4em;
    padding: 6rem 20px 6rem 6rem;
    background-color: #f2f2f2;
    background-image: url("img/office_bg.png");
    background-size: 400px;
    background-position: bottom right;
    background-repeat: no-repeat;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
}
.office_content {
    margin: 0 auto;
    width: 100%;
    max-width: 1480px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.office_content>div {
    padding-left: 80px;
    position: relative;
    z-index: 2;
}
.office_content>div>span {
    font-family: Gotham-Medium;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3d9d63;
}
.office_content>div h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3d9d63;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.office_content>div p {
    margin-bottom: 4rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2;
    color: #231f20;
}
.office_content img {
    position: relative;
    z-index: 2;
}
.toyonoma {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 6.4rem auto 0;
    background: #f2f2f2;
    padding: 6rem 0 6rem 0;
}
.toyonoma-left {
    width: 63.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 5rem;
}
.toyonoma-left img:first-child {
    width: 52.7rem;
    margin-top: 34px;
}
.toyonoma-left img:last-child {
    width: 42.7rem;
    margin-top: 4.3rem;
    margin-left: auto;
}
.toyonoma-left .toyonoma_left02 {
    margin: 24px auto 0;
}
.toyonoma-right {
    width: calc(100% - 63.8rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.toyonoma-right span {
    font-family: Gotham-Medium;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3d9d63;
}
.toyonoma-right h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3d9d63;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.toyonoma-right h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #231f20;
    margin-top: 3.4rem;
    margin-bottom: 2.4rem;
}
.toyonoma-right p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #231f20;
    margin-bottom: 3rem;
    width: calc(100% - 2.8rem);
}
.toyonoma-right a {
    background-color: #3d9d63;
    border-radius: 20px;
    padding: 20px 60px;
    font-size: 1.125rem;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 3.6rem;
    margin-left: 5rem;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
}
.toyonoma-right a br, .tamesu div a br, .about div span br {
    display: none;
}
.toyonoma-right a:hover {
    background-color: #ff9900;
}
.toyonoma-right-logo {
    width: 37.6rem;
    max-width: 600px;
}
.toyonoma-right-img {
    width: calc(100% - 6.8rem);
}
.tamesu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 6.4rem;
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    padding-left: 60px;
}
.tamesu img {
    width: 54rem;
}
.tamesu div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 3rem;
}
.tamesu div img {
    width: 28.8rem;
    margin-bottom: 3.8rem;
    max-width: 460px;
}
.tamesu div h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #231f20;
    margin-bottom: 2rem;
}
.tamesu div p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #231f20;
    margin-bottom: 1em;
}
.tamesu div a {
    background-color: #3d9d63;
    border-radius: 20px;
    margin-top: 4.4rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 20px 60px;
    cursor: pointer;
    text-decoration: none;
    transition: 0.2s;
}
.tamesu div span {
    font-family: Gotham-Medium;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #3d9d63;
}
.tamesu div h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 3rem;
    color: #3d9d63;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}
.tamesu div a:hover {
    background-color: #ff9900;
}
.contact {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: 8rem auto 0;
    position: relative;
}
.contact-map {
    width: 55%;
    height: 40rem;
    max-height: 550px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
}
.contact-info {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #3d9d63;
    padding: 3rem 5rem;
}
.contact-info h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    margin: 40px 0;
}
.contact-info-p1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
    margin-bottom: 36px;
}
.contact-info-p2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-bottom: 56px;
    width: 66%;
}
footer {
    background-color: #231f20;
    padding: 2rem 14rem;
}
.foot_content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
footer img {
    width: 16.3rem;
}
footer span {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #ffffff;
}
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}
.zon_right_img_02, .toyonoma_left02 {
    display: none;
}
.zon_right_img_02 {
    width: 100%;
    margin: 30px auto;
}
.toyonoma_left02 {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

/* add 20250605 */
.alert-news {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    width: fit-content;
}
.alert-news a {
    align-items: center;
    border: 2px solid #ff4d4f;
    color: #ff4d4f;
    display: flex;
    font-size: 18px;
    font-weight: 600;
    gap: 30px;
    justify-content: center;
    padding: 10px 40px;
    margin: 0 20px;
    text-align:center;
}
.alert-news a span {
    font-size: 14px;
    position: relative;
}
.alert-news a span:after {
    background: #ff4d4f;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 2px;
}
.alert-news a:hover {
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 1280px) {
.content {
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto;
}
.toyonoma-right a br, .tamesu div a br, .about div span br {
    display: block;
}
.zon, .office {
    width: 100%;
    border-radius: 0;
}
.zon div span {
    width: 100%;
    font-size: 18px;
}
.zon div p {
    padding-right: 0;
    font-size: 16px;
    width: 100%;
    margin-bottom: 24px;
}
.toyonoma-right h3 {
    padding-right: 40px;
}
.toyonoma-right p {
    width: 100%;
    font-size: 16px;
    padding-right: 40px;
}
.toyonoma-right a {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 15px;
    text-align: center;
    margin-right: 40px;
}
.tamesu div p {
    width: 90%;
    font-size: 16px;
}
.tamesu div a {
    width: auto;
    margin-top: 16px;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 15px;
    text-align: center;
}
.about div {
    padding: 40px;
}
}

@media (max-width: 1100px) {
header div span {
    display: block;
    font-size: 16px;
}
.about {
    flex-direction: column;
    padding-left: 0;
    margin-top: 40px;
}
.about div {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 16px;
    padding: 40px;
    max-width: 600px;
    border-radius: 25px;
}
.about div span {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.about div p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.about-p {
    margin-bottom: 24px !important;
}
.about-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.about-right {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
    padding: 0 20px;
}
.office {
    background-image: none;
}
.zon div span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.zon div {
    padding-right: 0;
    width: 90%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    align-items: center;
}
.office {
    padding: 40px 20px;
    margin: 40px auto 80px;
}
.office_content {
    max-width: 500px;
    flex-direction: column-reverse;
}
.office_content>div {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.office_content>div p {
    padding-right: 0;
    margin-bottom: 0;
}
.toyonoma-left {
    width: 100%;
    padding-right: 0;
}
.toyonoma-left img:first-child {
    width: 90%;
    margin-right: auto;
    margin-top: 16px;
}
.toyonoma-left img:last-child {
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
}
.toyonoma-right-img {
    width: 100%;
    margin: 0 auto;
}
.toyonoma-right a {
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
}
.toyonoma-right-logo {
    width: 100%;
}
.tamesu {
    flex-direction: column;
    margin: 40px auto 80px;
    padding: 0 20px;
}
.tamesu div {
    padding-right: 0;
}
.tamesu div img {
    width: 100%;
    margin: 0 auto;
}
.tamesu div a {
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
}
.tamesu img {
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
}
.contact-info div p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}
footer {
    padding: 12px 24px;
}
footer img {
    width: 160px;
}
footer span {
    font-size: 14px;
    padding-left: 16px;
}
header {
    padding: 20px 24px;
	justify-content: center;
}
header img {
    width: 240px;
}
header span {
    display: none;
}
header div {
    padding: 8px 16px;
    border-radius: 8px;
}
header div span {
    font-size: 14px;
}
.banner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.banner img {
    border-radius: 16px;
}
.banner div {
    position: relative;
    left: auto;
    top: 8px;
    padding: 16px;
    text-align: center;
    margin: -60px auto 60px;
    width: 90%;
    border-radius: 15px;
}
.banner div .banner-title {
    font-size: 24px;
}
.banner div .banner-title span {
    font-size: 18px;
}
.title {
    max-width: 100%;
    margin: 60px auto 40px;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 12px;
    padding: 0 40px;
}
.content {
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
.about {
    flex-direction: column;
    padding-left: 0;
    margin-top: 40px;
}
.about div p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.about-p {
    margin-bottom: 24px !important;
}
.about-left {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 0 20px;
}
.about-bg {
    display: none;
}
.zon {
    width: 100%;
    padding: 0 20px;
    margin: 40px auto 80px;
    flex-direction: column;
    border-radius: 0;
}
.zon div span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.zon div {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    align-items: center;
}
.zon div p {
    padding-right: 0;
    font-size: 14px;
    width: 100%;
    margin-bottom: 24px;
    text-align: left;
}
.zon img {
    width: 100%;
    margin: 24px auto 0;
    max-width: 500px;
}
.zon div img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.toyonoma {
    flex-direction: column-reverse;
    margin: 40px auto 80px;
    padding: 40px 0;
}
.toyonoma-left {
    width: 100%;
    padding: 0 20px;
}
.toyonoma-left img:first-child {
    width: 100%;
    margin-right: auto;
    margin-top: 0;
}
.toyonoma-left img:last-child {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px;
}
.toyonoma-right {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.toyonoma-right span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.toyonoma-right h2 {
    font-size: 24px;
    padding-right: 0;
    text-align: center;
    margin: 1.5rem auto 3rem;
}
.toyonoma-right h3 {
    font-size: 18px;
    padding-right: 0;
    margin: 30px auto;
    text-align: center;
}
.toyonoma-right p {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
}
.toyonoma-right-img {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.toyonoma-right a {
    width: 100%;
    margin: 40px auto;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    display: block;
    max-width: 500px;
}
.toyonoma-right-logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.tamesu div {
    padding-right: 0;
}
.tamesu div img {
    width: 100%;
    margin: 0 auto;
    max-width: 230px;
}
.tamesu div span {
    width: 100%;
    font-size: 14px;
    text-align: center;
}
.tamesu div h2 {
    font-size: 24px;
    padding-right: 0;
    text-align: center;
    margin: 1.5rem auto 3rem;
}
.tamesu div h3 {
    width: 100%;
    font-size: 18px;
    margin: 30px auto;
    text-align: center;
}
.tamesu div p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}
.tamesu div a {
    width: 100%;
    margin: 40px auto 20px;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    max-width: 500px;
}
.tamesu img {
    width: 100%;
    margin-top: 24px;
    margin-left: auto;
    margin-bottom: 40px;
}
.contact {
    padding: 0;
    flex-direction: column-reverse;
    margin: 0 auto;
}
.contact-map {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
.contact-info {
    width: calc(100% - 40px);
    position: relative;
    left: 0;
    top: 0;
    padding: 40px;
    transform: none;
    margin: 0 auto 40px;
    max-width: 600px;
    border-radius: 25px;
}
.contact-info h2 {
    font-size: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.contact-info div p {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.contact-info-p1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 18px;
}
.contact-info-p2 {
    font-size: 14px;
    width: 100%;
    margin-bottom: 24px;
}
footer {
    padding: 12px 24px;
}
footer img {
    width: 160px;
}
footer span {
    font-size: 14px;
    padding-left: 16px;
}
.zon_right_img, .toyonoma_left {
    display: none;
}
.zon_right_img_02, .toyonoma_left02 {
    display: block;
}
}

@media (max-width: 767px) {
.banner div {
    padding: 20px 15px;
}
.banner div .banner-title {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
}
.title {
    font-size: 20px;
    padding-bottom: 20px;
}
.foot_content {
    display: block;
}
footer img {
    margin: 20px auto 0;
}
footer span {
    display: block;
    padding-left: 0;
    padding: 15px 0;
    text-align: center;
}
.contact-map {
    height: 300px;
}
.title br, .content br {
    display: block;
}
/* add 20250605 */
.alert-news a {
    align-items: flex-start;
    font-size: 14px;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    text-align: left;
}
}

@media (max-width: 400px) {
.toyonoma-right h3, .tamesu div h3 {
    font-size: 16px;
}
header img {
    max-width: 120px;
}
header div span {
    font-size: 12px;
}
}
