@charset "utf-8";
 /* CSS Document */
.footer__bg {
/*  height: 120px;*/
  background-color: #310E00;
  padding: 40px 0 40px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.footer__site-map {
  display: flex;
  justify-content: space-between;
  margin-right: 30%;
}
@media(max-width:768px) {
  .footer__bg {
    margin-top: 40px;
  }
  .footer__site-map ul li {
    margin-bottom: 7px;
  }
  .footer__site-map ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Charmonman', cursive;
    font-weight: 400;
    font-size: 1.6rem;
  }
}
@media(min-width:769px) {
  .footer {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer__recruit {
    width: 100%;
    position: relative;
  }
  .footer__recruit__bg {
    width: 360px;
    height: 155px;
    padding: 35px 143px 27px 60px;
    background-color: #F6E9E6;
    position: absolute;
    right: 0;
    top: -140px;
  }
  .section-footer__recruit__title {
    margin-bottom: 8px;
  }
  .section-footer__recruit__content {
    margin-bottom: 10px;
  }
   .footer__recruit__more-botton {
    display: flex;
    justify-content: flex-end;
  }
  .footer__recruit__semi-circle {
  width: 20px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    border: solid 1px #313131;
    border-left-style: hidden;
}
  .section-about-info__title__detail {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }
  .footer__bg {
/*    width: 100%;*/
    height: 240px;
    padding: 70px 143px;
  }
  .footer__sp {
    display: none;
  }
  .footer__address__title {
    margin-top: 30px;
  }
  .footer__address__title, .footer__hours__title, .footer__close__title {
    text-decoration: none;
    color: #fff;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .footer__address__content, .footer__hours__content {
    color: #fff;
    margin-bottom: 15px;
  }
  .footer__address__content a {
    color: #fff;
  }
  .footer__close__content {
    width: 114px;
    height: 30px;
    border: solid;
    border-width: 0.5px;
    border-color: #fff;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 1px;
    vertical-align: middle;
  }
  .footer__close__content__atag {
    font-family: 'Cormorant', serif;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
  }
  .footer__site-map {
    max-width: 1366px;
    margin: 0 auto;
/*    margin-right: 0;*/
/*    justify-content: flex-start;*/
    align-items: center;
  }
  .footer__main {
    margin-right: 7%;
  }
  .footer__main li {
    margin-bottom: 3.0rem;
  }
  .footer__main li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Charmonman', cursive;
    font-weight: 400;
    font-size: 1.8rem;
  }
  .footer__first, .footer__second, .footer__third {
    flex-basis: 6%;
  }
  .footer-nav {
    height: 150px;
  }
  .footer-nav li a {
    font-size: 2.2rem;
  }
/*
  .footer__site-map ul li a {
    font-size: 1.6rem;

  }*/
  .footer__right {
    margin-left: 56px;
  }
  .section-under-footer__rogo {
    margin-left: 133px;
    margin-bottom: -10px;
  }
}
@media(min-width:1366px){
   .footer__main {
    margin-right: 150px;
  }
}
@media(max-width:768px) {
  .footer__pc {
    display: none;
  }
  .footer__bg {
    width: 100%;
  }
  .section-under-footer__rogo {
    margin-left: 19px;
  }
  .section-under-footer__rogo img {
    width: 55%;
    object-fit: contain;
    margin-bottom: -10px;
  }
}
.section-under-footer__c {
  display: block;
  margin-top: 5px;
  margin-bottom: 70px;
/*  font-family: 'Cormorant', serif;*/
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 300;
  font-size: 1.2rem;
}