<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------
　　　共通
--------------- */
.module-section img {
  max-width: 100%;
}

.topicpath {
  background: #FBF6E4;
}

@media (max-width: 1023px) {
  .topicpath-link, .topicpath {
    font-size: 10px;
  }
  .topicpath-item {
    padding: 0 5px 0 10px;
  }
}
/* ▼▼▼リンク */
a, a:link, a:visited {
  color: #B70202;
}

a.btn-attention-block-large, a.btn-attention-block-large:link {
  color: #fff;
}

.entry-column p.entryBtn a, .entry-column p.entryBtn a:hover {
  background: #B70202;
}

/* ▲▲▲リンク */
/* ▼▼▼ナビ */
.acms-navbar {
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 5px solid #B70202;
}

.acms-navbar #viewing, .acms-navbar a:active, .acms-navbar a:hover, .acms-navbar a:link, .acms-navbar a:visited {
  color: #555;
  font-weight: normal;
}

.acms-navbar #viewing, .acms-navbar a:hover, .acms-navbar .stay a, .acms-navbar a:active {
  background: #eee;
}

.pageTitleWrapper {
  background-color: #B70202;
}

@media (max-width: 1023px) {
  .pageTitleWrapper {
    height: auto;
  }
  .pageTitleInner {
    padding: 15px 1px 10px 0px;
  }
  .pageTitle {
    font-size: 5.5vw;
  }
}
.acms-navbar li {
  border-left: 1px solid #ddd;
}

.acms-navbar li:last-child {
  border-right: 1px solid #ddd;
}

/* ▲▲▲ナビ */
/* トップ横スライド */
#top_slide, #top_slide ul, #top_slide ul li {
  height: 200px;
}

#top_slide {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background: #eee;
}

#top_slide ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#top_slide ul li {
  float: left;
  list-style: none;
  width: 200px;
  margin: 0;
  padding: 0;
  display: inline;
  overflow: hidden;
}

#top_slide ul li img {
  max-width: 100%;
  height: auto;
}

#top_slide ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #top_slide, #top_slide ul, #top_slide ul li {
    height: 120px;
  }
  #top_slide ul li {
    width: 120px;
  }
}
/* トップ横スライド ▲▲▲*/
/* ▼▼▼トップ */
.suggest-tel {
  margin: 0.25em 0 0 0;
}

@media (max-width: 1023px) {
  .suggest-tel {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .suggest-item {
    margin-bottom: 1.5em;
  }
}
#video {
  max-width: 100%;
}

/* ▲▲▲トップ */
/* 詳細entry */
.acms-page-header {
  border-bottom: 2px solid #B70202;
}

/* ▼▼▼ネットショップ */
.acms-entry .itemPhoto {
  padding: 0px 15px;
}

.itemPhoto img {
  max-width: 100%;
  height: auto;
}

#shopFlow li {
  color: #999;
  background: #DDD;
  border-radius: 4px;
  padding: 5px 10px;
}

#shopFlow li span {
  color: #222;
  font-weight: bold;
  padding-right: 5px;
}

#shopFlow li.current {
  background: #FCC5C5;
  color: #333;
  font-weight: bold;
  border-radius: 0px 10px 10px 0px;
  margin-left: -5px;
  border-left: 1px solid #EEE;
}

#shopFlow li.flowBack {
  background: #E57373;
  font-weight: normal;
  border-radius: 0px;
  margin-left: -5px;
  border-left: 1px solid #EEE;
  color: #fff;
}

#shopFlow li.flowBack span {
  color: #EEE;
}

#shopFlow li.flowBack a {
  color: #fff;
}

h3 .step {
  background: #E5D403;
  color: #333;
  font-weight: bold;
  border-radius: 8px;
  font-size: 14px;
  padding: 4px 12px;
}

div.viewCartAmount {
  margin: 10px auto 20px auto;
}

div.viewCartAmount span.amount {
  background: #fff;
  color: #37912a;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}

td.total {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 1px;
  text-align: right;
}

.goods p {
  line-height: 1.7;
}

.goods .acms-entry ul li {
  list-style: disc;
  color: #4B2D14;
  line-height: 1.4;
}

img.itemImageSummary {
  width: 180px;
  height: 180px;
  float: left;
}

/* ▲▲▲ネットショップ */
/* ▼▼▼カートcart */
@media screen and (max-width: 479px) {
  .cartTable thead, .cartTable tbody {
    float: left;
  }
  .cartTable tbody tr {
    margin-bottom: 45px;
    display: block;
    background: #fffde3;
  }
  .cartTable thead {
    display: none;
  }
  .cartTable th, .cartTable td {
    display: block;
  }
}
/* ▲▲▲カートcart */
/* ▼▼▼サブカラム */
.sub h2 {
  margin-top: 40px;
}

.module-section section {
  text-align: center;
}

img.lineAtLogo {
  max-width: 170px;
}

img.lineAtQr {
  max-width: 120px;
}

img.InstaLogo {
  margin-top: 20px;
}

img.shokado_recruit.acms-col-lg-3.sub {
  width: auto;
}

/* ▲▲▲サブカラム */
/* フッター */
.foot-wrapper {
  background: #D6C8AB;
}

/* ▼▼▼スマートフォン */
@media screen and (max-width: 1024px) {
  #sp_menu .siteTitleImage {
    max-height: 26px;
    margin-top: 5px;
  }
  #sp_menu_head {
    background: #fff;
  }
  .menuBtnIcon {
    background: #B70202;
    color: #fff;
  }
  ul.navMenuAction {
    padding-left: 10px;
  }
  ul.navMenuAction a, ul.navMenuAction a:visited {
    color: #fff;
  }
  #sp_menu_body {
    background: #FBF6E4;
    border-bottom: 2px solid #B70202;
  }
}
/* ▲▲▲スマートフォン */
/* ▼▼▼バナーパーツ */
.PartsBirthdayReserve__wrap {
  background: #D6C8AB;
  padding: 20px 0 15px 0;
  text-align: center;
  margin-bottom: 15px;
}

.PartsBirthdayReserve__link:link, .PartsBirthdayReserve__link:visited {
  color: #6D563B;
}

.PartsBirthdayReserve__text {
  font-size: 16px;
  margin: 5px 0;
  text-decoration: underline;
  font-weight: 600;
}

.PartsBirthdayReserve__Img {
  max-width: 100%;
}

.PartsBirthdayReserve__text span {
  padding: 0 0 0 5px;
  text-decoration: none;
}

.PartsBirthdayReserve__title {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .PartsBirthdayReserve__wrap {
    margin-top: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 30px;
  }
  .PartsBirthdayReserve__Img {
    max-width: 500px;
  }
  .PartsBirthdayReserve__text {
    font-size: 24px;
  }
}
/*  スマホ対応------------------------------ */
@media (max-width: 1023px) {
  .PartsBirthdayReserve__wrap {
    margin: 0 -20px;
    padding: 20px 10px 15px 10px;
  }
}
/* ▼▼▼バースデーケーキ予約 */
.birthday-form .entry-container {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.summaryReserve {
  margin: 0 0 30px 0;
  padding: 0;
}

@media (max-width: 1023px) {
  ul.summaryReserve {
    margin-left: -15px;
    margin-right: -15px;
  }
}
ul.summaryReserve li {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}

.SummaryReserve__cakeName {
  background: #fff;
  margin: 0px 0 0px 0;
  padding: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .SummaryReserve__cakeName {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 1023px) {
  .SummaryReserve__cakeName {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.SummaryReserve__dayLimitLabel, .SummaryReserve__stopLabel {
  font-size: 12px;
  background: rgba(196, 17, 17, 0.2);
  margin: 0 5px;
  padding: 2px 8px;
  border-radius: 4px;
  color: #000;
}

@media (min-width: 1024px) {
  .SummaryReserve__dayLimitLabel, .SummaryReserve__stopLabel {
    font-size: 14px;
  }
}
.SummaryReserve__dayLimitLabel.-before1, .SummaryReserve__dayLimitLabel.-before2 {
  background: rgba(20, 173, 173, 0.2);
}

.SummaryReserve__dayLimitIcon, .SummaryReserve__stopIcon {
  color: rgba(0, 0, 0, 0.4);
  padding-right: 3px;
}

.SummaryReserve__stopLabel {
  background: rgba(0, 0, 0, 0.15);
}

.cakeInfo {
  font-size: 13px;
  background: #fff;
  color: #666;
  margin-right: 0.4em;
  margin-bottom: 0.5em;
  display: inline-block;
  padding-right: 1em;
}

.cakePhoto {
  max-width: 100%;
  width: 320px;
  margin-right: 15px;
}

.cakeSize {
  background: #999;
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
}

.cakeInfo .cakePrice {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin-right: 0;
}

span.cakePrice {
  font-size: 12px;
  margin: 0 0.6em;
}

.acms-btn-radio + label {
  background-color: #eee;
  font-weight: bold;
  margin-bottom: 10px;
}

.acms-btn-radio:checked + label {
  background-color: #B70202;
}

span.caleSize {
  display: block;
  text-align: center;
  line-height: 0.8;
  letter-spacing: 2px;
}

span.cakePrice {
  font-size: 12px;
  margin: 0 0.6em;
}

.recommendSize {
  display: table;
}

.recommendSizeP, .recommendSizeUl {
  display: table-cell;
  font-size: 13px;
}

.recommendSizeP {
  background: #666;
  color: #fff;
  padding: 0.5em;
  vertical-align: middle;
  white-space: nowrap;
}

.entryColumn ul.recommendSizeUl {
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
}

.entryColumn ul.recommendSizeUl li {
  background: #ddd;
  padding: 0.5em;
  float: left;
  list-style: none;
  font-size: 13px;
  margin: 5px 0.5em 5px 0;
}

.cakeInfo {
  font-size: 13px;
  background: #fff;
  color: #666;
  margin-right: 0em;
  margin-bottom: 0.5em;
  display: inline-block;
  padding-right: 1em;
}

.cakeInfo .cakePrice {
  font-size: 14px;
  color: #444;
  font-weight: bold;
  margin-right: 0;
}

.textPtn img {
  width: 200px;
  display: block;
}

.sub ol {
  padding-left: 20px;
}

td.plateText {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #c41134;
}

.labelRequired, .labelNoRequired {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  border-radius: 3px;
}

.labelNoRequired {
  background: #b7b7b7;
}

.labelRequired {
  background: #c41134;
}

.contactBox th {
  width: 200px;
}

.contactBox .mailStep {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  background: #e5e5e5;
  counter-reset: mailStep;
}

.contactBox .mailStepItem {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}

.contactBox .mailStepItemCurrent {
  color: #333;
  border-bottom: 4px solid #333333;
}

.entryColumn table {
  width: 100%;
  margin: 0 0 30px 0;
}

.btnAttentionBlockLarge {
  width: 100%;
  background: #B70202;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.acms-zoom-in:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  will-change: opacity, transform;
  z-index: 999999;
  position: relative;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.summaryReserve li p:hover {
  background: #B70202;
  color: #fff;
  -webkit-transition: background-color 0.6s linear;
  transition: background-color 0.6s linear;
}

.guideBirthday {
  background: #fff;
  margin-bottom: 3em;
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .guideBirthday {
    margin: 0 10px;
  }
}
.guideBirthday h2 {
  margin-bottom: 0.4em;
  font-size: 18px;
  border-bottom: 1px solid #B70202;
}

.guideBirthday ol {
  padding-left: 20px;
}

.guideBirthday li {
  margin-bottom: 0.5em;
}

img.no-post {
  max-width: 100%;
}

.bodyReserve .acms-entry p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.ReserveBtn__btn.acms-admin-btn:link, .ReserveBtn__btn.acms-admin-btn:visited {
  border: 1px solid #B70202;
  background-color: #B70202;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ba4343), to(#B70202));
  background-image: linear-gradient(180deg, #ba4343, #B70202);
  color: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .ReserveBtn__btn {
    margin: 0 auto;
    display: block;
    max-width: 260px;
  }
}
.serialNavi .acms-admin-btn.acms-admin-btn-info {
  border: 1px solid #333;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#777), to(#444));
  background-image: linear-gradient(180deg, #777, #444);
}

.ReserveBtn__stopText {
  font-size: 18px;
  font-weight: 600;
  background: rgba(183, 2, 2, 0.1);
  padding: 5px 0 5px 5px;
  border-radius: 0 18px 18px 18px;
  max-width: 300px;
}

@media (max-width: 1023px) {
  .ReserveBtn__stopText {
    text-align: center;
  }
}
.ReserveBtn__stopTextIcon {
  padding-right: 5px;
  color: #B70202;
}

.bodyReserve .acms-page-header {
  margin-top: 0;
}

.bodyReserve ul {
  padding-left: 0;
}

.bodyReserve li {
  list-style: none;
}

img.wh-choco-plate {
  max-width: 540px;
}

.errorText {
  color: #c41134;
  font-size: 1.25em;
  font-weight: bold;
}

.btnLarge {
  background: #999999;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  border: 0;
  display: inline-block;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.btnLarge:hover {
  background: #777777;
}

.formBtn {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .contactBox .mailStep {
    height: 60px;
  }
  .labelRequired, .labelNoRequired {
    float: right;
  }
  .btnAttentionBlockLarge {
    max-width: 360px;
  }
  img.no-post {
    max-width: 40%;
    margin: 0 auto;
    float: left;
    margin-bottom: 10px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bodyReserve .acms-admin-btn.acms-admin-btn-info {
    margin: 10px auto;
    display: block;
    width: 260px;
    font-size: 14px;
    font-weight: bold;
  }
  img.no-post {
    max-width: 60%;
    margin: 0 auto;
    display: block;
  }
  img.wh-choco-plate {
    width: 100%;
  }
  .serialNavi a {
    float: none;
  }
  img.cakePhoto {
    height: auto;
    width: 100%;
    display: block;
    margin-right: 0;
  }
  .labelRequired, .labelNoRequired {
    float: none;
  }
  .entryColumn ul.recommendSizeUl li {
    margin-bottom: 0.5em;
  }
  .cakeInfo {
    font-size: 11px;
    margin-right: 0.2em;
  }
  .entryColumn th, .entryColumn td {
    display: block;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    border-top: 1px solid #DFDFDF;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .entryColumn .boxCarender th, .entryColumn .boxCarender td {
    display: table-cell;
    width: auto;
  }
  .recommendSizeP, .recommendSizeUl {
    display: block;
  }
  span.caleSize {
    letter-spacing: 0px;
  }
}
/* ------------------------------
	　松華堂さま専用カスタマイズ
	------------------------------ */
.cakePhotoWrap {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (min-width: 1024px) {
  .cakePhotoWrap {
    min-width: 320px;
  }
}
.birthday-reserve .entryTitle {
  margin: 10px 0;
  color: #6D563B;
}

@media (max-width: 1023px) {
  .birthday-reserve .entryTitle {
    font-size: 4.8vw;
    letter-spacing: -0.5px;
  }
}
.birthday-reserve .acms-page-header {
  border: 2px solid #D6C8AB;
  text-align: center;
}

.bodyReserve .acms-entry p {
  color: #6D563B;
}

.cakeSize {
  background: #6D563B;
  min-width: 55px;
}

.cakeInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (min-width: 1024px) {
  .cakeInfo {
    width: 240px;
    float: left;
  }
}
.summaryReserve li {
  border: 1px solid #D6C8AB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guideBirthday {
  background: #FBF6E4;
  margin-bottom: 15px;
}

.SummaryReserve__photo {
  padding: 5px;
  margin: 0;
}

.SummaryReserve__sectionTitle {
  text-align: center;
  background: #eee;
  padding: 10px;
  margin: 0 0 15px 0;
  color: #666;
}

.contactForm th {
  padding: 5px 10px;
  border: 1px solid #ccc;
  background-color: #FBF6E4;
  color: #333;
  text-align: left;
}

.contactForm td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.acms-entry .BirthdayReserve__sectionTitle {
  background: #D6C8AB;
  color: #6D563B;
  font-size: 18px;
  border-radius: 0 20px 0 0;
  margin: 0;
  padding: 5px 20px 5px 10px;
  max-width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formBtnBox {
  margin: 0 auto 30px auto;
}

@media (min-width: 1024px) {
  img.no-post {
    max-width: 28%;
  }
}
.recommendSizeP {
  background: #6D563B;
}

.entryColumn ul.recommendSizeUl li {
  background: #FBF6E4;
}

.ReserveBtn__btnIcon-go {
  padding-left: 5px;
}

.ReserveBtn__btnIcon-stop {
  padding-right: 5px;
}

.Reserve__cautionMessageWrap p {
  font-size: 16px;
  line-height: 1.6;
}

.Reserve__cautionMessageWrap strong {
  color: #c41134;
}

.Reserve__cautionMessage small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.Reserve__cautionMessageWrap img {
  max-width: 540px;
}

@media (max-width: 599px) {
  .Reserve__cautionMessageWrap img {
    max-width: 100%;
  }
}
.birthday-reserve .sub {
  background: #FBF6E4;
}

.birthdayCaution {
  background: rgba(183, 2, 2, 0.25);
  font-weight: 600;
  padding: 1em;
  border-radius: 10px 10px 0 0;
}

/* ▲▲▲バースデーケーキ予約 */
/* ------------------------------　　
	▼▼▼カレンダー
------------------------------ */
.boxCarender {
  background: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
  margin: 0 auto 15px auto;
  color: #333;
}

label.yasumi {
  display: none;
}

/*
.boxCarender p{
	max-width: 33%;
	float: left;
}
*/
.boxCarender unit {
  width: 460px;
}

.boxCarender .month {
  background: #fff;
  float: left;
  display: block;
  width: 48%;
  margin: 20px 1%;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.boxCarender tbody {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .boxCarender .month {
    width: 100%;
    margin-bottom: 30px;
    margin: 15px 0;
  }
}
.boxCarender .carenderHeader {
  border-bottom: solid 1px #B90000;
  text-align: center;
  color: #464632;
  padding: 5px 0;
  margin: 0 10px;
  padding: 0;
}

.boxCarender .headerYear {
  font-size: 12px;
}

.boxCarender .headerMonth {
  font-size: 14px;
  font-weight: bold;
}

.boxCarender table {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  margin: 3% 5%;
  border-spacing: 1px;
  border-collapse: separate;
  background: #ddd;
}

.boxCarender table td {
  text-align: center;
  padding: 2px;
}

.boxCarender .red {
  background: #ccc;
  color: #B3B3A9;
}

.boxCarender .sunday {
  color: #953232;
}

.boxCarender .saturday {
  color: #0081B3;
}

.eigyouAnnai {
  display: table;
}

.eigyouAnnai p {
  display: table-cell;
  border-right: 10px solid #ccc;
  border-left: 10px solid #ccc;
}

td.w3, td.yasumi, th.w3, th.yasumi {
  background: #ccc;
  color: #777;
  font-weight: normal;
}

td.w3.reserveNone, th.w3.reserveNone {
  background: #fff;
}

td.w3.eigyou, td.eigyou, th.w3.eigyou, th.eigyou {
  background: #fff;
  /* 	color:#953232; */
  color: #333;
  font-weight: bold;
}

td.tansyukuC {
  background: #ffe7cf;
  color: #aa591d;
}

td.tansyukuO {
  background: #ccf8ff;
  color: #129096;
}

p.yasumi, p.tansyukuC, p.tansyukuO {
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p.tansyukuC {
  color: #aa591d;
}

p.tansyukuO {
  color: #129096;
}

p.yasumi span, p.tansyukuC span, p.tansyukuO span {
  background: #ccc;
  color: #B3B3A9;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}

p.tansyukuC span {
  background: #ffe7cf;
  border: solid 1px #aa591d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p.tansyukuO span {
  background: #ccf8ff;
  border: solid 1px #129096;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event .month {
  width: 48%;
  float: left;
  margin: 1%;
}

.event table {
  border: 1px solid #ddd;
  width: 100%;
}

.event th, .event td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.event th {
  width: 80px;
  text-align: right;
  padding-left: 5px;
}

.eventAll th {
  width: 120px;
}

.event td {
  padding-left: 0;
}

.event span.week {
  font-size: 24px;
  font-weight: bold;
}

.eventAll span.week {
  font-size: 18px;
}

.event span.week small {
  font-size: 0.6em;
  background: #777;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  /*     padding-top: 2px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1px;
  line-height: 2;
}

.event .w0 span.week small {
  background: #953232;
}

.event .w6 span.week small {
  background: #0081B3;
}

.event td label {
  padding: 0.3em 1em;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  background: #888;
  font-size: 13px;
  margin-right: 0.3em;
  margin-bottom: 0.2em;
}

.event td label.eigyou {
  background: #953232;
}

.event td label.tansyukuC {
  background: #aa591d;
}

.event td label.tansyukuO {
  background: #129096;
}

.event td .waribiki label, label.waribiki {
  background: #fcd9e1;
  color: #e5395e;
}

.event td label.yasumi {
  background: #555;
}

.event td label.eventDay {
  background: #3c9af7;
}

.event td label.waribikiNoneOn {
  background: #936578;
}

.event td.waribikiNoneOn div.waribiki, .event td.yasumi div.waribiki {
  display: none;
}

.event td .waribiki span {
  color: #555;
}

.event td .waribiki strong {
  font-size: 1.3em;
  padding-left: 0.2em;
  padding-right: 0.1em;
  color: #222;
}

div.month p {
  margin-bottom: 0;
}

span.monthNumber {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .event .month {
    width: 100%;
    float: none;
    margin: 0%;
  }
  .eigyouAnnai, .eigyouAnnai p {
    display: block;
    border: none;
    margin-left: 0;
    margin-right: 0;
  }
}
/*  2023-04-10追加カスタマイズ
------------------------------ */
td.reserveNone {
  background: rgba(183, 2, 2, 0.35);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

p.yasumi.reserveNone span {
  background: rgba(183, 2, 2, 0.35);
}

.NaviBanner__storeText {
  font-weight: 600;
  color: #B70202;
  background: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop .NaviBanner__storeText {
  background: #FBF6E4;
}

/* ▲▲▲カレンダー */
/* ▼▼▼和菓子　wagashi-year */
.GroupWagashi__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.GroupWagashi__innerWrap {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 599px) {
  .GroupWagashi__innerWrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.entry-column p.GroupWagashi__Name {
  margin: 0;
  margin-top: 5px;
  font-weight: 600;
  line-height: 1.25;
}

.GroupWagashi__Year {
  font-size: 13px;
  color: #888;
  font-weight: normal;
  margin-left: 5px;
}

/* ▼▼▼フッター */
.company-name, .company-detail {
  color: #6D563B;
}

@media (max-width: 599px) {
  .shokado_recruit {
    max-width: 100%;
  }
}
/* ------------------------------　　
	特注ケーキ　special-cake
------------------------------ */
.SpacialCake__outWrap {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .SpacialCake__outWrap {
    max-width: 96%;
  }
}
.SpacialCake__summayWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.SpacialCake__summayEntryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.SpacialCake__summayPhotoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.SpacialCake__summayPhoto {
  text-align: center;
  max-height: 250px;
}

.SpacialCake__summayEntryTitle {
  text-align: center;
}

@media (min-width: 1800px) {
  .SpacialCake__summayEntryWrap {
    -ms-flex-preferred-size: 14.2857%;
        flex-basis: 14.2857%;
    max-width: 14.2857%;
  }
}
/*  Mobile
------------------------------ */
@media (max-width: 768px) {
  .SpacialCake__summayEntryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding: 1vw;
  }
  .SpacialCake__summayEntryTitle {
    font-size: 3vw;
    font-weight: 600;
  }
}
/*  詳細ページ
------------------------------ */
.SpecialCakeEntry__footerWrap {
  background: #FBF6E4;
  padding: 15px 30px;
  border-radius: 15px 0 15px 0;
  color: #555;
  margin: 15px auto 30px auto;
}
.SpecialCakeEntry__footerWrap p {
  font-size: 16px;
  line-height: 1.7;
}
.SpecialCakeEntry__footerWrap .caution {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
}
.SpecialCakeEntry__footerWrap table {
  border: 1px solid #ddd;
  font-size: 18px;
}
.SpecialCakeEntry__footerWrap table th {
  text-align: left;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}
.SpecialCakeEntry__footerWrap table td {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}

@media (min-width: 1024px) {
  .SpecialCakeEntry__footerWrap {
    max-width: 640px;
  }
}
@media (max-width: 768px) {
  .SpecialCakeEntry__footerWrap {
    padding: 15px 10px;
    border-radius: 15px 0 15px 0;
    color: #333;
  }
  .SpecialCakeEntry__footerWrap p {
    font-size: 4vw;
  }
  .SpecialCakeEntry__footerWrap table {
    font-size: 4vw;
  }
  .SpecialCakeEntry__footerWrap table th {
    padding: 10px 10px;
  }
}
/*# sourceMappingURL=custom.css.map */</pre></body></html>