@charset "utf-8";

.red{
    color:red ;
}

.blue{
    color:blue;
}

address{
    font-size: 11px !important;
}

#mainNav {
    /* display: flex; */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}


.panel {
    /* display: flex; */
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 10;
    background-color: #fff;
}

.inner {
    background-color: #fff !important;
}



a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

:focus {
    outline: 0
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

blockquote,
q {
    quotes: """"
}

a img {
    border: 0
}

figure {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    color: #555;
    font-size: 15px;
    font-family: verdana, ヒラギノ丸ゴ ProN W4, Hiragino Maru Gothic ProN, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%
}

a {
    color: #6caefe;
    text-decoration: none
}

a:hover {
    color: #488fdd
}

a:active,
a:focus {
    outline: 0
}

a:hover img {
    opacity: .5
}

#wrapper {
    margin: 0 auto;
    padding: 0 1%;
    width: 98%;
    position: relative
}

.inner {
    margin: 0 auto;
    width: 100%
}

.clearText {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

#header {
    height: 130px
}

#header h1 {
    padding: 5px 0;
    font-size: 10px;
    font-weight: 400
}

.logo {
    float: left
}

.logo a {
    color: #555
}

.logo p {
    float: left
}

.logo span {
    display: block
}

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

.info {
    float: right;
    padding-right: 20px;
    text-align: right
}

.info .open {
    font-size: 11px
}

.info .tel,
.logo {
    margin-top: 6px;
    font-size: 20px;
    font-weight: 700
}

.info span,
.logo span {
    font-size: .6em;
    font-weight: 400
}

#mainBanner {
    clear: both;
    margin: 25px auto 40px;
    padding: 0;
    text-align: center
}

#mainBanner,
#mainBanner .inner {
    position: relative
}

#mainBanner img,
.slogan {
    max-width: 100%;
    height: auto
}

.slogan {
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 42%;
    left: 40px;
    padding: 5px 10px;
    line-height: 1.4;
    text-align: left
}

.slogan h2 {
    padding-bottom: 5px;
    font-size: 22px
}

.gridWrapper {
    clear: both;
    padding-bottom: 20px;
    overflow: hidden
}

* html .gridWrapper {
    height: 1%
}

.grid {
    overflow: hidden
}

.box {
    padding: 10px
}

.box img {
    max-width: 100%;
    height: auto
}

.box h3 {
    font-size: 1pc;
    padding: 10px 0 15px
}

.box h3,
.box p {
    text-align: left
}

.box p.readmore {
    padding: 10px 5px 5px;
    text-align: right
}

.box p.readmore a {
    padding: 3px 7px;
    border-radius: 3px
}

section.content article {
    padding: 30px 0 20px;
    margin-bottom: 10px;
    overflow: hidden
}

section.content .archive,
section.toppage article {
    border: 0
}

section.content .archive {
    padding: 0;
    border-bottom: 1px dotted #ccc
}

h3.heading,
section.content p {
    margin-bottom: 5px
}

h3.heading {
    font-size: 1pc;
    font-weight: 400;
    padding: 15px 0;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb
}

section.content img {
    max-width: 90%;
    height: auto
}

.alignleft {
    float: left;
    clear: left;
    margin: 3px 10px 10px 0
}

.alignright {
    float: right;
    clear: right;
    margin: 3px 0 10px 10px
}

#slideshow {
    position: relative;
    width: 300px;
    height: 103px
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

#slideshow img.active {
    z-index: 4;
    opacity: 1
}

#slideshow img.last-active {
    z-index: 3
}

</style>#sidebar article {
    clear: both;
    margin-bottom: 20px
}

#sidebar ul {
    padding: 15px 0
}

#sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    border-bottom: 1px dashed #ebebeb
}

#sidebar li:last-child {
    border: 0;
    margin-bottom: 0
}

#sidebar li a {
    color: #555;
    font-size: 14px;
    display: block
}

#sidebar li a:hover {
    color: #999;
    font-size: 15px;
    display: block
}

#footer {
    clear: both
}

#footer a {
    color: #555
}

#footer a:hover {
    color: #999
}

#footer .inner {
    padding: 40px 0;
    overflow: hidden
}

#footer .grid {
    margin: 0
}

#footer #info {
    float: left
}

#footer #info .info {
    float: none;
    clear: both;
    padding: 5px 0 0;
    text-align: left
}

#footer .logo {
    font-size: 18px
}

#footer #info .open,
#footer .info .tel,
#footer .info .tel span {
    font-size: 9pt
}

ul.footnav {
    float: right;
    width: 620px;
    padding: 10px 0
}

ul.footnav ul {
    display: none
}

ul.footnav li {
    float: left;
    margin: 10px 0;
    padding: 0 7px 0 8px;
    border-right: 1px solid #ebebeb
}

#copyright {
    clear: both;
    padding: 20px 0 10px;
    text-align: center;
    font-style: normal;
    font-size: 10px;
    color: #555
}

.pagenav {
    clear: both;
    width: 100%;
    height: 30px;
    margin: 5px 0 20px
}

.prev {
    float: left
}

.next {
    float: right
}

#pageLinks {
    clear: both;
    text-align: center
}

.dateLabel {
    margin: 0 0 10px;
    text-align: right;
    font: italic 1em Palatino Linotype, Book Antiqua, Palatino, serif
}

.post p {
    padding-bottom: 10px;
    text-align: left
}

.post ul {
    margin: 0 0 10px 10px
}

.post ul li {
    margin-bottom: 5px;
    padding-left: 15px;
    background: url(images/bullet.png)no-repeat 0 8px
}

.post ol {
    margin: 0 0 10px 30px
}

.post ol li {
    list-style: decimal
}

.post h1 {
    margin: 20px 0;
    padding: 5px 0;
    font-size: 150%;
    color: #000;
    border-bottom: 3px solid #cf6a88
}

.post h2 {
    margin: 10px 0;
    padding-bottom: 2px;
    font-size: 130%;
    font-weight: 400;
    color: #333;
    border-bottom: 2px solid #cf6a88
}

.post h3 {
    margin: 10px 0 25px;
    padding: 10px 0;
    font-size: 110%;
    font-weight: 400;
    border-bottom: 1px solid #ddd
}

.post blockquote {
    clear: both;
    padding: 10px 0 10px 15px;
    margin: 10px 0 25px 30px;
    border-left: 5px solid #ccc
}

.post blockquote p {
    padding: 5px 0
}

.post table {
    border-collapse: collapse;
    margin: 5px auto 15px
}

.post table td {
    border-collapse: collapse;
    background-color: #f9f9f9;
    text-align: center;
    padding: 8px;
    border: 1px solid #d6d6d6;
    line-height: 20px
}

.post table th {
    background-color: #f5f5f5;
    text-align: right;
    padding: 8px;
    white-space: nowrap;
    color: #151515;
    border-top: 1px solid #d4d4d4;
    border-right: 4px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    background-repeat: repeat-x;
    background-position: top
}

.post dt {
    font-weight: 700
}

.post dd {
    padding-bottom: 10px
}

.post img {
    max-width: 100%;
    height: auto
}

img.aligncenter {
    display: block;
    margin: 5px auto
}

img.alignleft,
img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline
}

img.alignleft {
    margin: 0 7px 2px 0
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

@media only screen and (min-width:960px) {
    nav div.panel {
        display: block !important;
        float: left
    }

    a#menu {
        display: none
    }

    #mainNav {
        clear: both;
        z-index: 5;
        position: relative
    }

    #mainNav li {
        float: left;
        position: relative
    }

    #mainNav li a {
        color: #555;
        display: block;
        text-align: center;
        _float: left;
        font-size: 13px;
        width: 10pc;
        height: 30px;
        padding: 15px 0;
        border-top: 2px solid #ebebeb;
        border-bottom: 2px solid #ebebeb
    }

    #mainNav li a span,
    #mainNav li a strong {
        display: block
    }

    #mainNav li a span {
        color: #bababa;
        font-size: 10px
    }

    #mainNav ul ul {
        width: 10pc;
        background: #fff
    }

    #mainNav li ul {
        display: none
    }

    #mainNav li:hover ul {
        display: block;
        position: absolute;
        top: 4pc;
        z-index: 6
    }

    #mainNav li li {
        margin: 0;
        float: none;
        width: 10pc;
        border: 0
    }

    #mainNav li li:last-child {
        border: 0
    }

    #mainNav li li a {
        width: auto;
        height: auto;
        padding: 10px;
        font-size: 95%;
        text-align: left;
        border: 0
    }

    #mainNav li li span {
        padding: 0 10px
    }

    #mainNav li.current-menu-item a {
        border-color: #555
    }

    #mainNav li a:hover,
    #mainNav li.current-menu-item a,
    #mainNav li.current-menu-item li a:hover {
        color: #999
    }

    #header,
    #wrapper,
    .inner {
        width: 60pc;
        padding: 0;
        margin: 0 auto
    }

    #wrapper {
        clear: both;
        padding: 20px 0
    }

    #main {
        float: right;
        width: 680px;
        padding: 15px 0 0
    }

    #sidebar {
        float: left;
        width: 250px;
        padding: 15px 0;
        overflow: hidden
    }

    #sidebar article {
        margin-bottom: 20px;
        overflow: hidden
    }

    .logo {
        width: 500px
    }

    .gridWrapper {
        display: table;
        border-collapse: separate;
        border-spacing: 0
    }

    .grid {
        width: 20pc;
        display: table-cell
    }
}

@media only screen and (max-width:959px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box
    }

    #mainNav {
        clear: both;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #e4e4e4;
        border-left: 0;
        border-right: 0
    }

    #mainNav a.menu {
        color: #555;
        width: 100%;
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        text-align: left
    }

    #mainNav a#menu span {
        padding-left: 10px
    }

    #mainNav a.menu span:before {
        content: "≡ "
    }

    #mainNav a.menuOpen span:before {
        content: "× "
    }

    #mainNav a#menu:hover {
        cursor: pointer
    }

    nav .panel {
        display: none;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        z-index: 1
    }

    #mainNav ul {
        margin: 0;
        padding: 0
    }

    #mainNav li {
        float: none;
        clear: both;
        width: 100%;
        height: auto;
        line-height: 1.2
    }

    #mainNav li a,
    #mainNav li.current-menu-item li a {
        color: #555;
        display: block;
        padding: 15px 10px;
        text-align: left;
        border-bottom: 1px dashed #ccc
    }

    #mainNav li a span {
        padding-left: 10px
    }

    #mainNav ul>li:last-child a {
        border: 0
    }

    #mainNav li li:last-child a {
        border-bottom: 1px dashed #ccc
    }

    #mainNav li a:active,
    #mainNav li a:hover,
    #mainNav li li.current-menu-item a,
    #mainNav li.current-menu-item a,
    #mainNav li.current-menu-item li a:active,
    #mainNav li.current-menu-item li a:hover {
        color: #555
    }

    #mainNav li li {
        float: left;
        border: 0
    }

    #mainNav li li a,
    #mainNav li li.current-menu-item a,
    #mainNav li.current-menu-item li a {
        padding-left: 40px;
        background: url(images/sub1.png)no-repeat 20px 18px
    }

    #mainNav li li a:hover,
    #mainNav li li.current-menu-item a,
    #mainNav li.current-menu-item li a:hover {
        background: url(images/sub1.png)no-repeat 20px -62px
    }

    #mainNav li li:last-child a {
        background: url(images/subLast.png)no-repeat 20px 20px
    }

    #mainNav li li:last-child a:hover,
    #mainNav li li:last-child.current-menu-item a,
    #mainNav li.current-menu-item li:last-child a:hover {
        background: url(images/subLast.png)no-repeat 20px -65px
    }

    nav div.panel {
        float: none
    }

    #header {
        padding-left: 10px
    }

    #main {
        padding-top: 15px
    }

    section.toppage {
        margin: 0
    }

    #sidebar {
        padding-bottom: 15px
    }

    #sidebar article {
        padding: 7px 8px
    }

    #footer .grid,
    #footer ul.footnav {
        float: none;
        width: 100%;
        text-align: center
    }

    ul.footnav li {
        float: none;
        display: inline-block
    }

    .grid {
        float: left;
        width: 32%;
        margin: 10px 0 0 1%
    }

    #footer .grid img,
    #footer .info {
        float: none
    }

    #footer .grid p {
        display: block
    }

    #footer #info .info {
        float: none;
        text-align: center
    }

    #footer .info,
    #footer.logo {
        width: 100%;
        float: none
    }

    #footer .logo p {
        float: none;
        display: block
    }

    #footer .logo img {
        float: none;
        padding: 0
    }
}

@media only screen and (max-width:640px) {
    #header {
        height: auto;
        padding-bottom: 20px
    }

    #header h1,
    .info,
    .logo {
        text-align: center
    }

    .info,
    .logo {
        clear: both;
        width: 100%;
        float: none
    }

    .logo p {
        float: none;
        display: block
    }

    .logo img {
        float: none;
        padding: 0
    }

    .box img {
        float: left;
        margin-right: 5px
    }

    .box h3 {
        padding-top: 0
    }

    .alignleft,
    .alignright,
    img.alignleft,
    img.alignright {
        float: none;
        display: block;
        margin: 0 auto 10px
    }
}

@media only screen and (max-width:480px) {
    .grid {
        width: 100%;
        margin: 10px 0
    }

    .box img {
        max-width: 75pt
    }

    #mainBanner h2,
    #mainBanner p {
        font-size: 80%
    }
}