@charset "UTF-8";
.toptext1 {
  font-size: 12px;
  line-height: 1.4em;
  padding: 2px 0px 0px 5px;
}

.toptext2 {
  font-size: 14px;
  margin: 5px 0px 0px 0px;
  line-height: 1.4em;
}

.toptext3 {
  font-size: 16px;
  font-weight: bold;
  color: #FF0000;
}

.toptext4 {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0px 0px 2px;
}

.mourn_waku1 {
  border: 2px solid #8A4388;
  border-top-width: 0;
  padding: 5px 10px 5px;
}

/* ------------------------------------------------
 KV
------------------------------------------------ */
#kv {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
#kv th, #kv td {
  vertical-align: top;
}
#kv .txt {
  width: 254px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#kv .txt .message {
  font-weight: bold;
  text-align: center;
  margin: 15px 0 5px;
}
#kv .txt table {
  width: 100%;
}

/* ------------------------------------------------
 年賀状
------------------------------------------------ */
#nenga {
  margin-top: 40px;
}
#nenga .body {
  border: 2px solid #FFC731;
  border-top-width: 0;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nenga .body .txt .lead {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-left: 1em;
}

/* ------------------------------------------------
 ネット店のご紹介
------------------------------------------------ */
#shopinfo {
  margin-top: 40px;
}
#shopinfo .body {
  margin-top: 10px;
}
#shopinfo .body .lead {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
#shopinfo .body .info {
  font-weight: bold;
  margin-top: 0.5em;
}
#shopinfo .body .info img {
  vertical-align: middle;
}
#shopinfo .body .tel {
  color: #f00;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 5px;
}
#shopinfo .body .tel .num {
  font-size: 26px;
}
#shopinfo .body .contact {
  margin-top: -20px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#shopinfo .body .contact .txt {
  white-space: nowrap;
}
#shopinfo .body .contact .txt .mail {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 5px;
}
#shopinfo .body .contact .txt .mail a {
  color: #000;
}
#shopinfo .body .contact .txt .time {
  margin-top: 10px;
}
#shopinfo .body .contact .qr_img {
  align-self: flex-end;
}
#shopinfo .body .contact .qr_txt {
  align-self: flex-end;
}