@charset "UTF-8";
@media (max-width: 600px) {
  /*****************************
   *
   *settings
   *
   ***************************** */
  .trans_txt_parent .inner {
    overflow: hidden; }
  .trans_txt_parent s {
    display: inline-block;
    transform: translateY(100px); }

  .scroll_fadein {
    transform: translateY(100px);
    opacity: 0; }

  body .ib {
    width: 100%; }
  body .sp_content {
    display: block !important; }
  body .pc_content {
    display: none !important; }

  body.logined header nav {
    background: rgba(0, 0, 0, 0.85); }

  header {
    height: 72px;
    background: #fff;
    padding: 20px;
    z-index: 9999; }
    header .spbtn {
      display: block;
      width: 40px;
      height: 40px;
      align-items: center;
      justify-content: center;
      display: flex;
      position: absolute;
      right: 15px;
      top: 15px;
      opacity: 1;
      font-size: 32px; }
      header .spbtn:before {
        content: "";
        font-family: "material symbols outlined";
        display: inline-block; }
    header .logo {
      width: 245px; }
    header nav {
      position: fixed;
      top: 0;
      left: 100vw;
      width: 100vw;
      height: 100vh;
      background: rgba(12, 103, 189, 0.85);
      padding: 40px 30px;
      flex-wrap: wrap;
      align-items: baseline;
      align-content: baseline;
      z-index: 999;
      transition: 0.4s ease; }
      header nav.open {
        left: 0; }
      header nav .close {
        font-size: 16px;
        color: #fff;
        position: absolute;
        right: 30px;
        top: 30px;
        z-index: 99; }
      header nav .plus {
        margin-top: 30px; }
      header nav a, header nav span {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #fff;
        width: 100%;
        display: flex !important;
        justify-content: flex-start;
        padding-bottom: 10px; }
        header nav a.small, header nav span.small {
          font-size: 12px;
          font-weight: normal; }

  #content .headline {
    height: 34px;
    font-size: 14px;
    font-weight: normal; }
    #content .headline h2 {
      font-size: 14px;
      font-weight: normal; }
  #content .ib {
    padding: 20px 10px; }
    #content .ib .name {
      font-size: 18px;
      margin: 0 0 10px; }
      #content .ib .name.mypage {
        margin-bottom: 100px; }
    #content .ib .bnr_box {
      max-width: 100%;
      margin: 20px auto; }
      #content .ib .bnr_box .bnr {
        margin-bottom: 15px; }
  #content .message_box {
    padding: 0;
    margin: 20px 0; }
    #content .message_box .inner {
      padding: 15px; }
    #content .message_box .arrow:before {
      position: relative;
      top: -2px; }
  #content .calender_container .week_active {
    height: 50px;
    padding: 15px;
    font-size: 14px;
    font-weight: normal; }
    #content .calender_container .week_active p {
      font-size: 14px; }
  #content .calender_container .calender_week {
    overflow-x: scroll; }
    #content .calender_container .calender_week .box_week {
      margin: 10px 0;
      width: 720px; }
      #content .calender_container .calender_week .box_week .column_day .disp_day {
        height: 34px; }
      #content .calender_container .calender_week .box_week .column_day .disp_time {
        height: 93px; }
        #content .calender_container .calender_week .box_week .column_day .disp_time p {
          font-size: 12px; }
        #content .calender_container .calender_week .box_week .column_day .disp_time a {
          font-size: 12px; }

  .bottom_button.sp_content {
    width: 250px;
    position: fixed;
    z-index: 998;
    background: #0C67BD;
    padding: 10px 15px;
    display: flex !important;
    align-items: center;
    border-radius: 50px;
    bottom: 30px;
    left: calc(50% - 125px); }
    .bottom_button.sp_content a {
      font-size: 15px;
      font-weight: bold;
      color: #fff;
      margin-right: 15px;
      align-items: center;
      display: flex; }
      .bottom_button.sp_content a img {
        display: inline-block;
        margin-right: 5px; }
      .bottom_button.sp_content a:last-child {
        margin-right: 0; }

  #content.reservation_detail .ib .step_form .container .row_box p {
    width: 100%; }
  #content.reservation_detail .ib .step_form .container .row_box .radio_container {
    width: 100%; }

  #content .pager {
    margin: 30px 0 100px;
    flex-wrap: wrap; }
    #content .pager a, #content .pager span {
      width: 36px;
      height: 36px;
      margin: 0 2px; }
  #content.mypage .tit.emp {
    font-size: 24px;
    margin: 30px 0; }
  #content.mypage .menu_mypage {
    position: absolute;
    top: 64px;
    width: 100vw;
    background: #fff;
    left: 0;
    height: auto;
    padding-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    height: 64px;
    overflow: hidden;
    padding: 40px 20px 20px; }
    #content.mypage .menu_mypage a {
      display: none; }
    #content.mypage .menu_mypage.open {
      height: auto;
      padding-top: 80px; }
      #content.mypage .menu_mypage.open .title {
        border-bottom: 1px solid #ccc; }
      #content.mypage .menu_mypage.open a {
        display: block; }
    #content.mypage .menu_mypage .title {
      position: absolute;
      top: 0;
      padding: 20px;
      left: 0;
      font-size: 14px;
      width: 100%;
      cursor: pointer; }
      #content.mypage .menu_mypage .title:after {
        font-family: "material symbols outlined";
        display: inline-block;
        position: absolute;
        content: "";
        font-size: 28px;
        top: 15px;
        right: 15px; }
    #content.mypage .menu_mypage a {
      padding: 10px 10px;
      width: 100%;
      font-size: 16px; }
      #content.mypage .menu_mypage a:before, #content.mypage .menu_mypage a:after {
        bottom: 0; }
      #content.mypage .menu_mypage a:after {
        display: none;
        width: 120px; }

  #content .login_form .container {
    width: calc(100vw - 40px);
    left: 20px; }
    #content .login_form .container form {
      width: 100%; } }
/*736pxend */

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