@charset "UTF-8";

/* ================== COLOR ================== */

/* ================== FONT ================== */

@font-face {
  font-family: NotoSans;
  src: url(/fonts/NotoSansJP-Regular.otf?9e559308cc2a99847c1bf6f0b8ac7978);
}

@font-face {
  font-family: NotoSans;
  src: url(/fonts/NotoSansJP-Medium.otf?d16d41744b47638ce1951cd08e8ea361);
  font-weight: bold;
}

/* ================== BORDER RADIUS ================== */

/* ================== Responsive ================== */

/* ==================================== */

body {
  font-family: NotoSans;
}

body .common_pager .common_pager_list .common_pager_item .common_pager_link {
  width: 30px;
  height: 30px;
  color: #007dc4;
  white-space: nowrap;
}

body .common_pager .common_pager_list .common_pager_item .common_pager_link.active {
  color: #fff;
  background-color: #007dc4;
}

body .common_pager .common_pager_prev {
  color: #007dc4;
}

body .common_pager .common_pager_next {
  color: #007dc4;
}

body .pms {
  font-family: NotoSans;
}

body .pms-header {
  background: #fff;
  text-align: center;
  position: fixed;
  display: flex;
  width: 100%;
  height: 80px;
  text-align: center;
  top: 0;
  z-index: 65;
  border-bottom: 1px solid #f7f7f7;
}

body .pms-header.active {
  z-index: 75;
}

@media screen and (max-width: 640px) {
  body .pms-header {
    height: 50px;
  }
}

body .pms-header-logo {
  width: 150px;
  margin: 0 33px;
  display: flex;
}

@media screen and (max-width: 640px) {
  body .pms-header-logo {
    margin: 0 10px;
  }
}

body .pms-header-logo img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 640px) {
  body .pms-header-logo img {
    width: 80px;
  }
}

body .pms-header-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  margin-left: 5%;
  font-size: 16px;
}

body .pms-header-menu-main {
  display: flex;
}

body .pms-header-menu-main p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

body .pms-header-menu-main-info {
  display: flex;
  font-weight: normal;
  align-items: center;
  padding: 0 22px;
  font-size: 14px;
}

body .pms-header-menu-main-info .announce-day {
  font-weight: bold;
  margin-right: 18px;
}

body .pms-header-menu-main-news {
  width: 200px;
  height: 100%;
  font-size: 16px;
  padding: 30px;
  border-right: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
  align-items: center;
  font-weight: bold;
  color: #007dc4;
  display: flex;
  position: relative;
}

body .pms-header-menu-main-news p:after {
  content: ">";
  margin-left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -4.125px;
}

body .pms-header-menu-client {
  display: flex;
  position: relative;
  padding: 25px 40px 25px 15px;
  color: #3b3b3b;
}

@media screen and (max-width: 640px) {
  body .pms-header-menu-client {
    display: none;
  }
}

body .pms-header-menu-client-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

body .pms-header-navi {
  display: none;
}

@media screen and (max-width: 640px) {
  body .pms-header-navi {
    display: flex;
    justify-content: end;
  }
}

body .pms-header-navi label {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  background-color: #007dc4;
}

body .pms-header-navi label span,
body .pms-header-navi label span::before,
body .pms-header-navi label span::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  position: absolute;
  background-color: #fff;
}

body .pms-header-navi label span::before {
  bottom: 8px;
}

body .pms-header-navi label span::after {
  top: 8px;
}

body .pms-header-navi.active span {
  background-color: transparent;
}

body .pms-header-navi.active span::before {
  transition: all 0.6s;
  bottom: 0px;
  transform: rotate(45deg);
}

body .pms-header-navi.active span::after {
  transition: all 0.6s;
  top: 0px;
  transform: rotate(-45deg);
}

body .pms-header-line {
  height: 100%;
  margin-right: 30px;
  display: block;
}

body .pms-header-line-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: #eeeeee;
  padding: 5px 10px;
  border-radius: 5px;
}

body .pms-header-line-content img {
  width: auto;
  height: 100%;
  margin-right: 12px;
}

body .pms-header-line-content .line-text-sum {
  font-size: 12px;
}

body .pms-main {
  display: flex;
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  body .pms-main {
    padding-top: 50px;
  }
}

body .pms-sidebar {
  width: 256px;
  background-color: #007dc4;
  padding-bottom: 30px;
  position: fixed;
  left: 0;
  top: 80px;
  height: calc(100% - 80px);
  overflow-y: scroll;
  display: block;
  z-index: 5;
}

body .pms-sidebar .small_menu .pms-sidebar-item::after {
  content: unset;
}

@media screen and (max-width: 1210px) {
  body .pms-sidebar {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  body .pms-sidebar {
    top: 50;
    right: -100%;
    height: calc(100% - 50px);
    transition: all 0.4s;
    left: unset;
    display: block;
  }

  body .pms-sidebar.active {
    right: 0;
    z-index: 10;
  }
}

body .pms-sidebar-line-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  body .pms-sidebar-line-sp {
    display: block;
    margin: 10px 15px 5px;
    background: #fff;
    border-radius: 10px;
    padding: 5px;
    border-radius: 10px;
  }

  body .pms-sidebar-line-sp-content {
    display: flex;
    align-items: center;
    text-align: center;
  }

  body .pms-sidebar-line-sp-content img {
    width: 25px;
    height: 25px;
  }

  body .pms-sidebar-line-sp-content span {
    font-weight: bold;
  }

  body .pms-sidebar-line-sp-content span :first-child {
    margin-left: 40px;
  }

  body .pms-sidebar-line-sp-content span .messageCount {
    font-size: 16px;
  }

  body .pms-sidebar-line-sp-content span .totalMessageCount {
    font-size: 12px;
  }
}

body .pms-sidebar-item {
  display: flex;
  align-items: center;
  color: #fff;
  height: 50px;
  padding: 5px 15px;
  background: #007dc4;
  border-bottom: 1px solid #49a9e0;
  font-weight: normal;
}

body .pms-sidebar-item::after {
  content: "▼";
  margin-left: 10px;
  color: #fff;
  font-size: 10px;
}

body .pms-sidebar-item.home::after {
  content: unset;
}

body .pms-sidebar-item img {
  height: 15px;
  width: auto;
  margin-right: 10px;
}

body .pms-sidebar-item.weak-blue {
  font-weight: normal;
  background: #49a9e0 !important;
  border-bottom: 1px solid #007dc4 !important;
}

body .pms-sidebar-sp {
  display: none;
  background: #49a9e0;
}

@media screen and (max-width: 1210px) {
  body .pms-sidebar-sp {
    min-width: 50px;
    display: block;
    position: fixed;
    height: calc(100% - 80px);
    z-index: 5;
  }

  body .pms-sidebar-sp-wrap {
    max-height: calc(100vh - 80px);
    overflow-y: scroll;
  }

  body .pms-sidebar-sp-wrap-item {
    width: 50px;
    height: 40px;
    align-items: center;
    justify-content: space-around;
    position: relative;
    background: #49a9e0;
    display: flex;
  }

  body .pms-sidebar-sp-wrap-item:first-child {
    background: #007dc4;
  }

  body .pms-sidebar-sp-wrap-item:first-child-name {
    background: #007dc4;
  }

  body .pms-sidebar-sp-wrap-item:first-child-name::before {
    background: #007dc4;
  }

  body .pms-sidebar-sp-wrap-item img {
    width: 15px;
    height: 15px;
  }

  body .pms-sidebar-sp-wrap-item-name {
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    position: absolute;
    left: 60px;
    background: #49a9e0;
    white-space: nowrap;
    display: none;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  }

  body .pms-sidebar-sp-wrap-item-name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -23px;
    border: 17px solid transparent;
    border-right: 21px solid #49a9e0;
    background: transparent;
    z-index: 2;
    transform: translateY(-50%);
  }

  body .pms-sidebar-sp-wrap-item.weak-blue {
    background: #49a9e0 !important;
  }

  body .pms-sidebar-sp-wrap-item .sidebar_link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
  }

  body .pms-sidebar-sp-wrap-item .sidebar_link.no_link {
    cursor: unset;
  }
}

@media screen and (max-width: 640px) {
  body .pms-sidebar-sp {
    display: none;
  }
}

@media screen and (max-width: 1210px) {
  body .pms-sidebar #target::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    border: solid transparent;
    border-right: 21px solid #49a9e0;
    background: transparent;
    z-index: 2;
    transform: translateY(-50%);
    border-width: 15px;
  }
}

body .pms-sidebar .aside_menu_btnarea {
  width: 230px;
  margin: 0 auto;
  margin-top: 10px;
  background: #fff;
  border-radius: 5px;
}

body .pms-sidebar .aside_menu_btnarea .aside_contents_btn {
  font-weight: bold;
  color: #007dc4;
}

body .pms-content {
  background-color: #f7f7f7;
  width: 100%;
  min-height: 80vh;
  height: 100%;
  padding: 0 5% 50px 280px;
}

@media screen and (max-width: 1210px) {
  body .pms-content {
    padding: 0 0 5% 80px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  body .pms-content {
    padding: 0 5%;
    width: 100%;
  }
}

body .pms-center {
  display: inline-flex;
  align-items: center;
}

body .pms-center .header_pulldown_menu {
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 640px) {
  body .pms-center .header_pulldown_menu {
    font-size: 12px;
  }
}

body .pms-center .header_pulldown_menu .logout_button_wrap {
  display: none;
  position: absolute;
  top: 30px;
  width: 100%;
}

body .pms-center .header_pulldown_menu .logout_button_wrap li {
  text-align: left;
  padding: 8px;
  border: 1px solid #dededf;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
}

body .pms-center .header_pulldown_menu .logout_button_wrap li a {
  width: 100%;
  display: flex;
  align-items: center;
}

body .pms-center .header_pulldown_menu .logout_button_wrap li a img {
  width: 10%;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  body .pms-center .header_pulldown_menu .header_down_arrow {
    display: none;
  }
}

body .pms-preview {
  display: block;
}

@media only screen and (max-width: 1020px), (max-height: 680px) {
  body .pms-preview {
    display: none;
  }
}

body .pms-preview.showing {
  position: fixed;
  z-index: 75;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

body .pms-preview.showing .common_popup_close {
  display: block;
}

body .footer {
  background: #f7f7f7;
}

body .preview_wrap {
  font-family: NotoSans;
  width: 360px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1210px) {
  body .preview_wrap {
    width: 300px;
  }
}

body .preview_wrap .preview_container {
  position: fixed;
  min-width: 360px;
  padding: 0 30px;
  margin-top: 50px;
  z-index: 60;
}

@media screen and (max-width: 1210px) {
  body .preview_wrap .preview_container {
    margin-top: 0;
    min-width: 300px;
    padding: 0 15px;
  }

  body .preview_wrap .preview_container img {
    max-width: 270px;
    -o-object-fit: unset;
       object-fit: unset;
  }

  body .preview_wrap .preview_container .menuBox {
    transform: scale(0.9);
    left: 6.2%;
  }
}

@media screen and (max-width: 640px) {
  body .preview_wrap .preview_container img {
    max-width: unset;
  }
}

body .preview_wrap .preview_container .preview_screen_img {
  border-radius: 35px;
}

body .preview_wrap .preview_container .template_container {
  position: absolute;
  display: flex;
  overflow-x: scroll;
  top: 12%;
  left: 14%;
  width: 263px;
}

@media screen and (max-width: 1210px) {
  body .preview_wrap .preview_container .template_container {
    width: 224px;
  }
}

body .preview_wrap .preview_container .template_container .template_block {
  border-radius: 10px;
  width: 170px;
  min-width: 170px;
  margin-left: 3%;
}

body .preview_wrap .preview_container .template_container .template_block .template_img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 120px;
}

body .preview_wrap .preview_container .template_container .template_block .text_block {
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  border: 1px solid #dededf;
  border-top: 0;
  flex-flow: column;
  display: flex;
  justify-content: space-between;
}

body .preview_wrap .preview_container .template_container .template_block .text_block.text_message_type_block {
  border-radius: 10px;
  border-top: unset;
  margin-top: 100px;
  border: 1px solid #dededf;
}

body .preview_wrap .preview_container .template_container .template_block .text_block .title {
  font-size: 13px;
  font-weight: bold;
}

body .preview_wrap .preview_container .template_container .template_block .text_block .text {
  font-size: 10px;
  color: #666666;
  max-height: 200px;
  overflow-y: scroll;
}

body .preview_wrap .preview_container .template_container .template_block .text_block .text_link {
  font-size: 11px;
  color: #496c9d;
  text-align: center;
}

body .preview_wrap .preview_container .template_container .template_block .text_block .text_link .show_detail {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 27ch;
  margin: 0 auto;
}

body .preview_wrap .preview_container .template_container .template_block .text_block .text_link .line_reservation_button {
  display: none;
}

body .preview_wrap .preview_container .template_container .template_block .explanation_block {
  padding: 8px;
  font-size: 12px;
  border-radius: 5px;
  background: #fff4f4;
  border: 1px solid #ff6364;
  color: #ff6364;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 30px);
  margin: 5px auto;
}

body .preview_wrap .preview_container .template_container .template_block .explanation_block.reply_type_block {
  width: 100%;
}

body .preview_wrap .preview_container .template_container .reply_message_block {
  width: 80%;
  margin-left: 5%;
}

body .preview_wrap .preview_container .template_container .reply_message_block .text_block {
  border: 1px solid #dededf;
  border-radius: 10px;
}

body .preview_wrap .preview_container .template_container .reply_message_block .text_block .text {
  max-height: 300px;
}

body .preview_wrap .preview_container .template_container .reply_message_block p {
  line-height: 1.2;
  white-space: pre-wrap;
}

body .preview_wrap .preview_container .template_container .reply_message_block .title {
  margin-bottom: 20px;
  overflow: scroll;
  max-height: 270px;
}

body .preview_wrap .preview_container .template_container .reply_message_block .title p {
  font-size: 12px;
}

body .preview_wrap .preview_container .template_container .reply_message_block .text_link p {
  padding-bottom: 10px;
}

body .preview_wrap .preview_container .preview_output_container {
  position: fixed;
  top: 279px;
  right: 60.5px;
  width: 221px;
  height: 273px;
}

body .preview_wrap .preview_container .preview_output_container .preview_cover {
  height: 145px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  visibility: hidden;
}

body .preview_wrap .preview_container .preview_output_container .preview_text_block {
  top: 430px;
  right: 70px;
  width: 200px;
  height: 80px;
  margin: 10px;
}

body .preview_wrap .preview_container .preview_output_container .preview_text_block .preview_title {
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: transparent;
  min-height: 15px;
}

body .preview_wrap .preview_container .preview_output_container .preview_text_block .preview_description {
  font-size: 13px;
  margin-top: 10px;
  line-height: 16px;
  min-height: 32px;
  -webkit-line-clamp: 3;
  color: #666666;
  overflow: hidden;
  -webkit-box-orient: vertical;
  background: transparent;
  display: -webkit-box;
}

body .preview_wrap .preview_container .common_popup_close {
  display: none;
}


