@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;
}

.cf:after {
    content: '';
    display: table;
    clear: both;
}

ul {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: bottom;
}

#clear {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
}


/*==========================================
 ヘッダーのスタイル
===========================================*/

#header {
    width: auto;
    height: 95px;
    display: block;
    background-image: url(../images/header.png);
    background-repeat: repeat-x;
    background-position: center center;

}

#header header {
    width: 100%;
    height: 95px;
    margin: 0;
    padding: 0;
    display: block;
}

#header h1 {
    width: 94%;
    height: 20px;
    margin: 5px 3% 10px 0;
    padding: 0;
    font-size: 10px;
    font-weight: normal;
    color: #FFF;
    float: right;
    display: block;
    line-height: 1.5em;
}

#header .logo {
    width: 70%;
    float: left;
}

#header .logo img {
    width: 100%;
    max-width: 400px;
}

/*==========================================
 グローバルナビゲーションのスタイル
===========================================*/

.menu-pc {
    display: none;
}

.menu-sp {
    position: absolute;
    top: 100px;
    background-color: #4c4c4c;
    opacity: 0.9;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
    text-align: center;
}


.header_btn {
    height: auto;
    width: 10%;
    max-width: 40px;
    float: right;
    margin-right: 5%;
    padding: 0 0 10px 0;
}

.menu-sp ul {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.header_btn img {
    width: 100%;
    height: auto;
    max-width: 40px;
}

.menu-sp .toggle {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    line-height: 1.5em;
}

.toggle {
    cursor: pointer;
}


.menu-sp p {
    width: 100%;
    height: auto;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1.5em;
}

.menu-sp ul li .toggle {
    position: relative;
    display: block;
    padding: 25px 25px 25px 10px;
}

.menu-sp ul li .toggle::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.home {
    cursor: pointer;
}

.menu-sp .home {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    line-height: 1.5em;
}

.menu-sp .close {
    color: #FFF;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-left: 10%;
    line-height: 1.5em;
}

.menu-sp ul li .home {
    position: relative;
    display: block;
    padding: 20px 25px 20px 10px;
}


/*==========================================
メイン
===========================================*/

#main {
    max-width: 1050px;
    width: 94%;
    height: auto;
    margin: 0 3% 50px 3%;
    padding: 0;
}

/*==========================================
 メインイメージ
===========================================*/

#mainimg {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0;
    display: block;
}

#mainimg img {
    width: 100%;
    max-width: 1050px;
    height: auto;
}

/***********ぱんくずリスト***********/

#topicpath {
    width: 96%;
    line-height: 1.5em;
    height: auto;
    margin: 0 2%;
}

#topicpath img {
    width: 70%;
    max-width: 20px;
    height: auto;
    padding-bottom: 5px;

}

#topicpath li {
    float: left;
    font-size: 10px;
    color: #666;
    padding-left: 5px;
    padding-bottom: 5px;
    display: inline;
}

#topicpath li a {
    text-decoration: none;
    color: #000000;
}

#topicpath li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}




/*==========================================
content1
===========================================*/

#content {
    width: auto;
    height: auto;
    display: block;
    clear: both;
}


.content1 {
    width: 96%;
    height: auto;
    margin: 0 2% 30px;
    display: block;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.content1 p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 35px;
}

.content1 h2 {
    color: #666;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #e6e6e6;
    border-top: 3px solid #171715;
    font-weight: bold;
}

.subimg {
    width: 92%;
    max-width: 660px;
    height: auto;
    display: block;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 10px;
}

.subimg img {
    width: 100%;
    max-width: 660px;
    height: auto;
}



/*==========================================
content2
===========================================*/

.content2 {
    width: 96%;
    height: auto;
    margin: 0 2% 30px;
    display: block;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.content2 h2 {
    color: #666;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border-bottom: 2px solid #e6e6e6;
    border-top: 3px solid #171715;
    font-weight: bold;
}

/*==========================================
 imgarea
===========================================*/

.imgarea {
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}



.pic {
    width: 74%;
    max-width: 250px;
    height: auto;
    margin: 0 13% 15px 13%;
}

.pic img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.imgarea a:hover .pic {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}



.content2 table {
    width: 96%;
    height: auto;
    margin: 0 2% 15px 2%;
    padding: 0px;
    border-collapse: collapse;
}

.content2 tr {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    font-size: 14px;
}

.content2 td {
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    font-size: 20px;
    line-height: 30px;
    color: #FDB802;
    text-align: center;
}

.content2 th {
    height: auto;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: normal;
    background-color: #efefef;
    text-align: center;
    color: #000;
}


.linkbtn img {
    max-width: 250px;
    width: 100%;
    height: auto;
}


.text {
    width: 92%;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 20px;
    text-align: left;
}

#pagetop {
    width: 100%;
    height: auto;
}

.pagetop {
    width: 85px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
    clear: both;
}



#side {
    display: none;
}



/***********フッター***********/

#footerArea {
    background-color: #171715;
}

#footerbottom {
    background-color: #202020;
}

#footerArea footer {
    display: block;
    width: 100%;
}


/***********フッターリンク部分***********/

#footerArea ul {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
}

#footerArea li {
    margin: 0 1px;
    font-size: 11px;
    display: inline;
    color: #fff;
}

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

#footerArea li a:hover {
    text-decoration: underline;
}


/***********フッターテキスト***********/

#footerbottom .footerText {
    width: 94%;
    font-size: 11px;
    line-height: 1.4;
    color: #fff;
    margin-left: 3%;
    margin-right: 3%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

#footerbottom .footerText a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

#footerbottom .footerText a:hover {
    text-decoration: underline;
}


/*==========================================
tail
===========================================*/

.content1 h3 {
    color: #666;
    width: 88%;
    font-size: 14px;
    text-align: left;
    line-height: 1.6;
    display: block;
    margin-bottom: 15px;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: bold;
    position: relative;
}


h3::before,
h3::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
}

h3::before {
    top: 0;
    border-top: 2px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

h3::after {
    bottom: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
}



.sitemapList {
    width: 86%;
    height: auto;
    margin-left: 7%;
    margin-right: 7%;
    padding-bottom: 50px;
}

.sitemapList li {
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
    margin: 0;
    padding: 10px 0 10px 25px;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    background-image: url(../images/sitemaplist_arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
}


.sitemapList a {
    text-decoration: none;
    color: #666;
    display: block;
}

.sitemapList a:hover {
    text-decoration: underline;
    color: #CCC;
}


/*==========================================
フォーム
===========================================*/

.content1 table {
    width: 94%;
    height: auto;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 50px;
    border-collapse: collapse;
}

.content1 th {
    width: 30%;
    height: auto;
    font-size: 10px;
    line-height: 1.5em;
    color: #FFF;
    background-color: #4c4c4c;
    text-align: center;
    padding: 15px 2px;
}

.content1 tr {
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
}

.content1 td {
    width: 70%;
    height: auto;
    font-size: 12px;
    color: #FFF;
    padding: 3% 0;
    text-align: left;
}

.content1 td input {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
}

.content1 .th-big {
    width: 30%;
    height: auto;
    line-height: 1.5em;
    padding: 0 2px;
    text-align: center;
    vertical-align: middle;
}

.content1 td textarea {
    width: 80%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
}

.send {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}


/* PC向けおよび大型タブレット向けのレイアウトの指定：768px～ */

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

    /*==========================================
 ヘッダーのスタイル
===========================================*/
    #header {
        width: auto;
        height: 95px;
        min-width: 1050px;
        margin-bottom: 25px;
        -moz-box-shadow: 0px 4px 5px #a3a3a3;
        -webkit-box-shadow: 0px 4px 5px #a3a3a3;
        box-shadow: 0px 4px 5px #a3a3a3;


    }

    #header header {
        width: 1050px;
        height: 95px;
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    #header h1 {
        width: 650px;
        height: 20px;
        margin: 5px 0 15px 0;
        padding: 0;
        font-size: 11px;
        display: block;
        line-height: 20px;
        text-align: right;
    }

    #header .logo {
        width: auto;
        height: auto;
        float: left;
        margin: 20px 0 20px 0;
        padding: 0;
    }


    /*==========================================
 グローバルナビゲーションのスタイル
===========================================*/
    .header_btn {
        display: none;
    }

    .menu-sp {
        display: none;
    }

    .menu-pc {
        display: block;
        float: right;
        width: auto;
        height: auto;
        margin: 0;
    }



    .headmenu1 {
        width: 150px;
        height: 35px;
        margin: 0px 5px 0 20px;
        padding: 0px;
        line-height: 35px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #999;
        float: right;
        display: inline-block;
        outline: none;
        background-image: url(../images/headmenu1.png);
        background-repeat: no-repeat;
        background-position: left center;

    }

    .headmenu1 a {
        display: block;
        color: #666;
        text-decoration: none;

    }

    .headmenu1 a:hover {
        color: #FFF;
        background-image: url(../images/headmenu1_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

    .headmenu2 {
        width: 150px;
        height: 35px;
        margin: 0px 5px 0 20px;
        padding: 0px;
        line-height: 35px;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #666;
        float: right;
        background-image: url(../images/headmenu2.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #171715;
        display: inline-block;
        outline: none;
    }

    .headmenu2::before,
    .headmenu2::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }
    .headmenu2,
    .headmenu2::before,
    .headmenu2::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .headmenu2 a {
        text-decoration: none;
        color: #666;
        display: block;
    }
    .headmenu2 a:hover {
        background-color: #171715;
        color: #FFF;
        background-image: url(../images/headmenu2_hover.png);
        background-repeat: no-repeat;
        background-position: left center;
    }


    /*==========================================
 メインイメージ
===========================================*/
    #mainimg {
        width: 1030px;
        height: auto;
        margin: 0 auto;
        padding: 0 10px 0 10px;
        display: block;
    }

    #mainimg img {
        width: 100%;
        max-width: 1030px;
        height: auto;
    }

    /***********ぱんくずリスト***********/
    #topicpath {
        width: 1030px;
        line-height: 1.0;
        height: auto;
        margin: 0 0 10px 0;
        padding: 15px 0 15px 0;
    }

    #topicpath li {
        float: left;
        font-size: 12px;
        color: #666;
        padding-left: 5px;
        padding-bottom: 0px;
        margin: 0;
    }

    #topicpath img {
        padding: 0;
    }

    /*==========================================
 main
===========================================*/
    #main {
        max-width: 1030px;
        width: 1030px;
        height: auto;
        margin: 0 auto 150px auto;
        padding: 0 10px 0 10px;
        display: block;
    }

    #main:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }
    /* IE7,MacIE5 */
    #main {
        display: inline-block;
    }
    /* WinIE6 below, Exclude MacIE5 \*/
    * html #main {
        height: 1%;
    }
    #main {
        display: block;
    }
    /*==========================================
content1
===========================================*/
    #content {
        width: 700px;
        height: auto;
        float: left;
        display: block;
    }


    .content1 {
        width: 700px;
        float: left;
        height: auto;
        margin: 0 0 30px 0;
        border: 1px solid #dddddd;
    }

    .content1 h2 {
        font-size: 16px;
    }

    /*==========================================
コンテンツ２
===========================================*/
    .content2 {
        width: 700px;
        float: left;
        height: auto;
        margin: 0 0 30px 0;
        padding: 0;
        border: 1px solid #dddddd;
    }

    .content2 h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }


    .imgarea {
        width: 660px;
        height: auto;
        display: block;
        margin-bottom: 15px;
        padding: 0 20px 20px 20px;
        overflow: hidden;
    }

    .pic {
        width: auto;
        margin: 0;
        padding: 0;
        height: auto;
        float: left;
    }

    .content2 table {
        width: 390px;
        height: 280px;
        margin: 0;
        float: right;
    }

    .content2 td {
        width: auto;
        height: auto;
        text-align: center;
    }

    .content2 th {
        width: auto;
        height: auto;
        font-size: 14px;
        line-height: 20px;
    }

    .linkbtn img {
        margin: 20px auto 0 auto;
        width: auto;
        height: auto;
        padding: 0;
        float: left;
    }

    .text {
        clear: both;
    }



    /*==========================================
サイドメニュー
===========================================*/
    #side {
        display: block;
        float: right;
        width: 280px;
        margin: 0 0 0 50px;
        padding: 0;
        background-color: #FFF;
    }

    #side h4 {
        width: 280px;
        font-size: 15px;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        background-image: url(../images/h4.png);
        background-repeat: no-repeat;
        background-position: left center;
        text-align: center;
        color: #FFF;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }

    .submenu {
        width: 280px;
        height: auto;
        margin: 0px;
        padding: 0px;
        line-height: 1.5em;
        font-size: 14px;
        font-weight: normal;
        text-align: left;
        text-decoration: none;
        color: #666;
        border-bottom: 1px solid #e6e6e6;
        display: block;
    }

    .submenu a {
        text-decoration: none;
        color: #666;
        display: block;
        font-size: 13px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.1s ease-in-out;
        padding: 15px 10px 15px 15px;
        vertical-align: middle;

    }


    /*==========================================
ページトップ
===========================================*/
    #pagetop {
        overflow: hidden;
        width: 1030px;
        margin-left: auto;
        margin-right: auto;
    }


    .pagetop {
        margin-right: 50px;
        float: right;
    }



    /*==========================================
フッター
===========================================*/
    #footerArea {
        min-width: 1050px;
    }


    #footerbottom {
        min-width: 1050px;
    }

    #footerArea .footerText {
        text-align: center;
    }


    /*==========================================
フォーム
===========================================*/
    .content1 th {
        font-size: 13px;
        color: #FFF;
    }

    .content1 td {
        font-size: 13px;
    }

    .send {
        height: auto;
        width: 150px;
        margin: 0 auto;
        padding: 0;
    }


}
