@charset "UTF-8";
/* CSS Document */
/*色*/
/*フォント*/
header .catch {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-size: 3.8rem;
  line-height: 2; }

main {
  /*汎用*/ }
  main h2.title01 {
    font-size: 3.3rem;
    margin-bottom: 40px;
    width: 100%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center; }
    main h2.title01 .title01_inner {
      display: flex;
      align-items: center; }
      main h2.title01 .title01_inner::after {
        content: "";
        width: 33px;
        height: 1px;
        background: #050505;
        margin-top: 20px;
        display: block; }
  main #about {
    background: url("../image/bg_washi.jpg");
    background-size: cover;
    padding: 100px 0 200px; }
    main #about .about_box {
      height: 530px;
      margin: -100px auto;
      background: #fff;
      opacity: 0.82;
      padding: 44px 88px;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #050505; }
      main #about .about_box h2 {
        font-size: 2.8rem;
        line-height: 2;
        font-weight: normal; }
      main #about .about_box p {
        margin-right: 50px; }
  main #commitment .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 40px 20px; }
    main #commitment .text_box .text_inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 50px; }
      main #commitment .text_box .text_inner h2 {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 2.4rem;
        line-height: 1.8;
        font-weight: normal;
        text-align: center; }
  main #commitment .cta {
    background: url("../image/bg_washi.jpg");
    background-size: cover;
    padding: 100px 20px;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 2;
    letter-spacing: 0.3; }
    main #commitment .cta .btn {
      margin-top: 30px; }
  main #seat {
    padding: 60px 0; }
    main #seat .seat_box {
      position: relative; }
      main #seat .seat_box p {
        line-height: 1.9; }
      main #seat .seat_box a.btn {
        margin-top: 30px; }
      main #seat .seat_box img {
        position: absolute;
        left: 0;
        bottom: 0; }
  main #shopinfo {
    background: #ede6dd;
    padding: 60px 0; }
    main #shopinfo dl {
      display: flex;
      flex-wrap: wrap; }
      main #shopinfo dl dt, main #shopinfo dl dd {
        border-bottom: solid 1px #7a1a26;
        padding: 10px; }
      main #shopinfo dl dt {
        width: 100px; }
      main #shopinfo dl dd {
        width: calc(100% - 100px); }
        main #shopinfo dl dd a {
          color: #050505; }

@media (max-width: 1200px) {
  header .catch {
    right: 50%;
    font-size: 2.8rem;
    text-align: center;
    transform: translate(50%, -50%);
    height: 100%; } }
@media (max-width: 768px) {
  main h2.title01 {
    font-size: 2.2rem;
    margin-bottom: 20px; }
    main h2.title01 .title01_inner::after {
      content: "";
      width: 20px;
      height: 1px;
      margin-top: 15px; }
  main #about {
    background: url("../image/bg_washi.jpg");
    background-size: cover;
    padding: 50px 0 80px; }
    main #about .about_box {
      height: auto;
      margin: -50px auto;
      padding: 30px 20px;
      -ms-writing-mode: tb-rl;
      writing-mode: horizontal-tb; }
      main #about .about_box h2 {
        font-size: 2.2rem;
        margin-bottom: 1.5em;
        text-align: center; }
      main #about .about_box p {
        margin-right: 50px; }
  main #commitment .text_box {
    padding: 30px 20px; }
    main #commitment .text_box .text_inner {
      gap: 30px; }
      main #commitment .text_box .text_inner h2 {
        font-size: 2.2rem;
        -ms-writing-mode: tb-rl;
        writing-mode: horizontal-tb;
        text-align: center; }
  main #commitment .cta {
    padding: 30px 20px; }
    main #commitment .cta .btn {
      margin-top: 30px; }
  main #seat {
    padding: 30px 0; }
    main #seat .seat_box {
      position: inherit; }
      main #seat .seat_box a.btn {
        margin-top: 10px;
        margin-bottom: 30px; }
      main #seat .seat_box img {
        position: inherit; }
      main #seat .seat_box img.sp {
        width: 90%;
        margin-bottom: 20px; }
      main #seat .seat_box img.seat_img {
        width: 80%;
        margin-left: 20%;
        margin-bottom: 30px; }
  main #shopinfo {
    background: #ede6dd;
    padding: 30px 0; }
    main #shopinfo dl {
      margin-top: 30px;
      display: block; }
      main #shopinfo dl dt {
        width: 100%;
        border: none;
        padding-bottom: 0; }
      main #shopinfo dl dd {
        width: 100%; } }
