/*
Theme Name: kogane-nakachou
Text Domain:
Version: 1
Requires at least: 1
Requires PHP: 5
Description: 
Author: hayashi
Author URI: piiyann@gmail.com
Theme URI: 
License: 
License URI: 
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');
html {
    scroll-behavior: smooth;
}
body,
ul,
ol,
li,
dl,
dt,
dd,
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
p,
dt,
dd,
li {
    font-size: 17px;
    line-height: 2em;
}
img {
    width: 100%;
}
body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #111111;
    word-break: break-all;
}
/* class */
p#breadcrumbs {
    padding-bottom: 40px;
    font-size: 16px;
}
p#breadcrumbs i {
    display: inline-block;
    margin-right: 0.6em;
}
.pagination {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.pagination a {
    display: block;
}
.pagination .page-numbers {
    border-radius: 50%;
    border: #999 solid 1px;
    background: #eee;
    width: 40px;
    height: 40px;
    margin: 0 1%;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}
.pagination .page-numbers:hover,
.pagination .current {
    background-color: #f39800;
    color: #FFF;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    border: none;
    background: none;
    width: auto;
}
.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
    color: #999;
}
h1,
h2 {
    font-weight: 700;
}
h3,
h4,
dt,
strong {
    font-weight: 500;
}
h5,
h6 {
    font-weight: 400;
}
h1.title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8em;
    border-bottom: #000 dotted 1px;
    margin-bottom: 22px;
    padding-bottom: 5px;
}
h1.title i {
    display: inline-block;
    margin-right: 0.5em;
    font-style: normal;
}
h1.title.singleTitle i.fa-home:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0e0";
}
h1.title.singleTitle i.fa-privacy-policy:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f502";
}
h1.title.singleTitle i.fa-about:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f6a1";
}
h1.title.singleTitle i.fa-crime-prevention-activities:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f06e";
}
h1.title.singleTitle i.fa-disaster-prevention-activities:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f06d";
}
h1.title.singleTitle i.fa-environmental-activities:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f57d";
}
h1.title.singleTitle i.fa-social-activities:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f2b5";
}
h1.title.singleTitle i.fa-sponsorship-activities:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0c0";
}
h1.title a,
h2.title a {
    text-decoration: none;
}
h1.title.singleTitle {
    font-size: 25px;
}
h2.title {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
h3.title {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 5px;
    padding-bottom: 0px;
}
hr {
    margin: 20px 0 40px 0;
    padding: 0;
    border: 0;
    height: 3px;
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 0, transparent 50%);
    background-size: 3px 3px;
}
a:link,
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    color: #7d7d7d;
    text-decoration: none;
}
.growing a,
.growing span {
    display: block;
    transition: 0.3s all linear;
    transform: scale(1);
}
.growing a:hover,
.growing span:hover {
    transform: scale(1.04);
}
.underline {
    z-index: 1;
}
.underline a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.underline a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.underline a:hover::after {
    transform: scale(1, 1);
}
a.arrow {
    display: flex;
} 
a.arrow::before {
    content: '';
    width: 15px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
    margin-top: 0.3em;
    margin-right: 0.5em;
}
/* header */
header {
    position: sticky;
    top: 0;
    background-color: #FFF;
    opacity: 0.9;
    width: 100%;
    z-index: 3000;
    text-align: left;
}
header .area {
    padding: 5px 2% 0px 2%;
    display: flex;
    justify-content: space-between;
}
header .area .logo {
    padding-bottom: 5px;
}
header .area .logo img {
    width: 100%;
    max-width: 180px;
}
header .area .box {
    display: flex;
}
header .area .box h1 {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}
header .area .box ul {
    padding-bottom: 0.5em;
}
header .area .box ul li {
    list-style: none;
    margin-left: 1%;
}
header .area ul li a {
    text-align: center;
    background-color: #f39800;
    padding: 6px 0;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    line-height: 2.1;
    min-width: 75px;
}
header .area ul li a .fa-envelope {
    font-size: 28px;
    display: block;
}
/* nav */
.global_menu {
    width: 100%;
    position: relative;
    background: #000;
    text-align: center;
}
.global_menu ul {
    padding: 0;
    margin: 0;
}
.global_menu ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
}
.global_menu ul li a {
    color: #FFF;
    display: block;
    padding: 10px 30px;
    text-decoration: none;
}
.global_menu ul li:hover > a {
    background: #f39800;
}
.global_menu ul li .sub-menu > li > a:hover {
    background: #f39800;
}
.global_menu ul li .sub-menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 0;
    background: #f39800;
    visibility: hidden;
}
.global_menu ul li:hover .sub-menu {
    visibility: visible;
}
#hanburger {
    display: none;
}
/* swiper */
.swiper {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
.swiper .swiper-pagination {
    margin-bottom: 20px;
}
.swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 1% !important;
    background-color: #FFF;
    opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
    background-color: #f39800;
}
/* main */
main {
    display: block;
    padding-top: 40px;
    margin: 0 auto;
    text-align: left;
    max-width: 1100px;
}
/* topics */
.topicsArea {
    padding: 0 2%;
    padding-bottom: 45px;
}
.topicsArea .loop {
    display: flex;
    align-items: flex-start;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.topicsArea .loop time {
    display: block;
    padding-top: 4px;
    width: 20%;
    font-size: 16px;
}
.topicsArea .loop h2 {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
    padding-bottom: 0;
    width: 100%;
    text-align: left;
}
.topicsArea .button {
    padding-top: 30px;
    padding-bottom: 30px;
}
.topicsArea .button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 340px;
    padding: 15px 0;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #f6f6f6;
    text-decoration: none;
}
.topicsArea .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
}
/* archive */
.archiveArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 45px;
}
.archiveArea .area {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px #000;
    width: 49%;
}
.archiveArea .area .box {
    order: 1;
    margin-left: 3%;
    width: 100%;
}
.archiveArea .area .box p {
    padding: 0 0 10px 0;
    margin: 0;
}
.archiveArea .area .box p a {
    text-decoration: none;
}
.archiveArea .area .box p.continuation {
    font-size: 14px;
    text-align: right;
}
.archiveArea .area .img {
    order: 0;
}
.archiveArea .area .img img {
    max-width: 200px;
    min-width: 200px;
    width: 100%;
    height: auto;
}
.top .archiveArea .area:first-of-type {
    width: 100%;
}
.top .archiveArea .area:first-of-type .img img {
    min-width: 320px;
    max-width: 320px;
    width: 100%;
    height: auto;
}
.topicsNav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.topicsNav .area {
    width: 48%;
}
.topicsNav .area h2 {
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: #000 dotted 1px;
}
.topicsNav .area h2 i {
    margin-right: 0.3em;
    display: inline-block;
}
.topicsNav .area ul {
    list-style: disc;
    list-style-position: inside;
}
.topicsNav .area ul li {
    padding-bottom: 0px;
    margin-bottom: 5;
    line-height: 1.6;
}
/* contact */
.visual .wpcf7-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    width: 100%;
}
.visual .wpcf7-form .area fieldset {
    width: calc(100% - 9px);
    border: solid  1px #ccc;
    padding: 0 4px 0 5px;
    margin: 0;
}
.visual .wpcf7-form .area fieldset legend {
    font-size: 18px;
    padding: 0 1em;
}
.visual .wpcf7-form .area fieldset legend .required {
    border-radius: 6px;
    margin-right: 1em;
    padding: 2px 6px;
    display: inline-block;
    text-align: center;
    background: #f39800;
    color: #fff;
    font-size: 13px;
    width: auto;
}
.visual .wpcf7-form .area fieldset .box,
.visual .wpcf7-form .area fieldset .box-post {
    display: flex;
    justify-content: start;
    padding: 10px 0;
}
.visual .wpcf7-form .area fieldset .box-txt {
    padding: 10px 0;
    display: block;
}
.visual .wpcf7-form .area fieldset .box-txt p {
    padding: 0 1em;
    margin-bottom: 0.4em;
}
.visual .wpcf7-form .area fieldset .box label,
.visual .wpcf7-form .area fieldset .box-post label,
.visual .wpcf7-form .area fieldset .box-txt label {
    width: 50%;
    display: block;
    padding: 0 1em;
    text-align: center;
}
.visual .wpcf7-form .area fieldset .box-txt label {
    width: calc(100% - 2em);
}
.visual .wpcf7-form .area fieldset .box-post label {
    width: 25%;
}
.visual .wpcf7-form .area fieldset label input {
    min-height: 40px;
}
.visual .wpcf7-form .area fieldset label input,
.visual .wpcf7-form .area fieldset label textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 1em;
    width: calc(100% - 2.1em);
    background: #eee;
    margin: 0;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 400;
}
.visual .wpcf7-form .area fieldset label textarea {
    min-height: 218px;
}
.visual .wpcf7-form .area fieldset label input::placeholder,
.visual .wpcf7-form .area fieldset label textarea::placeholder {
    color: #ccc;
  }
.visual .wpcf7-form .button {
    padding-top: 30px;
    padding-bottom: 30px;
}
.visual .wpcf7-form .button span {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 340px;
    padding: 0;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #f6f6f6;
    text-decoration: none;
    background-color: #FFF;
    width: 100%;
}
.visual .wpcf7-form .button span:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
}
.visual .wpcf7-form .button span input[type="submit"] {
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 15px 0;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
}
.visual .wpcf7 #wpcf7-f190-o1-ve-your-name,
.visual .wpcf7 #wpcf7-f190-o1-ve-your-email,
.visual .wpcf7 #wpcf7-f190-o1-ve-your-message {
    display: none;
}
.visual .wpcf7-form .wpcf7-not-valid-tip,
.visual .wpcf7-form .wpcf7-response-output {
    font-weight: 500;
    color: rgb(255, 0, 0);
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 2px solid #ff0000 !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 15px !important;
}
/* single */
.singleArea .area {
    padding-bottom: 20px;
}
.singleArea .area time {
    display: block;
    text-align: right;
    font-size: 16px;
    font-style: italic;
}
.singleArea .box {
    padding-top: 5px;
    padding-bottom: 40px;
}
.singleArea .area ul {
    text-align: right;
    padding-bottom: 40px;
}
.singleArea .area ul li {
    font-size: 14px;
    display: inline-block;
    background-color: #dbdbdb;
    border-radius: 4px;
    list-style: none;
    padding: 4px 8px;
    margin-right: 0.5em;
}
.singleArea .area ul li a {
    text-decoration: none;
}
.singleArea .area ul li a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f02b";
    margin-right: 0.2em;
}
/* visual */
.visual h1,
.visual h2 {
    border-bottom: #000 double 3px;
    padding-bottom: 5px;
    margin-top: 1em;
    margin-bottom: 1.2em;
}
.visual h3,
.visual h4 {
    border-bottom: #999 solid 1px;
    padding-bottom: 5px;
    margin-top: 0.8em;
    margin-bottom: 1em;
}
.visual h5,
.visual h6 {
    border-bottom: #777 dotted 1px;
    padding-bottom: 5px;
    margin-top: 0.6em;
    margin-bottom: 0.8em;
}
.visual h1 {
    font-size: 24px;
    line-height: 1.8em;
}
.visual h2 {
    font-size: 23px;
    line-height: 1.8em;
}
.visual h3 {
    font-size: 22px;
    line-height: 1.8em;
}
.visual h4 {
    font-size: 21px;
    line-height: 1.8em;
}
.visual h5 {
    font-size: 20px;
    line-height: 1.8em;
}
.visual h6 {
    font-size: 19px;
    line-height: 1.8em;
}
.visual p,
.visual ul,
.visual ol {
    margin-bottom: 1.2em;
}
.visual ul,
.visual ol {
    margin-left: 1em;
}
.visual img {
    max-width: 100%;
    width: auto;
}
.visual hr {
    border-top: none;
}
.visual blockquote {
    margin: 30px;
    padding: 1em 1.5em;
    border-left: 4px solid #ccc;
    color: #333;
}
.visual blockquote p {
    margin-top: 0;
}
.visual blockquote cite {
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 1.8em;
    text-align: right;
}
.visual .wp-block-table {
    margin-bottom: 40px;
}
.visual .wp-block-image {
    width: 100%;
    display: block;
}
.visual .wp-block-media-text__media {
    padding-bottom: 20px;
}
.visual .wp-block-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.visual .wp-block-gallery .wp-block-image {
    max-width: 48%;
}
.visual .wp-block-gallery .wp-block-image .wp-element-caption {
    background: #FFF;
    color: #000;
}
.visual figure.wp-block-embed-youtube {
    max-width: 100% !important;
}
.visual .aligncenter {
    text-align: center;
}
.visual .alignright {
    text-align: right;
}
.visual .wp-block-media-text {
    margin-bottom: 20px;
}
/* footer */
footer {
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px 0;
}
footer .area {
    width: 96%;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 60px;
}
footer .area h3.title {
    margin-bottom: 20px;
    text-align: left;
}
footer .area h3.title i {
    display: inline-block;
    margin-right: 0.3em;
}
footer .area .column {
    text-align: left;
}
footer .area .column p {
    padding-bottom: 15px;
}
footer .area .column p.googlemap i {
    margin-right: 0.4em;
    display: inline-block;
}
footer .footer_menu {
    padding: 0 1.5% 60px 1.5%;
}
footer .footer_menu ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
footer .footer_menu ul li {
    list-style: none;
    font-size: 14px;
    width: calc(100% / 7);
}
footer .footer_menu ul li ul {
    display: block;
    padding: 10px 0 0 0;
    margin: 0 0 0 1em;
}
footer .footer_menu ul li ul li {
    list-style: disc;
    list-style-position: outside;
    padding-bottom: 0;
    font-size: 13px;
    width: 90%;
}
footer #pagetop {
    position: fixed;
    right: 5px;
    bottom: 10px;
    height: 100px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 16px;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
footer #pagetop::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
footer #pagetop a {
    text-decoration: none;
}
footer .copy,
footer small {
    display: block;
    text-align: center;
}
footer .copy {
    font-size: 13px;
    padding-bottom: 15px;
}
footer small {
    font-size: 12px;
}
@media screen and (max-width: 1100px) {
    /* header */
    header {
        position: static;
        z-index: inherit;
        opacity: 1;
        padding-bottom: 10px;
    }
    header .area {
        padding: 5px 0 0 0;
        width: 100%;
        display: block;
    }
    header .area .logo {
        text-align: center;
        padding-bottom: 5px;
    }
    header .area .logo img {
        width: 100%;
        max-width: 140px;
        margin: 0 auto;
    }
    header .area .box {
        width: 100%;
        display: block;
    }
    header .area .box h1 {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    header .area .box ul li a {
        position: fixed;
        top: 5px;
        left: 5px;
        padding: 5px 2px;
        font-size: 14px;
        line-height: 2;
        min-width: 62px;
        z-index: 3000;
    }
    header .area ul li a .fa-envelope {
        font-size: 24px;
    }
    /* nav */
    .menu_button {
        width: 60px;
        height: 50px;
        min-width: 60px;
        min-height: 60px;
        position: fixed;
        top: 5px;
        right: 5px;
        background: #f39800;
        z-index: 3000;
        cursor: pointer;
    }
    .menu_button::before {
        font-family: "Font Awesome 6 Free";
        font-size: 30px;
        content: "\f0c9";
        font-weight: 900;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #hanburger:checked + .menu_button::before {
        content: "\f00d";
    }
    .global_menu {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        color: #000;
        background: #FFF;
        overflow-y:  scroll;
        text-align: center;
    }
    #hanburger:checked ~ .global_menu {
        display: block;
        z-index: 2000;
    }
    .global_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .global_menu ul li {
        width: 100%;
    }
    .global_menu ul li a {
        color: #000;
        padding: 5px 0px;
        border-bottom: #000 dotted 1px;
    }
    .global_menu ul li:hover > a {
        background: #fff;
    }
    .global_menu ul li .sub-menu > li > a:hover {
        background: #fff;
    }
    .global_menu ul li .sub-menu {
        width: 100%;
        position: static;
        top: 0;
        left: 0;
        padding: 5px 0;
        background: none;
        visibility: inherit;
    }
    .global_menu ul li:hover .sub-menu {
        visibility: inherit;
    }
    .global_menu ul li .sub-menu li {
        width: 48%;
    }
    .global_menu ul li .sub-menu li a {
        border-bottom: none;
        padding: 5px 0;
        display: block;
        line-height: 1.4;
    }
    /* swiper */
    .swiper .swiper-pagination {
        margin-bottom: 5px;
    }
    .swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    /* main */
    main {
        padding-top: 20px;
        max-width: 100%;
        width: 97%;
    }
    /* topics */
    .topicsArea {
        padding: 0;
    }
    .topicsArea .loop {
        display: block;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .topicsArea .loop time {
        width: auto;
        min-width: 120px;
    }
    .topicsArea .loop h2 {
        font-size: 16px;
    }
    /* archive */
    .archiveArea .area {
        width: 100%;
    }
    .archiveArea .area .img {
        width: 33%;
    }
    .top .archiveArea .area:first-of-type .img {
        width: 40%;
    }
    .archiveArea .area .box {
        width: 65%;
    }
    .top .archiveArea .area:first-of-type .box {
        width: 58%;
    }
    .archiveArea .area .img img,
    .top .archiveArea .area:first-of-type .img img {
        min-width: 100%;
    }
    /* contact */
    /* footer */
    footer {
        width: 100%;
    }
    footer .area {
        width: 97%;
        max-width: 97%;
        margin: 0 auto;
        display: block;
    }
    footer .area .column {
        width: 100%;
    }
    footer .footer_menu {
        padding: 0;
    }
    footer .footer_menu ul {
        width: 97%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    footer .footer_menu ul li {
        width: 48%;
        padding-bottom: 20px;
        flex: auto;
    }
}
@media screen and (max-width: 361px) {
}