@charset "UTF-8";
/* ------------------------------------------------
  base
------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

i {
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  color: #333;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.sp-on {
  display: none;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

/* ------------------------------------------------
 navi共通
------------------------------------------------ */
ul.navi {
  font-size: 1.2rem;
  line-height: 1.6rem;
  border: 1px solid #ccc;
  padding: 5px 5px 3px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.navi li + li {
  margin-top: 2px;
}
ul.navi li a {
  color: #333;
  text-decoration: none;
}
ul.navi li a::before {
  content: "";
  background: url(../img/navi_icon.gif) 0 50% no-repeat;
  margin-right: 4px;
  width: 11px;
  aspect-ratio: 1/1;
  display: inline-block;
}
ul.navi li a:hover {
  color: #f60;
  text-decoration: underline;
}
ul.navi li a:hover::before {
  background-image: url(../img/navi_icon_f2.gif);
}
ul.navi li a.on {
  color: #f30;
  background: url(../img/navi_icon_f2.gif) 0 2px no-repeat;
  padding-left: 14px;
}

/* ------------------------------------------------
 #navi
------------------------------------------------ */
#navi .navi {
  width: 200px;
}
#navi #alyobtn {
  margin-bottom: 20px;
}

/* ----------------------------
 order
------------------------------*/
#navi > .order {
  background: url(../img/navi/bg.gif) repeat-y;
}

#navi ul.order {
  border-width: 0;
  margin-bottom: 20px;
  padding: 5px 0 0;
  width: auto;
}
#navi ul.order::after {
  content: "";
  background: url(../img/navi/bg_bottom.gif) no-repeat;
  width: 100%;
  height: 10px;
  display: block;
}
#navi ul.order li + li {
  margin-top: 10px;
}
#navi ul.order li:last-child {
  padding-bottom: 4px;
}
#navi ul.order li .link {
  margin-top: 5px;
}
#navi ul.order li .link a {
  display: block;
  position: relative;
}
#navi ul.order li .link a::before {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#navi ul.order li .link a:hover {
  opacity: 1;
}
#navi ul.order li .link a:hover::before {
  opacity: 1;
}
#navi ul.order li.mourn a::before {
  background-image: url(../img/navi/btn_mourn_f2.gif);
}
#navi ul.order li.fax a::before {
  background-image: url(../img/navi/btn_fax_f2.gif);
}
#navi ul.order li.faq a::before {
  background-image: url(../img/navi/btn_faq_f2.gif);
}
#navi ul.order dl {
  list-style-type: none;
  margin-top: 0;
  padding-top: 5px;
}
#navi ul.order dd {
  padding-bottom: 6px;
}
#navi ul.order dd.bottom, #navi ul.order dd:last-child {
  padding-bottom: 0;
}

/* ----------------------------
 .navi.info
------------------------------*/
ul.navi.info li.fax, ul.navi.info li.shops {
  margin-left: -4px;
  margin-bottom: 5px;
}
ul.navi.info .btn {
  margin-top: 4px;
}
ul.navi.info .btn a {
  background-repeat: no-repeat;
  padding: 0;
  width: 195px;
  height: 31px;
  display: block;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.navi.info .btn a::before {
  content: "";
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
ul.navi.info .btn a:hover::before {
  opacity: 1;
}
ul.navi.info .fax a {
  background-image: url(../img/btn_info_fax_f2.gif);
}
ul.navi.info .fax a:before {
  background-image: url(../img/btn_info_fax.gif);
}
ul.navi.info .shops a {
  background-image: url(../img/btn_info_real_f2.gif);
}
ul.navi.info .shops a:before {
  background-image: url(../img/btn_info_real.gif);
}

/* ----------------------------
 次/前のページ
------------------------------*/
.footnavi {
  line-height: 1.4;
  margin: 30px 10px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footnavi > * {
  background-repeat: no-repeat;
}
.footnavi > * a {
  color: #333;
  display: inline-flex;
  align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.footnavi > * a::before {
  content: "";
  background-repeat: no-repeat;
  width: 55px;
  height: 25px;
  display: block;
}
.footnavi > * a:hover {
  color: #f60;
}
.footnavi .footnavi_prev a::before {
  background-image: url(../img/btn_prev.gif);
}
.footnavi .footnavi_next a {
  flex-direction: row-reverse;
}
.footnavi .footnavi_next a::before {
  background-image: url(../img/btn_next.gif);
}

.spec1 {
  font-size: 12px;
  line-height: 1.4em;
}

.spec2 {
  font-size: 12px;
  line-height: 1.4em;
  margin: 5px 0px 0px 0px;
}

.spec2b {
  font-size: 12px;
  line-height: 1.4em;
  margin: 2px 0px 0px 5px;
}

.spec3 {
  font-size: 12px;
  line-height: 1.4em;
  margin: 0px;
}

.spec4 {
  font-size: 12px;
  line-height: 1.4em;
  margin: 5px 0px 0px 0px;
  text-align: center;
}

.catch1 {
  font-size: 12px;
  line-height: 1.4em;
  padding: 0px 0px 10px 0px;
}

.price1 {
  margin-top: 5px;
}

.price2 {
  margin: 0;
}

.price3 {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
  margin: 0px 20px 0px 0px;
  float: right;
}

.price3b {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
  margin: 10px 10px 5px 0px;
  float: right;
}

.price4 {
  font-size: 14px;
}

.price5 {
  font-size: 20px;
  font-weight: bold;
  color: #FF0000;
  margin: 3px 0px 0px 5px;
}

.name1 {
  font-size: 14px;
  font-weight: bold;
}

.price6 {
  font-weight: bold;
  color: #FF0000;
  margin: 5px 0px 0px 0px;
}

.spec_oder1 {
  font-size: 12px;
  line-height: 1.2em;
}

.order_td1 {
  background-color: #F3D16B;
}

/* ------------------------------------------------
  common
------------------------------------------------ */
body {
  font-size: 1.3rem;
  line-height: 1.4;
  background: url(../img/back.jpg) repeat-y;
}

.btn {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.btn:hover {
  opacity: 0.8;
}

/* ----------------------------
 コンテンツ部DVIレイアウト用
------------------------------*/
#main {
  background-color: #fff;
  width: 850px;
  display: flex;
  justify-content: space-between;
}

#conte {
  width: 640px;
}

#navi {
  width: 205px;
}

/* ------------------------------------------------
  end common
------------------------------------------------ */
/* ------------------------------------------------
  header
------------------------------------------------ */
#header {
  border-bottom: 5px solid #f60;
  width: 850px;
}
#header .headertxt {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
  padding: 0.2em 10px;
}
#header .headertxt a {
  color: #000000;
}
#header .headertxt a:hover {
  text-decoration: underline;
}

/* ------------------------------------------------
  end header
------------------------------------------------ */
/* ------------------------------------------------
  footer
------------------------------------------------ */
#footer {
  background-image: url(../img/footer.jpg);
  width: 865px;
  display: flex;
}
#footer p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.25em;
  width: 850px;
}
#footer a {
  color: #fff;
}
#footer::after {
  content: "";
  background: url(../img/back_shadow2.jpg) no-repeat;
  width: 15px;
  height: 31px;
}

/* ------------------------------------------------
  end footer
------------------------------------------------ */
/* ------------------------------------------------
  content
------------------------------------------------ */
/* 見出しと本文 */
#conte h1 {
  margin: 5px 0 20px 0;
  padding: 0;
}

.cap_1 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
  background: url(../img/cap_1.gif) 0 0 no-repeat;
  width: 640px;
  margin: 10px 0;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p01 {
  margin: 0px 0px 30px 0px;
  padding: 0;
}

.pa1 {
  margin: 0px 0px 20px 10px;
}

.cap_2 {
  font-size: 16px;
  color: #000000;
  background-image: url(../img/cap_2.gif);
  background-repeat: no-repeat;
  height: 25px;
  width: 620px;
  padding: 8px 0px 0px 10px;
  margin: 0px 0px 5px 0px;
  line-height: 1em;
}

.cap_2img {
  margin: 0px 0px 5px 0px;
}

.p02 {
  margin: 0px 10px 30px 5px;
}
.p02 p + *,
.p02 * + p {
  margin-top: 1em;
}

.cap_3 {
  font-size: 16px;
  font-weight: bold;
  background-image: url(../img/cap_3.gif);
  background-repeat: no-repeat;
  height: 20px;
  width: 610px;
  padding: 6px 0px 0px 10px;
  margin: 0px 0px 10px 0px;
  line-height: 1em;
}

.p03 {
  margin: 0px 15px 40px 5px;
}

.ruby {
  font-size: 10px;
  font-weight: normal;
}

.red {
  color: #FF0000 !important;
  border-color: #FF0000 !important;
}

dl.toggle dt {
  cursor: pointer;
}

dl.toggle dd {
  display: none;
}

/*----- table.mourn1 -----*/
table.mourn1 {
  font-size: 12px;
  line-height: 1.2;
  border-collapse: collapse;
  background-color: #fff;
}
table.mourn1 td,
table.mourn1 th {
  text-align: center;
  border: 1px solid #AA7EAF;
  padding: 3px;
}
table.mourn1 th {
  color: #fff;
  font-weight: normal;
  background-color: #660066;
}
table.mourn1 th.th1 {
  color: #333;
  background-color: #C8C4DF;
}
table.mourn1 tr.r1 td {
  background-color: #C8C4DF;
}
table.mourn1 thead td {
  background-color: #C8C4DF;
}
table.mourn1 + .note {
  margin-top: 0.5em;
}

/*----- table.top -----*/
table.top {
  font-size: 10px;
}
table.top td,
table.top th {
  padding: 2px;
}

/*----- 年賀テーブルデザイン -----*/
table.nenga1 {
  font-size: 12px;
  background-color: #fff;
  border-collapse: collapse;
}
table.nenga1 td,
table.nenga1 th {
  text-align: center;
  line-height: 1.2;
  border: 1px solid #FF6600;
  padding: 3px;
}
table.nenga1 th {
  color: #fff;
  font-weight: normal;
  background-color: #FF9933;
}
table.nenga1 th.th1 {
  color: #333;
  background-color: #FFEFBF;
  text-align: left;
}
table.nenga1 tr.r1 td {
  background-color: #C8C4DF;
}

dl.toggle img {
  vertical-align: bottom;
}

/* alyobtn */
div#alyobtn li#alyobtn_mochu {
  display: none;
}

.note {
  font-size: 11px;
}

/* ------------------------------------------------

------------------------------------------------ */
.rayout_2col {
  display: flex;
  justify-content: space-between;
}

/* ------------------------------------------------
 .btn_style
------------------------------------------------ */
.btn_style {
  line-height: 1;
  background-color: #fff;
  border-radius: 0.25em;
  border: 1px solid #ccc;
  padding: 0;
  padding: 0.5em 1.25em;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.btn_style.primary {
  font-weight: bold;
  border: 1px solid #9D6BA3;
  background-color: rgba(203, 196, 223, 0.2);
  padding: 0.75em 1.25em;
}
.btn_style:hover {
  color: #9D6BA3;
}

p.message {
  margin-bottom: 15px;
}
p.message.top {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
}

.menubtn640:last-child {
  margin-top: 20px;
}

.arrow {
  background: url(../mourn/img/arrow.gif) no-repeat;
  width: 630px;
  height: 30px;
  clear: both;
}
.arrow hr {
  display: none;
}