@charset "utf-8";

body {
    margin: 0;
	font-family:"游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
header {
    width: 100%;
    background-color: #fff;
    border-bottom: 4px solid #4b9b0d;
}
main {
    width: 100%;
}
h2 {
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    text-align: center;
    margin: 3px auto;
    font-size: 1.6em;
    line-height: 2.0;
}
.headerwrap {
    display: flex;
    width: 1130px;
    margin: 30px auto 0 auto;
    text-align: center;
    background-image: url(./../images/header_back.png);
    background-position: 110px bottom;
    background-repeat: no-repeat;
    height: 7em;
    min-height: 110px;
    max-height: 140px;
}
.weatherarea {
    margin-left: 0;
}
.titlearea {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.titlearea a {
    position: absolute;
    left: 30px;
}
.buttonsarea {
    display: flex;
    margin-right: 0;
}
.mainmenuarea {
    background-color: #4b9b0d;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    display: none;
    z-index: 10;
}
.mainmenuarea .menu-close-wrap {
    margin: 60px auto 60px;
    width: 1200px;
}
.mainmenuarea .menu-close {
    border: 1px solid #fff;
    border-radius: 2em;
    padding: 0.5em 3.5em;
    color: #fff;
    text-decoration: none;
}
.mainmenuarea img {
    margin: 0 auto;
    width: 100%;
    height: 644px;
/*    object-fit: none; */
}
.mainmenuarea .menu-wrap {
    width: 1200px;
    margin: 100px auto 0;
}
.mainmenuarea .menu-col {
    width: 25%;
    float: left;
    height: 34em;
}
.mainmenuarea .menu-col h3 {
    border-left: 5px solid #fff;
    margin: 0;
    text-align: left;
    text-indent: 1em;
    color: #fff;
    font-weight: normal;
}
.mainmenuarea .menu-col ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}
.mainmenuarea .menu-col li {
    margin-bottom: 2px;
}
.mainmenuarea .menu-col li a {
    color: #fff;
}
.mainmenuarea .menu-col li div {
    border: 1px solid #fff;
    height: 55px;
    display: inline-block;
    width: 203px;
    vertical-align: middle;
    line-height: 1.2;
    position: relative;
    background-color: #fff;
    color: #4b9b0d;
}
.mainmenuarea .menu-col.others {
    height: auto;
}
.mainmenuarea .menu-col.others li div {
    width: 278px;
}
.mainmenuarea .menu-col li div.icon {
    width: 72px;
    margin-right: 2px;
}
.mainmenuarea .menu-col li div span {
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}
.mainmenuarea .menu-col img {
    width: 71px;
    height: auto;
}
.searcharea {
    text-align: center;
    padding: 1.6em 0;
    background-color: #4b9b0d;
    margin-top: 1px;
    margin-bottom: 1em;
}
.searcharea img {
    margin: 0;
}
.searcharea button {
  font-size: 1.4em;
  background-color: #4b9b0d;
  border: none;
}
.searcharea button img {
  vertical-align: middle;
}
.searcharea .keyword {
  font-size: 1.2em;
  padding: 0.2em;
  margin: 0.2em auto;
  width: 200px;
  border: 0;
}
.categorylist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1130px;
    margin: 0 auto 0.6em auto;
    text-align: center;
}
.categoryitem {
    width: 18%;
/*    aspect-ratio: 1/0.85; */
    background-color: #fff;
/*    background-image: url(./../images/categoryitem_back_g.png?202509); */
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    overflow: hidden;
    border: 4px solid #4b9b0d;
    border-radius: 15px;
    margin-bottom: 6px;
}
.categoryitem a {
    width: 100%;
    height: 100%;
    /* padding-bottom: 1.5em; */
    display: block;
    text-decoration: none;
    font-weight: bold;;
    color: #4b9b0d;
}
.categoryitem a:forcus-visible {
    margin: 1.5em auto -0.5em auto;
}
.categoryitem a::before {
    content: "";
    display: block;
    margin: 1em auto 0 auto;
    width: 60%;
    aspect-ratio: 1/0.9;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.categoryitem a.bus::before {
    background-image: url(./../images/icon_bus.png);
}
.categoryitem a.gomi::before {
    background-image: url(./../images/icon_gomi.png);
}
.categoryitem a.sinsei::before {
    background-image: url(./../images/icon_sinsei.png);
}
.categoryitem a.jose::before {
    background-image: url(./../images/icon_jose.png);
}
.categoryitem a.bousai::before {
    background-image: url(./../images/icon_shield.png);
}
.categoryitem a.kanko::before {
    background-image: url(./../images/icon_kanko.png);
}
.categoryitem a.hurunozei::before {
    background-image: url(./../images/icon_hurunozei.png);
}
.categoryitem a.koukyou::before {
    background-image: url(./../images/icon_koukyou.png);
}
.categoryitem a.school::before {
    background-image: url(./../images/icon_school.png);
}
.categoryitem a.sonchou::before {
    background-image: url(./../images/icon_sonchou.png);
}
.categoryitem a.listall::before {
    background-image: url(./../images/icon_listall.png);
}
.categoryitem a.gyosei::before {
    background-image: url(./../images/icon_gyosei.png);
}
.categoryitem a.tokei::before {
    background-image: url(./../images/icon_tokei.png);
}
/*.categoryitem a.listall::before {
    width: 98px;
    height: 70px;
    margin: 0;
}
*/
#slidearea {
    width: 900px;
    margin: 30px auto 20px auto;
}
#slidearea ul li.splide__slide {
    border: 1px solid #808080;
    box-sizing: border-box;
    background-size: contain;
}
#slidearea ul li img {
    width: 100%;
}
#thumbnail-carousel {
    width: 1000px;
    margin: 0 auto 30px auto;
}
#thumbnail-carousel li {
    width: 25%;
    border: 1px solid #808080;
    box-sizing: border-box;
}
#thumbnail-carousel .splide__slide {
/*    opacity: 0.6; */
    padding-bottom: 10px;
    margin-top: 2em;
    margin-bottom: 2px;
}
/*
#thumbnail-carousel .splide__slide.is-active {
    opacity: 1;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.45);
    background-color: #4b9b0d;
    color: #fff;
}
*/
#slidearea .splide__slide img {
    width: 100%;
    height: 90%;
    object-fit: cover;
}
#thumbnail-carousel .splide__slide img {
    width: 96%;
    height: 60%;
    object-fit: cover;
    margin: 2%;
}
#thumbnail-carousel .splide__slide img {
	transition: 0.3s;
}
#thumbnail-carousel .splide__slide:hover img {
	transform: scale(1.04);
}
#thumbnail-carousel .splide__slide div {
    float: right;
    width: 98%;
}
#thumbnail-carousel .splide__slide p {
    margin: 0.2em 0;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    height: 85px;
    overflow: hidden;
}
.maparea {
    width: 1130px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.maparea iframe {
    margin: 1.5em 0;
}
.newsarea {
    width: 1130px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.newsarea .newsbox {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #202020;
}
.newsarea .newsbox > div {
    width: 48%;
    border: 4px solid #4b9b0d;
    margin: 1.5em 1% 0.5em 1%;
    text-align: left;
}
.newsarea .newsbox .label {
    background-color: #4b9b0d;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0.2em;
}
.newsarea .newsbox ul {
    width: 100%;
    margin: 1em 0 0.5em 0;
}
.newsarea .newsbox a {
    text-decoration: none;
    color: #202020;
}
.newsarea .newsbox ul li {
    list-style-position: outside;
    padding: 0.5em 1em 0 0;
}
.newsarea .newsbox > div > a {
    padding-left: 2.5em;
    margin-bottom: 1em;
    display: inline-block;
}

.bodyarea {
    width: 1100px;
    min-height: 50vh;
    margin: auto;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
}
.bodyarea > .mcol {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.bodyarea > .mcol > section {
    width: 48%;
    padding-right: 2%;
}
.bodyarea > .mcol h3,
.bodyarea > .mcol h4{
    width: 100%;
}

.bodyarea .boxlist {
	margin: 0.5em;
    list-style: none;
}
.bodyarea .boxlist li {
	font-weight: bold;
	margin-bottom: 1.0em;
}
.bodyarea .boxlist li a i {
	margin-right: 1em;
	font-size: 200%;
}
.bodyarea .boxlist li a {
	color: #ffffff;
	background-color: #f8a526;
	padding: 0.5em 1em;
	display: inline-block;
    width: 20em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

@media screen and (max-width: 1024px) {
    .bodyarea > .mcol > section {
        width: 100%;
    }
    .bodyarea .boxlist li a {
        width: 80%;
    }
}
.bodyarea h1 {
/*    display: table-cell; */
    vertical-align: middle;
/*    height: 120px; */
    padding: 10px 83px;
    font-size: 180%;
    border: 1px solid #000;
    background-color: #f0f0f0;
/*
    margin-bottom: 30px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    letter-spacing: 1px;
    color: #036;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    clear: both;
    */
}
.bodyarea h2 {
    font-size: 155.5%;
    border-bottom: 1px solid #2b5776;
    padding-bottom: 17px;
    margin-top: 1.1em;
    margin-left: -0.5em;
    margin-bottom: 0.2em;
    border-left: 8px solid #85af80;
    padding: 12px 0 17px 16px;
    line-height: 1.0;
    width: 98%;
    text-align: left;
}
.bodyarea h3 {
    color: #333333;
    font-size: 1.3em;
    background-color: #ffffff;
    padding: 0 0 6px 0;
    border-bottom: 3px double #c0c0c0;
}

.bodyarea .grid-boxlist {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.bodyarea .grid-boxlist > div {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #606060;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #ffffff;
}
.bodyarea .grid-boxlist > div:hover {
	background-color: #e0e0e0;
}
.bodyarea .grid-boxlist > div a {
    padding: 0.5em 1em;
    display: inline-block;
    width: calc(100% - 2em);
    color: #333;
	text-decoration: none;
}
.bodyarea .grid-boxlist > div a:hover {
    color: #000;
}
@media screen and (max-width: 700px) {
    .titlearea a {
        left: -53px;
    }
    .bodyarea .grid-boxlist {
        display: block;
    }
}

.font-gyo {
    font-family: HGP行書体;
}

.spotarea .popupillust-wrap {
    max-width:100%;
    overflow-x:scroll;
    overflow-y:hidden;
}
.spotarea .dragarea {
    width:1300px;
    position:relative;
    margin:auto;
}
.spotarea .Ai-MainBase {
    width:1300px;
    position:relative;
}
.spotarea .Ai-MainBase > img {
    max-width: 100%;
    padding: 0;
    vertical-align: bottom;
    margin-right: 0;
}
.spotarea .sc-icon-txt {
    display: none;
}
@media screen and (max-width: 1300px) {
    .spotarea .sc-icon-txt {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.labelwrap {
    background-color: #4b9b0d;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff;
}
.footerwrap {
    display: flex;
    width: 1130px;
    margin: 0 auto;
}
footer {
    width: 100%;
    background-image: url(/maiki-cms/wp-content/themes/maiki/home/design/images/footer/footerback.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
footer ul.foot_info {
    display: block;
    margin-top: 120px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 40px;
    padding-right: 40px;
    width: 50%;
    text-align: left;
    color: #fff;
}
footer ul.foot_info.dotline {
    border-bottom: none;
    border-right: solid 1px #fff;
    text-align: right;
}
footer .foot_info li {
    padding: 0.4em 0.5em;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}
footer .foot_info li p {
    font-size: 110%;
    margin: 0.3em 0;
}
footer .icons {
    margin: 0 auto;
    padding-bottom: 1.6em;
}

ul.search-list {
    list-style: none;
    line-height: 1.2;
}
ul.search-list li {
    border-bottom: 1px solid #808080;
}
ul.search-list li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.navigation.pagination {
    margin-top: 1.6em
}

#josei-search-wrap {
    height: 400px;
    overflow-y: scroll;
    padding: 1em;
    background-color: #e8ffa6;
}

#josei-search-wrap .keywords {
    display: none;
}

#josei-search-wrap .category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 5px;
    width: 95%;
    height: 40px;
    color: #FFF;
    background-color: #4b9b0d;
    border: solid 1px;
    margin: 5px;
    cursor: pointer;
    font-size: 0.9em;
}

#josei-search-wrap .category .num {
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 10px;
    color: #00803F;
    background-color: #FFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 2.0;
    font-size: 0.8em;
}

#getlist div div {
    border-bottom: 1px solid #c0c0c0;
    padding: 0.5em;
}
#getlist div h4 {
    margin: 0;
}
#getlist div a {
    text-align: right;
    display: block;
}
#getlist .buttons {
    text-align: center;
}
#getlist .result-list {
    display: none;
}

.topicslist {
    width: 1130px;
    margin: 0 auto;
    text-align: center;
}
.topicslist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-inline-start: 0;
}
.topicslist ul li {
    width: 30%;
/*    background-color: #4b9b0d; */
    margin-bottom: 2em;
    border: 2px solid #4b9b0d;
}
.topicslist ul li .icon img {
    width: 100%;
    margin: 1em 0.5em;
}
.topicslist ul li a {
    color: #4b9b0d;
}
.topicslist ul li a div {
    width: 30%;
    display: inline-block;
    height: 100%;
}
.topicslist ul li a div:last-child {
    position: relative;
    width: 70%;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
    text-align: left;
}
.topicslist ul li a div span {
    position: absolute;
    top: 50%;
    left: 0.5em;
    transform: translateY(-50%);
}
.colorselect {
    width: 1130px;
    margin: 0 auto;
    text-align: center;
}
.colorselect ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-inline-start: 0;
}
.colorselect ul li {
    width: 44%;
    background-color: #fff;
    margin: 0 auto 2em;
    text-align: center;
}
.colorselect ul li a {
    text-decoration: none;
    line-height: 1.6;
    color: #000;
}
.colorselect ul li a div h2,
.colorselect ul li a div p {
    width: 90%;
    margin: 1em auto;
}
.colorselect ul li a div {
    border: 1px solid #000;
    display: inline-block;
    text-align: left;
    position: relative;
    width: 90%;
    overflow-wrap: break-word;
    word-break: break-all;
    line-height: 1.4;
}
.colorselect .color_normal div {
    color: #000;
    background-color: #fff;
}
.colorselect .color_1 div {
    color: #000;
    background-color: #ff0;
}
.colorselect .color_1 h2 {
    border-color: #000;
}
.colorselect .color_2 div {
    color: #fff;
    background-color: #000;
}
.colorselect .color_2 h2 {
    border-color: #fff;
}
.colorselect .color_3 div {
    color: #ff0;
    background-color: #00f;
}
.colorselect .color_3 h2 {
    border-color: #ff0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

@media screen and (max-width: 1152px) {
    .headerwrap {
        width: 98%;
    }
    .mainmenuarea .menu-wrap {
        width: 90%;
    }
    .mainmenuarea .menu-close-wrap {
        width: 100%;
    }
    .mainmenuarea .menu-col {
        width: 50%;
    }
    .mainmenuarea .menu-col li div {
        width: calc(40vw - 72px);
    }
    .mainmenuarea .menu-col.others li div {
        width: 40vw;
    }
    .headerwrap .titlearea img {
        width: 180px;
        margin: -10px 0 0 -40px;
    }
    .categorylist {
        width: 96%;
        font-size: calc(0.4vw + 0.5em);
        line-height: 0;
    }
    .topicslist {
        width: 90%;
        font-size: calc(0.4vw + 0.5em);
        line-height: 0;
    }
    .colorselect {
        width: 90%;
        font-size: calc(0.4vw + 0.5em);
        line-height: 0;
    }
    #slidearea, .maparea iframe {
        width: 93%;
    }
    #thumbnail-carousel {
        width: 92%;
    }
    .maparea {
        width: 100%;
    }
    .newsarea {
        width: 100%;
    }
    .footerwrap {
        width: 100vw;
    }
    .categoryitem a {
        line-height: 1.6;
    }
    #thumbnail-carousel .splide__slide div {
        font-size: calc(0.5vw + 0.5em);
        width: 96%;
    }
    .bodyarea {
        width: 90%;
    }
}

@media screen and (max-width: 700px) {
    .bodyarea h1 {
        padding: 10px 0.5em;
        line-height: 1.2;
    }
    .mainmenuarea .menu-wrap {
        width: 80%;
    }
    .mainmenuarea .menu-col {
        width: 100%;
        height: unset;
    }
    .mainmenuarea .menu-col li div {
        width: calc(75vw - 72px);
    }
    .headerwrap .titlearea img {
        width: 130px;
        margin: -10px 0 0 0px;
    }
    .buttonsarea div:nth-child(2) {
        width: 65px;
    }
    .buttonsarea div:nth-child(2) img {
        transform: scale(0.6, 0.6)
    }
    .weatherarea p {
        transform: scale(0.6, 0.6);
        padding-left: 1em;
    }
    .weatherarea a {
    width: 50px;
    display: inline-block;
    }
    .weatherarea img {
        transform: scale(0.6, 0.6)
    }
    #mainmenu-toggle img {
        width: 70%;
    }
    .newsarea .newsbox {
        display: block;;
    }
    .newsarea .newsbox > div {
        width: 96%;
    }
    .footerwrap {
        display: inline-block;
    }
    footer .footerwrap ul.foot_info {
        width: 100%;
        border-right: none;
        text-align: center;
        margin-top: 0;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    footer .footerwrap ul.foot_info:first-child {
        margin-top: 170px;
        margin-bottom: 0;
        border-bottom: 1px dotted #d0d0d0;
    }
    .categoryitem {
        width: 30%;
    }
    .categoryitem a {
        line-height: 2;
    }
    .categoryitem a::before {
        width: 55%;
    }
    #thumbnail-carousel {
        width: 100%;
    }
    .splide__arrow--prev {
        left: 0 !important;
    }
    .splide__arrow--next {
        right: 0 !important;
    }
    .buttonsarea div:first-child,
    .buttonsarea div:nth-child(2) {
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .mainmenuarea .menu-wrap div.menu-col:last-child {
        height: 0;
        width: 0;
        overflow: hidden;
    }
}
