@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* =10px */
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 10px;
  /*62.5%*/
  line-height: 1.5;
  letter-spacing: 2px;
  -webkit-text-size-adjust: 100%;
  /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #4E4646;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 2px;
  margin-bottom: 1em;
  color: #4E4646;
  text-align: justify;
  text-justify: distribute;
}

figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  height: auto;
}

a:focus,
*:focus {
  outline: none;
}

/* -----------------------
	基本レイアウト
----------------------- */
#top-head-content {
  position: fixed;
  top: 0;
  z-index: 999;
}

article {
  margin-bottom: 60px;
}

/* おしながき */
.menu-box {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #BCBCBC;
}
.menu-box .row {
  margin-bottom: 45px;
}
.menu-box .row:last-of-type {
  margin-bottom: 0;
}
.menu-box p {
  margin-bottom: 2em;
  letter-spacing: 3px;
  line-height: 1.8;
}
.menu-box p:last-child {
  margin-bottom: 0;
}

.menu-box:last-of-type {
  border-bottom: none;
}

.jumbotron-fluid,
.jumbotron {
  padding: 0;
  position: relative;
}
.jumbotron-fluid:after,
.jumbotron:after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #9c1f4c;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.jumbotron h2.header-title-concept {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 2px;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
}
.jumbotron h2.header-title-concept span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
.jumbotron h2.header-title {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: ttranslateY(-50%) translateX(-50%);
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.5);
}
.jumbotron h2.header-title span {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1em;
}
.jumbotron h3 {
  color: #fff;
  font-size: 1.8rem;
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.single-header h2.header-title {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #4E4646;
  font-size: 2.6rem;
  letter-spacing: 2px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: ttranslateY(-50%) translateX(-50%);
}
.single-header h2.header-title span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1em;
}

.concept-img-box {
  position: relative;
  margin-bottom: 90px;
}
.concept-img-box .img-cover-concept-top .aspect43-wrap {
  top: -40px;
}
.concept-img-box .img-cover-concept-bottom .aspect43-wrap {
  bottom: 0px;
}

.obj {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 80%;
  height: 70%;
  background: #f6f7f7;
  z-index: -1;
}

.obj-left {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  width: 80vw;
  height: 30%;
  background: #f6f7f7;
  z-index: -1;
}

.obj-right {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 70vw;
  height: 30%;
  background: #f6f7f7;
  z-index: -1;
}

footer {
  background-color: #F8F8F8;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer img {
  display: block;
  width: 70vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
footer p {
  text-align: center;
}

/* ----------------------------
	ページネーション
---------------------------- */
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 5px 5px 0;
}

#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}

#pagenation #pagenation-list a, #pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border-radius: 20px;
}

#pagenation #pagenation-list .current {
  background: #9C1F4C;
  color: #FFFFFF;
  border: 3px solid #9C1F4C;
}

#pagenation #pagenation-list .omit {
  padding: 6px 2px;
  color: #777777;
}

#pagenation #pagenation-list li a {
  color: #000000;
  border: 3px solid #E3E3E3;
  text-decoration: none;
}

#pagenation #pagenation-list a:hover {
  background: #9C1F4C;
  color: #FFFFFF;
  border: 3px solid #9C1F4C;
  text-decoration: none;
}

ul.pager-single {
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
  display: -ms-flexbox;
  /*for IE10*/
  display: -webkit-flex;
  /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*for IE10*/
  -webkit-flex-wrap: wrap;
  /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: center;
}
ul.pager-single li {
  flex-basis: 30%;
  text-align: center;
  box-sizing: border-box;
  margin-left: 5px;
  margin-right: 5px;
}
ul.pager-single li a {
  padding: 0.5em 0;
  display: block;
  border: none;
  color: #4E4646;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.pager-single li a:hover {
  color: #9c1f4c;
}
ul.pager-single li.center a i, ul.pager-single li.left a i {
  margin-right: 1em;
}
ul.pager-single li.right a i {
  margin-left: 1em;
}

/* ----------------------------
		パンくず
---------------------------- */
@media (min-width: 576px) {
  /* sm */
}
@media (min-width: 768px) {
  /* md */
  .jumbotron h2.header-title-concept {
    font-size: 4rem;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .jumbotron h2.header-title-concept span {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 1.5em;
  }
  .jumbotron h2.header-title {
    font-size: 3.6rem;
  }
  .jumbotron h2.header-title span {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 1.5em;
  }
  .jumbotron h3 {
    font-size: 2.4rem;
    top: 50%;
  }

  /* -----------------------
  	基本レイアウト
  ----------------------- */
  article {
    margin-bottom: 90px;
  }

  .concept-img-box {
    position: relative;
    margin-bottom: 200px;
  }
  .concept-img-box .img-cover-concept-top .aspect43-wrap {
    top: -70px;
  }
  .concept-img-box .img-cover-concept-bottom .aspect43-wrap {
    bottom: -70px;
  }
  .concept-img-box .img-cover-concept-bottom-b .aspect43-wrap {
    bottom: -70px;
    left: -40px;
  }
  .concept-img-box .float-image-right {
    position: absolute;
    right: 20px;
    top: -40px;
  }

  .obj {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    width: 920px;
    height: 500px;
    background: #f6f7f7;
    z-index: -1;
  }

  .obj-left {
    content: "";
    position: absolute;
    top: 100px;
    left: 0;
    width: 55%;
    height: 50%;
    background: #f6f7f7;
    z-index: -1;
  }

  .obj-right {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 55%;
    height: 50%;
    background: #f6f7f7;
    z-index: -1;
  }

  /* お品書き */
  .menu-box {
    margin-bottom: 90px;
    padding-bottom: 90px;
  }

  .jumbotron-fluid {
    position: relative;
  }
  .jumbotron-fluid:after {
    content: "";
    width: 1px;
    height: 100px;
    background-color: #9c1f4c;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  /* lg */
  /* -----------------------
  	基本レイアウト
  ----------------------- */
  footer img {
    width: 100%;
    height: auto;
  }
  footer p {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  /* xl */
}
@media (min-width: 1200px) {
  /* xl */
}
/* Scss Document */
img.alignleft {
  clear: both;
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignright {
  clear: both;
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

.square-wrap {
  position: relative;
  width: 100%;
}
.square-wrap div.text-box {
  background-color: #B18E76;
  padding: 1em;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.square-wrap div.text-box h3 {
  font-size: 1.6rem;
}
.square-wrap div.text-box p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.square-wrap div.text-box-blue {
  background: #182F64;
  opacity: 0.7;
  padding: 0.25em 0.5em;
  color: #fff;
  font-size: small;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 999;
}

.square-wrap:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}

.square-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.square-box figure img {
  width: 100%;
  height: 100%;
}
.square-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.aspect43-wrap {
  position: relative;
  width: 100%;
}

.aspect43-wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 高さを幅の75%に固定 - 3/4 = 0.75 */
}

.aspect43-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect43-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect43-box figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.aspect43-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.aspect169-wrap {
  position: relative;
  width: 100%;
}

.aspect169-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さを幅の75%に固定 - 9/16 = 56.25% */
}

.aspect169-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect169-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect169-box figure img {
  width: 100%;
  height: 100%;
}

.header-wrap {
  position: relative;
  width: 100%;
}

.header-wrap:before {
  content: "";
  display: block;
  padding-top: 33.33%;
}

.header-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.header-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.header-box figure img {
  width: 100%;
  height: 100%;
}

.single-wrap {
  position: relative;
  width: 100%;
}

.single-wrap:before {
  content: "";
  display: block;
  padding-top: 37.79%;
}

.single-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.single-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.single-box figure img {
  width: 100%;
  height: 100%;
}

img.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-animation {
  animation: img-opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
@media (min-width: 576px) {
  /* sm */
}
@media (min-width: 768px) {
  /* md */
  img.alignleft {
    clear: both;
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }

  img.alignright {
    clear: both;
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }

  img.aligncenter {
    clear: both;
    display: block;
    margin: 0px auto 20px auto;
  }
}
@media (min-width: 992px) {
  /* lg */
}
@media (min-width: 1025px) {
  /* xl */
}
@media (min-width: 1200px) {
  /* xl */
}
/* Scss Document */
/****************************************

          Form

*****************************************/
/* MW WP FORM */
.error {
  display: block !important;
}

button:focus {
  outline: 0;
}

label {
  font-size: 1.6rem;
  display: block;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  color: #777;
  font-size: 1.6rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
input[type=search]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}

textarea {
  width: 100%;
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #1c8000;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #1c8000;
  -moz-box-shadow: 0 0 3px #1c8000;
  box-shadow: 0 0 3px #1c8000;
  color: #444;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
  font-size: 1.6rem;
  padding: 0.5em 3em;
  margin-bottom: 5px;
  background-color: #9c1f4c;
  border: solid 2px #9c1f4c;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}

input[type=submit].f-btn:hover,
input[type=reset].f-btn:hover,
input[type=button].f-btn:hover {
  background-color: #996633;
  border: solid 2px #996633;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

select {
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

select::-ms-expand {
  display: none;
}

.selectWrap {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.cp_ipselect {
  overflow: hidden;
  width: 12em;
  max-width: 16em;
  text-align: center;
  font-size: 1.5rem;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  color: #666666;
}

input[type=checkbox] {
  margin-right: 5px;
}

.mwform-checkbox-field {
  margin-right: 1em;
}

.mw_wp_form,
.mw_wp_form_input {
  width: 100% !important;
}

@media (min-width: 768px) {
  /* md */
  input[type=submit].f-btn,
input[type=reset].f-btn,
input[type=button].f-btn {
    width: 40%;
  }

  label {
    display: inline;
  }
}
/* XO カレンダー */
.xo-month {
  font-size: 1.5rem;
}

.month-event-title {
  color: #fff !important;
}

/* ----------------------------
	書式設定
---------------------------- */
/* リクルート グレイBOX */
.gray-box {
  background-color: #F6F7F7;
  padding: 1.5em;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

/* footer 上のお問い合わせ */
.bg-bk {
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-bk * {
  color: #fff;
}

.call-no {
  font-size: 2.8rem;
}

.padding-box {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.padding-box div.obj-left-mid {
  position: absolute;
  display: block;
  background-color: #F6F7F7;
  width: 35vw;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.padding-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* お品書き メニュー */
.menu-area {
  padding-top: 75px;
  padding-bottom: 30px;
}

.bg-two-color {
  background: linear-gradient(white 50%, #F8F8F8 50%);
  /* 背景色を2分割 */
}

.bg-gray {
  background-color: #F6F7F7;
}

.bg-dark {
  background-color: #333333;
  padding: 45px;
}
.bg-dark * {
  color: #fff;
}
.bg-dark .flame-box-white {
  font-size: 1.5rem;
  padding: 0.25em 1.5em;
  display: inline-block;
  margin-bottom: 1.5em;
  border: solid 1px #fff;
}
.bg-dark h5 {
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 0.5em;
}
.bg-dark p {
  font-size: 1.5rem;
}

.mixed {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}
.mixed h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 2px;
}
.mixed h2 span {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.bg-white-box-shadow {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-top: 60px;
  padding-bottom: 60px;
}

.mb-100 {
  margin-bottom: 60px;
}

.mb-150 {
  margin-bottom: 90px;
}

.bg-header {
  background-color: rgba(255, 255, 255, 0.95);
}

.concept-box {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  padding-top: 60px;
  padding-bottom: 60px;
}
.concept-box h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.concept-box h2:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/in.svg);
  background-size: cover;
}
.concept-box p {
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.5;
}

.isAnimate {
  /* フェードイン表示の指定 */
  /*以下遅延の指定*/
}
.isAnimate .fadein {
  opacity: 0;
  animation: fadein 3s ease forwards;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.isAnimate .txt01 {
  animation-delay: 1s;
}
.isAnimate .txt02 {
  animation-delay: 1.5s;
}
.isAnimate .txt03 {
  animation-delay: 2s;
}
.isAnimate .txt04 {
  animation-delay: 2.5s;
}
.isAnimate .txt05 {
  animation-delay: 3s;
}
.isAnimate .txt06 {
  animation-delay: 3.5s;
}
.isAnimate .txt07 {
  animation-delay: 4s;
}

h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2em;
}

h3 {
  font-size: 2.3rem;
  margin-bottom: 1.5em;
}

h3.left-border {
  font-size: 2rem;
  border-left: solid 6px #EFF2F2;
  padding: 8px 0 8px 1em;
  margin-bottom: 1.5em;
}

h4 {
  font-size: 1.7rem;
  margin-bottom: 1.5em;
}

.menu p {
  margin-bottom: 2em;
}

h2.center {
  text-align: center;
  margin-bottom: 3em;
  line-height: 2.5;
}
h2.center span {
  display: block;
  font-size: 1.7rem;
  text-transform: uppercase;
}

h2.center-lower {
  font-size: 3em;
  text-align: center;
  margin-bottom: 3em;
  line-height: 2;
  letter-spacing: 2px;
}
h2.center-lower span {
  display: block;
  font-size: 1.7rem;
  text-transform: capitalize;
}
h2.center-lower span.gentei {
  display: inline;
  font-size: 1.5rem;
}

h2.in {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
h2.in:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/common/in.svg);
  background-size: cover;
  margin-left: 0.5em;
}

h4.bk-box {
  background: #000;
  color: #fff;
  padding: 0.5em 1.5em;
  display: inline-block;
  font-size: 1.5rem;
}

.delivery p {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.delivery p.call {
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: 600;
}
.delivery p span {
  font-size: small;
}
.delivery p:last-of-type {
  margin-bottom: 2em;
}

p.caption {
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.75em;
}

/* デリバリー 電話番号 */
p.no {
  margin-bottom: 0;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
}

ul, ol {
  font-size: 1.6rem;
  margin: 0 0 2em 0;
  padding: 0;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

ul.notice {
  list-style-type: none;
}
ul.notice li {
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}
ul.notice li:before {
  content: "※ ";
  margin-left: -1.25em;
}

.pp ul li, .pp ol li {
  margin: 0 0 1em 1.5em;
}

/* ----------------------------
    テキストボタン設定
---------------------------- */
.text-btn,
.text-btn-tate {
  font-size: 1.5rem;
  display: inline-block;
}
.text-btn a,
.text-btn-tate a {
  display: block;
  color: #000;
  border: solid 1px #000;
  padding: 0.75em 3em 0.75em 3em;
  position: relative;
  text-align: center;
}
.text-btn a:hover,
.text-btn-tate a:hover {
  text-decoration: none;
}
.text-btn a:after,
.text-btn-tate a:after {
  position: absolute;
  content: url(../images/common/arrow-down.png);
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: rotate(-90deg);
  top: -52%;
  right: -10%;
}
.text-btn a:hover:after,
.text-btn-tate a:hover:after {
  right: -15%;
}

.text-btn-red {
  font-size: 1.5rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.text-btn-red a {
  display: block;
  color: #9c1f4c;
  width: 100%;
  border: solid 1px #9c1f4c;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  position: relative;
  text-align: center;
}
.text-btn-red a:hover {
  text-decoration: none;
}

.btn-pdf-dl {
  font-size: 1.5rem;
  display: inline-block;
}
.btn-pdf-dl a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.btn-pdf-dl a i {
  margin-right: 0.5em;
}
.btn-pdf-dl a:after {
  content: url(../images/common/arrow-white.png);
  margin-left: 0.5em;
}
.btn-pdf-dl a:hover {
  text-decoration: none;
  background-color: #9c1f4c;
}

/* ----------------------------
    flex設定
---------------------------- */
ul.flex4 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  /*for IE10*/
  display: -webkit-flex;
  /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*for IE10*/
  -webkit-flex-wrap: wrap;
  /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex4 li {
  flex-basis: 25%;
  margin: 0;
}

ul.flex-menu {
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  /*for IE10*/
  display: -webkit-flex;
  /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*for IE10*/
  -webkit-flex-wrap: wrap;
  /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.flex-menu li {
  flex-basis: 33.33%;
  margin: 0;
}
ul.flex-menu li a {
  display: block;
  color: #4E4646;
  padding: 0.5em 0.25em;
}

ul.flex4-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  /*for IE10*/
  display: -webkit-flex;
  /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*for IE10*/
  -webkit-flex-wrap: wrap;
  /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex4-2 li {
  margin: 0 0 1em;
  flex-basis: 48%;
}

ul.flex3-2 {
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  /*for IE10*/
  display: -webkit-flex;
  /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*for IE10*/
  -webkit-flex-wrap: wrap;
  /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex3-2 li {
  flex-basis: 48%;
  margin: 0 0 4%;
}
ul.flex3-2 li .aspect43-wrap {
  margin-bottom: 1.5em;
}
ul.flex3-2 li h3 {
  font-size: 1.7rem;
  margin-bottom: 1em;
  font-weight: 800;
}
ul.flex3-2 li p {
  font-size: 1.5rem;
  margin-bottom: 0;
}
ul.flex3-2 li a {
  color: #4E4646;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex3-2 li a:hover {
  text-decoration: none;
}
ul.flex3-2 li a:hover h3 {
  color: #9c1f4c;
}

.gap {
  display: inline-block !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  min-height: 0 !important;
}

/* ---------------------------
  テーブル設定
--------------------------- */
table.menu-table {
  font-size: 1.8rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
table.menu-table th,
table.menu-table td {
  padding-bottom: 1em;
}
table.menu-table td span {
  font-size: small;
}

table.style-1 {
  font-size: 1.6rem;
}
table.style-1 tr {
  border-bottom: solid 1px #BCBCBC;
}
table.style-1 tr:last-of-type {
  border: none;
}
table.style-1 th,
table.style-1 td {
  padding: 1em 0.25em;
}

table.style-2 {
  font-size: 1.6rem;
  border-top: solid 1px #4E4646;
  border-bottom: solid 1px #4E4646;
}
table.style-2 th,
table.style-2 td {
  padding: 0.75em 0.5em;
  font-weight: normal;
}
table.style-2 td {
  text-align: center;
  border-bottom: solid 1px #4E4646;
}
table.style-2 tr {
  border-bottom: solid 1px #4E4646;
}
table.style-2 caption {
  caption-side: bottom;
  text-align: right;
  color: #4E4646;
  font-size: 1.4rem;
}

table.style-3 {
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
table.style-3 thead {
  display: block;
  width: 50%;
  float: left;
}
table.style-3 tbody {
  display: block;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: -1px;
}
table.style-3 th {
  display: block;
  width: auto;
  font-weight: normal;
  padding: 1em 1.5em;
  background-color: #F6F7F7;
  border-bottom: solid 1px #88959E;
}
table.style-3 thead tr {
  display: inline-block;
  width: 50%;
}
table.style-3 tbody tr {
  display: inline-block;
  width: 50%;
  margin: 0 -3px;
  border-top: solid 1px #88959E;
}
table.style-3 td {
  display: block;
  padding: 1em 1.5em;
  border-bottom: solid 1px #88959E;
  text-align: right;
}

table.style-4 {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  margin-bottom: 45px;
}
table.style-4 tbody,
table.style-4 thead,
table.style-4 tr,
table.style-4 td,
table.style-4 th {
  display: block;
}
table.style-4 th {
  width: auto;
  background-color: #F6F7F7;
  text-align: center;
  font-weight: normal;
}
table.style-4 th,
table.style-4 td {
  padding: 1em;
  border: solid 1px #88959E;
  margin-top: -1px;
}

/* ----------------------------
  お知らせ設定
---------------------------- */
.info-area {
  background-color: #ECEEEF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.info-top {
  font-size: 1.6rem;
}
.info-top dt, .info-top dd {
  margin-bottom: 1em;
  letter-spacing: 2px;
  line-height: 1.8;
}
.info-top dt span {
  display: inline-block;
  margin-left: 1.5em;
  font-size: small;
  text-align: center;
  white-space: nowrap;
}
.info-top dt span a {
  display: block;
  width: 6em;
  padding: 0.25em 1em;
  border: solid 1px #000;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  color: #000;
  white-space: nowrap;
}
.info-top dt span a:hover {
  color: #000;
  text-decoration: none;
}
.info-top dt span.imporatnt a {
  border-color: #9c1f4c;
  background-color: #9c1f4c;
  color: #fff;
}
.info-top dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-top dd a {
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.info-top dd a:hover {
  text-decoration: none;
  color: #9c1f4c;
}

.new {
  font-size: small;
  color: #9c1f4c;
}

.editor h2 {
  margin-bottom: 2.5em;
  letter-spacing: 2px;
}
.editor h3 {
  font-size: 1.8rem;
  font-weight: normal;
}
.editor h3:before {
  content: "[";
  margin-right: 0.5em;
}
.editor h3:after {
  content: "]";
  margin-left: 0.5em;
}
.editor h5.date {
  font-size: 1.4rem;
  color: #88959E;
  border-bottom: solid 1px #F6F7F7;
  padding-bottom: 1em;
  margin-bottom: 3em;
  letter-spacing: 3px;
}
.editor p {
  letter-spacing: 2px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.editor ul,
.editor ol {
  font-size: 1.6rem;
  margin: 0 0 2em 0;
  padding: 0;
}
.editor ul li,
.editor ol li {
  margin-left: 1.5em;
}

/* -----------------------
  プライバシーポリシー
----------------------- */
.pp {
  margin-bottom: 60px;
}
.pp h4 {
  font-weight: 900;
  margin-bottom: 1em;
}
.pp article {
  margin-bottom: 60px;
}

/* ---------------------------
  サイトマップ設定
--------------------------- */
ul.sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 2;
}
ul.sitemap li {
  margin-bottom: 2em;
}
ul.sitemap li a {
  color: #4E4646;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.sitemap li a:hover {
  color: #9c1f4c;
  text-decoration: none;
}

@media (min-width: 576px) {
  /* sm */
}
@media (min-width: 768px) {
  /* md */
  /* ----------------------------
  	書式設定
  ---------------------------- */
  /* リクルート グレイBOX */
  .gray-box {
    text-align: left;
    display: inline-block;
  }

  /* お品書き メニュー */
  .menu-area {
    padding-top: 75px;
    padding-bottom: 60px;
    margin-bottom: 90px;
  }

  .border-md-right {
    border-right: solid 1px #fff;
  }

  .bg-white-box-shadow {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-150 {
    margin-bottom: 150px;
  }

  .concept-box {
    padding-top: 120px;
    padding-bottom: 120px;
    opacity: 0;
  }

  .tate-box {
    position: relative;
  }
  .tate-box * {
    white-space: nowrap;
  }

  .copy {
    font-size: small;
    text-align: center;
    margin-bottom: 0;
  }

  .isAnimate {
    opacity: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    /* フレックスコンテナであることを指定 */
    display: flex;
    /* テキストを縦書きに指定 */
    writing-mode: vertical-rl;
    /* 左右中央揃え */
    align-items: center;
  }
  .isAnimate h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-left: 2em;
    margin-bottom: 0;
  }
  .isAnimate p {
    font-size: 1.7rem;
    letter-spacing: 2px;
    line-height: 2;
    margin-left: 2em;
    margin-bottom: 0;
  }

  h2.center-lower {
    font-size: 3.4rem;
  }
  h2.center-lower span {
    font-size: 1.7rem;
  }

  /* ----------------------------
    テキストボタン設定
  ---------------------------- */
  .text-btn-tate {
    font-size: 1.5rem;
    display: inline-block;
    position: absolute;
    bottom: 70px;
  }
  .text-btn-tate a {
    display: block;
    color: #000;
    border: solid 1px #000;
    padding: 0.75em 0.5em 3em;
    position: relative;
  }
  .text-btn-tate a:hover {
    text-decoration: none;
  }
  .text-btn-tate a:after {
    position: absolute;
    content: url(../images/common/arrow-down.png);
    background-position: top center;
    background-repeat: no-repeat;
    bottom: -50px;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: rotate(0);
    top: inherit;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999 !important;
  }
  .text-btn-tate a:hover:after {
    top: inherit;
    right: inherit;
    bottom: -70px;
    z-index: 9999 !important;
  }

  .text-btn-red {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .text-btn-red a:after {
    position: absolute;
    content: url(../images/common/arrow-red.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    right: 8%;
  }
  .text-btn-red a:hover:after {
    right: -3%;
  }

  /* ----------------------------
  お知らせ設定
  ---------------------------- */
  .info-area {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .info-top dd span {
    font-size: small;
  }
  .info-top dd span a {
    margin-right: 0.75em;
  }

  /* ----------------------------
      flex設定
  ---------------------------- */
  ul.flex4-2 li {
    flex-basis: 23%;
  }

  ul.flex3-2 li {
    flex-basis: 31%;
  }

  /* ---------------------------
  テーブル設定
  --------------------------- */
  table.style-3 {
    display: table;
  }
  table.style-3 thead {
    display: table-row-group;
    float: none;
    overflow-x: inherit;
  }
  table.style-3 tbody {
    display: table-row-group;
    margin-top: inherit;
  }
  table.style-3 th {
    display: table-cell;
    text-align: center;
    white-space: normal;
    border: solid 1px #88959E;
  }
  table.style-3 tbody tr {
    display: table-row;
    margin: inherit;
    border: none;
  }
  table.style-3 td {
    display: table-cell;
    text-align: center;
    border: solid 1px #88959E;
  }

  table.style-4 {
    display: table;
  }
  table.style-4 tbody,
table.style-4 thead {
    display: table-row-group;
  }
  table.style-4 tr {
    display: table-row;
  }
  table.style-4 th {
    text-align: left;
  }
  table.style-4 th,
table.style-4 td {
    display: table-cell;
    margin-top: 0;
    padding: 1.5em;
  }

  /* ---------------------------
  サイトマップ設定
  --------------------------- */
  ul.sitemap {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  /* lg */
  /* ----------------------------
  	書式設定
  ---------------------------- */
  .padding-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  p.line-height-3 {
    line-height: 3;
    letter-spacing: 2px;
  }

  h2.in {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
  }
  h2.in:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/common/in.svg);
    background-size: cover;
    margin-top: 1em;
    margin-left: 0;
  }

  /* ----------------------------
    テキストボタン設定
  ---------------------------- */
  .text-btn-red {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
  .text-btn-red a:after {
    position: absolute;
    content: url(../images/common/arrow-red.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    right: 20%;
  }
  .text-btn-red a:hover:after {
    right: 15%;
  }

  /* ----------------------------
    Flex設定
  ---------------------------- */
  ul.flex-menu {
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    /*for IE10*/
    display: -webkit-flex;
    /*for old webkit browser*/
    display: flex;
    -ms-flex-wrap: wrap;
    /*for IE10*/
    -webkit-flex-wrap: wrap;
    /*for old webkit browser*/
    flex-wrap: wrap;
    justify-content: space-around;
  }
  ul.flex-menu li {
    flex-basis: auto;
  }
}
@media (min-width: 1200px) {
  /* xl */
}

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