@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

textarea,
select,
input[type="text"],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"] {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
#menubar,
.font01 {
    font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 40px;
    padding-bottom: 15px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 100%;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

div#news dl dt {
    font-weight: bold;
    float: left;
}

div#news dl dd {
    float: left;
    margin-left: 30px;
}

div#news dl {
    overflow: hidden;
    padding-left: 20px;
    border-bottom: solid 1px #292929;
    margin-bottom: 1rem;
}

div#news {
    margin-bottom: 10rem;
    max-height: 15rem;
    overflow: scroll;
    color: #272727;
}

.line {
    float: left;
    width: 45%;
    margin-left: 10px
}

.pc_area {
    display: block;
}

.phone_area {
    display: none;
}

@media screen and (max-width: 800px) {
    .pc_area {
        display: none;
    }

    .phone_area {
        display: block;
    }
}

@media screen and (min-width: 480px) {
    .sp_br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .sp_br-pc {
        display: none;
    }
}

a {
    color: #333;
}

a:hover {
    color: #5e96ff;
    text-decoration: none;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background: linear-gradient(#d1e1ff, #fff 40%);
}

header .inner {
    position: relative;
    height: 100px;
    z-index: 15
}


@media screen and (max-width:480px) {
    header .inner {
        height: 140px;
        width: 100%;
        position: fixed;
        background: linear-gradient(rgba(209, 225, 255, 0.56), rgba(255, 255, 255, 0.52) 40%);
    }
}

header #logo img {
    width: 350px;
    position: absolute;
    left: 3%;
    top: 10px;
}


#headermenu {
    position: absolute;
    right: 3%;
    bottom: 15px;
}

@media screen and (max-width:550px) {
    #headermenu {
        position: static;
        padding-top: 2.5rem;
    }
}

#headermenu li {
    margin-left: 10px;
    margin-top: 5px;
}

.contact-banner img {
    width: 192px;
    margin-right: 3rem;
}

@media screen and (max-width:550px) {
    .contact-banner img {
        width: 60%;
        margin-right: 0rem;
    }
}

@media screen and (max-width:550px) {
    #headermenu li {
        margin-left: 0px;
        margin-top: 0px;
        text-align: center;
    }
}

#headermenu li a {
    text-decoration: none;
    display: inline-block;
    background: #05a223;
    background: linear-gradient(#05a223, #0acc2f);
    color: #FFF;
    padding: 6px 15px 0;
    border-radius: 4px;
    border: 1px solid #06791c;
}

@media screen and (max-width:480px) {
    #headermenu li a {
        font-size: 15px;
    }
}


#headermenu li a:hover {
    background: rgba(5, 162, 35, 0.53);
}

#menubar {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    height: 45px;
    padding: 10px 0;
    top: -555rem
}

#menubar li {
    float: left;
    width: 20%;
}

#menubar li a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #dcdcdc;
}

#menubar li:first-child a {
    border-left: 1px solid #dcdcdc;
}

#menubar li a:hover,
#menubar li.current a {
    background: #5e96ff;
    color: #fff;
}

#menubar-s {
    display: none;
}

#menubar_hdr {
    display: none;
}


#menubar ul.ddmenu {
    position: absolute;
    visibility: hidden;
    z-index: 10;
    margin-top: 1px;
    width: 20%;
}

#menubar ul.ddmenu li {
    float: none;
    width: 100%;
}

#menubar ul.ddmenu li a {
    width: 100%;
    border: none;
    background: #4c4c4c;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 6px 0;
    border-bottom: 1px solid #fff;
}

#menubar ul.ddmenu li a:hover {
    background: #5e96ff;
}

.contents {
    clear: both;
    overflow: hidden;
    padding: 50px 0px;
}

body.is-fixed {
    margin-top: 70px
}

@media screen and (max-width:800px) {
    body.is-fixed {
        margin-top: 0px
    }
}

.contents h2 {
    clear: both;
    margin-bottom: 30px;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    font-size: 130%;
    background: #fff;
    background: linear-gradient(#fff 50%, #e7edf7);
    box-shadow: 0px 0px 3px 1px #fff inset;
    letter-spacing: 0.1em;
}

.contents h2::first-letter {
    border-left: 3px solid #5e96ff;
    padding-left: 20px;
}


.contents h3 {
    clear: both;
    margin-bottom: 30px;
    padding: 0px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 130%;
    letter-spacing: 0.1em;
}

.contents h3::first-letter {
    border-left: 3px solid #5e96ff;
    padding-left: 20px;
}

.contents h4 {
    font-size: 130%;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.contents p {
    padding: 0px 20px 40px;
}

.contents p + p {
    margin-top: -20px;
}

.contents h2 + p,
.contents h3 + p,
.contents h4 + p {
    margin-top: -10px;
}

.type1 {
    text-align: center;
    color: #5e96ff;
    font-weight: 600;
}


.list {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3) inset;
    margin: 0 2% 30px;
    background: #fff;
    transition: 0.5s;
    padding: 4%;
}

.list a {
    overflow: hidden;
    text-decoration: none;
    display: block;
}

.list h4 {
    padding: 0;
    border: none;
    font-size: 200%;
    font-weight: bold;
    color: #406ab9;
    line-height: 1.2em;
    height: 1em;
    overflow: hidden;
    margin-bottom: 0.5em;
}

.list p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.8;
    overflow: hidden;
}

.list figure img {
    margin: 0 0 4% 0;
}

.list figure img.fr {
    width: 20%;
    float: right;
    margin: 0 0 0 4%;
}

.list figure img.fl {
    width: 20%;
    float: left;
    margin: 0 4% 0 0;
}

.list a::before {
    content: "→";
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    background: #b2b2b2;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    line-height: 30px;
    transition: 1s;
}

.list a:hover::before {
    background: #5e96ff;
    box-shadow: 0px 0px 0px 10px #5e96ff;
}

.c2 .list {
    float: left;
    padding: 3%;
    width: 40%;
}

.c2 .list h4 {
    font-size: 130%;
}

.c2 .list p {
    height: 5.4em;
}

.c3 .list {
    float: left;
    padding: 2%;
    width: 25.3%;
}

.c3 .list h4 {
    font-size: 110%;
}

.c3 .list p {
    text-align: right;
    font-size: 80%;
    height: 1.3em;
    padding-right: 1rem !important;
}


.c3 .list a::before {
    width: 20px;
    line-height: 20px;
    font-size: 12px;
}

.main {
    float: left;
    width: 58%;
    overflow: hidden;
}


.sub {
    float: right;
    width: 38%;
}

.sub h2::first-letter {
    padding-left: 15px;
}


.sub p {
    padding-bottom: 10px;
}


.sub ul.submenu {
    margin-bottom: 20px;
    border-top: solid 1px #dcdcdc;
}

.sub ul.submenu li {
    background: #fff;
    border-bottom: solid 1px #dcdcdc;
}

.sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.sub .box1 {
    padding: 15px;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px #dcdcdc;
    box-shadow: 0px 0px 1px 1px #fff inset;
}

.sub .box1 ul.submenu {
    margin-bottom: 0px;
}


footer {
    clear: both;
    font-size: 85%;
    background: #5e96ff;
    color: #fff;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .pr {
    display: block;
    font-size: 80%;
}

#footermenu {
    overflow: hidden;
    padding: 20px 0;
    font-size: 80%;
}

#footermenu li {
    float: left;
    width: 18%;
    padding-right: 1%;
    padding-left: 1%;
    text-align: center
}

#footermenu a {
    color: rgba(255, 255, 255, 0.7);
}

#footermenu a:hover {
    color: #fff;
}

#copyright {
    clear: both;
    text-align: center;
    background: #333;
}

#new dl {
    padding: 0 20px;
    margin-bottom: 20px;
}


#new dt {
    float: left;
    width: 9em;
    color: #5e96ff;
    letter-spacing: 0.1em;
}

#new dd {
    padding-left: 9em;
    border-bottom: 1px solid #dcdcdc;
}


.ta1,
.ta2 {
    width: 96%;
    margin: 0 2% 30px;
}

.ta1,
.ta1 td,
.ta1 th,
.ta2,
.ta2 td,
.ta2 th {
    border: 1px solid #999;
    line-height: 2;
    padding: 10px;
    word-break: break-all;
}

.ta1 th.tamidashi,
.ta2 th.tamidashi {
    width: auto;
    text-align: left;
    background: #cce6f6;
    font-weight: bold;
}


.ta1 th {
    width: 150px;
    text-align: center;
    background: #f0f0f0;
    font-weight: normal;
}

.ta1 th img {
    width: 100%;
}

.ta2 th {
    background: #fffeba;
}

.ta2 td {
    text-align: center;
}

.ta1.price td {
    text-align: right;
}

.ta1.price tr.total th {
    background: #b7e0ee;
    font-size: 150%;
}

.ta1.price tr.total td {
    background: #deeff4;
    font-weight: bold;
    font-size: 150%;
}

input[type="submit"].btn,
input[type="button"].btn {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: linear-gradient(#fff, #eee);
}

input[type="submit"].btn:hover,
input[type="button"].btn:hover {
    border: 1px solid #999;
    background: #fff;
    position: relative;
    top: 1px;
    left: 1px;
}


#pagetop {
    clear: both;
    padding-top: 40px;
}

#pagetop a {
    text-decoration: none;
    text-align: center;
    display: block;
    float: right;
    color: #fff;
    font-size: 20px;
    background: #5e96ff;
    width: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}


#pagetop a:hover {
    background: #333;
}


span.option1,
span.option2 {
    text-align: center;
    display: block;
    font-size: 10px;
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: rotate(45deg) translate(32px, -9px);
    color: #FFF;
    background: #666;
}


span.option1 {
    color: #FFF;
    background: #F00;
}


h2 span.option1,
h2 span.option2 {
    text-shadow: none;
    width: auto;
    padding: 2px 5px;
    position: static;
    transform: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}


.newicon {
    background: #F00;
    color: #FFF;
    font-size: 70%;
    line-height: 1.5;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0px 5px;
    vertical-align: text-top;
}

.bg1 {
    background: url(../images/bg.jpg);
}

.look {
    background: #eee;
    padding: 5px 10px;
    border-radius: 4px;
}

.mb15,
.mb1em {
    margin-bottom: 15px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.p0 {
    padding: 0 !important;
}

.clear {
    clear: both;
}

ul.disc {
    padding: 0em 25px 15px;
    list-style: disc;
}

.color1,
.color1 a {
    color: #F00;
}

.pr {
    font-size: 10px;
}

.wl {
    width: 96%;
}

.ws {
    width: 50%;
}

.c {
    text-align: center !important;
}

.r {
    text-align: right !important;
}

.l {
    text-align: left !important;
}

img.fr {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

img.fl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.big1 {
    font-size: 200%;
}

.mini1 {
    font-size: 11px;
    display: inline-block;
    line-height: 1.5;
}

.sh {
    display: none;
}




@media screen and (min-width:1200px) {

    .inner {
        width: 1200px;
    }

    #menubar li,
    #menubar ul.ddmenu {
        width: 240px;
    }

}


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

    .inner {
        width: auto;
    }

    header #logo img {
        width: 250px;
    }

    @keyframes menu1 {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #menubar-s {
        display: block;
        overflow: hidden;
        position: fixed;
        border-top: 1px solid #fff;
        width: 100%;
        z-index: 20;
        animation-name: menu1;
        animation-duration: 0.5S;
        animation-fill-mode: both;
        top: 0px
    }

    #menubar-s li a {
        display: block;
        text-decoration: none;
        padding: 8px 5%;
        border-bottom: 1px solid #fff;
        background: rgba(94, 150, 255, 0.9);
        color: #fff;
        font-size: 150%;
        font-weight: 600;
    }

    #menubar {
        display: none;
    }

    #menubar_hdr {
        z-index: 30;
        display: block;
        position: fixed;
        top: 3%;
        right: 3%;
    }

    #menubar_hdr.close,
    #menubar_hdr.open {
        width: 50px;
        height: 50px;
        border: 1px solid #000;
    }

    #menubar_hdr.close {
        background: rgba(255, 255, 255, 0.53) url(../images/icon_menu.png) no-repeat center top/50px;
    }

    #menubar_hdr.open {
        background: rgba(255, 255, 255, 0.54) url(../images/icon_menu.png) no-repeat center bottom/50px;
    }

    .contents {
        padding: 3%;
    }

    .contents-sub {
        padding-top: 12rem;
    }

    .list {
        margin: 0 0 1rem !important;
        padding: 4% !important;
        float: none !important;
        width: auto !important;
        border-top: 1px solid #ccc;
    }

    .list:last-of-type {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px !important;
    }

    .list h4 {
        font-size: 150% !important;
    }

    .list p {
        font-size: 100% !important;
        line-height: 1.8 !important;
        height: auto !important;
    }


    .main,
    .sub {
        float: none;
        width: auto;
    }


    #pagetop {
        margin-right: 3%;
    }

    body.s-n .sub,
    body.s-n #footermenu,
    .m-n {
        display: none;
    }

}


@media screen and (max-width:550px) {
    header #logo img {
        width: 50%;
        min-width: 200px;
        top: 40%;
        left: 49%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
}

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

    body {
        font-size: 12px;
    }

    header #logo img {
        width: 50%;
        min-width: 200px;
        top: 20%;
        left: 49%;
        transform: translateY(-50%) translateX(-50%);
        -webkit- transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }

    .contents h2,
    .contents h3,
    .contents h4 {
        padding: 5px 0px 5px 10px;
        margin-bottom: 20px;
        font-size: 150%;
    }

    .contents h2::first-letter,
    .contents h3::first-letter {
        padding-left: 10px;
    }

    .contents p {
        padding: 0px 10px 15px;
    }

    .sub h2 {
        margin-bottom: 10px;
    }

    .sub .box1 {
        padding: 10px;

    }

    #footermenu {
        display: none;
    }

    #new dl {
        padding-left: 10px;
    }

    .ta1,
    .ta1 td,
    .ta1 th {
        padding: 5px;

    }


    .ta1 th.tamidashi {
        font-size: 14px;
    }

    .ta1 th {
        width: 100px;
    }

    .ws,
    .wl {
        width: 94%;
    }

    .big1 {
        font-size: 16px;
    }

    img.fr,
    img.fl {
        float: none;
        margin: 0;
        width: 100%;
    }

    .sh {
        display: block;
    }

    .pc {
        display: none;
    }

}
