@charset "UTF-8";
/*******************************************************************
その他
*******************************************************************/
/*==================================================================
メディアクエリー
===================================================================*/
.sec_link {
  margin-top: 80px;
}

/*==================================================================
お問い合わせ
===================================================================*/
.page_header.contact .header_bg {
  background: url("../img/other/contact/header_contact.jpg") no-repeat top center/cover;
}

#wrapperContent #content.other.contact main article section .inquiry {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
#wrapperContent #content.other.contact main article section .inquiry .bx {
  width: calc((100% - 50px) / 2);
}
#wrapperContent #content.other.contact main article section .inquiry .bx a.btn07 {
  margin: 0 auto;
  margin-top: -40px;
  padding: 15px 0;
  border-radius: 50px;
  overflow: hidden;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  #wrapperContent #content.other.contact main article section .inquiry {
    gap: 20px;
  }
  #wrapperContent #content.other.contact main article section .inquiry .bx {
    width: 100%;
  }
  #wrapperContent #content.other.contact main article section .inquiry .bx a.btn07 {
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    padding: 15px 0;
    border-radius: 50px;
    overflow: hidden;
    line-height: 1.3;
  }
}

/*==================================================================
夏祭り特設
===================================================================*/
/*==================================================================

===================================================================*//*# sourceMappingURL=layout_other.css.map */