@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    margin: 0px;
    background-color: #FFF;
    word-break: break-all;
    word-wrap: break-word;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

/*---------------header-------------*/

#header_block {
    width: 100%;
    height: auto;
}

#header {
    width: 98%;
    height: 70px;
    margin: 0 1% 0 1%;
}

h1 {
    font-size: 11px;
    color: #555;
    line-height: 1.2em;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

.logo {
    width: 70%;
    height: auto;
    max-width: 300px;
}


.menu-pc {
    display: none;
}

.HiddenCheckbox {
    display: none;
}

.menu-sp {
    display: inline-block;
    margin: 0;
    float: right;
}

.MenuIcon {
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 2;
    margin: 0 10px 0 0;
}

.MenuIcon::before {
    -webkit-box-shadow: #555 0 12px 0;
    box-shadow: #555 0 13px 0;
    height: 3px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 35px;
}

.MenuIcon::after {
    bottom: 0;
    height: 3px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    width: 35px;
}

.MenuIcon::before,
.MenuIcon::after {
    background: #555;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
}

.Menu {
    bottom: 0;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
}

.HiddenCheckbox:checked ~ .MenuHeader {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.HiddenCheckbox:checked ~ .MenuIcon::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, -3px, 0);
    transform: rotate(45deg) translate3d(6px, -3px, 0);
}

.HiddenCheckbox:checked ~ .MenuIcon::after {
    -webkit-transform: rotate(-45deg) translate3d(3px, 3px, 0);
    transform: rotate(-45deg) translate3d(6px, 3px, 0);
}

.HiddenCheckbox:checked ~ .Menu {
    left: 0;
}

.Menu-list {
    background-color: #444;
    list-style-type: none;
    margin: 75px 0 0;
    padding: 0;
    opacity: 0.9;
}

.Menu-item {
    margin: 0;
}

.Menu-link {
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 1.3em;
    display: block;
    overflow: hidden;
    padding: 20px 60px 20px 10px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.Menu-link::before {
    background: #215e0d;
    background-image: url(../images/nav.png);
    background-repeat: repeat;
    background-position: left center;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    z-index: -1;
}

.Menu-link::after {
    font-style: italic;
    content: 'MORE';
    color: #fff;
    float: right;
    opacity: 0;
    position: absolute;
    right: 10px;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.4s;
    transition: opacity 0.8s, transform 0.4s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.Menu-link:hover::before {
    right: 0;
}

.Menu-link:hover::after {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#mainimg {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px 0 0 0;
}

#mainimg img {
    width: 100%;
    height: auto;

}

#main {
    width: 100%;
    height: auto;
    padding: 0 0 100px 0;
}

.pan {
    width: 96%;
    height: auto;
    padding: 15px 2% 15px 2%;
}

.pan::after {
    content: '';
    clear: both;
    display: table;
}

.pan li {
    font-size: 14px;
    line-height: 1.2em;
    float: left;
    padding: 0 10px 0 0;
}

.pan li a {
    color: #555;
    text-decoration: none;
}

.content_block {
    width: 96%;
    height: auto;
    padding: 0 2% 0 2%;
}

.content {
    width: 100%;
    height: auto;
}


.title {
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    padding: 0px 0 5px 20px;
    border-bottom: 2px solid #215e0d;
    background-image: url(../images/title.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin: 0 0 10px 0;
}

.content .subimg {
    width: 40%;
    max-width: 200px;
    height: auto;
    padding: 0 10px 10px 0;
    float: left;

}

.content p {
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
}


.main_block {
    width: 100%;
    height: auto;
}

.main_block h2 {
    font-size: 18px;
    line-height: 1.5em;
    color: #555;
    padding: 0px 0 5px 20px;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 2px solid #eee;
}


.pic {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0
}

.main_block table {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.main_block tr {
    width: 100%;
    height: auto;
    font-size: 14px;
    text-align: center;
}

.main_block th {
    width: 100%;
    height: auto;
    font-weight: normal;
    display: block;
    padding: 10px 0 10px 0;
    background-color: #eee;
}

.main_block td {
    width: 100%;
    height: auto;
    font-weight: bold;
    display: block;
    padding: 10px 0 10px 0;
    color: #f2aa0e;
    letter-spacing: 10px;
}


.main_block span {
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 30px 10px 30px;
    background-color: #215e0d;
    display: inline-block;

}

.main_block dl {
    width: 96%;
    height: auto;
    padding: 10px 2% 10px 2%;
    display: table;
}

.point_block {
    width: 100%;
    height: auto;
    border: 1px solid #215e0d;
    box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
}

.main_block dt {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.main_block dd {
    line-height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    margin-top: 8px;
}

.btn {
    background-color: #b00019;
    text-align: center;
    margin: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

.btn p {
    font-size: 14px;
    font-weight: bold;
}

.btn a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 20px 0 20px 0;
    transition: .3s color;
}

.btn a:hover {
    color: #CCC;
}

.content_txt {
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
    padding: 0 0 40px 0;
    margin: 0 0 20px 0;
}

.side_block {
    display: none;
}

#pagetop_block {
    width: auto;
    height: auto;
    margin: 0 0 50px 0;
}

#pagetop_block::after {
    content: '';
    clear: both;
    display: table;
}

#page-top {
    font-size: 12px;
    margin: 0 10px 0 0;
    float: right;
}

#page-top a {
    text-decoration: none;
    color: #555;
    border: 1px solid #555;
    width: 70px;
    padding: 10px 20px;
    text-align: center;
    display: block;
    transition: .3s color;
}

#page-top a:hover {
    text-decoration: none;
    color: #eee;
}


#footer_block {
    width: 98%;
    height: auto;
    border-top: 1px solid #eee;
    border-bottom: 5px solid #215e0d;
    padding: 20px 1% 20px 1%;
    background-color: #f7f7f7;
}

#footer_block ul:after {
    content: '';
    clear: both;
    display: table;

}

#footer_block li {
    font-size: 13px;
    float: left;
    padding: 0 10px 0 0;
    line-height: 1.5em;

}

#footer_block a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    transition: .3s color;
    display: inline-block;
    padding: 10px 0 10px 0;
}

#footer_block a:hover {
    color: #eee;
    text-decoration: none;
}


#footer_block p {
    font-size: 13px;
    color: #555;
    margin: 10px 0 10px 0;
}

/*---------------tail--------------*/

h3 {
    font-size: 15px;
    color: #555;
    font-weight: bold;
    background-color: #eee;
    line-height: 1.5em;
    padding: 15px 0 13px 20px;
    margin: 0 0 15px 0;
    background-image: url(../images/title.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #bbbbbb;
}

/*---------------sitemap--------------*/

.content li {
    font-size: 13px;
    line-height: 1.5em;
}


.content li a {
    color: #555;
    text-decoration: none;
    transition: .3s color;
    padding: 15px 0 15px 0;
    display: block;
    border-bottom: 1px solid #eee;
}

.content li a:hover {
    color: #CCC;
}


/*---------------form--------------*/

.content2 {
    width: 100%;
    height: auto;
}

.formarea {
    margin: 0 0 15px;
    padding: 0;
    display: block;
}

.formarea p {
    font-size: 15px;
    color: #555;
    margin-bottom: 0px;
    padding: 5px 0 5px 10px;
    background-color: #E9E9E9;
}

.formarea input {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #FFF;
    border: 1px #ccc solid;
    box-sizing: border-box;
}

.formbutton {
    width: 100%;
    text-align: center;
}

.formbutton input {
    padding: 15px 15px;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */
.txt_link {
    color: #0044cc;
    font-size: 1.2em;
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {

    /*---------------header-------------*/
    #header_block {
        width: 100%;
        height: auto;
    }

    #header {
        width: 1000px;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 10px 0 10px;
        overflow: hidden;
    }

    h1 {
        font-size: 12px;
        color: #555;
        float: right;
    }

    .logo {
        width: auto;
        height: auto;
        max-width: 300px;
    }

    .menu-sp {
        display: none;
    }

    .menu-pc {
        width: auto;
        height: auto;
        float: right;
        display: block;
    }

    .menu-pc li {
        font-size: 13px;
        float: left;
        padding: 0 0 0 35px;
    }

    .menu-pc a {
        color: #555;
        text-decoration: none;
        transition: .3s color;
    }

    .menu-pc a:hover {
        color: #CCC;
    }

    #mainimg {
        min-width: 1020px;
    }

    #mainimg img {
        width: 1020px;
    }

    #main {
        width: 1000px;
        height: auto;
        padding: 0 10px 100px 10px;
        margin: 0 auto;
    }

    #main:after {
        content: '';
        clear: both;
        display: table;
    }

    .pan {
        width: 96%;
        height: auto;
        padding: 15px 2% 15px 2%;
    }

    .pan ul {
        width: 1000px;
        margin: 0 auto;
        padding: 0 10px 0 10px;
        height: auto;
    }

    .pan ul::after {
        content: '';
        clear: both;
        display: table;
    }

    .pan li {
        font-size: 14px;
    }

    .pan li a {
        color: #555;
        text-decoration: none;
        transition: .3s color;
    }

    .pan li a:hover {
        color: #CCC;
        text-decoration: none;
    }

    .content_block {
        width: 650px;
        height: auto;
        padding: 0 0 0 35px;
        border-left: 1px dotted #dcdcdc;
        float: right;
    }

    .content {
        width: auto;
        height: auto;
    }

    .title {
        font-size: 18px;
    }

    .content .subimg {
        width: auto;
        height: auto;
        margin: 0 10px 5px 0;
        float: left;
    }

    .content p {
        font-size: 13px;
        margin: 0 0 30px 0;
    }

    .main_block {
        width: 650px;
        height: auto;
    }

    .main_block h2 {
        font-size: 18px;
    }

    .pic {
        width: auto;
        height: auto;
        margin: 0 0 15px 0;
        float: left;
        float: none;
        display:block;
        margin: 20px auto;
    }

    .main_block table {
        width: 300px;
        height: 250px;
        margin: 0 0 15px 0;
        float: right;
    }

    .main_block tr {
        width: 300px;
        height: auto;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .main_block th {
        color: #555;
        width: 150px;
        height: auto;
        font-weight: normal;
        display: table-cell;
        padding: 0 0 0 0;
        background-color: #FFF;
        text-align: left;
        vertical-align: middle;
    }

    .main_block td {
        width: 150px;
        height: auto;
        font-weight: bold;
        display: table-cell;
        padding: 10px 0 10px 0;
        color: #f2aa0e;
        letter-spacing: 10px;
        vertical-align: middle;
    }


    .btn p {
        font-size: 14px;
        font-weight: bold;
    }

    .content_txt {
        font-size: 13px;
    }

    .side_block {
        width: 280px;
        height: auto;
        float: left;
        display: block;
    }

    .side_block h4 {
        width: 280px;
        height: auto;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        background-color: #215e0d;
        line-height: 1.3em;
        padding: 10px 0 10px 0;
        text-align: center;
    }

    .side_block li {
        font-size: 13px;
        color: #555;
        line-height: 1.5em;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    .side_block li a {
        color: #555;
        padding: 10px 0 10px 0;
        display: block;
        text-decoration: none;
        transition: .3s color;
    }

    .side_block li a:hover {
        color: #CCC;
    }

    #pagetop_block {
        width: auto;
        height: auto;
        margin: 0 0 50px 0;
    }

    #page-top {
        font-size: 12px;
        margin: 0 10px 0 0;
        position: fixed;
        bottom: 15%;
        right: 3%;
    }

    #footer_block {
        min-width: 1020px;
    }

    .footer {
        width: 1000px;
        height: auto;
        margin: 0 auto;
    }




}
