﻿@charset "utf-8";

html, body {
  width: 100%;
  height: 100%;
}

html {
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif, Noto Sans CJK JP;
  color: #292929;
  /*background-color: #95bed7;*/
  background-color: #fff;
}

/* 旧デザインの背景色 */
body.seri-v1-design {
    background-color: #95bed7 !important;
}

p {
  margin: 0;
}

table > tbody > tr > td {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}

div#wrapper {
  width: 96vw;
  margin: 3vh auto 0 auto;
  padding-top: 2vh;
  background-color: #ffffff;
}

#footer {
  padding: 0.1vh 0px 0px 0px;
}

span.important {
  color: red;
}

/* スマホ用受付状況確認画面 */
#storeInfoArea {
  margin: 0px 2vw;
  padding: 2vw;
  background-color: #005481;
  /* background-image: url(../img/ReceptionCondition/bell.png); */
  background-position: left 1vw top 1.5vw;
  background-repeat: no-repeat;
  background-size: 7vw auto;
  color: #ffffff;
  position: relative;
}

.storeInfoIcon {
    position: absolute;
    left: 1vw;
    top: 1.5vw;
    fill: #ffffff;
}

#storeInfoArea p {
  padding-left: 8vw;
  line-height: 1.2;
  font-size: 6vw;
  word-break: break-all;
}

#storeInfoArea #phoneNumber {
  color: #ffffff !important;
}

#storeInfoArea #phoneNumber a {
  color: #ffffff !important;
}

#purposeArea {
    /*margin: 2vh 2vw;*/
    /*padding: 2vw;*/
    /*background-color: #ffffff;*/
    /*border: 2px solid #a398b2;*/
    /*!* background-image: url(../img/ReceptionCondition/ticket.png); *!*/
    /*background-position: left 1vw top 2vw;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 7vw auto;*/
    /*position: relative;*/
}

.purposeAreaIcon {
    /*position: absolute;*/
    /*left: 1vw;*/
    /*top: 2vw;*/
}

.purposeAreaIcon .cls-1 {
    fill: #a398b2;
}
.purposeAreaIcon .cls-2 {
    fill: none;
}

.purposeTitle {
    padding-left: 8vw;
    font-size: 6vw;
    line-height: 1.2;
    padding-bottom: 1vw;
}

.purpose {
    /*text-align: left;*/
    /*font-size: 6vw;*/
    /*line-height: 1.2;*/
    /*!* color: #005d92; *!*/
    /*padding-left: 8vw;*/
}

#receptionNoArea {
  margin: 2vh 2vw;
  padding: 2vw;
  background-color: #ffffff;
  border: 2px solid #005d92;
  /* background-image: url(../img/ReceptionCondition/ticket.png); */
  background-position: left 1vw top 2vw;
  background-repeat: no-repeat;
  background-size: 7vw auto;
  position: relative;
}

.receptionNoIcon {
    position: absolute;
    left: 1vw;
    top: 2vw;
    fill: #005d92;
}

.receptionNoTitle {
  padding-left: 8vw;
  font-size: 6vw;
  line-height: 1.2;
}

.numberRow {
  position: relative;
  width: 100%;
}

.numberRow .beforeWord {
  position: absolute;
  top: 3vw;
  left: 8vw;
  font-size: 6vw;
}

.numberRow .afterWord {
  position: absolute;
  right: 6vw;
  bottom: 3vw;
  font-size: 6vw;
}

.receptionNo {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20vw;
  line-height: 1.1;
  color: #005d92;
}

.receptionNoErr {
  display: block;
  margin: 1vh 8vw;
  height: 100%;
  line-height: 100%;
  font-size: 6vw;
  vertical-align: middle;
  text-align: left;
}

#remainsArea {
  margin: 2vh 2vw;
  padding: 2vw;
  background-color: #ffffff;
  border: 2px solid #c82136;
  position: relative;
}

#remainsArea.number {
  /* background-image: url(../img/ReceptionCondition/speaker.png); */
  background-position: left 1vw top 2vw;
  background-repeat: no-repeat;
  background-size: 7vw auto;
}

#remainsArea.msg {
  /* background-image: url(../img/ReceptionCondition/caution.png); */
  background-position: left 1vw top 2vw;
  background-repeat: no-repeat;
  background-size: 7vw auto;
}

.remainsIcon {
    /*position: absolute;*/
    /*left: 1vw;*/
    /*top: 2vw;*/
}

.remainsIcon-number {
    fill: #e50029;
}

.remainsIcon-msg .cls-1 {
    fill: #e50029;
}

.remainsIcon-msg .cls-2 {
    font-size: 100px;
    fill: #fff;
}

#remainsArea .remainsIcon,
#remainsArea.msg .remainsIcon-number,
#remainsArea .remainsIcon-number,
#remainsArea.number .remainsIcon-msg {
    display: none;
}

#remainsArea.number .remainsIcon-number {
    display: block;
}

#remainsArea.msg .remainsIcon-msg {
    display: block;
}

.remainsTitle {
  padding-left: 8vw;
  font-size: 6vw;
  line-height: 1.2;
}

.remains {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20vw;
  line-height: 1.1;
  color: #c82136;
}

.remainsFooter {
  text-align: right;
  font-size: 4vw;
  line-height: 1.2;
}

.remainsErr {
  display: block;
  margin: 1vh 8vw;
  height: 100%;
  line-height: 100%;
  font-size: 6vw;
  vertical-align: middle;
}

.remainsErr span {
  display: inline-block;
  margin-bottom: 2vh;
  font-size: 1.2em !important;
  color: #c82136;
}

.updateInfo {
  margin: 2vh 2vw 0px 0px;
  text-align: right;
  font-size: 3vw;
}

#footer {
  margin: 4vh 2vw 1vh 0px;
  text-align: right;
}

#footer img {
  width: 40vw;
  max-width: 300px;
}

#wrapper.error {
  position: relative;
  height: 80%;
}

#wrapper.error h1 {
  /*    margin: 2vh 0px 0px 2vw; */
  padding: 2vh 3vw;
  font-size: 6vw;
  text-align: center;
  line-height: 1.2;
  background-color: #005481;
  color: #ffffff;
}

#wrapper.error p {
  margin: 4vh 0px 0px 4vw;
  font-size: 4vw;
}

#wrapper.error #footer {
  position: absolute;
  right: 2vw;
  bottom: 1vh;
}

#callByInfoArea {
  margin: 5vh 2vw;
  padding: 2vh 2vw 4vh;
  background-color: #d6f0f9;
  border-radius: 10px;
}

#callByInfoArea h3 {
  font-size: 5.5vw;
  text-align: center;
  line-height: 1.4;
  padding: 1vh 0px;
  font-weight: 700;
  color: #393939;
}

#callByInfoArea h3.infoTitle {
  font-size: 6vw;
  background-color: #8ac7e6;
  margin: -4vh -2vw 0px -2vw;
  padding: 2vh 0px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px dashed #d6f0f9;
}

#callByInfoArea ul {
  margin: 2vh 0px 2vh 0px;
}

#callByInfoArea ul li {
  font-size: 4vw;
  margin-bottom: 1vh;
  padding: 1.5vh 3vw;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

#callByInfoArea ul li:last-child {
  border-bottom: none;
}

#callByInfoArea div.functionOverview {
  text-align: center;
  padding: 1vh 4vw;
  font-size: 4vw;
  font-weight: 600;
}

#callByInfoArea div.functionOverview p {
  text-align: left;
  display: inline-block;
}

#callByInfoArea ul.overview {
  margin-top: 0vh;
  background-color: #fafafa;
  border-top: 4px dashed #d6f0f9;
}

#callByInfoArea ul.overview li {
  margin-bottom: 0vh;
  padding: 2.5vh 3vw;
  font-weight: 500;
  border-bottom: 4px dashed #d6f0f9;
}

#callByInfoArea ul.annotation {
}

#callByInfoArea ul.annotation li {
  background-color: #efefef;
}

#callByInfoArea p.comments {
  margin: 0px 0px 4vh;
  font-size: 4vw;
  text-align: center;
}

#callByInfoArea div.appButton {
  margin: 1.5vh -2vw;
  text-align: center;
  background-color: #476bb3;
  border-radius: 20px;
  border: 6px solid #476bb3;
}

#callByInfoArea div.appButton h3 {
  color: #fff;
  background-color: #476bb3;
  border-radius: 10px 10px 0px 0px;
}

#callByInfoArea div.buttonArea {
  margin: 2vw;
  background-color: #fff;
  border-radius: 10px;
}

#callByInfoArea div.notes {
  margin-top: 2vh;
  padding: 0.5vh 1vw;
  background-color: #a1c3e6;
  border-radius: 5px;
}

#callByInfoArea ul.register li {
  background-color: #e6f2ff;
  margin: 0.7vh;
  padding: 2.5vh 3vw;
  font-weight: 500;
  border-radius: 3px;
}

#callByInfoArea ul.register li.b {
  font-weight: bold;
}

#callByInfoArea div.LINERegister h3 {
  text-decoration: underline;
  margin: 1vh 0px -1vh;
  font-size: 4.5vw;
}

#callByInfoArea div.mailRegister h3 {
  text-decoration: underline;
  margin: 1vh 0px -1vh;
  font-size: 4.5vw;
}

hr.callByOptions {
  margin: 3vh 0;
  border: 3px solid #6699cc;
}

.lineIcon {
  width: 100px;
  height: 100px;
  margin: 35px 30px 30px 20px;
}

.mailIcon {
  width: 100px;
  height: 100px;
  margin: 35px 20px 30px 30px;
}

div.buttonAreaMessage {
    padding: 35px 0;
    font-size: 4vw;
}

.d-block {
  display: block;
}

a.callByLine.d-block,
a.callByMail.d-block {
  display: inline-block;
}

.d-none {
  display: none;
}

#loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#spinner {
  color: #fff;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.receptionConditionIcon {
  width: 7vw;
}

/*デバイスが縦向きの場合*/
@media (orientation: portrait) {
}

/*デバイスが横向きの場合*/
@media (orientation: landscape) {
  div#wrapper {
    width: auto;
  }
}

/*お呼出サービスデザイン*/
@charset "utf-8";

.newBody {
  background-color: #fff;
}

table > tbody > tr > td {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}

/* スマホ用受付状況確認画面 */
.storeInfoIcon {
  position: absolute;
  left: 1vw;
  top: 1.5vw;
  fill: #ffffff;
}

#storeInfoArea p {
  padding-left: 8vw;
  line-height: 1.2;
  font-size: 6vw;
  word-break: break-all;
}

.purposeAreaIcon .cls-1 {
  fill: #a398b2;
}
.purposeAreaIcon .cls-2 {
  fill: none;
}

.purposeTitle {
  padding-left: 8vw;
  font-size: 6vw;
  line-height: 1.2;
  padding-bottom: 1vw;
}

.newReceptionNoIcon {
  fill: rgba(115, 145, 172, 1);
  width: 20px;
}

.receptionNoTitle {
  padding-left: 8vw;
  font-size: 6vw;
  line-height: 1.2;
}

.numberRow {
  position: relative;
  width: 100%;
}

.numberRow .beforeWord {
  position: absolute;
  top: 3vw;
  left: 8vw;
  font-size: 6vw;
}

.numberRow .afterWord {
  position: absolute;
  right: 6vw;
  bottom: 3vw;
  font-size: 6vw;
}

.receptionNoErr {
  display: block;
  margin: 1vh 8vw;
  height: 100%;
  line-height: 100%;
  font-size: 6vw;
  vertical-align: middle;
  text-align: left;
}

.infoBox .receptionNoErr {
  display: block;
  margin: 1vh 8vw;
  height: 100%;
  width: 100%;
  font-size: 17px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.7;
}

.remainsIcon-number {
  fill: #e50029;
}

.remainsIcon-msg .cls-1 {
  fill: #e50029;
}

.remainsIcon-msg .cls-2 {
  font-size: 100px;
  fill: #fff;
  font-family: '07LogoTypeGothic7', '07LogoTypeGothic7 90ms-RKSJ-H';
}

#remainsArea .remainsIcon,
#remainsArea.msg .remainsIcon-number,
#remainsArea .remainsIcon-number,
#remainsArea.number .remainsIcon-msg {
  display: none;
}

#newRemainsArea .remainsIcon,
#newRemainsArea.msg .remainsIcon-number,
#newRemainsArea .remainsIcon-number,
#newRemainsArea.number .remainsIcon-msg {
  display: none;
}

#remainsArea.number .remainsIcon-number {
  display: block;
}

#newRemainsArea.number .remainsIcon-number {
  display: block;
}

#remainsArea.msg .remainsIcon-msg {
  display: block;
}

#newRemainsArea.msg .remainsIcon-msg {
  display: block;
}

.remainsErr span {
  display: inline-block;
  margin-bottom: 2vh;
  font-size: 1.2em !important;
  color: #c82136;
}

.updateInfo {
  margin: 2vh 2vw 0px 0px;
  text-align: right;
  font-size: 3vw;
}

.d-none {
  display: none;
}

/*新デザイン*/
.wrapper {
  display:flex;
  flex-flow: column;
  text-align: left;
  font-style: normal;
  font-weight: lighter;
  font-size: 15px;
  color: rgba(112,112,112,1);
}

.storeInfoArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(115,145,172,1);
  background-color: rgba(247,247,247,1);
}

.companyNameArea {
  margin: 20px 0 5px;
  text-align: left;
}

.shopNameArea {
  margin: 5px 0 15px;
  font-weight: bold;
  font-size: 14px;
}

.receptionArea {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  background-color: rgba(247, 247, 247, 1);
  height: 100%;
}

.infoBox {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  border-radius: 3px;
  background-color: rgba(255,255,255,1);
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.161));
}

.infoIcon {
  width: 20px;
  height: 20px;
}

.infoText {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.infoBoxTitle {
  font-size: 17px;
}

.purpose {
  margin-top: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.2;
}

.infoNoBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.errInfoNoBox {
  display: flex;
  justify-content: center;
}

.infoBox > .infoNoBox {
  width: 100%
}

.infoBox > .errInfoNoBox {
  width: 100%
}

.infoNoTextBox {
  display: flex;
}

.receptionNoBox {
  position: relative;
  text-align: center;
  margin-top: -15px
}

.newReceptionNo {
  font-weight: bold;
  font-size: 70px;
}

.numberSuffixBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.numberSuffix {
  margin-top: auto;
  font-weight: bold;
  font-size: 17px;
}

.remainsBox {
  position: relative;
  text-align: center;
}

.remains {
  font-weight: bold;
  font-size: 70px;
  color: rgba(200,33,54,1);
}

.updateInfoBox {
  text-align: right;
}

.updateInfoText {
  font-size: 12px;
}

.callServiceTitle {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  border-top: 2px solid rgba(6,153,230,1);
  border-bottom: 2px solid rgba(6,153, 230,1);
  background-color: rgba(255,255,255,1);
  padding: 15px 10px;
}

.callIcon {
  margin-top: 5px;
  margin-right: 5px
}

.callTitle {
  text-align: center;
  font-weight: bold;
  color: rgba(6,153,230,1);
}

.callServiceArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 15px;
  background-color: rgba(255,255,255,1);
}

.explanationBox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding: 15px 20px;
  line-height: 1.7;
}

.howToUse {
  font-weight: bold;
  color: rgba(6,153,230,1);
}

.howToUseArea {
  margin-bottom: 30px;
}

.howToUseBox {
  display: grid;
  grid-template-columns: repeat(1, auto) 1fr;
  width: 100%;
}

.howToUseNumberBox {
  position: relative;
  display:flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.square {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(6,153,230,1);
}

.squareText {
  font-weight: bold;
  color: rgba(255,255,255,1);
}

.line {
  width: 2px;
  height: 100%;
  background-color: rgba(6,153,230,1);
}

.noline {
  width: 2px;
  height: 100%;
}

.howToUseText {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: rgba(255,255,255,1);
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.161));
  padding: 15px 10px;
  line-height: 1.7;
}

.howToUseTextLast {
  padding: 40px 10px;
}

.iconArea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px 40px;
  background-color: rgba(255,255,255,1);
}

.mailIconBox {
  margin: 0 40px;
}

.lineIconBox {
  margin: 0 40px;
}

.mailIcon {
  width: 60px;
}

.lineIcon {
  width: 60px;
}

.arrowBox {
  margin-top: 15px;
  text-align: center;
  background-color: rgba(255,255,255,1);
}

#arrow {
  fill: transparent;
  stroke: rgba(215,218,220,1);
  stroke-width: 1px;
  stroke-linejoin: miter;
  stroke-linecap: butt;
  stroke-miterlimit: 4;
  shape-rendering: auto;
}

.arrow {
  overflow: visible;
  width: 28px;
  height: 14px;
  transform: rotate(180deg);
  transform-origin: center;
}

.infoArea {
  background-color: rgba(247, 247, 247, 1);
  padding: 60px 60px 15px;
  height: 30%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lineInfoIcon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.lineInfoArea {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.lineInfoText {
  font-size: 11px;
  color: rgba(112, 112, 112, 1);
}

.serialnaInfoArea {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.privacyPolicy {
  margin-right: 20px;
}

.serialnaInfoText {
  font-size: 11px;
  color: rgba(6,153,230,1);
  text-decoration:underline;
}

.copyright {
  font-size: 11px;
  color: rgba(112,112,112,1);
  letter-spacing: 0.23px;
}

.remainsIcon-call {
  fill: rgba(6, 153, 230, 1);
}

.infoBox .remainsErr {
  display: block;
  margin: 1vh 8vw;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.7;
}

.errInfoNoBox .remainsErr {
  display: block;
  margin: 0;
  padding: 10px;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.7;
}

.errInfoNoBox .receptionNoErr {
  display: block;
  margin: 0;
  padding: 10px;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.7;
}

.titleArea {
  font-weight: bold;
  margin: 35px 0;
}

.errorInfoArea {
  background-color: rgba(247, 247, 247, 1);
  padding: 60px 60px 15px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lineAccount {
  display: flex;
  justify-content: center;
  align-items: center;
}

.failedView {
  height: 100%;
  width: 100%;
}

.storeInfoIcon {
  fill: #ffffff;
}

.receptionNoIcon {
  fill: #005d92;
}

.receptionNo {
  color: #005d92;
}

#remainsArea {
  background-color: #ffffff;
  border: 2px solid #c82136;
}

.remainsIcon-number {
  fill: #e50029;
}

.remainsIcon-msg .cls-1 {
  fill: #e50029;
}

.remainsIcon-msg .cls-2 {
  fill: #fff;
}

.remains {
  color: #c82136;
}

.remainsErr span {
  color: #c82136;
}

#wrapper.error h1 {
  background-color: #005481;
  color: #ffffff;
}

hr.callByOptions {
  border: 3px solid #6699cc;
}

.failedView .explanationBox {
  padding-top: 40px;
  font-weight: bold;
}

/*新デザインフッター*/
.footer{
    width: 100%;
    font-family: Noto Sans CJK JP, sans-serif;
    font-style: normal;
    font-weight: lighter;
}

.footer-links {
    width: 100%;
    height: 40px;
    overflow: visible;
    background-color: white; /*rgba(247,247,247,1);*/
}

.footer-nhs-text {
    font-size: 6pt;
    height: 40px;
    padding-bottom: 5px;
}

.line-footer {
    overflow: visible;
    width: 100%;
    display:flex;
    flex-direction: column;
    font-size: 10px;
}

.reservationCustomerWaiting {
    width: 100%;
    padding: 5px 10px;
}