@charset "UTF-8";
/*===================================
共通
===================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 960px;
  margin: 0 auto; }

.pc {
  display: block; }
  @media (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 767px) {
    .sp {
      display: block; } }

/*===================================
余白
===================================*/
/*===================================
ヘッダー
===================================*/
.btn_wrap {
  display: flex;
  gap: 12px;
  margin: 10px 0; }
  @media (max-width: 767px) {
    .btn_wrap {
      gap: 8px;
      margin: 10px; } }
  .btn_wrap .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    height: 80px;
    background-color: #FABE01;
    color: #fff;
    border-radius: 40px;
    font-size: 35px;
    font-weight: bold;
    transition: background-color 0.5s ease; }
    @media (max-width: 767px) {
      .btn_wrap .btn {
        height: 50px;
        font-size: 20px; } }
    .btn_wrap .btn:hover {
      background-color: #78C300; }
  .btn_wrap .active {
    background-color: #78C300; }

.map iframe {
  width: 100%;
  height: 500px; }

.company_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0; }
  @media (max-width: 767px) {
  .company_wrap{
      margin: 10px 10px 0;  } }
  .company_wrap a {
    width: 49%;
    max-width: 470px;
    transition: 0.3s; }
  .company_wrap a:hover{
    opacity: 0.6; }
  @media (max-width: 767px) {
  .company_wrap a {
      width: 48.5%; } }

.resreve_contents{
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #FFE340;
  justify-content: center;
  padding: 10px;
}

.resreve_txt_image{
  margin-right: 30px;
  width: 75%;
}
@media (max-width: 767px) {
  .resreve_txt_image{
      margin-right: 20px;
      width: 60%; } }
@media (max-width: 767px) {
  .resreve_btn_image{
      width: 30%; } }

.hidden-fields-container {
  display: none; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #FF0000; }

.wpcf7-response-output {
  margin-top: 5px;
  color: #FF0000; }

.reserve_wrap {
  border-bottom: solid 1px #CCCCCC; }
  .reserve_wrap .resreve_box__bkg {
    background-color: #FFFFCC;
    border: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 10px 10px 20px; }
  .reserve_wrap .resreve_box {
    border: solid 1px #CCCCCC;
    border-bottom: none;
    padding: 10px 10px 20px; }
  .reserve_wrap .form {
    height: 50px;
    width: 470px;
    padding: 0 5px;
    border: solid 1px #CCCCCC; }
    @media (max-width: 767px) {
      .reserve_wrap .form {
        width: 100%; } }
  .reserve_wrap .form_short {
    height: 50px;
    width: 200px;
    padding: 0 5px;
    border: solid 1px #CCCCCC; }
  .reserve_wrap .form_long {
    height: 140px;
    width: 600px;
    padding: 0 5px;
    border: solid 1px #CCCCCC; }
    @media (max-width: 767px) {
      .reserve_wrap .form_long {
        width: 100%; } }
  .reserve_wrap .reserve_title {
    color: #666;
    margin-bottom: 20px; }
  .reserve_wrap .reserve_subtitle {
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px; }
  .reserve_wrap .required {
    font-size: 13px;
    color: #FF0000;
    margin-left: 5px; }
  .reserve_wrap .age_label {
    display: flex;
    align-items: center; }
    .reserve_wrap .age_label span {
      line-height: 1;
      margin-left: 5px; }

.send-button {
  margin-top: 20px;
  background-color: #B52227;
  width: 260px;
  height: 40px;
  font-size: 21px;
  color: #fff;
  border: solid 1px #333333;
  margin-right: 10px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .send-button {
      width: 46%;
      margin-left: 10px; } }

.reset_button {
  margin-top: 20px;
  background-color: #CCCCCC;
  width: 260px;
  height: 40px;
  font-size: 21px;
  font-weight: bold;
  border: solid 1px #333333; }
  @media (max-width: 767px) {
    .reset_button {
      width: 46%;
      margin-right: 10px; } }

/*===================================
フッター
===================================*/
.footer {
  margin-top: 20px;
  font-size: 13px; }
  @media (max-width: 767px) {
    .footer {
      font-size: 10px;
      margin: 20px 10px; } }
  .footer .footer_txt {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #333; }
    @media (max-width: 767px) {
      .footer .footer_txt {
        font-size: 12px; } }
