﻿@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-webkit-box-sizing : border-box;
}

body{
	font-size:1.6rem;
	letter-spacing:0.1rem;
	line-height:1.8;
    background: #f5eda2;

}

img{
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
	width /***/:auto;	/*IE8のみ適用*/
}
.sp_only{
    display: none;
}

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex.both{
justify-content: space-between;
}

.center{
    text-align: center;
}

.footer{
    text-align: center;
    font-size: 1.4rem;
    padding: 2% 2% 5%;
}

.l-main{
    width:100%;
    overflow: hidden;
    margin: 0 auto;
}
.l-inner{
    max-width: 1200px;
    width: 96%;
    margin: 0 auto;
}

.main-title{
    text-align: center;
    max-width: 300px;
    width: 70%;
    margin: 15px auto 1%;
}

.main{
    margin-bottom: 3%;
}

.note{
    text-align: center;
    margin-bottom: 3%;
}

.shoplist{
    width: 102%;
    margin-left: -1%;
}

.shoplist li{
    width: 31.333%;
    font-size: 1.3rem;
    margin: 0 1% 3%;
}

.shoplist a{
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    color:#ed6d00;
    text-align: center;
    font-size: 1.2rem;
    display: inline-block;
    padding: 1px 10px;
    margin: 8px 3px 3px 0;
}







.note2{
    font-size: 1.3rem;
    max-width: 1100px;
    margin: 0 auto 5%;
    background: #fff;
    padding: 5%;
}

.link li{
    width: 46%;
    text-align: center;
}

.link{
    max-width: 800px;
    margin: 0 auto 5%;
}


@media screen and (max-width:700px) { 
    html{
        font-size: 50%;
    }
    .pc_only{
        display: none;
    }
    .sp_only{
        display: block;
    }
    .l-inner{
        width: 94%;
    }
    .main-title{
        width: 50%;
        margin-bottom: 3%;
    }
    .main{
        width: 114%;
        margin-left: -7%;
        overflow: hidden;
    }
    .shoplist li{
        width: 98%;
        margin-bottom: 5%;
    }
    .note2{
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .about{
        border-radius: 15px;
        padding: 30px 3%;
    }

    .shoplist a{
        letter-spacing: 0;
        font-size: 1.4rem;
        padding: 4px 10px;
        margin: 6px 2px 2px 0;
    }
    
    .link li{
        width: 80%;
        margin: 0 auto 5%;
    }


 }