.container {
  padding: 20px 40px !important; }
  @media screen and (max-width: 999px) {
    .container {
      padding: 40px 5% !important; } }

@media screen and (max-width: 999px) {
  .common-submv .img {
    top: 70%; } }

@media screen and (max-width: 999px) {
  .common-ttl02 {
    padding: 5px 0 !important; } }
@media screen and (max-width: 599px) {
  .common-ttl02 {
    letter-spacing: -0.05em; } }

.num1 {
  margin-bottom: 5px !important; }

@media screen and (max-width: 599px) {
  .num2 {
    padding-left: 30px !important; } }

table th {
  vertical-align: middle !important; }

.list-shop h3 {
  font-size: 17px; }
  @media screen and (max-width: 999px) {
    .list-shop h3 {
      font-size: 16px; } }

.btn-shop {
  width: 100%;
  padding: 5px 0;
  background: #d70c18;
  border-radius: 50px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  font-size: 13px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }

.ui-helper-hidden-accessible {
  display: none !important; }

#floating-btn {
  display: none !important; }

.w-100 {
  width: 100% !important; }

.btn-fix-reserve {
  display: none; }

form {
  max-width: 850px;
  margin: 0 auto; }

.bg-heart {
  margin: -16% auto 30px; }
  @media screen and (max-width: 999px) {
    .bg-heart {
      margin: -10% auto 0; } }
  @media screen and (max-width: 599px) {
    .bg-heart {
      margin: 0 auto; } }

.flow {
  margin-top: 60px; }

.complete-lead {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  @media screen and (max-width: 599px) {
    .complete-lead {
      font-size: 14px;
      margin-top: 0;
      text-align: left; } }

.complete-table {
  border-top: 1px solid #898989; }
  .complete-table tr {
    border-bottom: 1px solid #dcdddd !important; }
    @media screen and (max-width: 599px) {
      .complete-table tr:first-child {
        padding-top: 20px; } }
    .complete-table tr:last-child {
      border-bottom: 1px solid #898989 !important; }
      @media screen and (max-width: 599px) {
        .complete-table tr:last-child {
          padding-bottom: 0 !important; } }
    .complete-table tr td {
      color: #595757; }
      @media screen and (max-width: 999px) {
        .complete-table tr td {
          font-size: 15px; } }

.attention-sp {
  display: none; }
  @media screen and (max-width: 999px) {
    .attention-sp {
      display: block;
      width: 90%;
      margin: 0 auto;
      background: #efefef;
      border-radius: 15px;
      padding: 15px 5%;
      font-size: 10px; } }

.lead-txt {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
  @media screen and (max-width: 999px) {
    .lead-txt {
      text-align: left;
      font-size: 15px; } }
  .lead-txt small {
    display: block;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 10px; }

/* ------------------------------------------------ */
/* block-form */
/* ------------------------------------------------ */
#block-form {
  max-width: 1000px !important;
  margin: 0 auto; }
  #block-form .box + .box {
    margin-top: 100px; }
  #block-form .box .common-ttl02 .common-label01 {
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 10px; }
    @media screen and (max-width: 999px) {
      #block-form .box .common-ttl02 .common-label01 {
        margin-bottom: 5px; } }
  #block-form .box .common-ttl02.ttl02-txt {
    display: flex; }
    #block-form .box .common-ttl02.ttl02-txt .ttl-txt02 {
      flex: 1;
      margin-left: 20px;
      font-size: 17px;
      color: #999;
      line-height: 1.6;
      font-weight: normal; }
      #block-form .box .common-ttl02.ttl02-txt .ttl-txt02 strong {
        color: #ef4d57; }
  #block-form .sub-box .item + .item {
    margin-top: 20px; }
  #block-form .sub-box .ttl-search {
    position: relative; }
    #block-form .sub-box .ttl-search .ttl {
      padding: 5px 0 30px;
      font-size: 20px;
      font-weight: bold; }
      #block-form .sub-box .ttl-search .ttl::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        background: url(/img/icon_search.png) no-repeat;
        background-size: 100% auto;
        vertical-align: -3px;
        margin-right: 15px; }
    #block-form .sub-box .ttl-search .common-btn01 {
      padding: 10px;
      display: block;
      border-radius: 30px;
      text-align: center;
      background: #605c5c;
      font-weight: normal !important;
      font-size: 22px; }
      @media screen and (max-width: 999px) {
        #block-form .sub-box .ttl-search .common-btn01 {
          font-size: 14px; } }
      #block-form .sub-box .ttl-search .common-btn01:after {
        display: none; }
  #block-form .sub-box.selected .inner {
    display: flex;
    align-items: center; }
  #block-form .sub-box.selected .label {
    margin-right: 30px;
    font-size: 18px;
    background: #eee;
    border-radius: 8px;
    padding: 14px 25px; }
  #block-form .sub-box.selected .info {
    flex: 1; }
    #block-form .sub-box.selected .info .name {
      font-size: 22px;
      font-weight: bold;
      margin-bottom: 5px; }
      @media screen and (max-width: 500px) {
        #block-form .sub-box.selected .info .name {
          font-size: 17px; } }
    #block-form .sub-box.selected .info p {
      font-size: 18px;
      line-height: 1.8; }
      @media screen and (max-width: 500px) {
        #block-form .sub-box.selected .info p {
          font-size: 13px; } }
  #block-form .sub-box02 {
    border-left: 10px solid #eee;
    padding: 10px 0 0 30px; }
    #block-form .sub-box02 + .sub-box02 {
      margin-top: 30px; }
  #block-form .common-table01 .common-label01 {
    margin-right: 10px; }
  #block-form .more-course {
    display: none; }
    #block-form .more-course .more-box {
      margin-top: -41px; }
  #block-form .table-form {
    width: 100%;
    max-width: 600px;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    #block-form .table-form.middle {
      max-width: 100%; }
    #block-form .table-form tr {
      border-bottom: 1px solid #b9b8b8; }
    #block-form .table-form th {
      font-size: 22px;
      font-weight: bold;
      padding: 15px 15px 15px 0;
      white-space: nowrap; }
    #block-form .table-form td {
      vertical-align: middle;
      padding: 15px 5px; }
    #block-form .table-form .common-input-set input {
      max-width: 200px; }
    #block-form .table-form th .common-label01 {
      margin-left: 10px; }
    #block-form .table-form th div {
      position: relative;
      padding-right: 65px; }
      #block-form .table-form th div .common-label01 {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px; }
  #block-form .box-summary {
    max-width: 580px;
    margin: auto;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 25px 40px;
    margin-top: 60px; }
    #block-form .box-summary table {
      width: 100%;
      font-size: 16px; }
      #block-form .box-summary table th {
        text-align: left;
        font-weight: normal;
        padding: 8px 0; }
      #block-form .box-summary table td {
        text-align: right;
        padding: 8px 0; }
    #block-form .box-summary .sum {
      border-top: 1px solid #2e2e2e;
      margin-top: 20px;
      padding-top: 20px;
      text-align: right;
      font-size: 20px;
      font-weight: bold; }
  #block-form .box-submit {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 40px; }
    #block-form .box-submit p {
      font-size: 23px;
      font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
      @media screen and (max-width: 999px) {
        #block-form .box-submit p {
          font-size: 15px;
          text-align: left; } }
    #block-form .box-submit .btn {
      margin-top: 40px; }
      #block-form .box-submit .btn button {
        width: 90%;
        max-width: 415px;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #d70c18;
        padding: 30px 0;
        border-radius: 9999px;
        column-gap: 10px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        transition: all 0.3s ease-in-out;
        margin: 40px auto 0;
        font-weight: normal;
        font-size: 20px; }
        @media screen and (max-width: 599px) {
          #block-form .box-submit .btn button {
            width: 70%;
            padding: 20px 0;
            font-size: 14px; } }
        #block-form .box-submit .btn button br {
          display: none; }
          @media screen and (max-width: 768px) {
            #block-form .box-submit .btn button br {
              display: block; } }
        #block-form .box-submit .btn button i {
          width: 53px;
          height: auto;
          display: flex;
          justify-content: center;
          align-items: center; }
          #block-form .box-submit .btn button i img {
            width: 100%;
            height: auto; }
        #block-form .box-submit .btn button:hover {
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          transform: translate(3px, 3px);
          opacity: 1; }
  #block-form .sub-box.selected {
    display: none; }
  #block-form .lead {
    margin-bottom: 40px;
    text-align: center; }
    #block-form .lead .tel {
      font-weight: bold;
      font-size: 34px;
      padding: 20px;
      display: inline-block;
      width: 90%;
      max-width: 500px;
      border-radius: 8px;
      border: 1px solid #d70c19;
      color: #d70c19;
      background: #fff; }
      #block-form .lead .tel .txt {
        display: inline-block;
        white-space: nowrap; }
        #block-form .lead .tel .txt::before {
          content: "";
          display: inline-block;
          width: 26px;
          height: 17px;
          background: url(/img/icon_freedial02.png) no-repeat;
          background-size: 100% auto;
          vertical-align: 3px;
          margin-right: 12px; }
      #block-form .lead .tel a {
        display: none; }
  #block-form .lead-alert {
    border: 1px solid #d70c19;
    padding: 30px;
    text-align: center;
    color: #d70c19;
    margin-bottom: 40px;
    line-height: 1.8; }
  #block-form .lead-alert2 {
    border: 1px solid #d70c19;
    padding: 30px 40px;
    line-height: 1.8;
    border-radius: 30px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 599px) {
      #block-form .lead-alert2 {
        margin-bottom: 30px; } }
    #block-form .lead-alert2 h2 {
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      margin-bottom: 20px;
      color: #d70c19; }
    #block-form .lead-alert2 h3 {
      margin-top: 40px;
      font-weight: bold;
      font-size: 22px;
      margin-bottom: 5px;
      padding-left: 20px;
      line-height: 1.5;
      position: relative; }
      #block-form .lead-alert2 h3:first-child {
        margin-top: 0; }
      #block-form .lead-alert2 h3:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #d70c18;
        position: absolute;
        left: 0;
        top: 11px; }
        @media screen and (max-width: 599px) {
          #block-form .lead-alert2 h3:before {
            top: 8px; } }
      #block-form .lead-alert2 h3 + p {
        font-size: 16px; }
        @media screen and (max-width: 599px) {
          #block-form .lead-alert2 h3 + p {
            font-size: 13px; } }
    #block-form .lead-alert2 .red {
      color: #d70c19;
      background: #fdf3e4;
      padding: 10px 25px;
      margin: 10px 0 20px;
      border-radius: 30px;
      display: block;
      text-align: center;
      font-size: 23px;
      font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
      @media screen and (max-width: 599px) {
        #block-form .lead-alert2 .red {
          font-size: 16px;
          border-radius: 40px; } }
      #block-form .lead-alert2 .red + p {
        font-size: 16px; }
        @media screen and (max-width: 599px) {
          #block-form .lead-alert2 .red + p {
            font-size: 14px; } }
  #block-form .lead-box {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    #block-form .lead-box > * {
      flex: 1;
      background: #f5f5f5;
      padding: 40px;
      border-radius: 8px;
      text-align: center;
      position: relative; }
      #block-form .lead-box > * + * {
        margin-left: 3%; }
    #block-form .lead-box .ttl {
      font-weight: bold;
      font-size: 20px;
      text-align: left;
      display: inline-block;
      margin-bottom: 25px;
      position: relative;
      padding-left: 85px; }
      #block-form .lead-box .ttl::before {
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        background: url(/img/reserve/icon01.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -35px; }
      #block-form .lead-box .ttl strong {
        color: #d70c19;
        font-size: 28px; }
    #block-form .lead-box .item-form p {
      font-size: 15px; }
      #block-form .lead-box .item-form p::after {
        content: "";
        display: block;
        width: 44px;
        height: 39px;
        background: url(/img/reserve/arrow.png) no-repeat;
        background-size: 100% auto;
        margin: 30px auto 0; }
    #block-form .lead-box .item-form .ttl::before {
      background-image: url(/img/reserve/icon02.png); }

/*#block-form .sub-box .ttl-search .common-btn01{position:absolute;right:0;top:-5px;padding:10px 42px 10px 25px;}*/
/* ------------------------------------------------ */
/* block-map */
/* ------------------------------------------------ */
input[type="text"],
input[type="tel"],
input[type="email"] {
  background: #f7f8f8 !important; }

#block-map .inner {
  display: flex;
  height: 100%;
  height: 600px;
  position: relative; }
  #block-map .inner .box-left {
    width: 25%;
    min-width: 240px;
    margin: 20px;
    position: absolute;
    z-index: 10;
    background: white;
    height: calc(100% - 40px);
    border-radius: 20px;
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    #block-map .inner .box-left ::-webkit-scrollbar,
    #block-map .inner .box-left -moz-scrollbar,
    #block-map .inner .box-left -o-scrollbar,
    #block-map .inner .box-left -ms-scrollbar {
      width: 12px;
      background: #efefef;
      border-radius: 0 0 20px 0; }
    #block-map .inner .box-left ::-webkit-scrollbar-track,
    #block-map .inner .box-left -moz-scrollbar-track,
    #block-map .inner .box-left -o-scrollbar-track,
    #block-map .inner .box-left -ms-scrollbar-track {
      border-radius: 12px;
      background: #efefef;
      border-radius: 0 0 20px 0; }
    #block-map .inner .box-left ::-webkit-scrollbar-thumb,
    #block-map .inner .box-left -moz-scrollbar-thumb,
    #block-map .inner .box-left -o-scrollbar-thumb,
    #block-map .inner .box-left -ms-scrollbar-thumb {
      background: #ee989d;
      border-radius: 12px;
      height: 50px; }
    @media screen and (max-width: 599px) {
      #block-map .inner .box-left {
        margin: 0; } }
    #block-map .inner .box-left .keyword {
      background: #fdf3e4;
      border-radius: 20px 20px 0 0;
      padding: 15px 10px 12px; }
      #block-map .inner .box-left .keyword ul.tab-list {
        display: flex;
        justify-content: space-between; }
        #block-map .inner .box-left .keyword ul.tab-list li {
          width: 49%;
          height: 42px;
          background-color: #ffffff;
          color: #605c5c;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          border-radius: 15px 15px 0 0;
          line-height: 1.2;
          letter-spacing: -0.05em;
          cursor: pointer;
          transition: opacity 0.3s; }
          @media screen and (max-width: 599px) {
            #block-map .inner .box-left .keyword ul.tab-list li {
              font-size: 13px; } }
          #block-map .inner .box-left .keyword ul.tab-list li:hover {
            opacity: 0.7; }
          #block-map .inner .box-left .keyword ul.tab-list li.active {
            color: #ffffff;
            background-color: #d70c18; }
            #block-map .inner .box-left .keyword ul.tab-list li.active:hover {
              opacity: 1; }
      #block-map .inner .box-left .keyword .keyword-inner {
        display: flex;
        width: 100%;
        margin: 10px 0; }
        #block-map .inner .box-left .keyword .keyword-inner input {
          font-size: 14px;
          width: 100%;
          border-radius: 30px 0 0 30px;
          height: 40px;
          background-color: #ffffff !important;
          border-color: #605c5c; }
        #block-map .inner .box-left .keyword .keyword-inner .input {
          position: relative;
          flex: 1;
          /*
          &::before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            background: url(/img/icon_search.png) no-repeat;
            background-size: 100% auto;
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -10px;
          }
          */ }
        #block-map .inner .box-left .keyword .keyword-inner .submit {
          width: 70px;
          margin-left: -1px;
          position: relative;
          z-index: 2; }
          #block-map .inner .box-left .keyword .keyword-inner .submit button {
            background: #605c5c;
            color: #fff;
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            letter-spacing: 0.08em;
            transition: .3s ease;
            height: 40px; }
            #block-map .inner .box-left .keyword .keyword-inner .submit button:hover {
              opacity: 0.8; }
      #block-map .inner .box-left .keyword .note {
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        margin: 0 !important;
        line-height: 1.3; }
      #block-map .inner .box-left .keyword .tab1 {
        justify-content: center; }
      #block-map .inner .box-left .keyword .tab2 {
        display: none;
        justify-content: center; }
    #block-map .inner .box-left .list-shop {
      height: calc(100% - 160px);
      overflow-y: auto; }
      #block-map .inner .box-left .list-shop > li {
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
        cursor: pointer;
        transition: .3s ease; }
        #block-map .inner .box-left .list-shop > li:hover {
          background: #f5f5f5; }
        #block-map .inner .box-left .list-shop > li .txt {
          font-size: 12px; }
    #block-map .inner .box-left .btn-menu {
      display: none;
      cursor: pointer; }
  #block-map .inner .box-right {
    width: 100%;
    position: relative;
    background: #ddd; }
    #block-map .inner .box-right #map {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
#block-map #map .info-window {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  width: 300px;
  border: 2px solid #ccc;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transform: translate(-10px, -15px);
  font-family: "Zen Maru Gothic", sans-serif !important; }
  @media screen and (max-width: 599px) {
    #block-map #map .info-window {
      width: 280px;
      transform: translate(0); } }
  #block-map #map .info-window::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    z-index: 2; }
  #block-map #map .info-window::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -12px;
    z-index: 1; }
  #block-map #map .info-window .info-inner {
    margin-bottom: 8px; }
  #block-map #map .info-window .name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0; }
  #block-map #map .info-window .txt {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0; }
  #block-map #map .info-window .btn {
    margin-top: 12px;
    white-space: nowrap; }
    #block-map #map .info-window .btn .common-btn01 {
      width: 100%;
      padding: 5px 0;
      font-size: 15px; }
#block-map #map .info-window-wrapper > img {
  width: 36px;
  height: 36px;
  top: -29px;
  right: -5px;
  z-index: 2; }
  @media screen and (max-width: 599px) {
    #block-map #map .info-window-wrapper > img {
      top: -12px;
      right: -11px; } }

.modaal-close {
  background: url(/images/reserve/icn_close1.svg) no-repeat !important;
  width: 50px !important;
  height: 50px !important;
  right: 15px !important;
  top: 10px !important; }
  @media screen and (max-width: 999px) {
    .modaal-close {
      width: 40px !important;
      height: 40px !important;
      right: 10px !important;
      top: -25px !important; } }

/* ======================================================================================================================= */
/* for tablet */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 999px) {
  /* ------------------------------------------------ */
  /* block-form */
  /* ------------------------------------------------ */
  #block-form .table-form {
    font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif !important; }
    #block-form .table-form th {
      font-size: 18px; }
    #block-form .table-form .common-input-set input {
      max-width: 160px; }
  #block-form .sub-box02 {
    border-left: 8px solid #eee;
    padding: 10px 0 0 25px; }
  #block-form .box-submit {
    font-size: 18px; }
  #block-form .box .common-ttl02.ttl02-txt {
    display: block; }
    #block-form .box .common-ttl02.ttl02-txt span {
      display: block; }
    #block-form .box .common-ttl02.ttl02-txt .ttl-txt02 {
      margin-left: 0;
      margin-top: 10px; }
  #block-form .lead-box {
    display: block; }
    #block-form .lead-box > * + * {
      margin-left: 0;
      margin-top: 15px; } }
/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width: 1px) and (max-width: 599px) {
  /* ------------------------------------------------ */
  /* block-form */
  /* ------------------------------------------------ */
  #block-form .box + .box {
    margin-top: 25px;
    padding-top: 25px; }
  #block-form .sub-box {
    padding: 0; }
    #block-form .sub-box .ttl-search .ttl {
      padding: 5px 0 20px;
      font-size: 18px;
      text-align: left; }
      #block-form .sub-box .ttl-search .ttl::before {
        width: 18px;
        height: 18px;
        vertical-align: -1px;
        margin-right: 12px; }
    #block-form .sub-box .ttl-search .common-btn01 {
      padding: 10px 30px; }
  #block-form .sub-box02 {
    border-left: 4px solid #eee;
    padding: 5px 0 0 15px; }
    #block-form .sub-box02 + .sub-box02 {
      margin-top: 20px; }
  #block-form .sub-box.selected .inner {
    display: block;
    text-align: center; }
  #block-form .sub-box.selected .label {
    max-width: 150px;
    margin: 0 auto 15px;
    font-size: 16px;
    padding: 10px 20px; }
  #block-form .sub-box.selected .info {
    margin-bottom: 15px; }
    #block-form .sub-box.selected .info p {
      font-size: 15px;
      color: #595757; } }
    @media screen and (min-width: 1px) and (max-width: 599px) and (max-width: 599px) {
      #block-form .sub-box.selected .info p {
        font-size: 13px; } }
@media screen and (min-width: 1px) and (max-width: 599px) {
  #block-form .more-course .more-box {
    margin-top: -19px; }
  #block-form .table-form tr, #block-form .table-form th, #block-form .table-form td {
    display: block; }
  #block-form .table-form th {
    padding: 0 0 10px;
    font-size: 17px; }
  #block-form .table-form td {
    padding: 4px 0; } }
@media screen and (min-width: 1px) and (max-width: 599px) and (max-width: 599px) {
  #block-form .table-form tr {
    padding-bottom: 20px; } }
@media screen and (min-width: 1px) and (max-width: 599px) {
  #block-form .table-form tr + tr {
    margin-top: 20px; }
  #block-form .table-form .common-input-set input {
    max-width: 100%;
    width: calc(100% - 45px); }
  #block-form .table-form select {
    width: 100%; }
  #block-form .table-form th div {
    padding-right: 0; }
    #block-form .table-form th div .common-label01 {
      position: static;
      margin: 0 0 0 10px; }
  #block-form .common-table01 .common-label01 {
    margin-right: 5px; }
  #block-form .box-summary {
    padding: 15px 20px;
    margin-top: 40px; }
    #block-form .box-summary table {
      font-size: 1.5px; }
    #block-form .box-summary .sum {
      margin-top: 10px;
      padding-top: 10px;
      font-size: 1.8px; }
  #block-form .box-submit {
    font-size: 1.7px;
    margin-top: 25px; }
    #block-form .box-submit .btn {
      margin-top: 25px; }
  #block-form .box .common-ttl02.ttl02-txt .ttl-txt02 {
    font-size: 14px;
    margin-left: -45px;
    margin-top: 15px; }
  #block-form .lead .tel {
    font-size: 3px;
    max-width: 100%;
    width: 100%; }

  body.sp #block-form .lead .tel a {
    display: block;
    border: 1px solid #777;
    padding: 12px 35px 14px 28px;
    position: relative;
    font-size: 1.8px;
    background: #2e2e2e;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-top: 12px; }
    body.sp #block-form .lead .tel a::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-45deg);
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -6px;
      opacity: 0.7; }

  #block-form .lead-alert {
    padding: 5%;
    text-align: left; }
  #block-form .lead-alert2 {
    padding: 5%;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.6; }
    #block-form .lead-alert2 h2 {
      font-size: 20px;
      margin-bottom: 10px;
      padding-bottom: 5px; }
    #block-form .lead-alert2 h3 {
      margin-top: 30px;
      font-size: 18px;
      margin-bottom: 10px;
      padding-left: 15px; }
    #block-form .lead-alert2 .red {
      padding: 12px 20px; }
  #block-form .lead-box > * {
    padding: 25px 20px; }
  #block-form .lead-box .ttl {
    margin-bottom: 15px;
    padding-left: 68px;
    line-height: 1.5; }
    #block-form .lead-box .ttl::before {
      width: 55px;
      height: 55px;
      margin-top: -27px; }

  /* ------------------------------------------------ */
  /* block-map */
  /* ------------------------------------------------ */
  #block-map .common-modal-inner {
    padding: 15px 25px; }
  #block-map .inner {
    height: 600px;
    display: block;
    overflow: hidden;
    position: relative; }
    #block-map .inner .box-right {
      width: 100%;
      height: 100%; }
    #block-map .inner .box-left {
      width: 100%;
      height: 100%; }
      #block-map .inner .box-left .keyword .keyword-inner input {
        padding: 0 10px; }
      #block-map .inner .box-left .keyword .keyword-inner .input::before {
        width: 15px;
        height: 15px;
        margin-top: -7px;
        left: 10px; }
      #block-map .inner .box-left .list-shop > li {
        padding: 8px 20px; }
  #block-map #map .info-window {
    padding: 12px 15px; }
    #block-map #map .info-window .info-inner {
      margin-bottom: 3px; }
    #block-map #map .info-window .name {
      font-size: 16px; }
    #block-map #map .info-window .txt {
      font-size: 13px; }
    #block-map #map .info-window .btn {
      margin-top: 10px; }
      #block-map #map .info-window .btn .common-btn01 {
        padding-top: 9px;
        padding-bottom: 10px; }
  #block-map #map .info-window-wrapper > img {
    width: 28px;
    height: 28px; }
  #block-map .inner .box-left {
    width: 75%;
    height: 100%;
    position: absolute;
    right: -76%;
    top: 0;
    z-index: 100;
    transition: right .6s ease;
    background: #fff; }
    #block-map .inner .box-left .btn-menu {
      width: 30%;
      display: block;
      position: absolute;
      top: 0;
      left: -30%;
      background: #333;
      color: #fff;
      text-align: center;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      padding: 10px 5px;
      white-space: nowrap;
      font-size: 12px;
      font-weight: bold;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
      #block-map .inner .box-left .btn-menu::before {
        content: "";
        display: inline-block;
        width: 14px;
        height: 12px;
        background: url(/img/icon_arrow.png) no-repeat;
        background-size: 100% auto;
        transform: scale(-1, 1);
        margin-right: 5px;
        vertical-align: -1px; }
    #block-map .inner .box-left.active {
      right: 0; }
      #block-map .inner .box-left.active .btn-menu::before {
        display: none; }
      #block-map .inner .box-left.active .btn-menu::after {
        content: "";
        display: inline-block;
        width: 14px;
        height: 12px;
        background: url(/img/icon_arrow.png) no-repeat;
        background-size: 100% auto;
        margin-left: 5px;
        vertical-align: -1px; } }
@media screen and (min-width: 1px) and (max-width: 374px) {
  #block-form .sub-box .ttl-search {
    text-align: center;
    margin-bottom: 20px; }
    #block-form .sub-box .ttl-search .ttl {
      padding-bottom: 12px; }
    #block-form .sub-box .ttl-search .common-btn01 {
      position: relative;
      top: 0;
      padding: 10px 35px 12px 25px; } }
.table-form th small {
  font-size: 12px; }

/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
.pac-container {
  z-index: 100000 !important; }

footer {
  margin-top: 140px !important; }
  @media screen and (max-width: 999px) {
    footer {
      margin-top: 60px !important; } }

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