@charset "UTF-8";
/*
Theme Name: シフォンのもり
*/
.fs14 {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .fs-md-16 {
    font-size: 16px;
  }
}

/*
　　　　　　　　　　　　　　共通パーツ
__________________________________________________________*/
* {
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
}

a {
  color: #e95516;
  transition: opacity 0.2s;
}

a:hover {
  color: #e95516;
  opacity: 0.7;
  text-decoration: none;
}

.to-base-banner {
  display: block;
  max-width: 100%;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.to-base-banner--satofull {
  margin-top: 20px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #4d4d4d;
  background: #f7f5f5;
  font-weight: 300;
}

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

p {
  margin-bottom: 0;
}

h1,
h2,
h3 {
  color: #e95516;
}

.banner-wrapper {
  position: fixed;
  bottom: 30px;
  right: 0;
}

.banner-wrapper--base {
  position: fixed;
  bottom: 140px;
  right: 0;
}

.banner {
  transition: all 0.2s;
  width: 170px;
  z-index: 9999;
  cursor: pointer !important;
  display: block;
}
.banner__close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  width: 20px;
  font-size: 12px;
  height: 20px;
  border-radius: 15px;
  transition: all 0.2s;
  cursor: pointer !important;
}
.banner__close:hover {
  opacity: 0.7;
}
.banner:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .banner {
    top: 100px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) {
  .container--540 {
    max-width: 540px !important;
  }
}

@media screen and (min-width: 768px) {
  .container--680 {
    max-width: 680px !important;
  }
}

.border-h2 {
  font-size: 20px;
  color: #e95516;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .border-h2 {
    font-size: 28px;
  }
}
.border-h2--ja {
  color: #138c39;
}
.border-h2--aeon {
  color: #b41e8e;
}
.border-h2--apita {
  color: #b9a641;
}
.border-h2:after {
  content: "";
  position: absolute;
  width: 160px;
  display: block;
  height: 2px;
  background-color: #e95516;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .border-h2:after {
    bottom: -16px;
    width: 510px;
    max-width: 100%;
    height: 1px;
  }
}
.border-h2--ja:after {
  background-color: #138c39;
}
.border-h2--aeon:after {
  background-color: #b41e8e;
}
.border-h2--apita:after {
  background-color: #b9a641;
}

.google-map {
  position: relative;
}
.google-map:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.5%;
}
@media screen and (min-width: 768px) {
  .google-map:after {
    padding-top: 42.5%;
  }
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
　　　　　　　　　　　　　　ヘッダー
__________________________________________________________*/
.navbar {
  padding: 5px 0;
}

.header {
  background: #c9bc98;
  color: #fff;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 10px 0;
  }
}
.header .navbar-brand {
  width: 130px;
}

.navbar-dark .navbar-toggler {
  border-color: rgba(233, 85, 22, 0.2);
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(233,85,22,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-link {
  text-align: center;
}

/*
　　　　　　　　　　　　　　フッター
__________________________________________________________*/
.footer-nav {
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 200px;
  }
}
.footer-nav__ul {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer-nav__ul {
    display: flex;
    justify-content: center;
  }
}
.footer-nav__li {
  border-top: 1px solid #e95516;
  text-align: center;
  color: #e95516;
  font-weight: 400;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .footer-nav__li {
    border-top: none;
    border-left: 1px solid #e95516;
    padding: 0 20px;
    font-size: 14px;
  }
}
.footer-nav__li:last-child {
  border-bottom: 1px solid #e95516;
}
@media screen and (min-width: 768px) {
  .footer-nav__li:last-child {
    border-bottom: none;
    border-right: 1px solid #e95516;
  }
}

.footer {
  background: #c9bc98;
  padding: 25px 0 10px;
  color: #fff;
  font-size: 14px;
  margin-top: 45px;
}
.footer .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer .container {
    width: 500px;
  }
}
.footer__tel {
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 36px;
  }
}
.footer__mail {
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__mail {
    font-size: 20px;
  }
}
.footer__seo {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
.footer .d-flex {
  align-items: center;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  padding: 10px 0;
}
.footer__logo {
  margin-right: 30px;
  width: 125px;
}
.footer__info {
  margin-bottom: 0;
}

.copyright {
  color: #fff;
  text-align: center;
  background: #c9bc98;
  opacity: 0.7;
  font-size: 10px;
  padding: 5px;
}

/*
　　　　　　　　　　　　　　トップページ
__________________________________________________________*/
#loading {
  width: 100%;
  height: 100vh;
  background: #c9bc98;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading .loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loading img {
  width: 150px;
}

.loader {
  margin: 50px auto;
  font-size: 13px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
.hero {
  background: #c9bc98;
  position: relative;
  height: 385px;
  overflow-x: hidden;
}
.hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  z-index: 2;
  display: none;
}
.hero__top, .hero__bottom {
  position: absolute;
  width: auto;
  max-width: none;
  z-index: 1;
  opacity: 0.7;
  transition: all 100s linear;
}
.hero__top {
  top: 10%;
  left: 0;
}
.hero__bottom {
  bottom: 10%;
  right: 0;
}

.news {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news {
    max-width: 540px !important;
    margin-top: 70px;
  }
}
.news .border-h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .news .border-h2 {
    margin-bottom: 55px;
  }
}
.news__date {
  font-size: 12px;
  color: #666;
  margin-bottom: 0;
  margin-top: 20px;
}
.news__title {
  color: #e95516;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news__title + .news__date {
    border-top: 0.5px solid #e95516;
    padding-top: 15px;
    margin-top: 15px;
  }
}
.news__btn {
  width: 165px;
  height: 40px;
  font-size: 14px;
  color: #e95516;
  border: 2px solid #e95516;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  .news__btn {
    margin-top: 48px;
  }
}
.news__btn:hover {
  background: #e95516;
  color: #fff;
}
.news__btn i {
  margin-left: 0.5em;
}

.komefuwa {
  background-color: #ccc7c5;
  padding: 30px 15px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.komefuwa__image {
  max-width: 500px;
  margin: auto;
}
.komefuwa__new {
  font-size: 18px;
  color: #604c3f;
  font-weight: 700;
  text-align: center;
  margin-top: 24px;
}
.komefuwa__title {
  font-size: 36px;
  font-weight: 700;
  color: #604c3f;
  text-align: center;
}
.komefuwa__caption {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #604c3f;
}
.komefuwa__comment {
  font-size: 14px;
  color: #604c3f;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
}
.komefuwa__message {
  color: #604c3f;
  text-align: center;
  margin-top: 38px;
  font-weight: 400;
}
.komefuwa__ul {
  margin-top: 16px;
  padding: 0;
}
.komefuwa__li {
  color: #604c3f;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
.komefuwa__li:before {
  content: "";
  background-image: url(images/kome.svg);
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}
.komefuwa__li span {
  font-size: 10px;
}
.komefuwa__li + .komefuwa__li {
  margin-top: 16px;
}
.komefuwa__note {
  font-size: 12px;
  max-width: 333px;
}
.komefuwa__link-wrapper {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .komefuwa__link-wrapper {
    margin-top: 50px;
  }
}
.komefuwa__link {
  background-color: #604c3f;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 400;
}
.komefuwa__caution {
  font-weight: 700;
  margin-top: 40px;
  color: #604c3f;
  max-width: 500px;
  width: 100%;
}
.komefuwa__caution-text {
  font-weight: 300;
  max-width: 500px;
}

.about {
  margin-top: 80px;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 120px;
  }
}
.about__h1 {
  font-size: 28px;
  margin-top: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.about__ol {
  margin-top: 25px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .about__ol {
    display: inline-block;
    margin-top: 45px;
  }
}
.about__li {
  list-style: none;
  display: flex;
}
.about__li + .about__li {
  margin-top: 33px;
}
.about__li span {
  flex-shrink: 0;
  background: #e95516;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
}
.about__illust {
  position: absolute;
  right: 15px;
  bottom: 35px;
  width: 200px;
}

.calendar-head {
  margin-bottom: 0;
  background: #e95516;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.links {
  padding: 100px 0 80px;
  background: #fff;
}
.links__item {
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .links__item {
    align-items: center;
  }
}
.links__item + .links__item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .links__item + .links__item {
    margin-top: 60px;
  }
}
.links__right {
  margin-top: 15px;
}
.links__right p {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .links__right p {
    font-size: 16px;
  }
}
.links__h3 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .links__h3 {
    font-size: 24px;
  }
}
.links__h3 span {
  font-size: 14px;
  font-weight: 400;
}
.links__a {
  color: #e95516;
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 10px;
}
.links__a i {
  margin-right: 0.3em;
}

.sb_instagram_header {
  display: none;
}

@media screen and (min-width: 768px) {
  .container--time {
    max-width: 540px !important;
  }
}

@media screen and (min-width: 768px) {
  .holiday-titles {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .holiday-title {
    margin-right: 30px;
  }
}

.time-table {
  margin-top: 45px;
  border-collapse: collapse;
  border: 1px solid #e95516;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .time-table {
    margin-top: 0;
    height: 100%;
  }
}
.time-table th,
.time-table td {
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .time-table th,
  .time-table td {
    padding: 10px;
  }
}
.time-table tr:not(:last-child) th,
.time-table tr:not(:last-child) td {
  border-bottom: 1px solid #fff;
}
.time-table th {
  border-right: 1px solid #fff;
}
.time-table__th, .time-table__td {
  background: #e95516;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.time-table__text {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  background: none;
}
@media screen and (min-width: 768px) {
  .time-table__text {
    text-align: center;
    font-size: 14px;
  }
}

.xo-month caption {
  background: #e95516;
  color: #fff;
}
.xo-month span {
  color: #fff !important;
}

/*
　　　　　　　　　　　　　　子ぺーじ
__________________________________________________________*/
.child-title {
  position: relative;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .child-title {
    margin-bottom: 90px;
  }
}
.child-title__bg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .child-title__bg {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.child-title__h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #e95516;
  text-shadow: 0 0 6px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
}
@media screen and (min-width: 768px) {
  .child-title__h1 {
    font-size: 45px;
  }
}

.child-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #e95516;
}

/*
　　　　　　　　　　　　　　メニュー
__________________________________________________________*/
.page-menu .border-h2 {
  margin-top: 50px;
}

.menu-h2-desc {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menu-h2-desc {
    font-size: 16px;
    margin-top: 35px;
  }
}

.price {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.menu-hr {
  width: 510px;
  max-width: 100%;
  margin: auto;
}

.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.menu__img {
  width: 150px;
}
.menu__img--small {
  max-width: 120px;
  width: 75%;
}
.menu__name {
  font-weight: bold;
  margin-bottom: 5px;
}
.menu__name--yellow {
  color: #a4bd44;
}
.menu__name--orange {
  color: orange;
}
.menu__name--green {
  color: green;
}
.menu__name--brown {
  color: brown;
}
.menu__desc {
  font-size: 14px;
}

.allergy {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.menu-tel {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
  color: #666;
}

.to-reserve {
  display: flex;
  width: 300px;
  margin: 30px auto 0 auto;
  background: #e95516;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.to-reserve:hover {
  color: #fff;
}

.wrapping {
  text-align: center;
}
.wrapping__title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}

.cakes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.cakes--komefuwa {
  justify-content: center;
}

.cake {
  display: flex;
  flex-direction: column;
  background-color: #efece7;
  width: 50%;
  padding-bottom: 16px;
}
.cake--komefuwa {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cake--komefuwa {
    width: 50% !important;
  }
}
.cake__image--has-caption {
  position: relative;
}
.cake__image--has-caption::after {
  content: "※写真はイメージです。";
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8), 2px 2px 2px rgba(0, 0, 0, 0.8), 2px 2px 2px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 10px;
  font-weight: bold;
}
.cake--premium {
  position: relative;
}
.cake--premium::after {
  content: "プレミアム";
  display: inline-block;
  background: #c1ab05;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
}
.cake--sta {
  position: relative;
}
.cake--sta::after {
  content: "スタンダード";
  display: inline-block;
  background: gray;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
}
.cake--dx {
  position: relative;
}
.cake--dx::after {
  content: "オリジナル";
  display: inline-block;
  background: red;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .cake {
    width: 25%;
  }
}
.cake:nth-child(1), .cake:nth-child(4), .cake:nth-child(5), .cake:nth-child(8), .cake:nth-child(9), .cake:nth-child(12), .cake:nth-child(13), .cake:nth-child(16) {
  background-color: #eee;
}
@media screen and (min-width: 768px) {
  .cake:nth-child(2), .cake:nth-child(4), .cake:nth-child(5), .cake:nth-child(7), .cake:nth-child(10), .cake:nth-child(12), .cake:nth-child(13), .cake:nth-child(15) {
    background-color: #eee;
  }
  .cake:nth-child(1), .cake:nth-child(3), .cake:nth-child(6), .cake:nth-child(8), .cake:nth-child(9), .cake:nth-child(11), .cake:nth-child(14), .cake:nth-child(16) {
    background-color: #efece7;
  }
}
.cake__price {
  padding: 0 10px;
  margin: 0;
  text-align: right;
  margin-top: auto;
  padding-top: 5px;
}
.cake__price span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .cake__price {
    padding: 0 15px;
  }
}
.cake__name {
  font-weight: bold;
  margin-top: 5px;
  padding: 0 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cake__name {
    padding: 0 15px;
    margin-top: 15px;
  }
}
.cake__desc {
  font-size: 14px;
  margin-top: 3px;
  padding: 0 10px;
}
.cake__desc span {
  font-size: 12px;
  line-height: 1 !important;
}
@media screen and (min-width: 768px) {
  .cake__desc {
    padding: 0 15px;
  }
}

/*
　　　　　　　　　　　　　　お取り扱い店舗
__________________________________________________________*/
.border-h2--ja {
  margin-top: 40px;
}

.border-h2--aeon {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .border-h2--aeon {
    margin-top: 40px;
  }
}

.border-h2--apita {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .border-h2--apita {
    margin-top: 40px;
  }
}

.shop-table {
  margin-top: 45px;
  border: 1px solid #808080;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shop-table {
    margin-bottom: 30px;
  }
}
.shop-table th,
.shop-table td {
  border: 1px solid #808080;
  font-size: 14px;
  padding: 5px 8px;
  text-align: center;
}
.shop-table th {
  background: #e6e6e6;
  width: 6em;
  font-weight: 400;
}
.shop-table td span {
  font-size: 11px;
}
.shop-table + .google-map {
  margin-top: 20px;
}

.shop-row .d-md-flex {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .shop-row .d-md-flex .google-map {
    margin-top: auto;
  }
}

@media screen and (min-width: 768px) {
  .google-map--shop:after {
    padding-top: 67.5% !important;
  }
}

/*
　　　　　　　　　　　　　　美味しく召し上がる方法
__________________________________________________________*/
.flow-num {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background: #e95516;
  padding: 2px;
  color: #fff;
  line-height: 1.2;
  margin-top: 25px;
}

.flow-text {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .flow-text {
    font-size: 16px;
  }
}
.flow-text span {
  font-size: 12px;
}

.how-to-image {
  margin-top: 30px;
  display: block;
}

/*
　　　　　　　　　　　　　　お知らせ一覧
__________________________________________________________*/
.pagenation {
  margin-top: 40px;
}

.page-numbers {
  border: 0.5px solid #e95516;
  padding: 5px 10px;
}
.page-numbers.current {
  opacity: 0.4;
  color: #e95516;
}

.kuzu {
  font-size: 12px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .kuzu {
    margin: 40px 0;
  }
}

.single__date {
  font-size: 14px;
  letter-spacing: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
}

.single__title {
  font-size: 24px;
}

.single__content {
  margin-top: 15px;
  font-size: 14px;
}

.single-nav {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.single-nav a {
  font-size: 14px;
  color: #e95516;
}

/*
　　　　　　　　　　　　　　予約ページ
__________________________________________________________*/
.chile-lead--reservation {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .chile-lead--reservation {
    font-size: 20px;
  }
}

.border-h2--reservation {
  margin-top: 80px;
}

.resercation-caution {
  font-size: 14px;
}

.reserve-num {
  margin-top: 30px;
  width: 100%;
}
.reserve-num th,
.reserve-num td {
  padding-top: 15px;
}

.reserve-info {
  width: 100%;
}
.reserve-info th,
.reserve-info td {
  display: block;
  width: 100%;
  padding-top: 15px;
}
.reserve-info__name {
  max-width: 100%;
}
.reserve-info__textarea {
  max-width: 100%;
}
.reserve-info input[name=name],
.reserve-info input[name=mail],
.reserve-info textarea {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.reserve-info input {
  max-width: 100%;
}

input[type=submit] {
  width: 100%;
  background: #e95516;
  color: #fff;
  padding: 15px 0;
  margin-top: 15px;
  border: none;
  outline: none;
}

.complete-info {
  background: rgba(233, 85, 22, 0.3);
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 50px;
  padding: 30px;
  text-align: center;
  font-weight: 500;
}

.table-wrapping {
  margin: 15px 0;
  width: 100%;
}
.table-wrapping tr {
  display: flex;
  flex-wrap: wrap;
}
.table-wrapping tr th {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .table-wrapping tr th {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table-wrapping tr td {
    width: 100%;
  }
}

.form-small {
  font-weight: 300;
  font-size: 12px;
}

.line-btn {
  width: 150px;
  margin: auto;
  display: block;
  justify-content: center;
  text-align: center;
}

.to-onlineshop {
  margin-top: 80px;
  text-align: center;
}

/*
　　　　　　　　　　　　　　アレルギー情報
__________________________________________________________*/
.alg-table {
  margin-top: 50px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px);
  border-collapse: collapse;
}
.alg-table th,
.alg-table td {
  border: 1px solid #666;
  padding: 5px;
}/*# sourceMappingURL=style.css.map */