@charset "UTF-8";

#profile_page .name {
    color: #ffffff;
    background-color: #429DED;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
}

#profile_page .name p {
  padding-left: 10px;
}

#profile_page .name p:nth-of-type(1) {
    float: left;
    padding: 0;
}

#profile_page .name p:nth-of-type(1) span {
  font-size: 0.85rem;
  margin-left: 0.4rem;
}

#profile_page .name p:nth-of-type(2) {
  font-size: 0.85rem;
}
#profile_page .name div {
    float: left;
    margin-left: 12px;
    font-size: 12px;
}

#profile_page .icon {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

#profile_page .icon div {
  position: relative;
  width: 32%;
  float: left;
}

#profile_page .icon div:nth-of-type(1) {
}

#profile_page .icon div:nth-of-type(1) img {
  margin-left: -5px;
}

#profile_page .icon div:nth-of-type(3) img {
  margin-right: -5px;
}

#profile_page .icon div img {
  width: 100%;
}

#profile_page .icon div span {
  display: block;
}

#profile_page .icon div p {
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

#profile_page .icon div p:nth-of-type(2) {
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#profile_page .icon1 {
  color: #fa2f5f;
}

#profile_page .icon2 {
  color: #2f98fa;
}

#profile_page .icon3 span {
  color: #ff792d;
}

#profile_page .icon4 span {
  color: #ff2b77;
}

#profile_page .image {
  position: relative;
  width: 96%;
  margin-top: 10px;
  padding: 2%;
}

#profile_page .schedule {
  margin-top: 20px;
}

#profile_page .schedule dl {
  font-size: 0.85rem;
  text-align: center;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b9ccec;
}

#profile_page .schedule dl dt {
  color: #25292f;
  padding: 2px 0;
  background-color: #f5f8fc;
}

#profile_page .schedule dl dd {
  padding: 2px 0;
  background-color: #ffffff;
}

#profile_page .schedule dl.sat {
  border: 1px solid #4996ff;
}

#profile_page .schedule dl.sat dt {
  background-color: #4996ff;
  color: #fff;
}

#profile_page .schedule dl.sun {
  border: 1px solid #ff3368;
}

#profile_page .schedule dl.sun dt {
  background-color: #ff3368;
  color: #fff;
}

#profile_page .schedule .top dt {
  width: 40%;
  float: left;
}

#profile_page .schedule .top dd {
  margin-left: 40%;
}

#profile_page .schedule .bottom dl {
  width: 18.4%;
  float: left;
  margin-right: 2%;
}

#profile_page .schedule .bottom dl:last-of-type {
  margin-right: 0;
}

#profile_page .box {
  background-color: #fff;
}

#profile_page .box:before {
  content: "";
  display: block;
}

#profile_page .inner::-webkit-scrollbar {
  width: 5px;
  background: #ffc399;
}

#profile_page .inner::-webkit-scrollbar-thumb {
  background: #ff658a;
  border-radius: 2px;
}

#profile_page .option {
  margin-top: 20px;
}

#profile_page h4 {
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #e1e9f7;
}

#profile_page .option .box ul {
overflow: hidden;
}
#profile_page .option .box li {
    height: 32px;
    line-height: 32px;
    width: 48%;
    font-size: 11px;
    float: left;
    padding-left: 2%;
}

#profile_page .option .box li:nth-of-type(3),
#profile_page .option .box li:nth-of-type(4) {
    background-color: #f5f8fc;
}

#profile_page .option .box li:nth-child(2n) .on {
border-right: 0;
}

#profile_page .option .box .on {
    color: #429DED;
    float: right;
    padding-right: 6px;
    border-right: 1px solid #e1e9f7;
    margin-right: 0px;
}
#profile_page .option .box .off {
  display: none;
}

#profile_page .option .inner {
    display: block;
}

#profile_page .questionnaire {
  margin-top: 30px;
}

#profile_page .questionnaire .box h4 {
}

#profile_page .questionnaire .inner {
  padding: 20px;
}

#profile_page .questionnaire .question {
  font-size: 0.80rem;
}

#profile_page .questionnaire .question:not(:first-child) {
  margin-top: 20px;
}

#profile_page .questionnaire .question dt {
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 1%;
  height: 1%;
  padding: 5%;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: top;
}

#profile_page .questionnaire .question dt span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4vw;
  text-align: center;
}

#profile_page .questionnaire .question dd {
    position: relative;
    display: inline-block;
    min-width: 10px;
    max-width: 75%;
    font-size: 16px;
    margin: 20px 0 20px 14px;
    padding: 7px 10px;
    background: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    border-radius: 8px;
    color: #333;
}

#profile_page .questionnaire .question dd:before {
  content: "";
  position: absolute;
  top: 18px;
  left: -18px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 10px solid #efefef;
  z-index: 2;
}

#profile_page .questionnaire .question dd:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 11px solid #efefef;
  z-index: 1;
}

#profile_page .questionnaire .answer {
  font-size: 0.80rem;
  margin-top: 10px;
  text-align: right;
}

#profile_page .questionnaire .answer dt {
  position: relative;
  display: inline-block;
  width: 75%;
  min-width: 10%;
  color: #617e7a;
  margin: 0 14px 20px 0;
  padding: 7px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    background: #d3f2ed;
    border-radius: 8px;
    text-align: left;
}

#profile_page .questionnaire .answer dt:before {
  content: "";
  position: absolute;
  top: 18px;
  right: -18px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 10px solid #d3f2ed;
  z-index: 2;
}

#profile_page .questionnaire .answer dd {
  position: relative;
  display: inline-block;
  width: 1%;
  height: 1%;
  padding: 5%;
  border-radius: 50%;
  background-size: 160%;
  background-position: left top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #b9ccec;
  vertical-align: top;
}

#profile_page .questionnaire .answer dd span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#profile_page .message {
  margin-top: 40px;
}

#profile_page .message p {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    line-height: 2;
    padding: 20px;
    font-size: 16px;
    overflow: scroll;
}

#profile_page .message p img {
  width: 100%;
}

#profile_page .comment {
  margin-top: 30px;
}

#profile_page .comment .inner p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    align-items: center;
    line-height: 2;
    padding: 20px;
    font-size: 16px;
    overflow: scroll;
}
.slick-initialized .slick-slide {
    display: block;
    height: 460px;
    overflow: hidden;
}
#profile_page .icon1 span,
#profile_page .icon2 span,
#profile_page .icon3 span {
    background-color: #fff;
    padding: 2px 4px;
    border-radius: 12px;
}
#profile_page .icon1 span {
  color: #2f98fa;
}
#profile_page .icon2 span {
  color: #fa2f5f;
}
#profile_page .icon3 span {
  color: #ffb249;
}
#profile_page .reserve a {
    background-color: #ff3368;
    border-radius: 26px;
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    width: 75%;
    margin: 10px auto 10px;
    text-align: center;
}
#profile_page .slick-dots li {
    max-height: 84px;
    overflow: hidden;
    height: auto;
}