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

		
/* CSS リセットCSS*/
/* html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

ｓhtml, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

		
		#banner{
			width: 1200px;
			height: auto;
			max-width: 100%;
		}
		
		#banner ul{
			display: flex;
			background-color: #fff;
			height: 200px;
			padding: 5px;
			justify-content: center;
  			align-items: center;
		}
		
		#banner ul li{
			color: #6c2735;
			list-style-type: none;
			width:25%;
			height:100%;
			text-align:center;
		}
		
		#banner ul li img{
			transform: scale(2.5,2.5);
			margin-top: 55px;
		}
	
		#banner ul li img:nth-child(2){
			padding-right: 20px;
		}

		
		
		#banner ul li p{
			color:#6c2735;
			font-size: 1.5rem;
    		margin: 15px;
			font-family: "M PLUS Rounded 1c";
			font-weight: bold;
		}
	
		#banner ul li a:hover{
			color:#6c2735;
		}


		#banner ul li a:visited{
			color:#6c2735;
		}

		
		#banner ul li a{
			display: block;
			align-items: center;
			text-decoration: none;
			width: 100%;
			height: 100%;
			justify-content: center;
		}
	
	.cart-p{
	padding-left: 16px;
    letter-spacing: 0.1rem;
		}

			
