@charset "utf-8";
/* レイアウトのためのCSS */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width:768px) {
    body {
        height: 100svh;
        font-size: 0.8rem;
    }
}

* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo {
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #0095eb;
}

@media screen and (max-width:990px) {
    #splash-logo {
        /* font-size: 1.2rem; */
        letter-spacing: 0.1em;
    }
}

/* g-nav */

#g-nav.panelactive li:nth-last-child(2) a,
#g-nav.panelactive li:last-child a {
    /* margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 20px;
    white-space: nowrap; */
}

/*pc-nav*/

#pc-nav {
    width: 65%;
    display: flex;
    justify-content: center;
}

#pc-nav span.bgLRextend::before {
    background: #333;
}


@media screen and (max-width:990px) {
    #pc-nav {
        display: none;
    }
}

/* heading */

h1 {
    text-transform: uppercase;
    font-size: 1.7vw;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
    display: contents;
}

@media screen and (max-width:550px) {
    h1 {
        font-size: 1.13rem;
        top: 32%;
    }
}


h1 a {
    color: #0095eb;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width:768px) {

    h2 {
        font-size: 2rem;
    }
}

/* lead */

.top-lead {
    position: fixed;
    text-align: end;
    top: 115px;
    right: 6%;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    opacity: 1.0;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
}

@media screen and (max-width:768px) {
    .top-lead {
        top: 12.5%;
        left: 5%;
    }
}

.top-lead span.bgLRextend::before {
    background: #fff;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 1.2rem;
        text-align: start;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1rem;
    }
}

/* main-area */

#main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

/* topics */

#topics {
    position: fixed;
    border-left: 3px solid #000;
    bottom: 1em;
    margin-left: 5%;
    padding-left: 1em;
    display: flex;
    align-items: center;
}

@media screen and (max-width:768px) {
    #topics {
        top: 91svh;
        bottom: auto;
    }
}

#topics h2 {
    font-size: 1.5rem;
    padding-right: 1em;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

#topics span {
    opacity: 1 !important;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

/* vision */

#vision {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {

    #vision {
        margin: 0 0 50px 0;
        flex-direction: column-reverse;
    }

}

#vision .img {
    width: 40%;
    min-height: 590px;
}

#vision .img .fig01,
#vision .img .fig02,
#vision .img .fig03,
#vision .img .fig04 {
    margin-top: 5em;
    height: 345px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 20px #ccc;
}

#vision .img .fig01::after,
#vision .img .fig02::after,
#vision .img .fig03::after,
#vision .img .fig04::after {
    position: relative;
    top: 350px;
    left: 0;
    border-top-color: #0095eb;
    padding-top: 2px;
    border-top-style: solid;
    width: 100%;
    display: block;
    border-top-width: 2px
}

#vision .img .fig01 {
    margin-top: 0 !important;
    background-image: url("../img/vision-image01.jpg");
}

#vision .img .fig01::after {
    content: '大学院生の頃からサガン鳥栖を応援しています！また細かい作業が好きで船の模型を作るのが得意です。';
}

#vision .img .fig02 {
    background-image: url("../img/vision-image02.jpg");
}

#vision .img .fig02::after {
    content: '車イスの方も段差無く、受付までどうぞ。';
}

#vision .img .fig03 {
    background-image: url("../img/vision-image03.jpg");
}

#vision .img .fig03::after {
    content: '木のぬくもりを感じる、明るい待合室です。';
}

#vision .img .fig04 {
    background-image: url("../img/vision-image04.jpg");
}

#vision .img .fig04::after {
    content: '中庭を眺めリラックスできる空間。';
}

@media screen and (max-width:768px) {

    #vision .img .fig01,
    #vision .img .fig02,
    #vision .img .fig03,
    #vision .img .fig04 {
        margin-top: 4em;
        margin-bottom: 4em;
        height: 200px;
        width: 100%;
        background-size: cover;
    }

    #vision .img .fig01::after,
    #vision .img .fig02::after,
    #vision .img .fig03::after,
    #vision .img .fig04::after {
        top: calc(25svh + 3px);
    }

    #vision .img .fig01 {
        margin-bottom: 5em !important;
    }
}

#vision .content {
    width: 55%;
    text-align: left;
    font-size: 1.2em;
}

@media screen and (max-width:768px) {

    #vision .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 20px 0;

    }

    #vision .img .fig01,
    #vision .img .fig02,
    #vision .img .fig03,
    #vision .img .fig04 {
        margin-top: 2em;
        height: 25svh;
    }

    #vision .content {
        width: 100%;
        text-align: left;
    }
}

#vision h2 {
    color: #0095eb;
    margin: 0 0 30px 0;
    text-align: right;
}

#vision p {
    line-height: 2;
    margin: 0 0 50px 0;
}

@media screen and (max-width:768px) {

    #vision p br {
        display: none;
    }

    #vision p span br {
        display: block;
    }

    #vision p {
        margin: 0 0 1.5em 0;
        font-size: 1.1em;
    }
}

#vision .vision-lead {
    position: relative;
    color: #0095eb;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
    text-align: right;
}

@media screen and (max-width:768px) {

    #vision .vision-lead {
        font-size: 1rem;
    }

}

#vision .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #0095eb;
    width: 12em;
    height: 3px;
}

/* service */

#service h2 {
    color: #0095eb;
    text-align: center;
    margin: 0 0 100px 0;
}

@media screen and (max-width:550px) {
    #service h2 {
        margin: 0 0 50px 0;
    }
}

#service h2 span.bgLRextend::before {
    background: #0095eb;
}


#service .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 300px 0;
}

@media screen and (max-width:768px) {
    #service .service-area {
        margin: 0 0 200px 0;
    }
}

@media screen and (max-width:590px) {
    #service .service-area {
        margin: 0 0 50px 0;
    }

}

#service .service-area::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 23em;
    background: #f3f3f3;
    right: 10%;
    top: 20%;
    z-index: -1;
}


#service .service-area:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}


#service .service-area .img {
    width: 35%;
}

#service .service-area .content {
    width: 60%;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 100px;
}

#service .service-area img {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:768px) {
    #service .service-area .content {
        width: 47%;
        top: 100px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #service .service-area img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
}

@media screen and (max-width:590px) {
    #service .service-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .service-area .content {
        width: 100%;
        top: -10px;
        animation: none;
        opacity: 1;
        z-index: 1;
    }
}

#service .service-area .content-area {
    padding: 40px;
    width: 100%;
}

#service .service-area .content-area h3 {
    text-align: left;
    font-size: 1rem;
    margin: 0 0 1em 0;
}

#service .service-area .content-area h3 span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p {
    margin: 0 0 2em 0;
}

#service .pdate {
    text-align: right;
    padding-bottom: 5px;
}

#service .pdate span {
    border-bottom-style: solid;
    border-bottom-color: #0095eb;
}

/* about */

#about {
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
    #about {
        margin: 0 0 100px 0;
    }

}

#about h2 {
    text-align: center;
    color: #0095eb;
    margin: 0 0 100px 0;
}

@media screen and (max-width:550px) {
    #about h2 {
        margin: 0 0 50px 0;
    }
}

#about .about-list {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.2em;
}

#about .about-list li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl {
    display: flex;
    justify-content: space-between;
}

#about .about-list dt {
    width: 30%;
    padding: 0 0 0 40px;
}

@media screen and (max-width:590px) {

    #about .about-list dt {
        padding: 0 0 0 10px;
    }
}

#about .about-list dd {
    width: 65%;
}

/* faq, examination, vaccination */

#faq,
#examination,
#vaccination {
    margin: 0 0 200px 0;
}

#faq h2,
#examination h2,
#vaccination h2 {
    text-align: center;
    color: #0095eb;
    margin: 0 0 100px 0;
}


#faq h2 span.bgLRextend::before,
#examination h2 span.bgLRextend::before,
#vaccination h2 span.bgLRextend::before {
    background: #0095eb;
}

.faq-bg,
.examination-bg,
.vaccination-bg {
    position: relative;
    height: 55svh;
    background: url("../img/pict_05.jpg") no-repeat center;
    background-size: cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after,
.examination-bg::after,
.vaccination-bg::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -32%;
    width: 100%;
    height: 55svh;
    background: #f3f3f3;
    z-index: -1;
}

@media screen and (max-width:768px) {

    .faq-bg,
    .faq-bg::after,
    .examination-bg,
    .examination-bg::after,
    .vaccination-bg,
    .vaccination-bg::after {
        height: 35svh;
    }
}

@media screen and (max-width:550px) {

    #faq,
    #examination,
    #vaccination {
        margin: 0 0 100px 0;
    }

    #faq h2,
    #examination h2,
    #vaccination h2 {
        margin: 0 0 50px 0;
    }

    .faq-bg,
    .examination-bg,
    .vaccination-bg {
        margin: 0 0 100px 25%;
    }

    .faq-bg,
    .faq-bg::after,
    .examination-bg,
    .examination-bg::after,
    .vaccination-bg,
    .vaccination-bg::after {
        height: 20svh;
    }
}

/* contact */

#contact {
    margin: 0 0 100px 0;
}

#contact h2 {
    text-align: center;
    margin: 0 0 100px 0;
    color: #eb6101;
}

@media screen and (max-width:550px) {
    #contact h2 {
        margin: 0 0 50px 0;
    }
}

#contact .form-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
}

#contact .form-list input[type='text'],
#contact .form-list input[type='email'],
#contact .form-list textarea {
    width: 100%;
    border: 1px solid #666;
    background: #fff;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact .form-list input[type='text'],
input[type='email'] {
    height: 50px;
}

#contact .submit-btn {
    width: 152px;
    margin: 0 auto;
}

#contact input[type='submit'] {
    border: 2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width: 152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover {
    background: #333;
    color: #fff;
}

#contact .form-list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

#contact .form-list dt {
    width: 30%;
}

#contact .form-list dd {
    width: 66%;
}

#contact .form-list textarea {
    height: 200px;
}

@media screen and (max-width:768px) {
    #contact .form-list dt {
        margin: 0 0 10px 0;
    }

    #contact .form-list dt,
    #contact .form-list dd {
        width: 100%;
    }

}

/* footer */

#footer {
    /* padding: 100px 0; */
    border-top: 1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo {
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small {
    color: #888;
}

/* myplace added */

.mini-time-table span.bgLRextend::before {
    background: #888;
}

.snsbox {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.snsbox ul {
    margin-left: auto;
    margin-right: auto;
}

.snsbox ul li {
    float: left;
    margin-left: 1em;
    margin-right: 1em;
}

#vision ul {
    list-style: disc;
    margin-left: 2em;
    margin-bottom: 50px;
}

#vision p.key-color,
#examination p.key-color,
#vaccination p.key-color {
    color: #0095eb;
    font-weight: bolder;
}

#examination li p,
#vaccination li p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

#examination section ul,
#vaccination section ul {
    list-style: square;
    margin-left: 1em;
}

.about-list p {
    color: #0095eb;
    /* font-weight: bolder; */
    padding-bottom: 0.5em;
}