/* color */
.pink {
  color: #EF3A72; }

.blue {
  color: #44617b; }

.orange {
  color: #EB634C; }

.green {
  color: #6fba2c; }

.green2 {
  color: #008600; }

.gray {
  color: #dedce7; }

.gray2 {
  color: #868686; }

.red {
  color: #e1081e; }

.gold {
  color: #d0a21f; }

.bg-blue {
  background: #44617b;
  color: #fff; }

.bg-pink {
  background: #EF3A72;
  color: #fff; }

.bg-green {
  background: #6fba2c;
  color: #fff; }

.bg-gray {
  background: #F4F4F4; }

.bg-white {
  background: #fff; }

/* Media Query */
.hide {
  display: none !important; }

@media screen and (max-width: 499px) {
  .hide-s {
    display: none !important; } }
@media screen and (max-width: 799px) {
  .hide-m {
    display: none !important; } }
@media screen and (max-width: 999px) {
  .hide-l {
    display: none !important; } }
@media screen and (min-width: 800px) {
  .hide-xl {
    display: none !important; } }
/* flex */
.flex, .page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.header-text .flex-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.between {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.l-1 {
  width: 100%; }

.l-2 {
  width: 48%; }

.l-3 {
  width: 31%; }

.flex .l-3 {
  margin-left: calc(7% / 2); }
  .flex .l-3:nth-child(3n+1) {
    margin-left: 0; }

.l-3x2 {
  width: 66.666%; }

.l-4 {
  width: 23.5%; }

.flex .l-4 {
  margin-left: calc(6% / 3); }
  .flex .l-4:nth-child(4n+1) {
    margin-left: 0; }

.l-4x3 {
  width: 74%; }

.l-5 {
  width: 18%; }

.l-5x4 {
  width: 80%; }

.fit {
  display: flex;
  flex-direction: column; }

.arch .fit {
  margin-bottom: 4em; }

.fb.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* font */
.gothic {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif; }

.mincho {
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN",Meiryo,serif; }

.bold {
  font-weight: bold; }

.txt-min {
  font-size: 0.85em; }

.txt-mid {
  font-size: 1.16em; }

.txt-big {
  font-size: 1.5em; }

.center {
  text-align: center; }

.txt-l {
  text-align: left; }

.txt-r {
  text-align: right; }

.txt-block {
  display: inline-block; }

.wrapper {
  overflow: hidden; }

.container {
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 999px) {
    .container {
      padding: 0 0.5em; } }

.slide div {
  padding: 0 1.2em; }

.btn {
  display: block;
  max-width: 13em;
  margin: 0 auto;
  color: #fff;
  background: #e1081e;
  padding: 1em;
  text-align: center;
  line-height: 1.1; }

.news {
  padding: 3em 0; }
  .news h2 {
    margin-bottom: 1.5em; }
    .news h2 img {
      max-width: 300px; }
  .news ul li:not(:last-child) {
    padding-bottom: 0.8em;
    border-bottom: 1px solid #e1081e; }
  .news ul li:not(:first-child) {
    padding-top: 0.8em; }

.h2-menu {
  margin: 0 auto 2.5em;
  text-align: center; }
  .h2-menu img {
    max-width: 100px; }

.txt-menu {
  background: #fff;
  color: #e1081e;
  margin: 0;
  padding: 1em; }

.cakes {
  padding: 4em 0; }
  .cakes .l-1 {
    margin-bottom: 1.5em; }

.chef {
  background: linear-gradient(90deg, rgba(228, 219, 219, 0) 45%, #e4dbdb 100%), url("../images/bg-chef.jpg");
  background-color: #E9DCDD;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 7em 0;
  color: #242424; }
  .chef .h2-chef {
    margin: 0 auto 2.5em;
    text-align: center; }
    .chef .h2-chef img {
      max-width: 120px; }
  .chef .flex {
    justify-content: flex-end; }
  .chef .l-2 {
    width: 45%; }
  .chef .btn {
    margin-top: 2em; }
  .chef .txt-r {
    display: block;
    margin-top: 0.8em; }

.stories {
  padding: 5em 0; }
  .stories .h2-stories {
    margin: 0 auto 2.5em;
    text-align: center; }
    .stories .h2-stories img {
      max-width: 144px; }
  .stories img {
    width: 100%; }
  .stories .container {
    max-width: 800px; }

.sns {
  padding: 4em 0; }
  .sns .logo-insta {
    margin: 0 auto 2em;
    max-width: 167px; }
  .sns .logo-fb {
    margin: 0 auto 2em;
    max-width: 163px; }
  .sns .fb {
    text-align: center; }

.others {
  padding: 4em 0; }
  .others .container {
    max-width: 900px; }
  .others img {
    width: 100%; }

.shops .between {
  margin-top: 1.2em; }
  .shops .between .fit {
    border: 1px solid #f6b4bb;
    border-radius: 1.2em;
    margin-bottom: 0.8em;
    justify-content: center; }
  .shops .between a {
    display: block;
    padding: 1.2em 0;
    text-align: center; }
    .shops .between a span {
      font-size: 14px;
      line-height: 1.1; }

/* adjust */
.mar-t-1em {
  margin-top: 1em; }

.mar-b-1em {
  margin-bottom: 1em; }

.mar-l-1em {
  margin-left: 1em; }

.mar-r-1em {
  margin-right: 1em; }

.mar-tb-1em {
  margin-top: 1em;
  margin-bottom: 1em; }

.mar-t-2em {
  margin-top: 2em; }

.mar-b-2em {
  margin-bottom: 2em; }

.mar-t-3em {
  margin-top: 3em; }

.mar-b-3em {
  margin-bottom: 3em; }

.mar-t-4em {
  margin-top: 4em; }

.mar-b-4em {
  margin-bottom: 4em; }

.mar-t-5em {
  margin-top: 5em; }

.mar-b-5em {
  margin-bottom: 5em; }

.pdd-1em {
  padding: 1em; }

.pdd-tb-2em {
  padding: 2em 0; }

.pdd-tb-3em {
  padding: 3em 0; }

.pdd-tb-4em {
  padding: 4em 0; }

.pdd-tb-5em {
  padding: 5em 0; }

.pdd-rl-05em {
  padding: 0 0.5em; }

.pdd-t-1em {
  padding-top: 1em; }

.pdd-b-1em {
  padding-bottom: 1em; }

.pdd-l-1em {
  padding-left: 1em; }

.pdd-r-1em {
  padding-right: 1em; }

.pdd-t-2em {
  padding-top: 2em; }

.pdd-b-2em {
  padding-bottom: 2em; }

.pdd-t-3em {
  padding-top: 3em; }

.pdd-b-3em {
  padding-bottom: 3em; }

.pdd-t-4em {
  padding-top: 4em; }

.pdd-b-4em {
  padding-bottom: 4em; }

.pdd-t-5em {
  padding-top: 5em; }

.pdd-b-5em {
  padding-bottom: 5em; }

/* responsive */
@media screen and (max-width: 999px) {
  html {
    font-size: calc(1rem + ((1vw - 0.75em) * 0.2315)); } }
@media screen and (max-width: 799px) {
  html {
    font-size: calc(0.9375rem + ((1vw - 0.3em) * 0.1359)); }

  .m-1 {
    width: 100%; }

  .m-2 {
    width: 48%;
    padding-bottom: 1em; }

  .flex .l-4 {
    margin-left: 0; }

  .flex .m-2:nth-child(even) {
    margin-left: 4%; }

  .m-3 {
    width: 31%; }

  .m-4 {
    width: 23.5%; }

  .m-4x3 {
    width: 74%; } }
@media screen and (max-width: 600px) {
  .sm-1 {
    width: 100%; }

  .sm-2 {
    width: 48%; }

  .hide-sm {
    display: none; }

  .show-sm {
    display: block; } }
@media screen and (min-width: 500px) {
  .show-s {
    display: none; } }
@media screen and (max-width: 499px) {
  .slide div {
    padding: 0 1em; }

  .container {
    padding: 0 0.7em; }

  .others .s-1:first-child {
    margin-bottom: 1em; }

  .cakes, .sns, .others, .stories {
    padding: 3em 0; }

  .news {
    padding: 1.5em 0; }
    .news .l-3x2 {
      line-height: 1.2;
      font-size: 0.9em; }

  .news-s img {
    max-width: 85px;
    vertical-align: middle;
    margin: 0 1em 1em 0; }
  .news-s p {
    display: inline-block; }

  .chef {
    padding: 4.5em 0 3em; }
    .chef .h2-chef {
      margin-bottom: 5.5em; }

  .stories .container {
    padding: 0; }
  .stories .h2-stories {
    margin-bottom: 2em; }
  .stories .between {
    overflow-x: scroll;
    flex-wrap: nowrap; }
  .stories .l-2 {
    min-width: 280px;
    margin: 0 0.7em; }

  .sns .logo-insta {
    margin-bottom: 1em; }
  .sns .sbi {
    margin-bottom: 3em !important; }

  .reverse-s {
    flex-direction: column-reverse; }

  .s-1, .li-info .s-1, .chef .s-1 {
    width: 100%; }

  .s-2 {
    width: 48%; }

  .s-3 {
    width: 33.333%; }

  .show-s {
    display: block; } }
