@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Poppins:600');

* {box-sizing:border-box;}
a, a:after {-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; outline:none;}
a {cursor:pointer;text-decoration: none;}
div,ol,ul,li,p,span,a {position:relative;}
ol,ul,li {list-style:none;list-style-type:none;padding:0;}
body,header,footer,menu,p,ul {padding:0;margin:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;margin:0;padding:0;line-height:1em;}
div,a,img,p,li {display:block;}
/*a:hover img {opacity:0.75;}*/
a {color: #111;}
a:hover {color: #f90;}
img {width: 100%;}

html {scroll-behavior: smooth;}
body {background: #fff;color: #111;font-feature-settings: "palt", "swsh";}




section ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-content: flex-start;}
section ul li {width: 32%;margin: 0 auto;text-align: center;}
section ul li p {text-align: center;margin: 0.5em auto;padding: 0.5em;border-radius: 5px;}
section ul li p.mint {background: #8ea782;}
section ul li p.cream {background: #f3d89f;}
section ul li p.pink {background: #e4aaa9;}

/*section ul li > a {background: #f00;color: #fff;padding: 0.5em;border-radius: 5px;font-weight: 500;}*/

section ul li > a:hover {background: #fc0;color: #fff;}



section#store {padding-top: 2em;}
#store h5 {font-size: 1em;border-bottom: 1px solid #666;border-left: 1em solid #666;padding: 0 0 0.25em 0.25em;margin-bottom: 0.5em;}
#store ul li {padding: 0.5em;border: 1px solid #ccc;border-radius: 5px;margin-bottom: 1em;overflow: hidden;}
#store ul li h6 {font-size: 1.2rem;text-align: left;font-weight: 600;line-height: 1.2;}
#store ul li span {display: block; text-align: justify;font-size: 0.8em;}
#store ul li span.address {line-height: 1.2;}
#store ul li span.tel:before {content:"TEL:"}
#store ul li img.map {width: 100%;margin: 0.5em auto 0;}



@media screen and (min-width: 600px) {
	/*#store ul li img.map {width: 90%;}*/
}

