<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
    font-size: 18px;
}


/* CSS Document */

img {
    line-height: 0;
    vertical-align: top;
}

th {
    font-weight: 400;
    text-align: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.sp {
    display: none;
}

.red {
    color: red;
}

/*header
------------------------------------*/

header {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

header h1 {
    width: 320px;
    float: left;
}

header address {
    width: 535px;
    float: right;
}

#topimg {
    width: 1500px;
    margin: 0 auto 50px;
}

main {
    width: 1000px;
    margin: 0 auto;
}

.title {
    width: 1000px;
    border-bottom: #ccc 1px solid;
    border-top: #00a0e9 3px solid;
    padding: 20px 10px;
    margin: 0 auto 30px;
    box-sizing: border-box;
    font-size: 35px;
}

section {
    margin: 0 0 80px;
    padding: 0 0 50px;
    border-bottom: 2px dashed #ccc;
}

.store {
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 4px solid #005cba;
}

.store figure {
    float: left;
    margin-right: 15px;
}

.store h2 {
    float: left;
    font-size: 35px;
}

.category {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #e63179;
}

.category02 {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #0dba00;
}

.category03 {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #ffa800;
}

.category04 {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #d863f1;
}

.category05 {
    margin-bottom: 15px;
    padding: 5px 10px;
    display: inline-block;
    color: #fff;
    background: #7c93ab;
}

.boxtext {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #ccc;
    margin: 0 0 40px;
}



/*お問い合わせ
---------------------------------*/

#contact_title {
    width: 1000px;
    margin: 0 auto 50px;
}

#contact_main {
    width: 920px;
    margin: 0 auto 50px;
}

#contact_main p {
    margin: 0 0 15px;
}

#contact_main span {
    color: #FA3030;
}

#contact_main table {
    width: 920px;
    margin: 0 auto 25px;
}


#contact_main table th {
    width: 195px;
    vertical-align: top;
    padding: 0 0 10x;
}


#contact_main table td {
    width: 725px;
    padding: 0 0 10px 0;
}

#contact_main table td span {
    color: #00a8d9;
}

.input-l {
    border: #ccc 1px solid;
    width: 700px;
    margin: 0 0 5px;
}


.input-s {
    border: #ccc 1px solid;
    width: 200px;
    margin: 0 0 5px;
}


input,
textarea,
select {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
}

#contact_main p#contact_text {
    margin: 0 10px 10px;
    text-align: center;
    font-size: 18px;
}

.contact_btn {
    text-align: center;
    font-size: 16px;
}

.error {
    color: #FA3030;
}

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

footer {
    width: 100%;
    height: 80px;
    background: url(../images/footer.jpg) repeat-x 0 0;
}

#footer_wrapper {
    width: 940px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

#footer_wrapper h2 {
    width: 469px;
    height: 55px;
    position: absolute;
    top: 15px;
    left: 0px;
}

#footer_wrapper p {
    position: absolute;
    top: 15px;
    right: 0;
}


/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {
    body {
        font-size: 14px;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*header
------------------------------------*/
    header {
        width: 100%;
        margin: 0 auto;
        padding: 3%;
        box-sizing: border-box;
    }

    header h1 {
        width: 45%;
        float: left;
    }

    header address {
        width: 50%;
        float: right;
    }

    #topimg {
        width: 100%;
        margin: 0 auto 20px;
    }


    main {
        width: 94%;
        margin: 0 auto;
    }

    section {
        margin: 0 0 8%;
    padding: 0 0 5%;
    border-bottom: 2px dashed #ccc;
    }

    /*お問い合わせ
---------------------------------*/
    #contact_title {
        width: 100%;
        margin: 0 auto 5%;
    }

    #contact_main {
        width: 94%;
        margin: 0 auto 5%;
    }

    #contact_main p {
        margin: 0 0 2%;
    }


    #contact_main table {
        width: 100%;
        margin: 0 auto 3%;
    }


    #contact_main table th {
        width: 100%;
        display: block;
        vertical-align: top;
        padding: 2%;
        background: #f8f8f8;
        box-sizing: border-box;
    }


    #contact_main table td {
        width: 100%;
        display: block;
        padding: 2%;
        box-sizing: border-box;
    }

    .input-l {
        border: #ccc 1px solid;
        width: 90%;
        margin: 0 0 1%;
    }


    .input-s {
        border: #ccc 1px solid;
        width: 30%;
        margin: 0 0 1%;
    }


    input,
    textarea,
    select {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 16px;
    }

    #contact_main p#contact_text {
        margin: 0 2% 2%;
        text-align: center;
        font-size: 14px;
    }

    .contact_btn {
        text-align: center;
        font-size: 14px;
    }

    .error {
        color: #FA3030;
    }

    /*フッター
---------------------------------*/
    footer {
        width: 100%;
        height: auto;
        background: url(../images/footer.jpg) repeat-x 0 0;
        padding: 3% 0;
    }

    #footer_wrapper {
        width: 94%;
        height: auto;
        margin: 0 auto;
        position: static;
    }

    #footer_wrapper h2 {
        width: 100%;
        height: auto;
        position: static;
    }

    #footer_wrapper p {
        position: static;
        font-size: 10px;
    }




    .store {
        padding: 0 0 5px;
        margin: 0 0 20px;
        border-bottom: 2px solid #005cba;
    }

    .store figure {
        float: none;
        margin-right: 15px;
        display: none;
    }

    .store h2 {
        float: none;
        font-size: 20px;
    }

    .category {
        margin-bottom: 5px;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        background: #e63179;
        font-size: 12px;
    }

    .category02 {
        margin-bottom: 5px;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        background: #0dba00;
        font-size: 12px;
    }

    .category03 {
        margin-bottom: 5px;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        background: #ffa800;
        font-size: 12px;
    }

    .category04 {
        margin-bottom: 5px;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        background: #d863f1;
        font-size: 12px;
    }

    .category05 {
        margin-bottom: 5px;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        background: #7c93ab;
        font-size: 12px;
    }

    .boxtext {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        border: 2px solid #ccc;
        margin: 0 0 20px;
        font-size: 14px;
    }

    .title {
        width: 100%;
        border-bottom: #ccc 1px solid;
        border-top: #00a0e9 3px solid;
        padding: 3% 2%;
        margin: 0 auto 3%;
        box-sizing: border-box;
        font-size: 20px;
    }
}



/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #00bfff; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #87cefa; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    padding: 10px 0; /*文字の配置場所の調整*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 10px;
}
#PageTopBtn a {
    width: 70px;
    padding: 5px 0;
}
}</pre></body></html>