@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: 14px;
    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 {
}

main {
    background: #F1F3F4;
padding-bottom: 10px;}

/*---------------------------------------------------------------------------------------------*/
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 #5A5657;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 0;
}

h2.tit {
    background: #5A5657;
    margin-bottom: 40px;
    padding: 10px 0px 10px 0px;
    position: relative;
    text-align: center;
}

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

h2.tit p img {
    width: 60%;
}

.shop-select {
    width: 95%;
    margin: 0px auto;
}

.shop-box {
    width: calc(100% - 20px - 6px);
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #0d5c95;
    overflow: hidden;
    background: #fff;
    }

.shop-box .shopPhoto img {
    width: 100%;
}

.shop-box .shopText {
    width: 100%;
}

.shop-box .btn {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.shop-box .btn a {
    width: 95%;
    padding: 10px 0px;
    margin-bottom: 10px;
    background: #0d5c95;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    color: #FFFFFF;
    font-size: 22px;
    border-radius: 0;
    box-shadow: 0px 3px 0px 0px #062841;
}

.shop-box .btn a:hover {
    color: #FFFFFF;
}

.shop-box .btn a p {
    margin-right: 10px;
    font-size: 130%;
    color: #FFF;
}

.shop-box .btn a:hover p {
    color: #FFF100;
}

.shop-box .btn a:hover {
    color: #FFF100;
}

.shop-box .shopText h3 {
    font-size: 130%;
    text-align: center;
}

ul.Info {
    font-size: 115%;
    text-align: center;
    margin-bottom: 10px;
}

ul.Info li {
    color: #838383;
font-size: 100%;}

ul.Info li.tel {
    font-size: 130%;
}

ul.Info li.tel a {
    font-size: 110%;
    color: #CC0033;
}



ul.Info li.Access span a {
    margin-left: 20px;
    padding: 1px 10px;
    font-size: 80%;
    line-height: 80%;
    background: #ADC4DE;
    color: #2C2C2C;
}

.copy {
    padding:10px 0px;
    text-align: center;
    font-size:80%;
}