@charset "UTF-8";
/* scssで作成したcssです。cssファイルを編集した場合は、scssとmapを削除もしくはリネームしておいてください。※誤ってscssを編集してcssを上書きしてしまうことを防ぐため
font-sizeは1600px、間隔などは1400px

/* sp-Footer
----------------------------------------------------------------------------------------------------*/
#c-modal {
  position: fixed;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  display: none;
}
#c-modal a {
  display: block;
  text-decoration: none;
  color: #282828;
}
#c-modal a:hover {
  color: #282828;
}

.modal-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-event-img {
  border-radius: 0.5rem;
  overflow: hidden;
}

.event-modal-txt {
  width: calc(100% - 8rem);
  padding-left: 2rem;
}

.event-modal-txt-new-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.4rem;
}
.event-modal-txt-new-txt .event-modal-txt-new {
  font-size: 1.2rem;
  width: 5.5rem;
  line-height: 2rem;
  border-radius: 1rem;
  display: block;
  text-align: center;
  background-color: #f0c33e;
  position: relative;
  margin-right: 0.8rem;
}
.event-modal-txt-new-txt .event-modal-txt-new::before {
  content: " ";
  border-top: 0.25rem rgba(240, 195, 62, 0) solid;
  border-bottom: 0.25rem rgba(240, 195, 62, 0) solid;
  border-left: 0.45rem #f0c33e solid;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: -0.4rem;
}
.event-modal-txt-new-txt .event-modal-txt-txt {
  line-height: 1;
  display: block;
}

@media screen and (max-width: 767px) {
  #c-modal {
    border-top: 1px #f2f2f2 solid;
    bottom: 3.9rem;
    right: 0;
  }
  #c-modal a {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .modal-event {
    width: 84.6154%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-event-img {
    width: 8rem;
  }
  .event-modal-txt {
    width: calc(100% - 8rem);
  }
  .event-modal-tit {
    font-size: 1.3rem;
  }
  .event-modal-txt-new-txt {
    margin-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #c-modal {
    max-width: 41rem;
    border-radius: 1.5rem;
    border: 1px #f2f2f2 solid;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  #c-modal a {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .modal-event-img {
    width: 13.5rem;
  }
  .event-modal-txt {
    width: calc(100% - 13.5rem);
  }
  .event-modal-tit {
    font-size: 1.4rem;
  }
  .event-modal-txt-new-txt {
    margin-bottom: 0.6rem;
  }
}
#c-modal_close {
  width: 3rem;
  height: 3rem;
  background-color: #282828;
  border: 1px #fff solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
#c-modal_close .modal-event-close {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#c-modal_close .modal-event-close::before, #c-modal_close .modal-event-close::after {
  content: " ";
  width: 1rem;
  height: 1px;
  border-radius: 0.05rem;
  background-color: #fff;
  position: absolute;
  display: block;
  top: 1.4rem;
  left: calc(50% - 0.5rem);
}
#c-modal_close .modal-event-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#c-modal_close .modal-event-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #c-modal_close {
    top: -1.5rem;
    right: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #c-modal_close {
    top: -1rem;
    right: -1rem;
  }
}
/* sp-Footer
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #sp-footer-menu {
    position: fixed;
    text-align: center;
    z-index: 99999;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #sp-footer-menu .sp-footer-menu-item {
    font-size: 1.5rem;
    width: 100%;
  }
  #sp-footer-menu .sp-footer-menu-item a {
    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;
    height: 4rem;
    line-height: 1;
    color: #fff;
    background-color: #f0c33e;
    text-decoration: none;
    width: 100%;
  }
  #sp-footer-menu .sp-footer-menu-item a .sfmi-icon {
    width: 1.8rem;
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #sp-footer-menu {
    display: none;
  }
}
/* main-Footer
----------------------------------------------------------------------------------------------------*/
.main-footer {
  display: block;
  position: relative;
  z-index: 1;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .main-footer {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-footer {
    padding-bottom: 4.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .main-footer {
    position: relative;
  }
  .main-footer .top-common-ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .main-footer .top-common-ttl {
    margin-bottom: 5.4rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-footer {
    padding-bottom: 10rem;
  }
}
/* footer-contact-inner
----------------------------------------------------------------------------------------------------*/
.footer-contact-inner {
  padding-bottom: 6rem;
}

.footer-contact-btn-item {
  line-height: 1;
  margin-bottom: 1.5rem;
}
.footer-contact-btn-item a {
  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: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact-btn-item a .fcbi-icon {
  display: block;
}
.footer-contact-btn-item a .fcbi-icon svg {
  height: auto;
  max-width: 100%;
}
.footer-contact-btn-item a .fcbi-icon svg .icon-mail,
.footer-contact-btn-item a .fcbi-icon svg .icon-tel {
  fill: #fff;
}
.footer-contact-btn-item a.fcbi-contact {
  background-color: #f0c33e;
}
.footer-contact-btn-item a.fcbi-contact .fcbi-icon {
  margin-right: 0.6em;
}
.footer-contact-btn-item a.fcbi-tel {
  background-color: #4f4f4f;
}
.footer-contact-btn-item a.fcbi-tel .fcbi-txt {
  padding-top: 0.4rem;
}
.footer-contact-btn-item a:hover {
  color: #fff;
}
.footer-contact-btn-item a:hover.fcbi-contact {
  background-color: #4f4f4f;
}
.footer-contact-btn-item a:hover.fcbi-tel {
  background-color: #f0c33e;
}

@media screen and (min-width: 768px) {
  .footer-contact-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .footer-contact-btn-item {
    width: 50%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-contact-time-txt {
    text-align: right;
  }
}
@media screen and (min-width: 991px) {
  .footer-contact-btn-wrap {
    width: calc(74.2857% + 2rem);
    margin-right: auto;
    margin-left: auto;
  }
  .footer-contact-time-txt {
    width: 74.2857%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .footer-contact-inner {
    text-align: center;
  }
  .footer-contact-time-txt {
    line-height: 1.4;
  }
}
@media screen and (min-width: 1200px) {
  .footer-contact-inner {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 1599px) {
  .footer-contact-inner .footer-contact-btn-item a {
    height: 6rem;
    border-radius: 3rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-contact {
    font-size: 1.5rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-contact .fcbi-icon {
    width: 2.2rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-tel {
    font-size: 1.9rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-tel .fcbi-icon {
    width: 2rem;
    margin-right: 0.5rem;
  }
  .footer-contact-time-txt {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .footer-contact-inner .footer-contact-btn-item a {
    height: 10rem;
    border-radius: 5rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-contact {
    font-size: 2.2rem;
  }
  .footer-contact-inner .footer-contact-btn-item a.fcbi-tel {
    font-size: 3rem;
  }
  .footer-contact-inner .footer-contact-btn-item a .fcbi-icon {
    width: 2.8rem;
  }
  .footer-contact-time-txt {
    font-size: 1.4rem;
  }
}
/* footer-contact-inner
----------------------------------------------------------------------------------------------------*/
.footer-about-main-wrap {
  margin-bottom: 4rem;
}

.famt-add,
.famt-area,
.famt-txt {
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.famt-area {
  margin-bottom: 0.8rem;
}

.famt-txt {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer-about-wrap {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .footer-logo {
    margin-bottom: 2.4rem;
  }
  .famt-add {
    margin-bottom: 2.4rem;
  }
  .footer-about-main-txt {
    padding-bottom: 3.2rem;
  }
  /* pcsp */
  .footer-btn-sns-pc {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer-about-main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-about-main-txt {
    padding-right: 6.1429%;
  }
  .footer-logo {
    margin-bottom: 6rem;
  }
  .famt-add {
    margin-bottom: 3.8rem;
  }
  .famt-txt {
    margin-bottom: 7.2rem;
  }
  /* pcsp */
  .footer-btn-sns-sp {
    display: none;
  }
  .footer-btn-sns-pc .common-tgl-foot-sns-btn-wrap {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-about-main-txt {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .footer-about-wrap {
    padding-top: 5rem;
  }
  .footer-logo {
    max-width: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-about-wrap {
    padding-top: 10rem;
  }
  .footer-logo {
    max-width: 30rem;
  }
}
@media screen and (min-width: 1400px) {
  .footer-about-main-txt {
    width: 36.4286%;
  }
}
@media screen and (max-width: 1599px) {
  .famt-add,
  .famt-area,
  .famt-txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .famt-txt {
    font-size: 1.4rem;
  }
  /* pcsp */
  .ctfbi-br {
    display: none;
  }
  .footer-btn-sns-pc .common-tgl-foot-sns-btn-wrap {
    margin-bottom: 0;
  }
  .footer-btn-sns-pc .common-tgl-foot-sns-btn-wrap .common-tgl-foot-btn-block .common-tgl-foot-btn-item a {
    font-size: 1.4rem;
    min-height: 7rem;
  }
  .footer-btn-sns-pc .common-tgl-foot-sns-btn-wrap .common-tgl-foot-btn-block .common-tgl-foot-btn-item a .ctfbi-icon {
    width: 1.5rem;
    right: 0.8rem;
    bottom: 0.8rem;
  }
  .footer-btn-sns-pc .common-tgl-foot-sns-btn-wrap .common-tgl-foot-sns-block .common-tgl-foot-sns-ttl {
    font-size: 1.4rem;
    width: 8.4rem;
  }
}
/***** map *****/
.footer-about-main-map {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.footer-about-main-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .footer-about-main-map {
    width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .footer-about-main-map {
    aspect-ratio: 1/0.677;
  }
}
@media screen and (min-width: 1200px) {
  .footer-about-main-map {
    aspect-ratio: 1/0.393;
  }
}
@media screen and (min-width: 1400px) {
  .footer-about-main-map {
    width: 63.5714%;
  }
}
/***** pagetop *****/
#all-page-top {
  position: absolute;
}
#all-page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#all-page-top a:hover {
  opacity: 0.6;
}

.all-page-top-icon {
  border: 1px #fff solid;
  border-radius: 50%;
  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;
}
.all-page-top-icon img {
  display: block;
}

@media screen and (max-width: 767px) {
  #all-page-top {
    bottom: 15rem;
    right: 5.1282%;
  }
}
@media screen and (min-width: 768px) {
  #all-page-top {
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #all-page-top {
    bottom: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #all-page-top {
    top: 5rem;
  }
}
@media screen and (max-width: 1199px) {
  #all-page-top {
    width: 3.5rem;
    height: 3.5rem;
  }
  .all-page-top-txt {
    display: none;
  }
  .all-page-top-icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .all-page-top-icon img {
    width: 0.7rem;
  }
}
@media screen and (min-width: 1200px) {
  #all-page-top {
    top: 10rem;
    width: 13rem;
  }
  .all-page-top-txt {
    font-size: 1.4rem;
  }
  .all-page-top-icon {
    width: 5rem;
    height: 5rem;
  }
  .all-page-top-icon img {
    width: 1rem;
  }
}
/***** privacy/copy *****/
@media screen and (min-width: 992px) {
  .footer-privacy-copy-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-privacy-copy-wrap .common-tgl-foot-privacy {
    padding-right: 2.4rem;
    margin-bottom: 0;
  }
  .footer-privacy-copy-wrap .common-tgl-foot-copy {
    padding-top: 0.3em;
  }
}
@media screen and (min-width: 1600px) {
  .footer-privacy-copy-wrap .common-tgl-foot-privacy {
    font-size: 1.3rem;
  }
  .footer-privacy-copy-wrap .common-tgl-foot-copy {
    font-size: 1.4rem;
  }
}
/* pc-Footer
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1199px) {
  #pc-side-menu-wrap {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #pc-side-menu-wrap {
    position: fixed;
    top: calc(50% - 17rem);
    right: 0;
    height: 34rem;
    width: 5rem;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999;
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #pc-side-menu-wrap.psmw-visivle {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .pc-side-menu-item {
    width: 100%;
    height: 16rem;
  }
  .pc-side-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0.8rem;
  }
  .pc-side-menu-item.psmi-contact a {
    background-color: #282828;
  }
  .pc-side-menu-item.psmi-contact a:hover {
    background-color: #f0c33e;
  }
  .pc-side-menu-item.psmi-flyer a {
    background-color: #f0c33e;
  }
  .pc-side-menu-item.psmi-flyer a:hover {
    background-color: #282828;
  }
  .psmi-icon {
    display: block;
    width: 1.8rem;
  }
  .psmi-icon svg {
    max-width: 100%;
    height: auto;
  }
  .psmi-icon svg .icon-mail, .psmi-icon svg .icon-megaphone {
    fill: #fff;
  }
  .psmi-vertical {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-height: 9.5rem;
  }
}/*# sourceMappingURL=footer.css.map */