@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url(default.css);
@import url(utility.css);
@import url(animate.css);
@import url(header.css);
@import url(footer.css);
/* ==================================
    共通箇所
================================== */
html {
  font-size: 62.5%; }

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: black;
  letter-spacing: 0px; }

#wrapper {
  min-width: 100%;
  height: 100%; }

.mincho {
  font-family: "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

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

a {
  color: #040404;
  text-decoration: none; }

a:hover {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none; }

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

.sp_cnt {
  display: none; }

object {
  pointer-events: none;
  max-width: 100%;
  height: auto; }

.red {
  color: #c00 !important; }

@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    height: auto !important; }
  .sp_cnt {
    display: block; }
  .pc_cnt {
    display: none; } }

/* ==================================
    MAIN CONTENTS
================================== */
#main_container {
  position: relative;
  width: 100%;
  z-index: 10; }

.contents_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff; }

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

.flex_box_fs {
  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; }

.flex_box_cnr {
  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; }

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

.flex_box_rev {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.contact_wrap {
  max-width: 400px;
  width: 100%; }
  .contact_wrap .tel_box {
    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;
    width: 200px;
    height: 46px;
    background-color: #e5e5e5; }
    .contact_wrap .tel_box .js-tel {
      font-size: 1.7rem;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: 1.7px;
      color: #000000; }
      .contact_wrap .tel_box .js-tel a {
        text-decoration: none; }
  .contact_wrap .reserve_btn {
    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;
    width: 200px;
    height: 46px;
    background-color: #5a211b;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.75px;
    color: #fff; }

.border_btn {
  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;
  width: 200px;
  height: 46px;
  margin-bottom: 18px;
  padding: 0;
  background: none;
  border: solid 1px #ffffff;
  font-family: "Noto Serif JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.4px;
  color: #fff; }

@media screen and (max-width: 1200px) {
  .contact_wrap {
    max-width: 410px;
    width: 34.16667vw; }
    .contact_wrap .tel_box {
      width: 17.08333vw;
      height: 3.83333vw; }
      .contact_wrap .tel_box .js-tel {
        font-size: 1.41667vw; }
    .contact_wrap .reserve_btn {
      width: 17.08333vw;
      height: 3.83333vw;
      font-size: 1.25vw; }
  .border_btn {
    width: 16.66667vw;
    height: 3.83333vw;
    margin-bottom: 1.5vw;
    font-size: 1.16667vw; } }

@media screen and (max-width: 960px) {
  .contact_wrap {
    left: 0;
    right: 0 !important;
    margin: auto;
    max-width: none;
    width: 91.5%; }
    .contact_wrap .tel_box {
      width: 50%;
      height: 6.25vw; }
      .contact_wrap .tel_box .js-tel {
        font-size: 2.08333vw; }
    .contact_wrap .reserve_btn {
      width: 50%;
      height: 6.25vw;
      font-size: 2.08333vw; }
  .border_btn {
    width: 41.66667vw;
    height: 7.29167vw;
    margin-bottom: 1.875vw;
    font-size: 2.16667vw; } }

@media screen and (max-width: 768px) {
  #main_container {
    z-index: 1; }
  .contact_wrap {
    max-width: none;
    width: 100%; }
    .contact_wrap .tel_box {
      width: 50%;
      height: 6.25vw; }
      .contact_wrap .tel_box .js-tel {
        font-size: 2.08333vw; }
    .contact_wrap .reserve_btn {
      width: 50%;
      height: 6.25vw;
      font-size: 2.08333vw; }
  .border_btn {
    width: 52.08333vw;
    height: 9.11458vw;
    margin-bottom: 2.34375vw;
    font-size: 3.38542vw; } }
