@charset "UTF-8";
/*
*{
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	text-decoration: none;
}
*/
html, body {
  min-height: 100vh;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(206, 184, 125, 0.1);
}

footer {
  margin-top: auto;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

/*
html {
  font-size: 16px;
  font-family: $sans;
}
body {
  margin: 0;
}
figure {
  margin: 0;
}
ul, ol {
  padding-left: 0;
  list-style-type: none;
}
i,
em,
address {
  font-style: normal;
}
* {
  &,
  &:before,
  &:after {
    box-sizing: border-box;
  }
}
img {
  vertical-align: text-bottom;
  max-width: 100%;
}
*/
/**
 * カートの罫線
 */
.line_total {
  border-top: 3px double gainsboro;
}

.line_dotted {
  border-top: 1px dotted gainsboro;
}

.txt_r {
  text-align: right;
}

main[id^="area_"]:not(#area_item) #tr_ctn ul{
  display: block;
  padding: 10px;
  margin: 0;
}
  main[id^="area_"]:not(#area_item)  #tr_ctn ul li{
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }

footer address p{
  line-height: 1.2;
}
p#shop strong{
  font-size: 1.2rem;
}
footer address p a{
  display: inline-block;
  color: rgb(50, 50, 50);
  text-decoration: none;
}
footer address p a#tel{
  margin-right: 10px;
}
footer address p a#fax{
  cursor: text;
}