@charset "UTF-8";

/*すべてのページに適用される*/
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #ffffff;
}
.wrapper {
  margin: 0 auto 0 auto;
  width: 900px;
}


h2 {
  color: #442220;
  font-size: 18px;
  border-bottom-width: 2px;
  border-bottom-style: dotted;
  border-bottom-color: #442220;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;


}
p {
  line-height: 160%;
}
a:link {
  color: #0000bb;
  text-decoration: none;
}
a:visited {
  color: #aa2a66;
}
a:hover {
  color: #4faacc;
}
a:active {
  color: #6a3add;
}
h1 {
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
  line-height: 0;
  text-align: center;
  background-color: #f9f9f9;
  background-size: cover;
  
}

#logo img {
  width: 60%; 
}

.sale {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #442220;
	margin-bottom: 20px;
        
}
.red {
	color: #ff0000;
}



/*すべてのページに適用- naviまわり-*/
.flexorder-box {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	
}

#navi ul {
   display: flex;
 justify-content: space-around;
}

#navi li {
  
  list-style-type: none;
  padding-right: 40px;
  
  background-color: #eeeeee;
  
 }

#navi {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-color: #eeeeee;

}


@media only screen and (min-width: 1000px){

.navbar {
    display: none;

}



}

/*newitem */

.newitem {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}


.newitem li {
	list-style-type: none;
	width: 20%;
	height: auto;

}

.newitem img {
	width: 80%;
}

/*すべてのページに適用-footer-*/

#footer {
  background-image: url(../image/Prick.gif);
  background-repeat: repeat-x;
  margin-top: 30px;
  padding: 20px 0 20px 0;
  font-size: smaller;
  color: #440000;
  
}

/*個別のスタイル*/
/*index.html*/
.hyo {

  margin: 20px 0 0 0;
}
.news_item {
  margin: 0 0 0 0;
  color: #440000;
}

/*annai.html*/

.annai {
  text-align: center;
  padding-right: 1em;
}

.annai img {
  width: 40%;
}

.clear {
  clear: both;
}
table.info {
  border-collapse: collapse;
  border: 1px solid #b78c5f;
}
table.info th, table.info td {
  padding: 8px 8px 8px 8px;
  border: 1px solid #d6c2b5;
  text-align-last: justify;
  vertical-align: middle;
}
table.info th {
  background-color: #c99e73;
  color: #442220;
}



/*shop_PC.html*/


.item {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	
}

.shohin {
     width: calc(50% - 10px);
    margin: 5px;
}

.shohin img{
	width: 100%;
}

.syosai {
	font-size: 14px;
	width: calc(40% - 10px);
	 margin: 5px;
}


.item li {
  
  list-style-type: none;
	width: 25%;
}

.item img {
	width: 70%;
}

