@charset "utf-8";
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
img {
    height: auto;
    max-width: 100% !important;
}
a {
    transition: 0.3s;
    color: #006cd8;
}
a img {
    transition: 0.3s;
}
a:hover img {
    opacity: 0.7;
}
a:hover {
    text-decoration: none;
}
p {
    word-break: break-all;
}
html,
body {
    height: 100%;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro W3',
        'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
        'sans-serif';
    color: #333;
}

/* option */
.fwb {
    font-weight: 900;
}
.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.redtext {
    color: #b20000;
}
.mb0 {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    body {
        font-size: 14px;
        color: #333;
        position: relative;
        padding-top: 45px;
    }
    .inner,
    .pb100 {
        padding-bottom: 250px;
    }
    .sinner {
        width: 96%;
        margin: 0 auto;
    }
    .spMenu {
        display: block;
        width: 100%;
        height: 45px;
        background: #fff;
        position: fixed;
        text-align: center;
        top: 0;
    }

    /* header */
    header {
        background: #709300;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    header .pageHead {
        font-size: 16px;
        line-height: 180%;
    }
    header .pageHead strong {
        display: block;
        font-size: 26px;
    }
    header p {
        line-height: 200%;
        font-size: 14px;
    }
    header .small {
        font-size: 12px;
        color: #000;
        background-color: #fff;
        max-width: 100%;
        margin: 10px auto 0;
        padding: 5px 0;
    }

    /* nav */
    nav {
        display: none;
        position: fixed;
        top: 45px;
        width: 100%;
        background: #f0f0f7;
    }
    nav ul {
        text-align: center;
    }
    nav ul li {
        display: block;
        border-bottom: 1px solid #333;
    }
    nav ul li a {
        display: block;
        font-size: 16px;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        padding: 10px;
    }
    nav ul li a:hover,
    nav ul li.current a {
        color: #709300;
        text-decoration: underline;
    }
    .pageContents {
        margin: 40px auto;
    }
    .mainTtl {
        color: #b20000;
        font-size: 15px;
        text-align: center;
        line-height: 180%;
        border-bottom: 3px solid #b20000;
    }
    .mainTtl strong {
        display: block;
        font-size: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid #b20000;
        margin-bottom: 2px;
    }
    .subTtl {
        color: #709300;
        font-size: 16px;
        text-align: center;
        line-height: 180%;
        border-bottom: 3px solid #709300;
        margin-bottom: 15px;
    }
    .subTtl strong {
        display: block;
        font-size: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid #709300;
        margin-bottom: 2px;
    }
    .ttlSubtext {
        text-align: left;
        font-size: 16px;
        margin: 10px auto 20px;
    }
    .ttlSubtext2 {
        text-align: left;
        font-size: 16px;
        margin: 30px auto 20px;
    }
    .notetext {
        font-size: 12px !important;
        text-align: left !important;
    }
    .mapnote {
        font-size: 12px !important;
        margin-top: 20px;
    }
    .borderTtl {
        margin-bottom: 30px;
    }
    .borderTtl h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 16px;
        color: #009bbd;
        margin-bottom: 20px;
    }
    .borderTtl h3 strong {
        display: block;
        font-size: 24px;
    }
    .borderTtl p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .borderTtl p strong {
        text-decoration: underline;
    }
    .brainLogo {
        text-align: center;
        padding: 40px 0 10px;
    }
    .inText p {
        font-size: 14px;
    }
    .inText p strong {
        color: #b20000;
        text-decoration: underline;
    }
    .contactArea {
        margin-bottom: 10px;
    }
    .centered-div {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    .tel {
        margin: 20px auto;
        font-size: 20px;
        line-height: 1.4;
    }
    .pagetop {
        position: fixed;
        right: 15px;
        bottom: 95px;
        z-index: 1000;
        /* width: 26px; */
    }
    footer {
        background: #f0f0f7;
        padding: 15px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .mriBtn {
    }
    .contactArea {
        margin-bottom: 20px;
    }
    .footerLink {
        margin-bottom: 50px;
    }
    .footerLink a {
        color: #333;
        text-decoration: none;
        margin: 0 5px;
    }
    .footerLink a:hover {
        text-decoration: underline;
    }
}
@media print, screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
    body {
        font-size: 14px;
        color: #333;
    }
    .inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .pb100 {
        padding-bottom: 250px;
    }

    /* header */
    header {
        background: #709300;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        border-bottom: 2px solid #fff;
    }
    header .pageHead {
        font-size: 28px;
        line-height: 180%;
        margin-bottom: 0;
    }
    header .pageHead strong {
        display: block;
        font-size: 50px;
    }
    header p {
        line-height: 200%;
        font-size: 18px;
    }
    header .small {
        font-size: 14px;
        color: #000;
        background-color: #fff;
        max-width: 850px;
        margin: 10px auto 0;
        padding: 5px 0;
    }

    /* nav */
    nav {
        background: #f0f0f7;
        padding: 10px 0;
        border-bottom: 2px solid #709300;
    }
    nav ul {
        text-align: center;
    }
    nav ul li {
        display: inline-block;
        border-right: 1px solid #333;
    }
    nav ul li:last-child {
        border-right: none;
    }
    nav ul li a {
        display: block;
        font-size: 20px;
        color: #333;
        text-decoration: none;
        line-height: 100%;
        padding: 0 5px;
        margin: 0 5px;
    }
    nav ul li a:hover,
    nav ul li.current a {
        color: #709300;
        text-decoration: underline;
    }
    .pageContents {
        margin: 15px auto;
    }
    .mainTtl {
        color: #b20000;
        font-size: 18px;
        text-align: center;
        line-height: 240%;
        border-bottom: 3px solid #b20000;
    }
    .mainTtl strong {
        display: block;
        font-size: 36px;
        padding-bottom: 5px;
        border-bottom: 1px solid #b20000;
        margin-bottom: 2px;
    }
    .subTtl {
        color: #003893;
        font-size: 18px;
        text-align: center;
        line-height: 240%;
        border-bottom: 3px solid #003893;
        margin-bottom: 30px;
    }
    .subTtl strong {
        display: block;
        font-size: 36px;
        padding-bottom: 5px;
        border-bottom: 1px solid #003893;
        margin-bottom: 2px;
    }
    .ttlSubtext {
        text-align: center;
        font-size: 20px;
        margin: 10px auto 30px;
    }
    .ttlSubtext2 {
        text-align: left;
        font-size: 18px;
        margin: 30px auto 30px;
    }
    .notetext {
        font-size: 13px !important;
    }
    .mapnote {
        font-size: 13px !important;
        margin-top: 20px;
    }
    .borderTtl {
        margin-bottom: 50px;
    }
    .borderTtl h3 {
        border: 1px solid #009bbd;
        text-align: center;
        padding: 15px 0;
        font-size: 18px;
        color: #009bbd;
        margin-bottom: 20px;
    }
    .borderTtl h3 strong {
        display: block;
        font-size: 36px;
    }
    .borderTtl p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .borderTtl p strong {
        text-decoration: underline;
    }
    .brainLogo {
        text-align: center;
        padding: 80px 0 20px;
    }
    .inText p {
        font-size: 16px;
    }
    .inText p strong {
        color: #b20000;
        text-decoration: underline;
    }

    .contactArea {
        margin-bottom: 20px;
    }
    .centered-div {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .tel {
        margin: 20px auto;
        font-size: 20px;
    }
    .pagetop {
        position: fixed;
        right: 30px;
        bottom: 20px;
        z-index: 1000;
    }
    footer {
        background: #f0f0f7;
        padding: 3px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .mriBtn {
    }
    .contactArea {
        margin-bottom: 20px;
    }
    .footerLink {
        margin-bottom: 50px;
    }
    .footerLink a {
        color: #333;
        text-decoration: none;
        margin: 0 5px;
    }
    .footerLink a:hover {
        text-decoration: underline;
    }
}
