@charset "utf-8";

body {
    margin: 10px;
    padding: 0;
    color: #778899;
    font-family: sans-serif;
}

a {
    color: #778899;
    text-decoration: none;
}
a:visited { color: #778899; }
a:hover {
    color: #C0C0C0;
    text-decoration: underline;
}
a img {
    transition: opacity 0.2s linear;/*画像リンクのホバー時のアニメーション*/
}
a:hover img {
    opacity: 0.6;/*画像リンクのホバー時の透明度％*/
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; }

p {
    margin-top: 0;
    line-height: 1.6;
}

img {
    vertical-align: bottom;
}

#main h1 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

#main h2 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 0 22px;
    border-bottom: solid 3px #999999;
}

#main h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding: 4px 14px;
    border-left: solid 3px #DCDCDC;
}

/*ヘッダー*/

header {
    width: 980px;
    margin: 0 auto;
}
header h1 {
    float: left;
    margin: 5px 0px 0px 0px;
}
header p {
    float: left;
    margin: 30px 0px 0px 0px;
}
header #header_contact {
    float: right;
    margin: 10px 5px 0;/*オンラインショップの幅*/
}

#global_navi {
    width: 980px;
    clear: both;/*フロートの回り込みを解除*/
}
#global_navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#global_navi ul li {
    width: 196px;
    float: left;
    margin-right: 0px;/*米*/
    text-align: center;
}
#global_navi ul li a {
    display: block;
    padding: 6
    px;/*リストの幅*/
    background-color: #0000;
    text-decoration: none;
    transition: background-color 0.5s linear;/*徐々に色が変わるアニメーション*/
}
#global_navi ul li.current a {
    background-color: #CCFFFF;
}
#global_navi ul li a:hover {
    background-color: #CCFFFF;
}

/*メインエリア*/

#main_visual {
    width: 980px;
    margin: 0 auto;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
#main {
    width: 730px;
    float: left;
}

/*サイドバー*/

#sideber {
    220px;
    float: right;
}
#side_banner {
    margin-bottom: 30px;
}
#side_banner h2 {
    background-color: #716961;
    color: #fff;
    padding: 7px;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}
#side_banner ul {
    list-style: none;
    margin: 0;
    padding: 0;/*サイドバーバナー横幅調整*/
}
#side_banner ul li {
    margin-bottom: 10px
}
#side_contact {
    border: 1px solid #b7a077;
    color: #7F7259;
    text-align: center;
}
#side_contact h2 {
    background-color: #b7a077;
    color: #fff;
    padding: 8px 50px;/*サイドバー横幅調整*/
    font-size: 14px;
    font-weight: 100;
}
#side_contact address {
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
}
#side_contact address img {
    vertical-align: middle;
    margin-right: 1px;
}
#side_contact p {
    font-size: 14px;
}
#side_contact .contact_button {/*お問い合わせボタン調整*/
    display: inline-block;
    background: #f1ede4;
    background: -wbkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1ede4));
    background: -wbkit-linear-gradient(top,  #ffffff 0%,#f1ede4 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f1ede4 100%);
    color: #b7a077;
    padding: 10px;
    border: 1px solid #b7a077;
    border-radius: 5px;
    text-decoration: none;
}
#side_contact .contact_button:hover {/*お問い合わせボタンマウスオーバー時調整*/
    background: #b7a077;
    background: -wbkit-gradient(linear, left top, left bottom, color-stop(0%,#b7a077), color-stop(100%,#e2cda7));
    background: -wbkit-linear-gradient(top,  #b7a077 0%,#e2cda7 100%);
    background: linear-gradient(to bottom,  #b7a077 0%,#e2cda7 100%);
    color: #fff;
}

/*フッター*/

footer {
    background-color: #352b23;
    text-align: center
}
footer #footer_nav {
    background-color: #efefef;
    padding: 10px 0;
}
footer #footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer #footer_nav li {
    display: inline;
    border-left: solid 1px #aaa;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer #footer_nav li:last-child {
    border-right: solid 1px #aaa;
    padding: 0 8px;
}
footer small {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-size: 0.75em;
}

/*パンくずリスト*/

#breadcrumb {
    font-size: smaller;
}
#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrumb ol li {
    display: inline;
}
#breadcrumb ol li::after {
    content: "＞";
    padding-left: 7px;
}
#breadcrumb ol li:last-child::after {
    content: none;
}

/*トップページ*/

#main_visual {
    width: 980px;
    height: 530px;
    margin: 0 auto 48px;
}

/*H2テキストOEMなど*/

#point {
    margin-bottom: 30px;
}
#point section {
    margin-bottom: 10px;
    overflow: hidden;
}
#point figure {
    float: right;
    margin: 0 0 0 16px;
}
#point figcaption {
    font-size: 12px;
    color: #9c9689;
    text-align: center;
}

/*NEWS&TOPICS*/

#news dl {
    overflow: hidden;
}
#news dt {
    width: 8em;
    float: left;
    margin-bottom: 10px;
    clear: both
}
#news dd {
    margin-left: 8em;
    margin-bottom: 10px;
}

/*ABOUT*/

article h1 {
    text-align: left;
    color: #808088;
    background-color: aliceblue;
}
article p {
    text-align: left;
    font-size: 1.1em
}

/*BUSENESS*/

/*PRODUCTS*/

#products ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#products ul li {
    width: 340px;/*PRODUCTS商品,横幅320pxに指定*/
    margin: 0 10px 30px 0;
    padding: 5px 0;
    border: solid 1px #ccc;
    float: left;
    text-align: center;
    color: #b7a077;/*PRODUCTS商品の文字の色*/
}
#products ul li p {/*PRODUCTS商品の枠の使用とフォント*/
    text-align: center;
    font-size: 13px
}
#products ul li h4{/*PRODUCTS商品名の字間の使用とフォント*/
    margin: 7px 0;
}
#products ul li:nth-child(2n) {/*PRODUCTS商品の３の倍数のliにのみ適用,2つごとに表示してる下のマージン*/
    margin-right: 0;
}

/*CONTSCT*/

#entry dl {
    background: #f1ede4;
    border: 1px solid #ddd;
    border-top: 0;
}
#entry dl dt,
#entry dl dd {
    padding: 10px;
    border-top: 1px solid #ddd;
}
#entry dl dt {
    width: 15em;/*CONTSCT左側のマスの長さ*/
    float: left;
    clear: both;
    font-weight: bolder;
}
#entry dl dd {
    background-color: #fff;
    border-left: 1px solid #ddd;
    margin-left: 15em;
}

.must {
    color: #f00;/*※印の色*/
}

#entry #name {
    width: 15em;
    padding: 3px;
}
#entry #email {
    width: 25em;
    padding: 3px;
}
#entry #category2,
#entry #category3,
#entry #questionnaire2,
#entry #questionnaire3 {
    margin-left: 15px;
}
#entry #detail {
    width: 36em;
    height: 15em;
}

#entry #submit_button_cober {/*送信ボタンの設定*/
    text-align: center;
}
#entry #submit_button {
    background-color: #b7a077;
    border: 1px solid #b7a077;
    padding: 10px 90px;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;/*送信ボタンにマウスオーバーした時リンクの手になる*/
    transition: background-color 0.1s linear;/*送信ボタンにマウスオーバーした時の色のアニメーション変化*/
}
#entry #submit_button:hover {/*送信ボタンにマウスオーバーした時の変化*/
    background-color: #c7ae81;
}
table {
    width: 100%;
    margin-bottom: 10px;
}
table th {
    text-align: left;
}

@media screen and (max-width : 767px){/*このしたから携帯用のCSS*/
    img {
        max-width: 100%;
    }
    header,
#global_navi,
#sideber,
#wrapper{
    width: 100%;
}
header h1 {
    float:none;
}
header h1 img {
    width: 60%;
}
header #header_contact {
    display: none;
}
#global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
}
#global_navi ul li a {
    margin: 0;
}
#main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
#point figure {
    float: none;
    margin: 0 0 10px 0;
}
#entry dl dt {
    float: none;
    width: 100%;
    box-sizing: border-box;
}
#entry dl dd {
    width: 100%;
    margin-left: 0;
    border-left: none;
    box-sizing: border-box;
}
#entry #neme, #entry #email, #entry #interest {
    max-width: 100%;
}
#entry #detail {
    width: 100%;
    box-sizing: border-box;
}

}






