@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: white;
  font-family: "ten-mincho", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 500;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 30px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #800a0e;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "ten-mincho", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  max-width: 100%;
}

.is-scrolled .header__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(128, 10, 14, 0.9);
  padding-bottom: 0;
}

.is-scrolled .header__nav ul {
  padding-bottom: 0;
}

.is-scrolled .header__nav #nav-toggle {
  position: absolute;
  top: -28px !important;
  right: -137px;
}

.is-scrolled .header__nav .ddmenu {
  top: 94px;
}

.is-scrolled .header__nav .margin {
  top: 80px;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1200px) {
  .fixed {
    position: relative;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100% !important;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

.header__top .logo {
  width: 200px;
}

.header__top .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 200px);
}

@media screen and (max-width: 1200px) {
  .header__top .info {
    display: none;
  }
}

.header__top .info p, .header__top .info a {
  color: white;
  margin-left: 30px;
}

.header__top .info p {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 2px;
}

@media screen and (max-width: 1300px) {
  .header__top .info p {
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
}

.header__top .info p span {
  font-size: 12px;
  display: block;
}

.header__top .info .tel {
  font-size: 2.8rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__top .info .tel img {
  position: relative;
  top: -2px;
  right: 3px;
  width: 25px;
  height: 25px;
}

.header__top .info .tel:hover {
  opacity: 0.6;
}

.header__nav > ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header__nav > ul {
    display: none;
  }
}

.header__nav > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__nav > ul li a {
  color: white;
  font-size: 1.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__nav > ul li a:hover {
  opacity: 0.6;
}

.main {
  border-bottom: 3px solid #800b0f;
}

.main .slider picture img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "objectfit:cover;";
}

.slick-slide img {
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .slick-slide img {
    height: 100vh !important;
  }
}

#global_footer {
  position: relative;
  z-index: 1;
}

.footer {
  background-color: rgba(2, 2, 2, 0.5);
  border-top: 1px solid #800a0e;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 0 20px;
  }
}

.footer__nav {
  padding: 30px 0;
}

.footer__nav ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1000px) {
  .footer__nav ul li {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li {
    padding: 3px;
    width: 50%;
  }
}

.footer__nav ul li a {
  color: white;
  display: block;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .footer__nav ul li a {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .footer__nav ul li a {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.footer__nav ul li a:hover {
  opacity: 0.6;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__info .info01 {
  color: white;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .footer__info .info01 {
    width: 100%;
    margin: 0 auto 40px auto;
    text-align: center;
  }
}

.footer__info .info01 p {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 10px;
}

.footer__info .info01 p span {
  font-size: 1.2rem;
  display: block;
}

.footer__info .info02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  background-color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media screen and (max-width: 1000px) {
  .footer__info .info02 {
    margin: auto;
    width: 600px;
  }
}

@media screen and (max-width: 640px) {
  .footer__info .info02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 85%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__info .info02 a {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer__info .info02 a {
    width: 80%;
  }
}

.footer__info .info02 a span {
  display: block;
  font-size: 1.4rem;
  color: white;
  padding: 5px 0;
}

.footer__info .info02 a:hover {
  opacity: 0.6;
}

.footer__info .info02 a:not(:last-child) {
  border-right: 1px solid #800a0e;
}

@media screen and (max-width: 640px) {
  .footer__info .info02 a:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #800a0e;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.footer__info .info02 a:last-child span {
  padding: 10px 0;
}

p small {
  display: block;
  color: white;
  font-size: 1.3rem;
  padding: 5px;
  letter-spacing: 2px;
  background-color: rgba(2, 2, 2, 0.5);
  padding-bottom: 20px;
}

p small a {
  color: white !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p small a:hover {
  opacity: 0.6;
}

.pankuzu {
  margin-bottom: 80px;
  padding-top: 20px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.4rem;
  color: white;
  letter-spacing: 3px;
}

.pankuzu a {
  color: white;
  font-weight: 400;
}

#contents_wrap {
  position: relative;
}

#contents {
  background-color: transparent !important;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.home_wrap01 .fadein:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.home_wrap01 .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.home_wrap01 .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*  ホーム  */
.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.sp2 {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp2 {
    display: block;
  }
}

.title_01 h1 {
  font-size: 3.5rem;
  color: white;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .title_01 h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .title_01 h1 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title_01 h1 {
    font-size: 2.4rem;
  }
}

.title_01 div {
  color: #8e8e8e;
}

.text_01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_01 div {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
}

@media screen and (max-width: 1000px) {
  .text_01 div {
    padding: 0 30px;
  }
}

.btn_01 {
  width: 375px;
  height: 50px;
  border: 1px solid white;
  text-align: center;
  color: white !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 55px auto 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01:hover {
  background-color: #800a0e;
  border: 1px solid #800a0e;
  color: #ccc !important;
}

.cont_01 {
  position: relative;
  z-index: 1;
}

.cont_01 .image_01 {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.cont_01 .image_01 .box {
  width: 50%;
  padding: 10px;
}

.cont_01 .image_01 .box:nth-child(2) {
  position: relative;
  top: 160px;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 220px;
  padding-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .cont_02 {
    padding-top: 160px;
  }
}

.cont_02 .contents_01 {
  width: 75%;
}

@media screen and (max-width: 1200px) {
  .cont_02 .contents_01 .box {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .contents_01 .box {
    width: 90%;
  }
}

.cont_02 .contents_01 .box h3 {
  font-size: 2rem;
  padding-left: 45px;
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  .cont_02 .contents_01 .box h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding-left: 25px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 .contents_01 .box h3 {
    padding-left: 55px;
  }
}

.cont_02 .contents_01 .box h3::before {
  content: "";
  background-color: white;
  width: 40px;
  height: 1px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

@media screen and (max-width: 1500px) {
  .cont_02 .contents_01 .box h3::before {
    width: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 .contents_01 .box h3::before {
    width: 50px;
  }
}

.cont_02 .contents_01 .box div {
  float: right;
  color: #8e8e8e;
  padding-top: 5px;
}

.cont_02 .contents_01 .box img {
  width: 100% !important;
}

.title_02 {
  width: 25%;
}

.title_02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: right;
  padding-right: 20px;
}

.title_02 h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.8rem;
  position: relative;
  bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .title_02 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 2.4rem;
  }
}

.title_02 div {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: #d5dbdf;
}

.cont_03:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 200px;
}

.cont_03:nth-child(odd) .cont_03l {
  width: 60%;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .cont_03:nth-child(odd) .cont_03l {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(odd) .cont_03l {
    width: 80%;
  }
}

.cont_03:nth-child(odd) .cont_03r {
  width: calc(50% - 50px);
  position: relative;
  z-index: 1;
  background-color: rgba(2, 2, 2, 0.6);
  margin-right: 50px;
  padding: 60px;
  top: 100px;
}

@media screen and (max-width: 1500px) {
  .cont_03:nth-child(odd) .cont_03r {
    width: calc(60% - 50px);
  }
}

@media screen and (max-width: 1200px) {
  .cont_03:nth-child(odd) .cont_03r {
    width: calc(70% - 50px);
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(odd) .cont_03r {
    width: calc(90% - 50px);
  }
}

@media screen and (max-width: 640px) {
  .cont_03:nth-child(odd) .cont_03r {
    padding: 40px;
  }
}

.cont_03:nth-child(odd) .cont_03r::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90%;
  display: block;
  height: 100%;
}

.cont_03:nth-child(odd) .cont_03r .title_03 {
  position: relative;
}

.cont_03:nth-child(odd) .cont_03r .title_03::before {
  content: "";
  border-bottom: 1px solid #800a0e;
  width: calc(100% + 110px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont_03:nth-child(odd) .cont_03r .title_03 h2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .cont_03:nth-child(odd) .cont_03r .title_03 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(odd) .cont_03r .title_03 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_03:nth-child(odd) .cont_03r .title_03 h2 {
    font-size: 2.4rem;
  }
}

.cont_03:nth-child(odd) .cont_03r .title_03 div {
  color: #8e8e8e;
  margin-bottom: 10px;
}

.cont_03:nth-child(odd) .cont_03r .text_02 {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .cont_03:nth-child(odd) .cont_03r .text_02 div {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
}

.cont_03:nth-child(odd) .cont_03r .btn_02 {
  width: 250px;
  height: 55px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_03:nth-child(odd) .cont_03r .btn_02:hover {
  background-color: #800a0e;
  border: 1px solid #800a0e;
}

.cont_03:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 200px;
}

.cont_03:nth-child(even) .cont_03l {
  width: 60%;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .cont_03:nth-child(even) .cont_03l {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(even) .cont_03l {
    width: 80%;
  }
}

.cont_03:nth-child(even) .cont_03r {
  width: calc(50% - 50px);
  position: relative;
  z-index: 1;
  background-color: rgba(2, 2, 2, 0.6);
  margin-left: 50px;
  padding: 60px;
  top: 100px;
}

@media screen and (max-width: 1500px) {
  .cont_03:nth-child(even) .cont_03r {
    width: calc(60% - 50px);
  }
}

@media screen and (max-width: 1200px) {
  .cont_03:nth-child(even) .cont_03r {
    width: calc(70% - 50px);
  }
}

@media screen and (max-width: 834px) {
  .cont_03:nth-child(even) .cont_03r {
    width: calc(90% - 50px);
  }
}

@media screen and (max-width: 640px) {
  .cont_03:nth-child(even) .cont_03r {
    padding: 40px;
  }
}

.cont_03:nth-child(even) .cont_03r::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 90%;
  display: block;
  height: 100%;
}

.cont_03:nth-child(even) .cont_03r .title_03 {
  position: relative;
}

.cont_03:nth-child(even) .cont_03r .title_03::before {
  content: "";
  border-bottom: 1px solid #800a0e;
  width: calc(100% + 110px);
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cont_03:nth-child(even) .cont_03r .title_03 h2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

.cont_03:nth-child(even) .cont_03r .title_03 div {
  color: #8e8e8e;
  margin-bottom: 10px;
}

.cont_03:nth-child(even) .cont_03r .text_02 {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .cont_03:nth-child(even) .cont_03r .text_02 div {
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
}

.cont_03:nth-child(even) .cont_03r .btn_02 {
  width: 250px;
  height: 55px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_03:nth-child(even) .cont_03r .btn_02:hover {
  background-color: #800a0e;
  border: 1px solid #800a0e;
}

.cont_04 {
  background-image: url(../images/contents/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: cover;
  padding: 80px 30px 160px 30px;
}

.cont_04 .title_04 h2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .cont_04 .title_04 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_04 .title_04 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_04 .title_04 h2 {
    font-size: 2.2rem;
  }
}

.cont_04 .title_04 div {
  color: #8e8e8e;
}

.cont_04 .text_03 div {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .cont_04 .text_03 div {
    font-size: 1.6rem;
    text-align: left !important;
  }
}

.contact01 {
  max-width: 1000px;
  margin: auto;
  position: relative;
  bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .contact01 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 640px) {
  .contact01 {
    padding: 0 30px;
  }
}

.contact01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 100px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  .contact01 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
}

.contact01 li {
  width: 33.333%;
  float: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .contact01 li {
    width: 85%;
    margin: auto;
  }
}

.contact01 li a {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact01 li img {
  display: block;
  margin: auto;
}

.contact01 li h5 {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin: 10px auto 0 auto;
  color: white;
}

.contact01 li div {
  text-align: center;
  color: white;
}

@media screen and (max-width: 834px) {
  .contact01 li div {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .contact01 li div {
    letter-spacing: 1px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .contact01 li div {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

.contact01 li span {
  margin-top: 30px;
  display: block;
  color: white;
}

@media screen and (max-width: 768px) {
  .contact01 li span {
    letter-spacing: 1px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .contact01 li span {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}

.contact01 a:hover {
  opacity: 0.6;
}

.contact01 li:not(:last-child) {
  border-right: 1px solid #800a0e;
}

@media screen and (max-width: 640px) {
  .contact01 li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #800a0e;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

.contact01 li:last-child {
  margin: 0 auto 10px auto !important;
}

.cont_btn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cont_btn a {
  width: 48%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .cont_btn a {
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_btn a {
    width: 90%;
  }
}

.cont_btn a .box {
  position: relative;
  overflow: hidden;
}

.cont_btn a .box div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 2.8rem;
  color: white;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .cont_btn a .box div {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .cont_btn a .box div {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_btn a .box div {
    font-size: 2.4rem;
  }
}

.cont_btn a .box div span {
  display: block;
  color: #8e8e8e;
  font-size: 1.6rem;
}

.cont_btn a .box img {
  width: 100% !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_btn a:nth-child(2) .box {
  position: relative;
  top: 70px;
}

@media screen and (max-width: 834px) {
  .cont_btn a:nth-child(2) .box {
    top: 40px;
  }
}

.cont_btn a:hover {
  opacity: 0.8;
}

.cont_btn a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.cont_05 {
  position: relative;
  z-index: 1;
}

.cont_05::before {
  content: "";
  width: 80%;
  margin: auto;
  height: 260px;
  background-color: rgba(128, 10, 14, 0.7);
  display: block;
  right: 0;
  left: 0;
  top: 60px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  .cont_05::before {
    width: 95%;
    height: 20vw;
  }
}

@media screen and (max-width: 834px) {
  .cont_05::before {
    height: 60vw;
  }
}

.cont_05 .inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .cont_05 .inner2 {
    padding: 0 20px;
  }
}

.cont_05 .title_02 {
  width: 16.666%;
}

@media screen and (max-width: 1500px) {
  .cont_05 .title_02 {
    width: 12%;
  }
}

@media screen and (max-width: 834px) {
  .cont_05 .title_02 {
    width: 15%;
  }
}

.cont_05 .title_02 article {
  padding-right: 0;
}

.cont_05 .insta {
  width: 66.6666%;
}

@media screen and (max-width: 1500px) {
  .cont_05 .insta {
    width: 80%;
  }
}

.title_05 {
  position: relative;
  z-index: 1;
}

.title_05 h2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .title_05 h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 834px) {
  .title_05 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .title_05 h2 {
    font-size: 2.4rem;
  }
}

.title_05 div {
  color: #8e8e8e;
}

.home_news {
  height: 260px;
  overflow: auto;
  padding-right: 40px;
}

@media screen and (max-width: 640px) {
  .home_news {
    padding-right: 20px;
  }
}

.home_news dl {
  border-bottom: 1px solid #505050 !important;
}

@media screen and (max-width: 640px) {
  .home_news dl {
    display: block !important;
  }
}

.home_news dl dt, .home_news dl dd {
  background-color: transparent !important;
  border: none !important;
  padding: 10px !important;
}

.home_news dl dt {
  width: 200px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .home_news dl dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    padding: 10px 10px 0 10px !important;
  }
}

.home_news dl dd {
  width: calc(100% - 200px) !important;
}

@media screen and (max-width: 640px) {
  .home_news dl dd {
    width: 100% !important;
  }
}

.home_news dl:first-child {
  border-top: 1px solid #505050 !important;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  background-color: #61080b;
  border-radius: 10px;
}

/*  焼肉サランのこだわり　*/
.page_title {
  background-repeat: no-repeat;
  background-size: cover !important;
}

@media screen and (max-width: 1200px) {
  .page_title {
    padding: 140px 0 65px 0 !important;
  }
}

.page_title h1 {
  font-size: 3rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .page_title h1 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.5rem;
  }
}

.page_title div {
  color: #9e9e9e;
}

.cont_011 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .cont_011 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_011 .cont_left011 {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .cont_011 .cont_left011 {
    width: 100%;
  }
}

.cont_011 .cont_left011 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
}

@media screen and (max-width: 1500px) {
  .cont_011 .cont_left011 article {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  .cont_011 .cont_left011 article {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .cont_011 .cont_left011 article {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .cont_011 .cont_left011 article {
    width: 90%;
  }
}

.cont_011 .cont_left011 h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .cont_011 .cont_left011 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .cont_011 .cont_left011 h2 {
    font-size: 2.4rem;
  }
}

.cont_011 .cont_left011 h2::before {
  content: "";
  background-color: #800a0e;
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cont_011 .cont_left011 div {
  width: 100%;
}

.cont_011 .cont_right011 {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .cont_011 .cont_right011 {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .cont_011 .cont_right011 {
    width: 90%;
    height: 90%;
  }
}

.cont_011 .cont_right011 img {
  width: 100% !important;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .cont_012 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.covid {
  max-width: 1000px;
  margin: auto;
}

.covid h2 {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .covid h2 {
    font-size: 2.2rem;
  }
}

.covid h2::before {
  content: "";
  background-color: #800a0e;
  width: 80px;
  height: 3px;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.covid div {
  word-break: keep-all;
}

@media screen and (max-width: 640px) {
  .covid div {
    text-align: left !important;
    word-break: inherit;
    padding: 0 10px;
  }
}

.icon_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .icon_box {
    padding: 10px;
  }
}

.icon_box .box {
  width: 24% !important;
  background-color: rgba(179, 11, 17, 0.6);
  padding: 30px;
  border: 4px double black;
}

@media screen and (max-width: 1200px) {
  .icon_box .box {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 834px) {
  .icon_box .box {
    width: 48% !important;
    padding: 30px;
    margin-bottom: 30px;
  }
}

.icon_box .box img {
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0  auto 20px auto;
}

@media screen and (max-width: 1200px) {
  .icon_box .box div {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

/*  お食事　*/
.sub_title01 {
  border: 4px double #800a0e;
  padding-left: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}

.sub_title01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

.sub_title01 h2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

.sub_title01 div {
  color: #8e8e8e;
}

.sub_title02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .sub_title02 article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.sub_title02 h3, .sub_title02 h2 {
  font-size: 2.4rem;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .sub_title02 h3, .sub_title02 h2 {
    width: 100%;
  }
}

.sub_title02 div {
  color: #eee;
  font-size: 1.4rem;
  padding-left: 20px;
}

.menu {
  width: 100%;
}

.menu td {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px dashed #636363 !important;
  padding: 10px !important;
}

.menu td span {
  color: #d4951e;
  font-size: 1.4rem;
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .menu td div {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 1000px) {
  .menu td div {
    font-size: 1.5rem;
  }
}

.menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

@media screen and (max-width: 834px) {
  .menu_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu_wrap .menu_wrap02 {
  width: 50%;
  margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .menu_wrap .menu_wrap02 {
    width: 100%;
  }
}

.menu_wrap .menu_wrap02:nth-child(even) {
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .menu_wrap .menu_wrap02:nth-child(even) {
    padding-right: 0;
  }
}

.menu_wrap .menu_wrap02:nth-child(odd) {
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .menu_wrap .menu_wrap02:nth-child(odd) {
    padding-left: 0;
  }
}

.sub_title03 article {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub_title03 article div {
  padding-left: 10px;
}

.menu02 {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .menu02 {
    width: 100%;
  }
}

.menu02 td {
  border: none !important;
}

.menu02 .text {
  border-bottom: 1px dashed #636363 !important;
  font-size: 1.5rem;
  color: #8e8e8e;
  padding: 0 10px 10px 10px !important;
}

.menu02:nth-child(even) {
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .menu02:nth-child(even) {
    padding-right: 0;
  }
}

.menu02:nth-child(odd) {
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .menu02:nth-child(odd) {
    padding-left: 0;
  }
}

.menu_wrap03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .menu_wrap03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu03 td {
  border: none !important;
}

.menu03 .text {
  border-bottom: 1px dashed #636363 !important;
  font-size: 1.5rem;
  color: #8e8e8e;
  padding: 0 10px 10px 10px !important;
}

.menu03 .text02 {
  border-bottom: 1px dashed #636363 !important;
}

/*  お飲み物　*/
.sub_title03 h3 {
  font-size: 2.4rem;
  padding-left: 10px;
}

.contact_wrap {
  margin-top: 70px;
}

.contact02 {
  margin-bottom: 50px;
  max-width: 800px;
}

.contact02 li {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .contact02 li {
    width: 100%;
  }
}

.contact03 {
  max-width: 800px;
  margin: auto;
  bottom: 0;
}

.contact03 li {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .contact03 li {
    width: 100%;
  }
}

.contact03 a:nth-child(2) div {
  margin-top: 30px;
}

/*  宴会　*/
.course_title {
  padding-bottom: 30px;
}

.course_title h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .course_title h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .course_title h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 834px) {
  .course_title h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .course_title h2 {
    text-align: center !important;
  }
}

.course_title h2 span {
  font-size: 1.8rem;
}

.course_title div {
  font-size: 1.7rem;
}

@media screen and (max-width: 834px) {
  .course_title div {
    font-size: 1.6rem;
  }
}

.course_title img {
  margin-right: 30px;
}

@media screen and (max-width: 834px) {
  .course_title img {
    float: none !important;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.course_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  .course_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.course_wrap:not(:last-child) {
  position: relative;
}

.course_wrap:not(:last-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #636363;
  display: block;
  position: absolute;
  bottom: -75px;
  right: 0;
}

.more01, .more02 {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .more01, .more02 {
    width: 100%;
  }
}

.more01 dl, .more02 dl {
  margin-bottom: 10px;
}

.more01 dt, .more01 dd, .more02 dt, .more02 dd {
  background-color: transparent !important;
  border: none !important;
}

.more01 dt span, .more01 dd span, .more02 dt span, .more02 dd span {
  font-size: 1.3rem;
}

.more01 dt, .more02 dt {
  width: 130px !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  letter-spacing: 2px;
  font-size: 1.5rem;
  background-color: rgba(128, 10, 14, 0.6) !important;
  border-radius: 2px;
}

.more01 dd, .more02 dd {
  width: calc(100% - 130px) !important;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.more01 dd, .more02 dd {
  padding: 8px 0 8px 15px !important;
}

/*  求人情報　*/
.recruit_text h2 {
  margin-bottom: 30px;
}

.recruit_text h2 span {
  background-color: rgba(128, 10, 14, 0.9);
  margin: 5px;
  font-size: 3.5rem;
  padding: 8px 11px;
  line-height: 1;
}

.recruit_text div {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .recruit_text div {
    text-align: left !important;
    padding: 0 30px;
    font-size: 1.6rem;
  }
}

.recruit_list {
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px;
}

@media screen and (max-width: 640px) {
  .recruit_list {
    padding: 30px;
  }
}

.recruit_list dl {
  border-bottom: 1px dashed #3a3a3a;
}

@media screen and (max-width: 640px) {
  .recruit_list dl {
    display: block !important;
    border-bottom: none !important;
    margin-bottom: 20px;
  }
}

.recruit_list dt, .recruit_list dd {
  background-color: transparent !important;
  border: none !important;
}

.recruit_list dt {
  font-weight: 500;
  font-size: 1.8rem;
  width: 160px !important;
}

@media screen and (max-width: 834px) {
  .recruit_list dt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit_list dt {
    background-color: rgba(0, 0, 0, 0.6) !important;
    width: 100% !important;
  }
}

.recruit_list dd {
  width: calc(100% - 160px) !important;
}

@media screen and (max-width: 640px) {
  .recruit_list dd {
    width: 100% !important;
  }
}

.recruit_list dd a {
  color: #ccc !important;
}

/*  店舗情報　*/
.shop_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shop_list {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 60px;
}

.shop_list dt, .shop_list dd {
  background-color: transparent !important;
  line-height: 1.6;
  border: none !important;
  padding: 10px !important;
}

.shop_list dt a, .shop_list dd a {
  color: #ccc;
}

.shop_list dl {
  border-bottom: 1px dashed #636363;
}

.map {
  background-color: black;
}

.map iframe {
  opacity: 0.6;
  margin-bottom: 0 !important;
  vertical-align: bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map iframe:hover {
  opacity: 1;
}

.shop_gallery .box img {
  width: 100% !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -0.82645%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 23.96694%;
  margin-left: 0.82645%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

/*  お問い合わせ　　*/
.contact_text {
  border-top: 1px dashed #636363;
  padding-top: 40px;
}

@media screen and (max-width: 640px) {
  .contact_text {
    padding: 40px 10px 0 10px;
  }
}

.contact_text h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.contact_text input {
  color: #c1c1c1 !important;
}

.contact_text label {
  color: #8e8e8e !important;
}

.contact_text div {
  letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
  .contact_text div {
    font-size: 1.5rem;
  }
}

.contact_text02 div {
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .contact_text02 div {
    font-size: 1.5rem;
  }
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

.mail_form label {
  color: orange !important;
}

form .submit {
  margin-bottom: 80px;
}

section .error, section .confirm {
  margin-top: 230px !important;
}

section .message {
  background-color: transparent !important;
  margin-top: 230px !important;
  margin-bottom: 100px !important;
}

/*   プライバシーポリシー　　*/
.policy_text div {
  letter-spacing: 2px;
}

.policy h2 {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #020202;
  color: white;
  padding: 5px 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #800a0e;
}

.policy div {
  letter-spacing: 2px;
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #800a0e;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid white;
  color: white;
}

.error_btn a:hover {
  color: white;
  background-color: #800a0e;
  border: 1px solid #800a0e;
}

/*  インスタグラム　*/
.insta .sns_list, .insta02 .sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  max-width: 1200px;
  margin: auto;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .insta .sns_list, .insta02 .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.insta .sns_list > div, .insta02 .sns_list > div {
  width: 24% !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .insta .sns_list > div, .insta02 .sns_list > div {
    width: 48% !important;
    margin-bottom: 15px;
  }
}

.insta .sns_list .sns_photo, .insta02 .sns_list .sns_photo {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

.insta .sns_list .sns_text, .insta02 .sns_list .sns_text {
  display: none;
}

.insta02 .sns_list > div {
  width: 25% !important;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .insta02 .sns_list > div {
    width: 33.333% !important;
  }
}

.aroma_text {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.aroma_text::before {
  content: "";
  border: 1px solid #020202;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.aroma_text h3 {
  font-size: 2.2rem;
  color: #020202;
  text-align: center !important;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.aroma_text div {
  letter-spacing: 2px;
  line-height: 1.6;
}

.home_wrap04 {
  position: relative;
}

.home_wrap04::before {
  content: "";
  background-image: url(../images/contents/flag-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 286px;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99998;
}

@media screen and (max-width: 1500px) {
  .home_wrap04::before {
    width: 200px;
    height: 100px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap04::before {
    width: 130px;
  }
}

.home_wrap04::after {
  content: "";
  background-image: url(../images/contents/flag-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 265px;
  height: 168px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99998;
}

@media screen and (max-width: 1500px) {
  .home_wrap04::after {
    width: 180px;
    height: 120px;
  }
}

@media screen and (max-width: 834px) {
  .home_wrap04::after {
    width: 115px;
  }
}

/*  ブログ　　*/
.blog_title {
  background-image: url(../images/pages/page-title02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  display: block;
  padding-top: 120px;
}

.blog-bg {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 10px 0;
}

.blog {
  padding-top: 40px;
  padding-bottom: 120px;
}

.blog .wrap {
  max-width: 1200px !important;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog .wrap aside {
    width: 100%;
  }
}

.blog #contents {
  margin-left: 30px;
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .blog #contents {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents {
    padding: 5px;
  }
}

.blog #contents h1 {
  background-color: #636363;
  color: white;
  padding: 8px !important;
}

@media screen and (max-width: 640px) {
  .blog #contents h1 {
    font-size: 2rem;
  }
}

.blog #contents .date {
  font-size: 1.4rem;
  color: #020202;
}

.blog nav h3 {
  background-color: #800a0e !important;
  color: white;
}

.blog nav > a {
  background-color: #43637a;
  color: white;
  width: 200px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  margin: 40px auto 20px auto;
}

.blog nav ul li {
  text-align: left !important;
}

.blog nav ul li a {
  color: #020202;
  text-align: left;
  font-size: 1.3rem;
}

.blog nav ul li a span {
  font-size: 1.5rem;
}

.home-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1200px !important;
}

.blog_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 288px !important;
  border-bottom: none !important;
  margin: 0 5px;
}

.blog_list > div:nth-of-type(-n+3) {
  position: relative;
}

.blog_list > div:nth-of-type(-n+3)::before {
  content: "NEW";
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  background-color: #020202;
  position: absolute;
  display: block;
  top: -15px;
  left: 5px;
  width: 67px;
  height: 35px;
  z-index: 9999;
}

.blog_list > div:nth-of-type(-n+3)::after {
  position: absolute;
  content: '';
  top: -15px;
  left: 72px;
  border: none;
  border-bottom: solid 16px #04024a;
  border-right: solid 9px transparent;
  z-index: 9999;
}

.blog_list .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}

.blog_list .blog_photo img {
  max-width: 100%;
  max-height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog_list .blog_text {
  width: 100% !important;
}

.blog_list .blog_text h1 {
  font-size: 1.6rem;
  margin-top: 5px;
}

.blog_list .blog_text h1 a {
  color: white;
  font-weight: bold;
}

.blog_list .blog_date {
  color: white !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.blog_list .detail {
  margin-top: 10px;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 25px;
  height: 55px;
  width: 55px;
  padding: 9px;
  background-color: rgba(128, 10, 14, 0.9);
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1200px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 90%;
  height: 4px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .nav_wrap {
    width: 95%;
  }
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap li {
  position: relative;
}

.nav_wrap .ddmenu {
  top: 0;
  left: 50%;
  background-color: transparent;
  position: relative;
  width: 80%;
}

#nav_sp {
  display: none;
  background: #200101;
  color: #8e8e8e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background-image: url(../images/contents/image01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

#nav_sp > a {
  display: block;
  text-align: left;
  width: 200px;
  padding-top: 40px;
  margin-top: 50px;
}

#nav_sp > a img {
  width: 100%;
}

#nav_sp .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: -1;
}

#nav_sp .info p {
  font-size: 1.4rem;
  width: 100%;
}

#nav_sp .info p span {
  font-size: 1.2rem;
}

#nav_sp .info a {
  width: 95% !important;
  text-align: center;
  font-size: 2.6rem !important;
  line-height: 1;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #nav_sp .info a {
    border: 1px solid #929292;
    margin: 20px 10px 0 10px;
  }
}

#nav_sp .info .tel {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .info .tel img {
  width: 30px !important;
  height: 30px !important;
  margin-right: 5px;
}

#nav_sp .info .tel:hover {
  opacity: 0.6;
}

#nav_sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_sp ul li {
  width: 48%;
}

#nav_sp a {
  display: block;
  color: white;
  letter-spacing: 0.4em;
  text-decoration: none;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 1.8rem !important;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  letter-spacing: 2px;
  padding: 10px 5px;
}

#nav_sp a:hover {
  color: #d5dbdf;
}

#nav_sp li {
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
}

#nav_sp ul {
  list-style: none;
  width: 100%;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp ul .ddmenu {
  left: 50%;
  z-index: 3;
  position: relative;
}

#nav_sp ul .ddmenu a {
  font-size: 1.6rem !important;
  color: #800a0e !important;
  padding-left: 20px !important;
  padding: 10px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}
/*# sourceMappingURL=common_style.css.map */