@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

br.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    br.sp {
      display: inline; } }

br.tab {
  display: none; }
  @media screen and (max-width: 1027px) {
    br.tab {
      display: inline; } }

.l_bn-store {
  text-align: center; }
  .l_bn-store a {
    display: inline-block;
    width: 90%;
    max-width: 680px; }
    .l_bn-store a img {
      display: inline-block;
      width: 100%; }

.insta_btn2 {
  /*ボタンの下地*/
  color: #FFF;
  /*文字・アイコン色*/
  border-radius: 7px;
  /*角丸に*/
  position: relative;
  display: inline-block;
  height: 40px;
  /*高さ*/
  width: 140px;
  /*幅*/
  text-align: center;
  /*中身を中央寄せ*/
  font-size: 15px;
  /*文字のサイズ*/
  line-height: 40px;
  /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  text-decoration: none;
  /*下線は消す*/ }

.insta_btn2:before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat; }

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 20px;
  /*アイコンサイズ*/
  position: relative;
  top: 2px;
  /*アイコン位置の微調整*/ }

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.insta_btn2:hover {
  /*テキスト*/
  color: #fff; }

.l_hide {
  display: none; }

input[type="radio"].l_hide + span {
  display: none; }

.l_notelist {
  margin: 0; }
  .l_notelist li {
    position: relative;
    list-style: none;
    font-size: 14px;
    padding-left: 1.2em; }
    .l_notelist li::before {
      position: absolute;
      top: 0;
      left: 0;
      content: "※"; }

#conf_text {
  display: none;
  padding: 1.2em;
  margin: 2em 0;
  border: solid 1px #CA3033;
  line-height: 1.75; }
  #conf_text p {
    margin: 0;
    font-size: 16px; }

.mw_wp_form_confirm #conf_text {
  display: block; }

.mw_wp_form_complete p {
  font-size: 14px;
  line-height: 1.5; }

#ui-datepicker-div {
  z-index: 10 !important; }

#datepick {
  pointer-events: none; }

.comp h4 {
  font-size: 18px; }
.comp p {
  font-size: 14px; }

.l_table {
  border: solid 1px #000; }
  .l_table tr:not(:last-child) {
    border-bottom: solid 1px #000; }
  .l_table th:not(:last-child), .l_table td:not(:last-child) {
    border-right: solid 1px #000; }
  .l_table th, .l_table td {
    padding: .5em;
    font-size: 12px;
    text-align: center;
    vertical-align: middle; }

.l_pointList {
  display: flex;
  justify-content: center;
  margin: 3em 0; }
  .l_pointList li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin: 0 1em;
    padding: 1em;
    border: solid 1px #D8D8D8;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
    list-style: none; }

/* ===================================== */
/* form */
/* ===================================== */
.can_use_buy {
  display: block;
  width: 320px;
  max-width: 100%;
  padding-left: 1.2em; }
  .can_use_buy img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .can_use_buy {
      padding-left: 0;
      margin: 0 auto; } }

.birthdayrorian_link {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
  padding: 2em;
  background: rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .birthdayrorian_link {
      padding: 2em .75em; }
      .birthdayrorian_link .l_btn a {
        padding: .75em .75em; } }
  .birthdayrorian_link p {
    margin-bottom: 1em;
    line-height: 2;
    font-size: 18px; }
    .birthdayrorian_link p strong {
      display: block;
      margin-bottom: .5em;
      font-size: 22px; }
    @media screen and (max-width: 767px) {
      .birthdayrorian_link p {
        line-height: 1.6;
        font-size: 16px; }
        .birthdayrorian_link p strong {
          font-size: 18px; } }

.form--ttl {
  padding: .4em;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75); }
  @media screen and (max-width: 767px) {
    .form--ttl {
      font-size: 16px;
      letter-spacing: .2em; } }
.form--note {
  font-size: 14px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif; }
.form--cake_option dt {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.form--wrap {
  /* チェックボックスデザイン */ }
  .form--wrap + .form--wrap {
    margin-top: 3em; }
  .form--wrap > dl, .form--wrap > #change_cont > dl {
    display: flex; }
    @media screen and (max-width: 767px) {
      .form--wrap > dl, .form--wrap > #change_cont > dl {
        flex-wrap: wrap; } }
    .form--wrap > dl dt, .form--wrap > dl dd, .form--wrap > #change_cont > dl dt, .form--wrap > #change_cont > dl dd {
      padding: .5em; }
    .form--wrap > dl dt, .form--wrap > #change_cont > dl dt {
      width: 12em;
      border-right: solid 1px rgba(0, 0, 0, 0.2);
      padding-top: .9em;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
      @media screen and (max-width: 767px) {
        .form--wrap > dl dt, .form--wrap > #change_cont > dl dt {
          width: 100%;
          border-right: none;
          border-bottom: solid 1px rgba(0, 0, 0, 0.2); } }
    .form--wrap > dl dd, .form--wrap > #change_cont > dl dd {
      width: calc(100% - 12em);
      padding-left: 1.5em;
      margin: 0; }
      @media screen and (max-width: 767px) {
        .form--wrap > dl dd, .form--wrap > #change_cont > dl dd {
          width: 100%;
          padding-top: .75em;
          padding-left: .5em; } }
      .form--wrap > dl dd p, .form--wrap > #change_cont > dl dd p {
        font-size: 14px; }
      .form--wrap > dl dd span, .form--wrap > #change_cont > dl dd span {
        font-size: 12px; }
      .form--wrap > dl dd .inr + .inr, .form--wrap > #change_cont > dl dd .inr + .inr {
        margin-top: .75em; }
      .form--wrap > dl dd h3, .form--wrap > #change_cont > dl dd h3 {
        position: relative;
        padding-left: 1em;
        margin-top: .7em;
        letter-spacing: 0;
        font-size: 16px;
        font-weight: bold; }
        .form--wrap > dl dd h3::before, .form--wrap > #change_cont > dl dd h3::before {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: .3em;
          height: 100%;
          background: #aaa;
          content: ""; }
      .form--wrap > dl dd .inactive, .form--wrap > #change_cont > dl dd .inactive {
        opacity: .3;
        pointer-events: none; }
    .form--wrap > dl.must dt span::after, .form--wrap > #change_cont > dl.must dt span::after {
      margin-left: .2em;
      font-size: 14px;
      color: #95181A;
      content: "*"; }
  .form--wrap label {
    cursor: pointer; }
    .form--wrap label[for="datepick"] {
      display: flex;
      align-items: center; }
      .form--wrap label[for="datepick"] i {
        margin-left: .4em;
        font-size: 24px;
        color: rgba(0, 0, 0, 0.75); }
  .form--wrap .error {
    margin-top: .25em;
    margin-left: .25em; }
  .form--wrap input[type="text"],
  .form--wrap input[type="tel"],
  .form--wrap input[type="email"],
  .form--wrap textarea {
    max-width: 100%;
    padding: .4em .75em;
    border: solid 1px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
  .form--wrap textarea {
    width: 100%; }
    .form--wrap textarea[name="message"] {
      text-align: center;
      vertical-align: middle; }
  .form--wrap #datepick {
    width: 8em;
    cursor: pointer; }
  .form--wrap input[type="number"] {
    padding: .4em .75em;
    margin-bottom: .3em;
    font-size: 16px;
    border: solid 1px rgba(0, 0, 0, 0.4);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
  .form--wrap input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .form--wrap input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative; }
    .form--wrap input[type="checkbox"] + span {
      font-size: 16px; }
  .form--wrap input[type="checkbox"]::before,
  .form--wrap input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute; }
  .form--wrap input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;
    /*チェックボックスの横幅*/
    height: 20px;
    /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px; }
  .form--wrap input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;
    /*チェックの太さ*/
    border-left: 3px solid #666464;
    /*チェックの太さ*/
    opacity: 0;
    /*チェック前は非表示*/
    height: 8px;
    /*チェックの高さ*/
    width: 11px;
    /*チェックの横幅*/
    transform: rotate(-45deg);
    top: -6px;
    /*チェック時の位置調整*/
    left: 10px;
    /*チェック時の位置調整*/ }
  .form--wrap input[type="checkbox"]:checked::after {
    opacity: 1;
    /*チェック後表示*/ }
  .form--wrap .select_box {
    position: relative;
    display: inline-block;
    max-width: 100%; }
    .form--wrap .select_box::after {
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: .4em;
      width: 2.5em;
      height: 100%;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.75);
      content: "↓";
      pointer-events: none; }
  .form--wrap select {
    max-width: 100%;
    padding: .4em 3.5em .4em .75em;
    border: solid 1px rgba(0, 0, 0, 0.4);
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    border-radius: 0;
    cursor: pointer; }
    .form--wrap select span {
      display: none; }
  .form--wrap .btn_insta {
    /*ボタンの下地*/
    color: #FFF;
    /*文字・アイコン色*/
    border-radius: 7px;
    /*角丸に*/
    position: relative;
    display: inline-block;
    height: 50px;
    /*高さ*/
    width: 190px;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 25px;
    /*文字のサイズ*/
    line-height: 50px;
    /*高さと合わせる*/
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    text-decoration: none;
    /*下線は消す*/ }
    .form--wrap .btn_insta a {
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFF;
      /*文字・アイコン色*/ }
      .form--wrap .btn_insta a span {
        font-size: 16px; }
  .form--wrap .btn_insta:before {
    /*グラデーション②*/
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*全体を覆う*/
    height: 100%;
    /*全体を覆う*/
    background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat; }
  .form--wrap .btn_insta .fa-instagram {
    /*アイコン*/
    font-size: 30px;
    /*アイコンサイズ*/
    position: relative;
    margin-right: .2em; }
  .form--wrap .btn_insta span {
    /*テキスト*/
    display: inline-block;
    position: relative;
    transition: 0.5s; }
  .form--wrap .btn_insta:hover span {
    /*ホバーで一周回転*/
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg); }
.form--btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4em;
  margin-bottom: 6em; }
  @media screen and (max-width: 767px) {
    .form--btns {
      flex-direction: column-reverse;
      justify-content: flex-start;
      margin-top: 2em;
      margin-bottom: 3em; } }
  .form--btns input {
    cursor: pointer;
    padding: 1em 3em;
    margin: 0 1em;
    border: solid 1px #000;
    transition: all .3s; }
    .form--btns input:hover {
      background: #000;
      color: #fff; }
    @media screen and (max-width: 767px) {
      .form--btns input {
        margin: .5em 0; } }
.form--cake_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 2em; }
  .form--cake_list > li {
    position: relative;
    width: calc((100% - 30px) / 3);
    padding: 1em 1em 1em;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    background: #fff;
    margin-left: none;
    list-style: none;
    border: solid 4px #fff;
    transition: all .2s; }
    .form--cake_list > li:not(:nth-child(3n+1)) {
      margin-left: 15px; }
    .form--cake_list > li:nth-child(n+4) {
      margin-top: 20px; }
    @media screen and (max-width: 1027px) {
      .form--cake_list > li {
        width: calc((100% - 30px) / 2); }
        .form--cake_list > li:not(:nth-child(3n+1)) {
          margin-left: 0; }
        .form--cake_list > li:not(:nth-child(2n+1)) {
          margin-left: 30px; }
        .form--cake_list > li:nth-child(n+4) {
          margin-top: 20px; }
        .form--cake_list > li:nth-child(n+3) {
          margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .form--cake_list > li {
        width: 100%; }
        .form--cake_list > li:not(:nth-child(2n+1)) {
          margin-left: 0; }
        .form--cake_list > li:nth-child(n+2) {
          margin-top: 20px; } }
    .form--cake_list > li .form--cake_list-img_slider + label {
      display: block;
      text-align: center;
      margin-bottom: 0; }
    .form--cake_list > li h3 {
      padding-top: .8em;
      padding-bottom: .2em;
      margin-bottom: .75em;
      font-size: 16px;
      text-align: center;
      letter-spacing: .1em;
      border-bottom: 1px solid #000; }
    .form--cake_list > li .today_not {
      display: none;
      padding: .3em;
      font-size: 14px;
      text-align: center;
      color: #fff;
      background: rgba(0, 0, 0, 0.75); }
    .form--cake_list > li .size_lead {
      display: none;
      margin-top: 1em;
      margin-bottom: .4em;
      font-size: 14px; }
    .form--cake_list > li .select_cake {
      cursor: pointer; }
    .form--cake_list > li.checked {
      border: solid 4px #00CD99;
      box-shadow: 0 0 0; }
      .form--cake_list > li.checked .form--cake_list-check {
        border: solid 3px #00CD99; }
        .form--cake_list > li.checked .form--cake_list-check i {
          color: #00CD99; }
    .form--cake_list > li.inactive {
      cursor: pointer; }
  .form--cake_list-inr {
    width: 100%; }
  .form--cake_list-img_slider {
    width: 100%; }
    .form--cake_list-img_slider-main {
      width: 100%; }
      .form--cake_list-img_slider-main .item {
        position: relative;
        width: 100%;
        padding-top: 100%; }
        .form--cake_list-img_slider-main .item img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transform: translateX(-50%) translateY(-50%); }
    .form--cake_list-img_slider-sub {
      display: none;
      width: 100%; }
      .form--cake_list-img_slider-sub .item {
        position: relative;
        width: 100%;
        padding-top: 5em;
        cursor: pointer; }
        .form--cake_list-img_slider-sub .item img {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 95%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transform: translateX(-50%) translateY(-50%); }
  .form--cake_list-select_cake.select_box {
    display: none; }
  .form--cake_list-size {
    display: none;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 1em;
    margin-top: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.16); }
    .form--cake_list-size .error {
      display: none !important; }
    .form--cake_list-size .mwform-radio-field {
      list-style: none;
      font-size: 14px; }
      .form--cake_list-size .mwform-radio-field + span {
        margin-top: .5em; }
      .form--cake_list-size .mwform-radio-field label {
        display: block; }
      .form--cake_list-size .mwform-radio-field label span {
        position: relative;
        display: block;
        padding: .6em 1em .6em 2.75em;
        border: solid 1px rgba(0, 0, 0, 0.75);
        border-radius: 60px;
        transition: all .2s; }
        .form--cake_list-size .mwform-radio-field label span::before {
          position: absolute;
          top: 50%;
          left: .8em;
          width: 1.2em;
          height: 1.2em;
          display: block;
          border-radius: 50%;
          background: #EEEEEE;
          transform: translateY(-50%);
          content: ""; }
        .form--cake_list-size .mwform-radio-field label span::after {
          position: absolute;
          top: calc(50% - .4em);
          left: 1em;
          width: .8em;
          height: .8em;
          border-radius: 50%;
          background: #8e8e8e;
          content: "";
          transition: all .2s;
          transform-origin: 50% 50%;
          transform: scale(0); }
      .form--cake_list-size .mwform-radio-field input {
        display: none; }
        .form--cake_list-size .mwform-radio-field input:checked + span {
          color: #fff;
          background: rgba(0, 0, 0, 0.75); }
          .form--cake_list-size .mwform-radio-field input:checked + span::after {
            transform: scale(1); }
  .form--cake_list-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .form--cake_list-price {
    font-size: 26px;
    padding-right: .4em;
    padding-bottom: .1em; }
    .form--cake_list-price .yen {
      margin-right: .2em;
      font-size: 20px; }
    .form--cake_list-price .zei {
      margin-left: .4em;
      font-size: 16px; }
    .form--cake_list-price > * {
      display: none; }
  .form--cake_list-check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: solid 2px #CDCDCD;
    margin-bottom: 0;
    transition: all .2s; }
    .form--cake_list-check i {
      color: #CDCDCD;
      font-size: 18px;
      transition: all .2s; }
.form--message_plate .mwform-radio-field label {
  display: inline-block; }
.form--message_plate .mwform-radio-field label span {
  position: relative;
  display: block;
  padding: .6em 1em .6em 2.75em;
  border: solid 1px rgba(0, 0, 0, 0.75);
  border-radius: 60px;
  transition: all .2s; }
  .form--message_plate .mwform-radio-field label span::before {
    position: absolute;
    top: 50%;
    left: .8em;
    width: 1.2em;
    height: 1.2em;
    display: block;
    border-radius: 50%;
    background: #EEEEEE;
    transform: translateY(-50%);
    content: ""; }
  .form--message_plate .mwform-radio-field label span::after {
    position: absolute;
    top: calc(50% - .4em);
    left: 1em;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    background: #8e8e8e;
    content: "";
    transition: all .2s;
    transform-origin: 50% 50%;
    transform: scale(0); }
.form--message_plate .mwform-radio-field input {
  display: none; }
  .form--message_plate .mwform-radio-field input:checked + span {
    color: #fff;
    background: rgba(0, 0, 0, 0.75); }
    .form--message_plate .mwform-radio-field input:checked + span::after {
      transform: scale(1); }
.form--message_plate #message_cont {
  margin-top: 1em; }
  .form--message_plate #message_cont textarea {
    width: 14em;
    resize: none;
    box-sizing: inherit; }
.form--caution {
  margin-top: .2em; }
.form--sapr h3 {
  position: relative;
  padding-left: 1em;
  margin-top: .7em;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold; }
  .form--sapr h3::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: .3em;
    height: 100%;
    background: #aaa;
    content: ""; }
.form--kakunintext h3 {
  position: relative;
  margin-top: .7em;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: bold;
  color: red; }
.form--kakunintext p {
  font-size: 14px;
  line-height: 1.75; }

.radio_btn input[type=radio].radio_btn_item {
  display: none; }

.radio_btn label {
  display: inline-block; }

.radio_btn .radio_btn_item + span {
  padding-left: 30px;
  display: inline-block;
  position: relative;
  font-size: 15px; }

.radio_btn .radio_btn_item + span::after,
.radio_btn .radio_btn_item + span::before {
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute; }

.radio_btn .radio_btn_item + span::before {
  border: 1px solid #AAAAAA;
  left: 8px;
  top: 3px;
  height: 17px;
  width: 17px; }

.radio_btn .radio_btn_item + span::after {
  background: #666464;
  height: 11px;
  left: 11px;
  opacity: 0;
  top: 6px;
  width: 11px; }

.radio_btn .radio_btn_item:checked + span::after {
  opacity: 1; }

#num_candle span span {
  font-size: 12px; }

.err_text {
  display: none;
  font-size: 16px;
  color: #b70000;
  margin: 2em 0 0; }

.mw_wp_form_error .err_text {
  display: block; }

.mw_wp_form_confirm .fa-calendar-days {
  display: none; }
.mw_wp_form_confirm label {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.mw_wp_form_confirm dd {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
.mw_wp_form_confirm .form--message_plate #message_cont {
  margin-top: 0; }
.mw_wp_form_confirm .form--note,
.mw_wp_form_confirm .form .l_notelist {
  display: none; }
.mw_wp_form_confirm .form--wrap .btn_insta {
  display: none; }
.mw_wp_form_confirm .form--wrap .select_box:after {
  display: none; }
.mw_wp_form_confirm .form--cake_list {
  pointer-events: none; }
  .mw_wp_form_confirm .form--cake_list-size {
    display: block;
    padding-top: 0;
    border-top: none; }
  .mw_wp_form_confirm .form--cake_list-price > * {
    display: inline; }
  .mw_wp_form_confirm .form--cake_list-check {
    display: none; }
  .mw_wp_form_confirm .form--cake_list-inr {
    position: relative; }
.mw_wp_form_confirm .form--cake_info-flex_conf {
  display: flex;
  justify-content: space-between; }
  .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list {
    width: 35%; }
    .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list li {
      width: 100%; }
  .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_option {
    width: 62%;
    padding-top: 4em; }
    .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_option #message_cont {
      display: inline-block;
      margin-top: .5em;
      padding: 1em 1.5em;
      background: rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 1027px) {
    .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list {
      width: 50%; }
      .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list li {
        width: 100%; }
    .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_option {
      width: 47%; } }
  @media screen and (max-width: 767px) {
    .mw_wp_form_confirm .form--cake_info-flex_conf {
      display: block; }
      .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list {
        width: 100%; }
        .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_list li {
          width: 100%; }
      .mw_wp_form_confirm .form--cake_info-flex_conf .form--cake_option {
        width: 100%;
        padding-top: 0; } }
.mw_wp_form_confirm #num_candle img, .mw_wp_form_confirm #num_candle p {
  display: none; }
.mw_wp_form_confirm .sold_out_text {
  display: none; }

.l_form--prod_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em; }
  .l_form--prod_list .gentei {
    border-radius: 50px;
    background: #333;
    color: #fff;
    display: block;
    text-align: center;
    padding: .2em;
    margin-bottom: .25em; }
  .l_form--prod_list li {
    list-style: none;
    width: 48%;
    margin-bottom: 2em;
    order: 1; }
    .l_form--prod_list li.wide {
      width: 100%; }
    .l_form--prod_list li.res {
      width: 48%; }
      @media screen and (max-width: 767px) {
        .l_form--prod_list li.res {
          width: 90%;
          margin: 0 auto 4em; }
          .l_form--prod_list li.res:last-child {
            margin-bottom: 0; } }
    .l_form--prod_list li.sold_out {
      order: 2; }
      .l_form--prod_list li.sold_out .l_form--prod_list-num {
        display: none; }
      .l_form--prod_list li.sold_out .l_form--prod_list-img::before {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        content: ""; }
      .l_form--prod_list li.sold_out .l_form--prod_list-img::after {
        display: block;
        width: 100%;
        padding: .4em 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 1;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-size: 18px;
        letter-spacing: .5em;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
        color: #fff;
        content: "SOLD OUT"; }
      .l_form--prod_list li.sold_out .l_form--prod_list-inr h3::after {
        display: block;
        color: red;
        font-size: .8em;
        content: "SOLD OUT"; }
    .l_form--prod_list li label {
      display: block; }
    .l_form--prod_list li h3 {
      display: block;
      width: 100%;
      margin-top: 1em;
      padding-bottom: .2em;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2);
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .l_form--prod_list li h3 {
          font-size: 12px; } }
  .l_form--prod_list-cont dt {
    border: solid 1px #000;
    text-align: center;
    padding: .3em .2em .2em;
    font-size: 15px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-cont dt {
        font-size: 12px; } }
  .l_form--prod_list-cont dd {
    display: none;
    margin-top: 1em;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-cont dd {
        font-size: 10px; } }
  .l_form--prod_list-cont.open dd {
    display: block; }
  .l_form--prod_list-price .tan, .l_form--prod_list-price .yen {
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-price .tan, .l_form--prod_list-price .yen {
        font-size: 12px; } }
  .l_form--prod_list-price .yen + span {
    margin-left: .1em;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-price .yen + span {
        font-size: 15px; } }
  .l_form--prod_list-price .zei {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-price .zei {
        font-size: 10px; } }
  .l_form--prod_list-img {
    position: relative;
    width: 100%; }
    .l_form--prod_list-img img {
      display: block; }
  .l_form--prod_list-num {
    margin-top: .6em;
    font-size: 18px;
    border-bottom: solid 1px #000; }
    @media screen and (max-width: 767px) {
      .l_form--prod_list-num {
        white-space: nowrap;
        font-size: 18px; } }

.l_form--prod_info-sum_price {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px #000 solid; }
  .l_form--prod_info-sum_price .sum {
    display: inline-block;
    margin-right: .5em;
    padding-right: .5em;
    font-size: 20px;
    border-right: 1px dotted #000; }
  .l_form--prod_info-sum_price .yen {
    font-size: 16px; }
  .l_form--prod_info-sum_price .price {
    font-size: 24px;
    padding-right: .5em; }
  .l_form--prod_info-sum_price .zei {
    font-size: 14px; }

.mw_wp_form {
  max-width: 800px;
  margin: 0 auto; }

/* ===================================== */
/* fukumaki/onenga */
/* ===================================== */
.comp_mail h4 {
  font-size: 20px; }
.comp_mail p {
  font-size: 16px; }

.newyear #sum_price {
  display: none; }
.newyear .l_btn {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 3em auto 6em;
  text-align: center; }
.newyear--head {
  display: flex; }
  @media screen and (max-width: 767px) {
    .newyear--head {
      flex-direction: column; } }
  .newyear--head .box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .newyear--head .box {
        width: 100%; } }
    .newyear--head .box a {
      position: relative;
      display: block;
      width: 100%;
      height: 500px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .newyear--head .box a {
          height: 250px; } }
      .newyear--head .box a:hover {
        opacity: 1; }
        .newyear--head .box a:hover img {
          filter: brightness(0.75);
          transform: scale(1.1); }
        @media screen and (max-width: 767px) {
          .newyear--head .box a:hover img {
            filter: brightness(0.6);
            transform: scale(1); } }
    .newyear--head .box h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 24px;
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
      text-align: right; }
      .newyear--head .box h2 span {
        display: block;
        font-size: 12px; }
      @media screen and (max-width: 767px) {
        .newyear--head .box h2 {
          white-space: nowrap;
          font-size: 18px; }
          .newyear--head .box h2 span {
            font-size: 10px; } }
    .newyear--head .box img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      filter: brightness(0.6);
      object-fit: cover;
      transition: all .6s; }
.newyear--block, .newyear--block-hor {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .newyear--block, .newyear--block-hor {
      flex-direction: column; } }
  .newyear--block + .newyear--block, .newyear--block-hor + .newyear--block, .newyear--block + .newyear--block-hor, .newyear--block-hor + .newyear--block-hor {
    margin-top: 4em; }
    @media screen and (max-width: 767px) {
      .newyear--block + .newyear--block, .newyear--block-hor + .newyear--block, .newyear--block + .newyear--block-hor, .newyear--block-hor + .newyear--block-hor {
        margin-top: 3em; } }
  .newyear--block > *:nth-child(2), .newyear--block-hor > *:nth-child(2) {
    margin-left: 2%; }
    @media screen and (max-width: 767px) {
      .newyear--block > *:nth-child(2), .newyear--block-hor > *:nth-child(2) {
        margin-left: 0; } }
  .newyear--block figure, .newyear--block-hor figure {
    position: relative;
    display: block;
    width: 49%;
    height: 420px;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .newyear--block figure, .newyear--block-hor figure {
        order: 1;
        width: 100%;
        height: 240px; } }
    .newyear--block figure img, .newyear--block-hor figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .newyear--block .text_box, .newyear--block-hor .text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 49%;
    height: 420px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media screen and (max-width: 767px) {
      .newyear--block .text_box, .newyear--block-hor .text_box {
        order: 2;
        width: 100%;
        height: 200px;
        margin-top: 2em; } }
    .newyear--block .text_box h3, .newyear--block-hor .text_box h3 {
      margin-left: 1.5em;
      font-size: 28px; }
      @media screen and (max-width: 767px) {
        .newyear--block .text_box h3, .newyear--block-hor .text_box h3 {
          font-size: 18px; } }
    .newyear--block .text_box p, .newyear--block-hor .text_box p {
      line-height: 2;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .newyear--block .text_box p, .newyear--block-hor .text_box p {
          font-size: 12px; } }
  .newyear--block-hor {
    margin-top: 3em; }
    .newyear--block-hor figure {
      height: auto; }
      .newyear--block-hor figure img {
        height: auto; }
    .newyear--block-hor .text_box {
      writing-mode: horizontal-tb; }
      @media screen and (max-width: 767px) {
        .newyear--block-hor .text_box {
          height: auto; } }
      .newyear--block-hor .text_box h3 {
        margin-left: 0;
        line-height: 1.6;
        text-align: center;
        width: 100%; }
        .newyear--block-hor .text_box h3 span {
          display: inline-block; }
      .newyear--block-hor .text_box p {
        display: block;
        padding: 0 2em;
        text-align: center;
        font-size: 12px;
        width: 100%; }
      .newyear--block-hor .text_box .head {
        padding: .5em 2em;
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 1em;
        font-size: 14px;
        border-left: solid 2px #000;
        border-right: solid 2px #000; }
      .newyear--block-hor .text_box .sub {
        margin-bottom: .5em;
        padding: 0 2em;
        font-size: 12px; }
      .newyear--block-hor .text_box .main {
        padding: 0 2em;
        font-size: 24px; }
.newyear--cake_info-sum_price {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px #000 solid; }
  .newyear--cake_info-sum_price .sum {
    display: inline-block;
    margin-right: .5em;
    padding-right: .5em;
    font-size: 24px;
    border-right: 1px dotted #000; }
  .newyear--cake_info-sum_price .yen {
    font-size: 16px; }
  .newyear--cake_info-sum_price .price {
    font-size: 28px;
    padding-right: .5em; }
  .newyear--cake_info-sum_price .zei {
    font-size: 14px; }

.fukumaki--head {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .fukumaki--head {
      height: 200px; } }
  .fukumaki--head-lead {
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    transform: translateX(-50%) translateY(-50%);
    color: #8e7941;
    text-align: right;
    white-space: nowrap;
    letter-spacing: .2em;
    font-family: ten-mincho,serif;
    font-weight: 400;
    font-style: normal; }
    @media screen and (max-width: 767px) {
      .fukumaki--head-lead {
        white-space: nowrap;
        font-size: 12px; } }
  .fukumaki--head img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 70%;
    transition: all .6s; }
.fukumaki--ttl {
  margin-top: 2em;
  margin-bottom: 2em;
  color: #8e7941;
  text-align: center; }
  .fukumaki--ttl span {
    display: block;
    line-height: 1.6;
    text-align: center; }
    .fukumaki--ttl span.nen {
      margin-bottom: .2em;
      font-size: 36px;
      font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 767px) {
        .fukumaki--ttl span.nen {
          font-size: 24px; } }
      .fukumaki--ttl span.nen strong {
        color: #bd4243; }
    .fukumaki--ttl span.sub {
      letter-spacing: .4em;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .fukumaki--ttl span.sub {
          font-size: 12px; } }
    .fukumaki--ttl span.main {
      font-size: 36px; }
      @media screen and (max-width: 767px) {
        .fukumaki--ttl span.main {
          font-size: 24px; } }
    .fukumaki--ttl span.sub, .fukumaki--ttl span.main {
      font-family: ten-mincho,serif;
      font-weight: 400;
      font-style: normal; }

.newyear .l_ttl {
  position: relative;
  margin-top: 6em;
  margin-bottom: 2em;
  font-size: 24px;
  padding-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .newyear .l_ttl {
      font-size: 20px; } }

.newyear .l_ttl::after {
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  content: ""; }

.onenga--img {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .onenga--img {
      height: 200px; } }
  .onenga--img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s; }
.onenga--text {
  height: 240px;
  margin: 2em auto 3em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 1,9em;
  line-height: 2.5; }
  @media screen and (max-width: 767px) {
    .onenga--text {
      font-size: 12px; } }

.fukuone .newyear--cake_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em; }
  .fukuone .newyear--cake_list li {
    list-style: none;
    width: 48%;
    margin-bottom: 2em; }
    .fukuone .newyear--cake_list li label {
      display: block; }
    .fukuone .newyear--cake_list li h3 {
      display: block;
      width: 100%;
      margin-top: 1em;
      padding-bottom: .2em;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2);
      font-size: 18px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .fukuone .newyear--cake_list li h3 {
          font-size: 12px; } }
  .fukuone .newyear--cake_list-cont dt {
    border: solid 1px #000;
    text-align: center;
    padding: .3em .2em .2em;
    font-size: 15px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-cont dt {
        font-size: 12px; } }
  .fukuone .newyear--cake_list-cont dd {
    display: none;
    margin-top: 1em;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-cont dd {
        font-size: 10px; } }
  .fukuone .newyear--cake_list-price .tan, .fukuone .newyear--cake_list-price .yen {
    font-size: 15px; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-price .tan, .fukuone .newyear--cake_list-price .yen {
        font-size: 12px; } }
  .fukuone .newyear--cake_list-price .yen + span {
    margin-left: .1em;
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-price .yen + span {
        font-size: 15px; } }
  .fukuone .newyear--cake_list-price .zei {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-price .zei {
        font-size: 10px; } }
  .fukuone .newyear--cake_list-img {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .fukuone .newyear--cake_list-img img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .fukuone .newyear--cake_list-num {
    margin-top: .2em;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .fukuone .newyear--cake_list-num {
        font-size: 12px; } }

/* ===================================== */
/* valentine */
/* ===================================== */
.valentine .l_ttl {
  position: relative;
  margin-top: 6em;
  margin-bottom: 2em;
  font-size: 24px;
  padding-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .valentine .l_ttl {
      font-size: 20px; } }
.valentine .l_ttl::after {
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  content: ""; }
.valentine--head-img {
  position: relative;
  display: block;
  width: 100%;
  height: 360px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .valentine--head-img {
      height: 200px; } }
  .valentine--head-img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s; }
.valentine--head-text {
  width: 80%;
  text-align: center;
  margin: 2em auto 3em;
  font-size: 16px;
  letter-spacing: 1,9em;
  line-height: 2; }
  @media screen and (max-width: 767px) {
    .valentine--head-text {
      font-size: 12px; } }
.valentine #sum_price {
  display: none; }

.sold_out_text {
  width: 90%;
  max-width: 1280px;
  margin: 3em auto 3em; }
  .sold_out_text h2 {
    margin-bottom: 1em;
    text-align: center;
    font-size: 24px;
    color: #bd4243; }
    @media screen and (max-width: 767px) {
      .sold_out_text h2 {
        font-size: 16px; } }
  .sold_out_text p {
    text-align: center;
    font-size: 14px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .sold_out_text p {
        text-align: left;
        font-size: 12px; } }

/* ===================================== */
/* birth */
/* ===================================== */
.birth {
  padding-top: 4em; }
  .birth span, .birth p, .birth div {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
  .birth img {
    max-width: 100%; }
  .birth--first_btn {
    display: block;
    border: solid 1px #C9C9C9;
    border-radius: 5px;
    background: #e6e6e6;
    background: -moz-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
    background: -webkit-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(#ffffff 0%, #e6e6e6 100%);
    background: linear-gradient(#ffffff 0%, #e6e6e6 100%);
    max-width: 800px;
    margin: 0 auto; }
    .birth--first_btn + .birth--first_btn {
      margin-top: 2em; }
  .birth--guide {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 8em; }
    .birth--guide li {
      position: relative;
      padding-left: 2.2em;
      counter-increment: cnt;
      list-style-type: none;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .birth--guide li {
          font-size: 14px; } }
      .birth--guide li + li {
        margin-top: .8em; }
      .birth--guide li::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "(" counter(cnt) ") "; }
  .birth #sum_price {
    display: none; }

/* ===================================== */
/* deco */
/* ===================================== */
.mw_wp_form_confirm #cake_info.deco {
  display: none; }
  .mw_wp_form_confirm #cake_info.deco + .form--wrap label.select_box + p {
    display: none; }

.deco .form--wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
.deco li h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .04em;
  padding-bottom: .6em; }
  @media screen and (max-width: 767px) {
    .deco li h3 {
      font-size: 12px; } }
.deco li h4 {
  padding: 0 .5em;
  border-left: solid .3em #aaa;
  font-size: 12px;
  letter-spacing: .04em; }
  @media screen and (max-width: 767px) {
    .deco li h4 {
      font-size: 10px; } }
  .deco li h4 + p {
    font-size: 12px;
    letter-spacing: .04em; }
    @media screen and (max-width: 767px) {
      .deco li h4 + p {
        font-size: 10px; } }

/* ===================================== */
/* xmas */
/* ===================================== */
.xmas_v h4, .xmas_d h4, .xmas h4 {
  font-size: 20px; }
.xmas_v .form--wrap, .xmas_d .form--wrap, .xmas .form--wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
.xmas_v li h3, .xmas_d li h3, .xmas li h3 {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: .04em;
  padding-bottom: .6em; }
  @media screen and (max-width: 767px) {
    .xmas_v li h3, .xmas_d li h3, .xmas li h3 {
      font-size: 12px; } }
.xmas_v li h4, .xmas_d li h4, .xmas li h4 {
  padding: 0 .5em;
  border-left: solid .3em #aaa;
  font-size: 12px;
  letter-spacing: .04em; }
  @media screen and (max-width: 767px) {
    .xmas_v li h4, .xmas_d li h4, .xmas li h4 {
      font-size: 10px; } }
  .xmas_v li h4 + p, .xmas_d li h4 + p, .xmas li h4 + p {
    font-size: 12px;
    letter-spacing: .04em; }
    @media screen and (max-width: 767px) {
      .xmas_v li h4 + p, .xmas_d li h4 + p, .xmas li h4 + p {
        font-size: 10px; } }
.xmas_v li .l_form--prod_list-price .tan, .xmas_d li .l_form--prod_list-price .tan, .xmas li .l_form--prod_list-price .tan {
  font-size: 12px; }
.xmas_v li .l_form--prod_list-price .price, .xmas_d li .l_form--prod_list-price .price, .xmas li .l_form--prod_list-price .price {
  font-size: 15px; }
.xmas_v li .l_form--prod_list-num, .xmas_d li .l_form--prod_list-num, .xmas li .l_form--prod_list-num {
  font-size: 12px; }
.xmas_v li .form--wrap input[type=number], .xmas_d li .form--wrap input[type=number], .xmas li .form--wrap input[type=number] {
  padding: .2em .3em;
  margin-bottom: .3em;
  font-size: 14px; }

/* ===================================== */
/* komono_reserve */
/* ===================================== */
#komono_reserve {
  padding-top: 120px;
  padding-bottom: 160px;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #komono_reserve {
      padding-top: 100px;
      padding-bottom: 120px; } }

.hide {
  display: none; }

/* WebKit ブラウザで、input type="number" のスピンボタンを非表示にする。 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

/* Firefox で、input type="number" のスピンボタンを非表示にする。また、入力欄の値表示を中央寄せにし、高さをボタンのサイズに合わせる。 */
input[type="number"] {
  -moz-appearance: textfield;
  text-align: center;
  height: 40px; }

/*ボタンのサイズを 44 × 44 CSS ピクセルにする。*/
button.btn-number {
  width: 40px;
  height: 40px;
  padding: 3px; }

/* ステッパーコンポーネントの横幅を指定する。 */
div.input-group {
  width: 140px; }

.l_caution {
  padding: 0 !important; }
  .l_caution::before {
    content: none !important; }
  .l_caution li {
    position: relative;
    list-style: none;
    padding-left: 1.2em;
    line-height: 1.4em;
    font-size: 14px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
    .l_caution li + li {
      margin-top: .8em; }
    .l_caution li a {
      display: inline;
      text-decoration: underline; }
    .l_caution li::before {
      position: absolute;
      left: 0;
      top: 0;
      content: "※"; }

.komono_reserve #page-top {
  display: none; }
.komono_reserve h4 {
  width: 100%;
  margin-bottom: 1.5em;
  padding-left: 1em;
  border-left: 2px solid #000;
  font-size: 18px; }
.komono_reserve .product--list .product--list-item {
  width: calc((100% - 30px) / 4); }
  .komono_reserve .product--list .product--list-item + .product--list-item {
    margin-left: 10px; }
  .komono_reserve .product--list .product--list-item:nth-child(3n+1) {
    margin-left: 10px; }
  .komono_reserve .product--list .product--list-item:nth-child(4n+1) {
    margin-left: 0; }
  .komono_reserve .product--list .product--list-item .product-img_slider {
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .komono_reserve .product--list .product--list-item h5 {
    font-size: 12px;
    letter-spacing: .05em;
    border-bottom: 1px solid #BBBBBB; }
  .komono_reserve .product--list .product--list-item p {
    text-align: right;
    margin-top: .4em;
    font-size: 12px; }
  @media screen and (max-width: 1027px) {
    .komono_reserve .product--list .product--list-item {
      width: calc((100% - 20px) / 3); }
      .komono_reserve .product--list .product--list-item + .product--list-item {
        margin-left: 10px; }
      .komono_reserve .product--list .product--list-item:nth-child(4n+1) {
        margin-left: 10px; }
      .komono_reserve .product--list .product--list-item:nth-child(3n+1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .komono_reserve .product--list .product--list-item {
      width: calc((100% - 10px) / 2);
      margin-bottom: 1em; }
      .komono_reserve .product--list .product--list-item + .product--list-item {
        margin-left: 10px; }
      .komono_reserve .product--list .product--list-item:nth-child(3n+1) {
        margin-left: 10px; }
      .komono_reserve .product--list .product--list-item:nth-child(2n+1) {
        margin-left: 0; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh; }
  .popup--bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6); }
  .popup--boxwrap {
    display: inline-block;
    width: 640px;
    max-width: 80%;
    max-height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%); }
    .popup--boxwrap .closeicon {
      position: absolute;
      top: -25px;
      right: 0;
      z-index: 3;
      width: 20px;
      height: 20px;
      background: url("https://rorian-cote.com/wp-content/uploads/2024/10/i_icon_11911_icon_119112_256.png") no-repeat 100% 100%/contain;
      content: "";
      cursor: pointer; }
  .popup--box {
    display: inline-flex;
    width: 100%;
    max-height: 88vh;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    overflow-y: scroll; }
    @media screen and (max-width: 767px) {
      .popup--box {
        flex-direction: column; } }
  .popup--img {
    display: block;
    width: 35%;
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .popup--img {
        width: 100%; } }
    .popup--img img {
      width: 100%;
      height: auto; }
  .popup--inr {
    width: 65%;
    padding-left: 1em; }
    @media screen and (max-width: 767px) {
      .popup--inr {
        width: 100%;
        padding-left: 0;
        padding-top: 1em; } }
  .popup--ttl {
    padding-bottom: .4em;
    font-size: 14px;
    border-bottom: solid #bbb 1px; }
  .popup--detail {
    padding-top: .4em;
    font-size: 12px; }
  .popup--price {
    padding-bottom: .6em;
    margin-bottom: 1em;
    font-size: 12px;
    border-bottom: dashed #bbb 1px; }
  .popup--unitwrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .popup--unitwrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; } }
  @media screen and (max-width: 767px) {
    .popup--unitinr {
      width: 100%; } }
  .popup label {
    margin-bottom: 0; }
  .popup #label-number-of-unit {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 12px; }
  @media screen and (max-width: 767px) {
    .popup .l_btn {
      width: 100%;
      margin-top: 1.5em; } }
  .popup .l_btn a {
    text-align: center;
    height: 40px;
    padding: .5em 2em;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      .popup .l_btn a {
        width: 100%; } }

.cartLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  padding: .4em 2em .6em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  border-top: solid 3px #E87E2C; }
  @media screen and (max-width: 767px) {
    .cartLink {
      padding: .4em 1em .6em; } }
  .cartLink .l_btn {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .cartLink .l_btn {
        font-size: 12px; } }
  .cartLink--right {
    display: flex;
    align-items: center; }
    .cartLink--right .l_btn {
      margin-left: 2em; }
  .cartLink--inr {
    display: flex; }
    @media screen and (max-width: 767px) {
      .cartLink--inr {
        flex-direction: column;
        align-items: flex-end; } }
  .cartLink--unit {
    margin-right: 1em;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .cartLink--unit {
        margin-right: 0;
        font-size: 10px; } }
    .cartLink--unit span {
      font-size: 20px;
      margin: 0 .5em; }
      @media screen and (max-width: 767px) {
        .cartLink--unit span {
          font-size: 14px; } }
  .cartLink--price {
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .cartLink--price {
        font-size: 10px; } }
    .cartLink--price span {
      font-size: 20px;
      margin: 0 .5em; }
      @media screen and (max-width: 767px) {
        .cartLink--price span {
          font-size: 14px;
          margin: 0; } }

.kr_cart {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: 90%;
  padding-top: 120px;
  padding-bottom: 160px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .kr_cart {
      display: block; } }
  .kr_cart--inr {
    width: 53%; }
    @media screen and (max-width: 767px) {
      .kr_cart--inr {
        width: 100%; } }
  .kr_cart--side {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .kr_cart--side {
        width: 100%; } }
    .kr_cart--side .sidewrap {
      margin-bottom: 1em;
      border-radius: 10px;
      border: solid 1px #bbb; }
  .kr_cart--daytime {
    padding: 1em; }
    .kr_cart--daytime h5 {
      margin-bottom: 1em;
      font-size: 16px;
      border-bottom: solid 1px #bbb; }
    .kr_cart--daytime p {
      text-align: center;
      margin-bottom: .3em;
      font-size: 16px; }
  .kr_cart--price {
    margin-top: 1em;
    padding: 1em; }
    .kr_cart--price h5 {
      margin-bottom: 1em;
      font-size: 16px;
      border-bottom: solid 1px #bbb; }
    .kr_cart--price dl {
      display: flex;
      padding: .8em 0 .8em;
      margin-bottom: 0;
      font-size: 12px;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
      .kr_cart--price dl + dl {
        border-top: solid #eee 1px; }
      .kr_cart--price dl dt {
        width: 30%;
        font-weight: normal; }
      .kr_cart--price dl dd {
        width: 70%;
        margin-bottom: 0;
        text-align: right;
        font-size: 16px; }
  .kr_cart--item {
    margin-bottom: 1em; }
    .kr_cart--item .itemwrap {
      display: flex;
      justify-content: space-between;
      padding: 1em;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      position: relative; }
    .kr_cart--item figure {
      width: 25%;
      margin-bottom: 0; }
      .kr_cart--item figure img {
        width: 100%; }
    .kr_cart--item .inr {
      width: 72%; }
      .kr_cart--item .inr .ttl {
        font-size: 16px;
        padding: .4em 0 .2em;
        border-bottom: solid 1px #bbb; }
      .kr_cart--item .inr .price {
        font-size: 16px; }
    .kr_cart--item .delete_item {
      position: absolute;
      right: .6em;
      bottom: .6em;
      color: #BB0B0E; }
  .kr_cart--btns {
    margin-top: 2em;
    font-size: 14px; }
    .kr_cart--btns .l_btn {
      width: 100%;
      text-align: center; }
      .kr_cart--btns .l_btn + .l_btn {
        margin-top: 1em; }

.kr_form {
  padding-top: 120px;
  padding-bottom: 160px;
  width: 800px;
  max-width: 90%;
  margin: 0 auto; }
  .kr_form--incart dl {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 14px;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
    .kr_form--incart dl dt {
      width: 60%;
      margin: 0;
      padding: 1em 0;
      font-weight: normal; }
      .kr_form--incart dl dt:nth-child(n+3) {
        border-top: dashed 1px #bbb; }
    .kr_form--incart dl dd {
      width: 40%;
      margin: 0;
      padding: 1em 0; }
      .kr_form--incart dl dd:nth-child(n+3) {
        border-top: dashed 1px #bbb; }
  .kr_form--cart {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif; }
    .kr_form--cart .unit {
      font-size: 14px; }
      .kr_form--cart .unit span {
        margin: 0 .3em;
        font-size: 20px; }
    .kr_form--cart .price {
      margin-left: 1em;
      font-size: 14px; }
      .kr_form--cart .price span {
        margin: 0 .3em;
        font-size: 24px; }
  .kr_form--btns {
    margin-top: 2em;
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .kr_form--btns {
        display: block; } }
    .kr_form--btns .l_btn {
      margin-right: 2em; }
      @media screen and (max-width: 767px) {
        .kr_form--btns .l_btn {
          width: 100%;
          margin-right: 0;
          margin-bottom: 1em;
          font-size: 14px;
          text-align: center; } }
    .kr_form--btns input {
      position: relative;
      display: inline-block;
      background: #000;
      border: solid 1px #000;
      color: #fff;
      padding: 1em 2em;
      font-size: 1.2em;
      font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
      transition: all .3s; }
      .kr_form--btns input:hover {
        opacity: .6; }
      @media screen and (max-width: 767px) {
        .kr_form--btns input {
          width: 100%;
          font-size: 14px; } }

.mw_wp_form_confirm .not_preview {
  display: none !important; }
.mw_wp_form_confirm .l_form--prod_list-num {
  font-size: 20px; }

.xmas_tentou .l_form--prod_list li {
  padding: 1em;
  width: 100%;
  margin-bottom: 0; }
  .xmas_tentou .l_form--prod_list li:nth-child(even) {
    background: #f7f7f7; }
.xmas_tentou .l_form--prod_list-inr {
  display: flex; }
  .xmas_tentou .l_form--prod_list-inr .inr {
    width: calc(100% - 170px); }
  .xmas_tentou .l_form--prod_list-inr h3 {
    font-size: 20px;
    text-align: left; }
    .xmas_tentou .l_form--prod_list-inr h3 br {
      display: none; }
  .xmas_tentou .l_form--prod_list-inr input[type=number] {
    width: 5em;
    font-size: 18px;
    background: #fff; }
.xmas_tentou .l_form--prod_list-img {
  margin-right: 20px;
  width: 150px; }
.xmas_tentou .l_form--prod_list-price .yen, .xmas_tentou .l_form--prod_list-price .price {
  font-size: 18px !important; }
.xmas_tentou .l_form--prod_list-price .tan, .xmas_tentou .l_form--prod_list-price .zei {
  font-size: 16px !important; }
.xmas_tentou .l_form--prod_list-num {
  font-size: 16px !important; }

.a5_print {
  display: block;
  width: 100%;
  max-width: 148mm !important;
  min-height: 210mm !important;
  margin: 0 auto !important;
  padding: 10mm !important;
  box-sizing: border-box; }
  .a5_print .container {
    width: 100%;
    padding: 0; }

@media print {
  @page {
    size: A5 portrait;
    /* 縦向きA5 */
    margin: 0;
    /* ページ余白なし */ }
  html {
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 210mm !important;
    min-height: 297mm !important;
    margin: 0 auto !important;
    padding: 10mm !important;
    box-sizing: border-box; }
    html .container {
      width: 100%;
      padding: 0; }

  html * {
    max-width: 210mm !important; }

  #header, footer, .xmas_tentou h4 {
    display: none !important; } }
.xmas_hikae {
  font-family: "ヒラギノ角ゴシック", "Arial", sans-serif;
  color: #333;
  background: #fff;
  position: relative;
  padding: 0; }
  .xmas_hikae h1 {
    font-size: 16pt;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5; }
  .xmas_hikae dl {
    margin-bottom: 0; }
    .xmas_hikae dl dt {
      width: 100%;
      padding: .5em 0;
      font-weight: bold;
      font-size: 12pt;
      vertical-align: top;
      border-top: 3px solid #888;
      border-bottom: 1px solid #888; }
    .xmas_hikae dl dd {
      width: 100%;
      padding: .8em 0;
      font-size: 12pt;
      margin: 0;
      line-height: 1.5; }
      .xmas_hikae dl dd br {
        content: '';
        display: block;
        margin-bottom: 2px; }
  .xmas_hikae dl:nth-child(2) {
    background: #FFEaEa;
    border: solid 5px #d9534f;
    border-radius: 10px;
    margin-bottom: 15px; }
  .xmas_hikae dl:nth-child(2) dt {
    font-size: 16pt;
    color: #d9534f;
    border-top: unset;
    border-bottom: unset;
    text-align: center;
    padding-bottom: 0; }
  .xmas_hikae dl:nth-child(2) dd {
    padding-top: 0;
    font-size: 20pt;
    font-weight: bold;
    color: #d9534f;
    text-align: center; }
  .xmas_hikae .payment-date dl {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .xmas_hikae .payment-date dl dt {
      width: 4em;
      margin-right: .2em;
      padding: 0;
      border-top: unset;
      border-bottom: unset; }
    .xmas_hikae .payment-date dl dd {
      width: 6em;
      height: 4em;
      border: 2px solid #333;
      padding: 4px 8px; }
  @media print {
    .xmas_hikae {
      width: 100%;
      padding: 10mm; }
      .xmas_hikae h1 {
        font-size: 22pt; }
      .xmas_hikae dl dt, .xmas_hikae dl dd {
        font-size: 11pt; } }

.info_box {
  padding: .5em;
  border: solid 2px #FA8787;
  margin-bottom: 1em; }

/*# sourceMappingURL=form.css.map */
