@charset "UTF-8";
/* CSS Document */
/*色*/
/*フォント*/
#low header .wrap_gnav {
  background: #050505; }
#low .fv_low {
  width: 100%;
  height: 400px;
  content: "";
  position: relative;
  margin-top: 100px;
  background-size: cover;
  background-position: center; }
  #low .fv_low .fv_low_wrap {
    position: absolute;
    top: 0;
    left: 0;
    background: #170204;
    opacity: 0.55;
    height: 400px;
    width: 100%; }
  #low .fv_low .catch {
    right: 50%;
    top: 50%;
    height: 100%;
    font-size: 3rem;
    text-align: center;
    transform: translate(50%, -50%);
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: normal;
    line-height: 2; }
#low #shop_fv {
  background-image: url("../image/shop_fv.jpg"); }
#low #reserv_fv {
  background-image: url("../image/reserv_fv.jpg"); }
#low #course_fv {
  background-image: url("../image/course_fv.jpg"); }
#low main section {
  padding-bottom: 90px;
  padding-top: 95px; }
  #low main section.bg_color {
    background: #f2ede7; }
  #low main section h2 {
    margin-top: 95px;
    margin-bottom: 30px;
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: solid 1px #7a1a26;
    font-weight: normal; }
    #low main section h2:first-of-type {
      margin-top: 0; }
  #low main section h3.h3_1 {
    margin-top: 90px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: normal; }
    #low main section h3.h3_1::after {
      display: block;
      content: "";
      width: 33px;
      height: 1px;
      background: #050505;
      margin: 15px auto 25px; }
  #low main section h3.h3_2 {
    margin: 20px 0 10px;
    font-size: 2.2rem;
    font-weight: normal;
    display: flex;
    align-items: center; }
    #low main section h3.h3_2::before {
      display: block;
      content: "";
      width: 20px;
      height: 3px;
      background: #7a1a26;
      margin: 0 10px 0 0; }

@media (max-width: 1200px) {
  #low .fv_low {
    height: 300px;
    margin-top: 81px; }
    #low .fv_low .fv_low_wrap {
      height: 300px; }
    #low .fv_low .catch {
      font-size: 2.2rem; } }
@media (max-width: 768px) {
  #low .fv_low {
    margin-top: 75px; }
  #low main section {
    padding-bottom: 30px;
    padding-top: 35px; }
    #low main section h2 {
      margin-top: 35px;
      margin-bottom: 25px;
      font-size: 2.2rem; }
    #low main section h3 {
      margin-top: 35px;
      font-size: 1.8rem; }
      #low main section h3::after {
        margin: 12px auto 20px; } }
