@charset "UTF-8";

/* CSS Document */


/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    line-height: 1.6;
    font-size: 100%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #0020D8;
    text-decoration: none;
}

a:visited {
    color: #004498;
}

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

#wrapper {
    overflow: hidden;
    width: 100%;
}

a:hover img {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

body {
    background: #fff;
}

main {
    background: #fff;
    /* padding-top: 70px; */
}
#content{
    padding:0px 0px 30px 0px;
    background-color: #D2EFFB;
    background-image: radial-gradient(#f3fff9 10%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}
header {
    width: 100%;
    clear: both;
    overflow:hidden;
    padding:20px 0px;
    background:#fff;
    z-index: 100;
    box-shadow:-1px 5px 5px -6px #000000;
    /* position: absolute; */
    /* z-index:10; */
    }
    header .inner{
            width:1000px;
            margin:0px auto;
            color:#FFF;
    }
    header .inner .left{
            width:280px;
            float:left;
            margin:0px auto;
            color:#FFF;
    }
    header .inner .left img{
            width:50%;
    }
    header .inner .right{
            width:280px;
            padding-top:20px;
            float:right;
            color:#FFF;
            text-align:right;
    }
    header .inner .right a{
            color:#666666;
    }
/*---------------------------------------------------------------------------------------------*/
h2.tit::after {
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #2CA0DC;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 0;
    z-index:1;
}

h2.tit {
    background: #2CA0DC;
    margin-bottom: 50px;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-align: center;
}

h2.tit p {
    font-size: 140%;
    line-height: 170%;
    color: #FFF;
}

footer {
    margin: 0px auto;
    padding: 10px 0px;
    width: 100%;
    background: #ddd;
	text-align: center;
    font-size: 80%;
}
/*--shop_block----------------------------------*/
.shop_block{
    width: 800px;
    margin:0px auto;
    margin-bottom: 50px;
}
.shop_block h3{
    margin-bottom: 10px;
    padding:10px;
    background: #2992c9;
    border-radius: 10px;
    font-size:160%;
    line-height: 1;
    color:#fff;
    text-align:center;
}
.shop_block ul{
    display:flex;
    gap:30px;
}
.shop_block ul li{
    width:100%;
    text-align:center;

}
.shop_block ul li img{
    width:90%;
}

@media screen and (max-width: 960px) {
header {
    width: 100%;
    padding: 10px 0px;
    }
    header .inner{
            width:90%;
            margin:0px auto;
            color:#FFF;
    }
    header .inner .left{
            width:80%;
            float:none;
            margin:0px auto;
            color:#FFF;
        text-align:center;
    }

    h2.tit::after {
        border-left: 25px solid rgba(0, 0, 0, 0);
        border-right: 25px solid rgba(0, 0, 0, 0);
        border-top: 25px solid #2CA0DC;
        bottom: -25px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 0;
    }
    
    h2.tit {
        background: #2CA0DC;
        margin-bottom: 40px;
        padding: 10px 10px 10px 10px;
        position: relative;
        text-align: center;
    }
    h2.tit p {
        font-size: 125%;
        line-height: 140%;
        color: #FFF;
    }
/*--shop_block----------------------------------*/
.shop_block{
    width: 95%;
    margin-bottom: 50px;
}
.shop_block h3{
    margin-bottom: 10px;
    padding:10px;
    border-radius: 5px;
    font-size:120%;
}
.shop_block ul{
    display:flex;
    gap:5px;
}
.shop_block ul li{
    width:100%;
    text-align:center;
}
.shop_block ul li img{
    width:100%;
}
}