#conte h2,
#conte h3,
#conte h4 {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#conte .pg h3,
#conte .pg h4 {
  border-width: 0;
  background-image: none;
}

/* ------------------------------------------------
 kv
------------------------------------------------ */
#kv {
  margin-top: 10px;
  position: relative;
}
#kv .logo {
  line-height: 1;
  background: none;
  position: absolute;
  left: 145px;
  top: 0;
}
#kv .copy {
  position: relative;
}
#kv .copy2 {
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
}

/* ------------------------------------------------
 orderbtn
------------------------------------------------ */
#orderbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#orderbtn .txt {
  font-size: 1.15em;
  font-weight: bold;
  margin-right: auto;
}
#orderbtn .txt p {
  margin-bottom: 0;
}

/* ------------------------------------------------
 card
------------------------------------------------ */
.pg.card .body {
  border: 2px solid #FFC731;
  border-top-width: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pg.card .body .img .lead {
  font-size: 1.3em;
  font-weight: bold;
}
.pg.card .body .img .summary strong {
  font-size: 1.1em;
}
.pg.card .body .order table, .pg.card .body .order p {
  margin-left: auto;
}
.pg.card .body .order .note {
  font-size: 10px;
  text-align: right;
  line-height: 1;
}
.pg.card .body .order .link {
  margin-right: -5px;
  margin-top: 15px;
}
.pg.card#mourn .body {
  border-color: #8A4388;
}
.pg.card#mourn .body .img .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg.card#mourn .body .img .summary p + p {
  margin-left: 1em;
}

.ordertable {
  width: 155px;
  margin-bottom: 5px !important;
}
.ordertable th,
.ordertable td {
  padding: 2px 5px;
  line-height: 1.2;
}
.ordertable th {
  text-align: left;
  font-weight: normal;
  width: auto;
}
.ordertable td {
  text-align: right;
  width: auto;
}
.ordertable thead th {
  color: #fff;
  background-color: #FF8A3C;
  text-align: center;
}
.ordertable + .note {
  margin-bottom: 5px;
}
.ordertable.mourn th, .ordertable.mourn td {
  border-color: #AA7EAF;
}
.ordertable.mourn th {
  background-color: #C8C4DF;
}
.ordertable.mourn thead th {
  background-color: #660066;
}

/* ------------------------------------------------
 storeinfo
------------------------------------------------ */
#storeinfo a {
  color: #333;
}
#storeinfo img {
  padding-right: 0.5em;
  vertical-align: middle;
}
#storeinfo p {
  line-height: 1;
  margin-bottom: 0.5em;
}
#storeinfo header {
  margin-bottom: 20px;
}
#storeinfo header .l1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}
#storeinfo header .l2 {
  font-size: 14px;
  font-weight: bold;
}
#storeinfo .tel {
  font-weight: bold;
  font-size: 20px;
}
#storeinfo .tel strong {
  color: #e74c3c;
  font-size: 26px;
}
#storeinfo .tel * {
  vertical-align: middle;
}
#storeinfo .mail {
  font-size: 18px;
  font-weight: bold;
}
#storeinfo .address {
  font-size: 14px;
  margin-top: 1em;
}
#storeinfo .link {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#storeinfo .link a {
  color: #363636;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #f60;
  border-radius: 3px;
  background: #ecf0f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf0f1), color-stop(50%, #ffffff), color-stop(51%, #dce3e8), to(#dae0e5));
  background: linear-gradient(to bottom, #ecf0f1 0%, #ffffff 50%, #dce3e8 51%, #dae0e5 100%);
  padding: 0.5em 1em;
  width: 10em;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
}
#storeinfo .link a::before {
  content: "";
  background: url(../img/navi_icon.png) 0 50% no-repeat;
  margin-top: -0.15em;
  margin-right: 3px;
  width: 11px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
}
#storeinfo .link a:hover::before {
  background-image: url(../img/navi_icon_f2.png);
}
#storeinfo .link a + a {
  margin-left: 1em;
}