* {
    box-sizing: border-box;
    color: #242424;
}

img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

body p {
    margin-bottom: 0;
    font-size: 1.1em;
}

/* ヘッダー */
header {
    height: 50px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 5px #00000010;
    top: 0;
    z-index: 1111111;
}

#gnav {
    top: 12px;
}

/* ãƒãƒ³ãƒãƒ¼ã‚¬ãƒ¼ãƒ¡ãƒ‹ãƒ¥ãƒ¼ */
#menu span:nth-child(1) {
    top: 15px;
}

#menu div {
    width: 50px;
    height: 50px;
}

#menu span:nth-child(2) {
    top: 22px;
}

#menu span:nth-child(3) {
    top: 29px;
}

#menu span {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    transition-duration: 0.3s;
    left: 14px;
    opacity: 1;
}

#menu div span {
    display: block;
    position: absolute;
    height: 2px;
    width: 65%;
    border-radius: 5px;
    background-color: #000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 7px;
}

#menu span {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    transition-duration: 0.3s;
    left: 14px;
    opacity: 1;
}

#menu div {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    cursor: pointer;
    pointer-events: auto;
    z-index: 99999;
    padding: 12px 12px;
    position: absolute;
}

li.mbtn a span {
    color: #fff;
}

#menu.open div span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

#menu.open div span:nth-child(2) {
    opacity: 0;
    left: 14px;
}

#menu.open div span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#mnav {
    padding: 30px 20px;
}

#mnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    background-color: rgba(238, 244, 255, 0.95);
    width: 100%;
    height: auto;
    padding: 30px 0px;
    transition: all 300ms 0s ease;
    z-index: 999;
}

#mnav li a {
    display: block;
    color: #000;
    font-size: 17px;
    text-decoration: none;
    padding: 15px 40px 15px 20px;
    position: relative;
}

#mnav ul {
    height: 100%;
    padding: 30px 0px 120px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    text-align: left;
    margin-bottom: 0px;
}

#mnav ul li a:after {
    content: '';
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    position: absolute;
    right: 30px;
    top: 24px;
    transition: all 300ms 0s ease;
}

#mnav ul li.mbtn a:after {
    border-color: #fff;
    right: 15px;
}

#mnav li.lk {
    text-align: left;
    margin-bottom: 0px;
    border-top: 1px dotted #bbb6a0;
    border-bottom: none;
}

footer .inner {
    text-align: center;
    padding: 20px 0 80px;
    background-color: #eef4ff;
}

section {
    margin-bottom: 40px;
    max-width: none;
}

#logo {
    width: 124px;
    position: absolute;
    left: 20px;
    top: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 12px;
    display: block;
}

.nav-open {
    padding: 15px 20px;
    color: #232323;
    font-size: 20px;
    background: #fff;
    position: relative;
    transition: all ease-in-out .3s;
    font-weight: bold;
    cursor: pointer;
}

.nav-open:hover {
    cursor: pointer;
    color: #18348d;
}

.nav-open::before {
    content: "＋";
    position: absolute;
    right: 20px;
    font-size: 1.2em;
    transition: all ease-in-out .3s;
}

.nav-open.active::before {
    transform: rotate(45deg);
}

#gnav li a {
    font-size: 16px;
    color: #000;
}

/* ハンバーガーメニュー内CTA */
#mnav li.mbtn a{
    width: 90%;
    margin: 0 auto;
    font-size: 19px;
    padding: 12px 0;
    padding-right: 16px;
}

/* 追尾バナー */
.ScrollTop {
    position: fixed;
    bottom: 4px;
    width: 93%;
    height: auto;
    padding: 8px 6px;
    max-width: 390px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    left: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    transition: all ease-in-out .65s;
    z-index: 200;
    font-size: 1.2em;
    font-weight: bold;
    transform: translate(-50%, 0px);
}
.ScrollTop.isActive {
    opacity: 1;
    transition: all 0.65s;
    transform: translate(-50%, -10px);
}

/* footer */
#com_contact .ttl {
    font-size: 20px;
    font-weight: bold;
    color: #3364b4;
    text-align: center;
}
#com_contact{
    text-align: center;
    padding: 10px 30px 30px;
}
.msg{
    text-align: center;
    margin-bottom: 6px;
}
#com_contac .txt{
    text-align: center;
    margin-top: 10px;
}
footer .inner {
    text-align: center;
    padding: 20px 0 94px;
    background-color: #eef4ff;
}
.telno a img{
    max-width: 300px;
    width: 90%;
    margin: 12px auto;
}
.tele-img{
    width: 90%;
    max-width: 300px;
    margin: 12px auto;
}

@media handheld,
print,
screen and (min-width: 768px) {
    #menu div {
        display: none;
    }
    #menu div div span {
        display: none;
    }
}

@media handheld,
print,
screen and (min-width: 801px) {
    #gnav {
        display: block;
    }
}

