@charset "utf-8";

/*==================================================
common
==================================================*/
body {
    font-family: 'Jun 201', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.025em;
    line-height: 1.6em;
    background-color: #fff;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #000;
}

.en {
    font-family: 'Josefin Sans', sans-serif
}

.normal {
    font-weight: normal !important;
}

.bold {
    font-family: 'Jun 501', sans-serif;
    font-weight: 700 !important;
}

small {
    font-size: 0.8em;
}

.sml {
    font-size: 0.8em !important;
}

.min {
    font-family: 游明朝, "Hiragino Mincho ProN", "Yu Mincho", YuMincho, メイリオ, Meiryo, sans-serif;
}

.sans-serif {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
}

.waku {
    font-family: 'wakuwaku', 'Jun 501', sans-serif;
}

.iblock {
    display: inline-block;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.flexAround {
    justify-content: space-around;
}

.flexStart {
    justify-content: flex-start;
}

.flexEnd {
    justify-content: flex-end;
}

.flexCenter {
    justify-content: center;
}

/* clear float */
/*

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

/* object fit for ie */
.obj-cover {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.obj-contain {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

/* font */
h1,
h2,
h3,
h4 {
    font-family: 'wakuwaku', 'Jun 501', sans-serif;
}

/* list */
.w-2 {
    width: 48%;
}

.w-3 {
    width: 32%;
}

.columns-2 li {
    width: 48%;
}

.columns-3 li {
    width: 32%;
}

.columns-3::after {
    content: '';
    display: block;
    width: 32%;
}

.columns-4 li {
    width: 24%;
}

.columns-4::before {
    content: '';
    display: block;
    width: 24%;
    order: 1;
}

.columns-4::after {
    content: '';
    display: block;
    width: 24%;
    height: 0;
}

.columns-5 li {
    width: 16%;
}

.columns-5::before {
    content: '';
    display: block;
    width: 16%;
}

.columns-5::after {
    content: '';
    display: block;
    width: 16%;
}

ul.columns-6 li {
    width: 16%;
}

.forSP,
.forSPi {
    display: none;
}

.forPC {
    display: block;
}

.forPCi {
    display: inline-block;
}


/*==============================================================
contents
==============================================================*/

/*--------------- header area ---------------*/
.header {
    display: block;
    position: fixed;
    width: 100%;
    height: 70px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .96);
    z-index: 100;
    overflow: hidden;
}

.header.on {}

.header .header-logo {
    display: block;
    position: absolute;
    height: 70px;
    top: 0;
    left: 0;
    padding: 10px 20px;
}

.header .header-logo img {
    height: 100%;
    width: auto;
}

.header .menu-btn {
    position: absolute;
    top: 17px;
    right: 20px;
}

.header .menu-btn::before {
    content: 'MENU';
    display: block;
    font-family: 'wakuwaku';
    position: absolute;
    width: 4.5em;
    top: 5px;
    left: -5em;
    font-size: 0.8em;
    text-align: center;
}

.header .menu-btn.on::before {
    content: 'CLOSE';
}

.main-contents-wrp {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.main-contents {
    display: block;
    width: 100%;
}

.navi-wrp {
    display: none;
    width: 100%;
    padding: 100px 5%;
    order: 1;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
}

.navi-wrp .gnavi {
    width: 100%;
    padding: 20px 12%;
    height: calc(100vh - 200px);
    overflow: scroll;
    top: 100px;
    z-index: 10;
}

.navi-wrp .gnavi ul::after {
    content: '';
    width: 25%;
    height: 0;
}

.navi-wrp .gnavi li {
    display: block;
    width: calc(100%/5 - 5px);
    margin: 2px;
}

.navi-wrp .gnavi li figure {
    display: block;
    margin: 15% auto 25%;
    width: 60%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

.navi-wrp .gnavi li img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.navi-wrp .gnavi li span {
    font-size: 0.8em;
    line-height: 1.4;
    display: block;
    padding: 1em 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* color */

.message,
.tour,
.contact {
    background-color: #ce2c2c;
}

.calendar,
.recruit,
.concept {
    background-color: #ebca00;
}

.aomushi,
.community,
.info {
    background-color: #23afbe;
}

.news,
.annual-event,
.history {
    /*    background-color: #3c6799;*/
    background-color: #5672b2;
}

.tv,
.daily,
.guide {
    /*    background-color:#127a20;*/
    background-color: #69a814;
}

/*--------------- main ---------------*/

#container {
    margin: 0 auto;
    width: 100%;
}

.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
    padding: 40px;
}

.title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
    font-size: 2em;
    letter-spacing: 0.2em;
}

li {
    position: relative;
}

.abox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* common list box */
.entry-meta-wrp {
    padding: 0.5em;
}

.entry-title {
    font-size: 0.9em;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 1em;
}

.cat {
    display: inline-block;
    padding: 0.25em 1.5em;
    margin-bottom: 1em;
    margin-left: -0.3em;
    margin-right: 1em;
    font-size: 0.7em;
    background-color: #5672b2;
    border-radius: 3em;
    color: #fff;
}

.postdate {
    font-size: 0.8em;
    padding-bottom: 0.5em;
}

.news .postdate,
.news-wrp .postdate {
    color: #5672b2
}

.aomushi .postdate,
.aomushi-wrp .postdate {
    color: #23afbe
}

.tv .postdate,
.tv-wrp .postdate {
    color: #69a814
}

.custompost .thumb {
    display: block;
    width: 100%;
    padding: 0;
    padding-bottom: 56%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
}

.thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    position: absolute;
    top: 0;
    left: 0;
}

/*--------------- new badge ---------------*/
.new-badge {
    position: absolute;
    top: -1.6em;
    left: 1em;
    background-color: #e34b4b;
    color: #fff;
    width: 4em;
    height: 4em;
    font-size: 0.7em;
    line-height: 1;
    padding: 0.5em 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

/*--------------- more ---------------*/
.more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0.5em;
    width: 5em;
    height: 5em;
    margin: 30px auto 60px;
    font-size: 0.8em;
    border-radius: 100%;
    position: relative;
}

.more-btn::after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.more-wrp {
    padding: 30px 0 60px;
}

.more-wrp a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 6em;
    color: #222;
    border: 1px solid;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 0.8em;
    position: relative;
}

.more-wrp a::after {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    bottom: 1em;
    left: calc(50% - 0.4em);
    transform: rotate(135deg);
}

.more-wrp a:hover {
    color: #e75400;
    border-color: #e75400;
}

.more-wrp a:hover::after {}

/*--------------- footer ---------------*/

#footer {
    text-align: center;
    width: 55%;
    margin-left: 45%;
    background-color: #f9f9f9;
    position: relative;
    z-index: 9999;
}

#footer.home-footer {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
    z-index: 9999;
}

#footer.footer .footer_policy {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 980px;
    padding: 10px;
    margin: 0 auto;
}

#footer.footer .footer_policy a {
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    padding: .5em 1em;
}

#footer.footer .footer_policy a:hover {
    color: #ccc;
}

#footer .copyright {
    display: block;
    font-size: 0.7em;
    padding: 1em;
    /*    color: #fff;*/
}

/*lbox bg */
.lbox-bg {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;

    animation: fadeout 0.3s ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    left: 0;
}

.lbox-bg.on {
    display: block;

    animation: fadein 0.3s ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* not found */
#container .index-main.not-found {
    padding: 80px 15px;
    text-align: center;
}

#container .index-main.not-found .page-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    padding-top: 40px;
    color: #222;

}

#container .not-found .notfound-icon-wrp {
    display: block;
    width: 240px;
    margin: 0 auto;
}

#container .not-found .notfound-icon-wrp .icon {
    width: 100%;
}

#container .not-found .notfound-icon-wrp .icon img {
    width: 100%;
}

#container .not-found .message {
    text-align: center;
    padding: 0;
    color: #666;
    font-size: 0.8em;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    background-color: #fff !important;
}

#container .search-area {
    width: 100%;
    max-width: 640px;
    position: relative;
    margin: 0 auto 40px;
}

#container .backtohome {
    text-align: center;
    font-size: 0.9em;
    display: inline-block;
}


/*==============================================================
smartphone
==============================================================*/

@media print {

    .forSP,
    .forSPi {
        display: none;
    }
}

@media screen and (max-width:896px) {
    .forSP {
        display: block;
    }

    body {
        padding-top: 70px;
    }

    .columns-3 li {
        width: 100%;
    }

    .columns-4 li {
        width: 48%;
    }

    .columns-4::before {
        width: 48%;
    }

    .navi-wrp {
        padding: 100px 2%;
    }

    .navi-wrp .gnavi {
        width: 100%;
        padding: 20px 5% 130px;
        height: calc(100vh - 100px);
        overflow: scroll;
        top: 100px;
    }

    .navi-wrp .gnavi ul::after {
        content: '';
        width: 33.33%;
        height: 0;
    }

    .navi-wrp .gnavi li {
        width: calc(100%/3 - 4px);
        margin: 2px;
    }

    .navi-wrp .gnavi li span {
        font-size: 0.7em;
    }

    #footer {
        width: 100%;
        margin: 0;
        font-size: 90%;
    }

    /*--------------- new badge ---------------*/
    .new-badge {
        top: 1em;
        left: 1em;
        width: 4.6em;
        height: 4.6em;
    }

    .entry-title {
        font-size: 1.06em;
    }

}

/* hogosya senyo site */
.banner-wrp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:1em;
    padding: 2em 0 1em;
}
@media screen and (max-width:767px) {
    .banner-wrp {
        padding: 2em 0 3em;
    }
}
.bus-map,
.hogosya-site {
    display: block;
    width: 280px;
    text-align: center;
    padding: 1em 1.5em .5em;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #ce2c2c;
    font-size: .9em;
    position: relative;
}
.bus-map{
    display: flex;
    justify-content: space-between;
    border: 2px solid #23afbe;
}
.bus-map .txt-box{
    width:40%;
    text-align: center;
}
.bus-map .txt-box p{
    line-height: 1.6;
}
.bus-map .bus-illust{
    width:55%;
}
.bus-map .bus-illust img{
    width:100%;
}

.hogosya-logo {
    width: 120px;
    margin: 0 auto .5em;
}

.hogosya-logo img {
    width: 100%;
    height: auto;
}

/* wordress css fixed */
.wp-block-image a {
    display: unset;
}

.wp-block-image a img {
    width: 100%;
}
.wanted-banner{
    position: fixed;
    display: block;
    bottom:2em;
    left:2em;
    width:178px;
    height:178px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width:767px) {
    .wanted-banner{
        position: fixed;
        display: block;
        bottom:-.75em;
        left:.5em;
        width:30vw;
        height:30vw;
    }
}