@charset "UTF-8";
/*
 * Config
 */
/*
 * Media Breakz
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: HiraMinProN-W6, "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}

body {
  color: #96000e;
  background-color: lightgrey;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #96000e;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: none !important;
}

@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.mobile {
  display: block !important;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.is-flex {
  display: flex !important;
}

.is-flex-pc {
  display: block;
}

@media (min-width: 769px) {
  .is-flex-pc {
    display: flex !important;
  }
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

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

.is-justify-between {
  justify-content: space-between;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-end {
  justify-content: flex-end;
}

.is-align-start {
  align-items: flex-start;
}

.is-align-center {
  align-items: center;
}

.is-align-end {
  align-items: flex-end;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-fixed {
  position: fixed;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.z-front {
  z-index: 100;
}

.z-normal {
  z-index: 0;
}

.z-back {
  z-index: -1;
}

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

.is-inline-flex {
  display: inline-flex;
}

.f-68 {
  font-size: 42px;
}

@media (min-width: 769px) {
  .f-68 {
    font-size: 68px;
  }
}

.f-68-s {
  font-size: 68px;
}

.f-58 {
  font-size: 50px;
}

@media (min-width: 769px) {
  .f-58 {
    font-size: 58px;
  }
}

.f-58-s {
  font-size: 58px;
}

.f-52 {
  font-size: 40px;
}

@media (min-width: 769px) {
  .f-52 {
    font-size: 52px;
  }
}

.f-52-s {
  font-size: 52px;
}

.f-48 {
  font-size: 32px;
}

@media (min-width: 769px) {
  .f-48 {
    font-size: 48px;
  }
}

.f-48-s {
  font-size: 48px;
}

.f-42 {
  font-size: 28px;
}

@media (min-width: 769px) {
  .f-42 {
    font-size: 42px;
  }
}

.f-42-s {
  font-size: 42px;
}

.f-40 {
  font-size: 26px;
}

@media (min-width: 769px) {
  .f-40 {
    font-size: 40px;
  }
}

.f-40-s {
  font-size: 40px;
}

.f-36 {
  font-size: 28px;
}

@media (min-width: 769px) {
  .f-36 {
    font-size: 36px;
  }
}

.f-36-s {
  font-size: 36px;
}

.f-34 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-34 {
    font-size: 34px;
  }
}

.f-34-s {
  font-size: 34px;
}

.f-32 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-32 {
    font-size: 32px;
  }
}

.f-32-s {
  font-size: 32px;
}

.f-30 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-30 {
    font-size: 30px;
  }
}

.f-30-s {
  font-size: 30px;
}

.f-29 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-29 {
    font-size: 29px;
  }
}

.f-29-s {
  font-size: 29px;
}

.f-28 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-28 {
    font-size: 28px;
  }
}

.f-28-s {
  font-size: 28px;
}

.f-26 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-26 {
    font-size: 26px;
  }
}

.f-26-s {
  font-size: 26px;
}

.f-24 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-24 {
    font-size: 20px;
  }
}

@media (min-width: 1281px) {
  .f-24 {
    font-size: 24px;
  }
}

.f-24-s {
  font-size: 24px;
}

.f-23 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-23 {
    font-size: 23px;
  }
}

.f-23-s {
  font-size: 23px;
}

.f-22 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-22 {
    font-size: 22px;
  }
}

.f-22-s {
  font-size: 22px;
}

.f-21 {
  font-size: 18px;
}

@media (min-width: 769px) {
  .f-21 {
    font-size: 21px;
  }
}

.f-21-s {
  font-size: 21px;
}

.f-20 {
  font-size: 18px;
}

@media (min-width: 769px) {
  .f-20 {
    font-size: 20px;
  }
}

.f-20-s {
  font-size: 20px;
}

.f-19 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .f-19 {
    font-size: 19px;
  }
}

.f-19-s {
  font-size: 19px;
}

.f-18 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .f-18 {
    font-size: 18px;
  }
}

.f-18-s {
  font-size: 18px;
}

.f-16 {
  font-size: 15px;
}

@media (min-width: 769px) {
  .f-16 {
    font-size: 16px;
  }
}

.f-16-s {
  font-size: 16px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-13 {
  font-size: 13px;
}

.f-12 {
  font-size: 12px;
}

.f-11 {
  font-size: 11px;
}

.f-10 {
  font-size: 10px;
}

.t-light {
  font-weight: 300;
}

.t-normal {
  font-weight: 400;
}

.t-med {
  font-weight: 500;
}

.t-bold {
  font-weight: 700;
}

.t-black {
  font-weight: 900;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-underline {
  text-decoration: underline;
}

.is-en {
  font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}

.is-kaku {
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Maru Gothic Pro", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.is-kakuW3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
}

.t-white {
  color: #fff;
}

.t-grey {
  color: #444;
}

.t-pink {
  color: #d18383;
}

.header {
  background-color: #55161d;
}

.header__logo {
  padding: 10px 0;
}

.header__logo a img {
  margin-right: 10px;
  height: 50px;
}

.header__logo > img {
  margin-bottom: 5px;
  margin-right: 10px;
  height: unset;
}

.header .burger-menu {
  width: 60px;
  position: fixed;
  background-color: rgba(85, 22, 29, 0.3);
  right: 0;
  top: 0;
  padding: 30px 15px;
  z-index: 100;
}

.header .burger-menu span {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  margin-bottom: 8px;
}

.header .burger-menu span:last-of-type {
  margin-bottom: 0px;
}

.header .sp-menu {
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #55161d;
  padding: 0 10px;
  top: 0;
}

.header .sp-menu ul li {
  margin: 20px;
}

.main {
  min-height: calc(100vh - 134px);
}

.main__mv--1920 {
  display: none;
}

@media (min-width: 1281px) {
  .main__mv--1920 {
    display: block;
  }
}

.main__mv--1280 {
  display: block;
}

.main__mv--1280 img {
  width: 100%;
}

@media (min-width: 1281px) {
  .main__mv--1280 {
    display: none;
  }
}

.main__mv__nav {
  background-color: rgba(124, 17, 41, 0.702);
  width: 100%;
  bottom: 0;
  left: 0;
}

.main__mv__nav ul li > a {
  padding: 25px 0;
}

@media (min-width: 1281px) {
  .main__mv__nav ul li > a {
    padding: 25px 54px;
  }
}

.main__mv__nav ul li > a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer {
  background-color: #55161d;
  padding: 26px 0;
}

.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .wrapper {
    padding: 0 40px;
  }
}

.wrapper--nopad {
  padding: 0;
}

.wrapper-sm {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 769px) {
  .wrapper-sm {
    padding: 0;
  }
}

.concept__section1 {
  background: url(../../assets/images/concept_bg.png) no-repeat;
  background-size: cover;
  padding: 75px 0 65px;
}

@media (min-width: 769px) {
  .concept__section1 {
    padding: 75px 0 95px;
  }
}

@media (min-width: 1281px) {
  .concept__section1 {
    padding: 75px 25px 95px;
  }
}

.concept__section1 .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 35px;
  z-index: 1;
}

.concept__section1 .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #9f5667;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.concept__section1 .section-title span {
  position: relative;
  z-index: 1;
}

.concept__section1 .subtitle {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .concept__section1 .subtitle {
    margin-bottom: 35px;
  }
}

.concept__section1-list-item {
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .concept__section1-list-item {
    margin-bottom: unset;
    width: 30%;
  }
}

.concept__section1-list-item img {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .concept__section1-list-item img {
    margin-bottom: 40px;
  }
}

.concept__section1-list-item .with-border {
  border-top: 1px #d18383 solid;
  padding: 15px 50px 0;
  margin-top: 15px;
  position: relative;
}

.concept__section1-list-item .with-border::before {
  content: "";
  background: url(../../assets/images/logo_rotated.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 65px;
  position: absolute;
  left: -15px;
  top: 0;
}

.concept__section2 {
  background: url(../../assets/images/concept_section2_bg.png) no-repeat;
  background-size: cover;
  padding: 95px 0 30px;
}

.concept__section2 .title {
  max-width: 875px;
  padding: 30px 0;
  border-top: 2px #96000e solid;
  border-bottom: 2px #96000e solid;
  position: relative;
}

@media (min-width: 769px) {
  .concept__section2 .title {
    padding: 30px 60px;
  }
}

.concept__section2 .title::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #96000e;
}

.concept__section2 .title-left {
  margin: 0 auto 55px 0;
}

@media (min-width: 769px) {
  .concept__section2 .title-left {
    text-align: right;
  }
}

.concept__section2 .title-right {
  margin: 0 0 55px auto;
}

.concept__section2 .content {
  margin-bottom: 90px;
  position: relative;
}

.concept__section2 .content .image {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .concept__section2 .content .image {
    margin-bottom: unset;
    min-width: 418px;
  }
}

.concept__section2 .content .image::after {
  z-index: 0;
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: rgba(209, 131, 131, 0.149);
}

.concept__section2 .content .image-left::after {
  right: unset;
  top: -15px;
  left: -15px;
}

.concept__section2 .content .text {
  max-width: 730px;
  width: 100%;
}

@media (min-width: 769px) {
  .concept__section2 .content .text {
    width: 50%;
  }
}

@media (min-width: 1281px) {
  .concept__section2 .content .text {
    width: unset;
  }
}

.concept__section2 .content .text p {
  line-height: 2;
}

.concept__section2 .content .text p:nth-of-type(1) {
  padding-bottom: 15px;
}

.concept__section3 {
  background: url(../../assets/images/concept_section3_bg.png) repeat;
  background-size: contain;
  padding: 100px 0 125px;
}

.concept__section3 .subtitle {
  line-height: 1.7;
  padding-bottom: 50px;
}

@media (min-width: 769px) {
  .concept__section3 .subtitle {
    padding-bottom: 80px;
  }
}

.concept__section3 .with-border {
  border-top: 1px #d18383 solid;
  padding: 15px 50px 0;
  margin-top: 15px;
  position: relative;
  width: calc(100% - 12px);
  margin-bottom: 20px;
}

.concept__section3 .with-border::before {
  content: "";
  background: url(../../assets/images/logo_rotated.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 65px;
  position: absolute;
  left: -15px;
  top: 0;
}

.concept__section3 .arrow {
  display: block;
  margin: 30px auto;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

@media (min-width: 769px) {
  .concept__section3 .arrow {
    width: 3%;
    transform: unset;
    -ms-transform: unset;
    /* IE 9 */
    -moz-transform: unset;
    /* Firefox */
    -webkit-transform: unset;
    /* Safari and Chrome */
    -o-transform: unset;
    /* Opera */
    margin-top: 100px;
  }
}

@media (min-width: 1281px) {
  .concept__section3 .arrow {
    width: unset;
  }
}

.concept__section3 .list-item {
  width: 100%;
}

@media (min-width: 769px) {
  .concept__section3 .list-item {
    width: 30%;
  }
}

.pattern {
  background-color: #fefbfa;
  padding: 80px 0 40px;
}

@media (min-width: 769px) {
  .pattern {
    padding: 120px 0 40px;
  }
}

.pattern .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  z-index: 1;
}

@media (min-width: 769px) {
  .pattern .section-title {
    margin: 0 auto 80px;
  }
}

.pattern .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7c1129;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.pattern .section-title span {
  position: relative;
  z-index: 1;
}

.pattern-list-item {
  margin: 0 0 50px;
  overflow: visible;
  padding: 0 3vw;
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
  .pattern-list-item {
    width: 45%;
    margin: 0 0 80px;
  }
}

.pattern-list-item .title {
  margin-bottom: 30px;
  margin-left: -25px;
  width: calc(100% + 50px);
  background: url(../../assets/images/pattern_textbg-whole.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.pattern-list-full .pattern-list-item {
  width: 100%;
}

.pattern-list-full .pattern-list-item .title {
  background: url(../../assets/images/pattern_textbg-whole.png) no-repeat;
  background-position: center;
  background-size: contain;
  flex-direction: column;
}

@media (min-width: 769px) {
  .pattern-list-full .pattern-list-item .title {
    background: url(../../assets/images/pattern_textbg-whole-full.png) no-repeat;
    background-position: center;
    flex-direction: row;
  }
}

.pattern-list-full .pattern-list-item .title > div {
  min-width: 155px;
}

.pattern-list-full .pattern-list-item .title > p {
  min-width: 100px;
}

.pattern-list-full .pattern-list-item .image {
  justify-content: space-between;
}

@media (min-width: 415px) {
  .pattern-list-full .pattern-list-item .image {
    justify-content: space-evenly;
  }
}

@media (min-width: 769px) {
  .pattern-list-full .pattern-list-item .image {
    justify-content: space-between;
  }
}

.pattern-list-full .pattern-list-item .image img {
  margin-bottom: 12px;
  width: 48%;
}

@media (min-width: 415px) {
  .pattern-list-full .pattern-list-item .image img {
    width: auto;
  }
}

.menu {
  background-color: #fff;
  padding: 80px 0;
}

@media (min-width: 769px) {
  .menu {
    padding: 120px 0;
  }
}

.menu .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  z-index: 1;
}

.menu .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7c1129;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.menu .section-title span {
  position: relative;
  z-index: 1;
}

.menu__section {
  clear: both;
}

.menu__section .title {
  background-color: #96000e;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 50px;
  margin-bottom: 40px;
  text-align: center;
  clear: both;
}

@media (min-width: 769px) {
  .menu__section .table {
    height: 500px;
  }
}

.menu__section .table table {
  min-width: 100%;
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .menu__section .table table {
    margin-bottom: 80px;
    min-width: 45%;
  }
}

@media (min-width: 1281px) {
  .menu__section .table table {
    min-width: 600px;
  }
}

@media (min-width: 769px) {
  .menu__section .table table:nth-of-type(1) {
    float: left;
  }
}

@media (min-width: 769px) {
  .menu__section .table table:nth-of-type(2) {
    float: right;
    min-width: 45%;
  }
}

@media (min-width: 1281px) {
  .menu__section .table table:nth-of-type(2) {
    min-width: 520px;
  }
}

@media (min-width: 769px) {
  .menu__section .table table.reduce-width {
    min-width: 45%;
  }
}

@media (min-width: 1281px) {
  .menu__section .table table.reduce-width {
    min-width: 520px;
  }
}

@media (min-width: 769px) {
  .menu__section .table table.second-table {
    margin-top: -40px;
  }
}

@media (min-width: 1281px) {
  .menu__section .table table.second-table {
    margin-top: -20px;
  }
}

.menu__section .table table .bg-red {
  background-color: #eacccf;
  text-align: center;
  width: 113px;
}

.menu__section .table table tr {
  border-bottom: 1px #d5999f solid;
}

.menu__section .table table tr.tr-header th:nth-of-type(1) {
  border-top: 2px #96000e solid;
  border-bottom: 2px #96000e solid;
  position: relative;
}

.menu__section .table table tr.tr-header th:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #96000e;
}

.menu__section .table table tr th, .menu__section .table table tr td {
  vertical-align: middle;
  font-weight: bold;
}

.menu__section .table table tr th span, .menu__section .table table tr td span {
  font-weight: normal;
}

.menu__section .table table tr th {
  height: 60px;
  text-align: left;
}

.menu__section .table table tr td {
  padding: 24px 0;
}

.menu__section .table table tr td:nth-of-type(2) {
  width: 113px;
  text-align: center;
}

@media (min-width: 769px) {
  .menu__section .table .inner-div {
    float: right;
    margin-top: -20px;
    min-width: 45%;
  }
}

@media (min-width: 1281px) {
  .menu__section .table .inner-div {
    min-width: 520px;
  }
}

.menu__section .table .inner-div table {
  float: unset;
}

@media (min-width: 769px) {
  .menu__section .table .inner-div table {
    min-width: 45%;
  }
}

@media (min-width: 1281px) {
  .menu__section .table .inner-div table {
    min-width: 520px;
  }
}

.menu__section .table .inner-div .note {
  width: fit-content;
  margin: 0 0 0 auto;
}

.menu__section .table .inner-div .note p {
  font-weight: bold;
  padding-top: 10px;
}

.menu__section .table .inner-div .note p span {
  font-weight: normal;
}

.menu__images {
  clear: both;
  margin-top: 50px;
}

@media (min-width: 769px) {
  .menu__images {
    margin-top: unset;
  }
}

.menu__images .images {
  margin-bottom: 50px;
}

@media (min-width: 769px) {
  .menu__images .images {
    margin-bottom: unset;
  }
}

.menu__images .images .title {
  text-align: center;
  position: relative;
  width: 100%;
  border-top: 1px #d18383 solid;
  padding: 10px 50px 0;
  margin-top: 15px;
  width: calc(100% - 12px);
  margin-bottom: 20px;
}

.menu__images .images .title::before {
  content: "";
  background: url(../../assets/images/logo_rotated.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 65px;
  position: absolute;
  left: -15px;
  top: 0;
}

.menu__images .images p.t-grey {
  text-align: center;
  line-height: 1.7;
  margin-top: 30px;
}

.shop {
  background: url(../../assets/images/shop_bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media (min-width: 769px) {
  .shop {
    padding: 120px 0;
  }
}

.shop .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  z-index: 1;
}

@media (min-width: 769px) {
  .shop .section-title {
    margin: 0 auto 80px;
  }
}

.shop .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7c1129;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.shop .section-title span {
  position: relative;
  z-index: 1;
}

.shop ul {
  margin-bottom: 55px;
}

.shop ul li {
  margin-bottom: 22px;
}

.shop ul li p {
  color: #fff;
  line-height: 1.5;
}

.shop ul li p a {
  color: #fff;
}

.shop ul li .label {
  padding: 9px 10px;
  line-height: 1;
  background-color: #d18383;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .shop ul li .label {
    padding: 9px 0;
    margin-bottom: unset;
    text-align: center;
    width: 100px;
    margin-right: 2.23vw;
    flex-shrink: 0;
  }
}

@media (min-width: 769px) {
  .shop ul li img {
    margin-left: 143px;
  }
}

.shop ul li.two-lines {
  margin-bottom: 15px;
}

.shop img:not(.qr) {
  width: 100%;
}

@media (min-width: 769px) {
  .shop img:not(.qr) {
    width: 45%;
  }
}

@media (min-width: 1281px) {
  .shop img:not(.qr) {
    width: unset;
  }
}

.shop .map {
  max-width: 720px;
  padding-bottom: 40px;
  border-bottom: 1px #d18383 solid;
  margin-bottom: 40px;
}

@media (min-width: 769px) {
  .shop .map {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
}

.shop .map p {
  color: #fff;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 1px #d18383 solid;
}

.recruit {
  background: url(../../assets/images/recruit_bg.png) no-repeat;
  background-size: unset;
  background-position: 80% 10%;
  background-color: #fff;
  padding: 80px 0;
}

@media (min-width: 769px) {
  .recruit {
    padding: 120px 0;
  }
}

.recruit .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 34px;
  z-index: 1;
}

.recruit .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7c1129;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.recruit .section-title span {
  position: relative;
  z-index: 1;
}

.recruit .with-border {
  border: solid 1px #7c1129;
  padding: 6px;
  width: 90%;
  max-width: 625px;
  margin: 0 auto 30px;
}

.recruit .with-border p {
  border: solid 1px #7c1129;
  padding: 45px 0;
  text-align: center;
}

.recruit .wrapper-sm ul {
  padding-left: 23px;
  border-bottom: 2px solid #d18383;
  padding-bottom: 20px;
  margin-bottom: 33px;
}

.recruit .wrapper-sm ul li {
  padding-bottom: 13px;
  display: flex;
  align-items: center;
}

.recruit .wrapper-sm ul li img {
  margin-right: 3px;
}

.recruit .wrapper-sm > p {
  padding-left: 23px;
  padding-bottom: 13px;
}

.recruit .center-text > p {
  line-height: 1.8;
  padding-bottom: 30px;
}

.recruit .with-yellow-bg {
  margin-top: 90px;
}

.recruit .with-yellow-bg .title.is-absolute {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 415px) {
  .recruit .with-yellow-bg .title.is-absolute {
    top: -60px;
  }
}

.recruit .with-yellow-bg > div {
  justify-content: center;
  display: block;
}

@media (min-width: 415px) {
  .recruit .with-yellow-bg > div {
    display: flex;
  }
}

.recruit .with-yellow-bg > div .left, .recruit .with-yellow-bg > div .right {
  background-color: #fcf0d9;
  padding: 35px 10px 15px;
  width: 100%;
  max-width: 595px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #9b4848;
  line-height: 1.7;
}

@media (min-width: 415px) {
  .recruit .with-yellow-bg > div .left, .recruit .with-yellow-bg > div .right {
    margin: 5px;
  }
}

.recruit .with-yellow-bg > div .left ul, .recruit .with-yellow-bg > div .right ul {
  border: dotted 2px #9b4848;
  max-width: 330px;
  text-align: left;
  margin: 0 auto 30px;
  padding: 22px 20px;
}

.recruit .with-yellow-bg > div .left ul li, .recruit .with-yellow-bg > div .right ul li {
  display: flex;
  align-items: center;
}

.recruit .with-yellow-bg > div .left ul li img, .recruit .with-yellow-bg > div .right ul li img {
  margin-right: 3px;
}

.recruit .with-yellow-bg > div .left > p, .recruit .with-yellow-bg > div .right > p {
  padding-bottom: 30px;
}

.recruit__requirement .title {
  background-color: #d18383;
  max-width: 300px;
  padding: 68px 0;
  margin: 60px auto;
}

.recruit__requirement .title p {
  width: max-content;
  margin: 0 auto;
}

.recruit__requirement .title p:nth-of-type(1) {
  letter-spacing: 6px;
  border-bottom: 2px solid #fff;
  margin-bottom: 3px;
}

.recruit__requirement .title p span {
  letter-spacing: -2.8px;
}

.recruit__requirement > ul {
  max-width: 800px;
  margin: 0 auto;
}

.recruit__requirement > ul > li {
  display: flex;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  padding: 20px 0;
}

.recruit__requirement > ul > li:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-image: url(../../assets/images/rope-border.png);
}

.recruit__requirement > ul > li .label {
  font-weight: bold;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Hiragino Maru Gothic Pro", "YuGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  width: 28%;
  max-width: 235px;
  min-width: 150px;
}

.recruit__requirement > ul > li ul li {
  padding-bottom: 13px;
}

.recruit__requirement > ul > li ul li > p {
  display: flex;
  align-items: center;
  padding-bottom: 13px;
}

.recruit__requirement > ul > li ul li > p img {
  margin-right: 3px;
}

.recruit__requirement > ul > li ul li:last-of-type {
  padding-bottom: 0;
}

.recruit__requirement > ul > li ul li.is-flex img {
  margin-right: 3px;
}

.recruit p.with-bg {
  color: #fff;
  font-weight: bold;
  background-color: #d18383;
  padding: 7px 12px;
  display: inline-block;
  margin-left: 34px;
  margin-bottom: 13px;
}

.contact {
  background: url(../../assets/images/contact_bg.png) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

@media (min-width: 769px) {
  .contact {
    padding: 120px 0;
  }
}

.contact .section-title {
  position: relative;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 0 10px 5px;
}

.contact .section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #7c1129;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.contact .form {
  max-width: 610px;
  margin: 0 auto;
}

.contact .form form ul li {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 415px) {
  .contact .form form ul li {
    display: flex;
  }
}

.contact .form form ul li .label {
  width: 100%;
  max-width: calc(210px - 3.38vw);
  margin-right: 3.38vw;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
}

@media (min-width: 415px) {
  .contact .form form ul li .label {
    text-align: right;
    padding-bottom: unset;
  }
}

.contact .form form ul li .label span {
  color: #7c1129;
}

.contact .form form ul li input, .contact .form form ul li textarea {
  border: none;
  color: #000;
  padding: 3px 20px;
  font-size: 18px;
  font-family: HiraMinProN-W6, "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "MS Mincho", serif;
  width: 100%;
}

@media (min-width: 415px) {
  .contact .form form ul li input, .contact .form form ul li textarea {
    max-width: 300px;
  }
}

.contact .form form ul li input[type=email], .contact .form form ul li textarea {
  resize: none;
}

@media (min-width: 415px) {
  .contact .form form ul li input[type=email], .contact .form form ul li textarea {
    max-width: 400px;
  }
}

.contact .form form button {
  margin-top: 95px;
  width: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  letter-spacing: 3px;
  height: 50px;
}
/*# sourceMappingURL=style.css.map */