@charset "UTF-8";

#profile_page .name {
    color: #ffffff;
    background-color: #543b02;
    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 .name .new {
    color: #ff792d;
    margin-right: 0.5em;
    padding: 2px 10px;
    background-color: #FFF7DE;
    border-radius: 6px;
}

#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) 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 #dbd3aa;
}

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

#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: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 h4 {
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #f9e048;
}

#profile_page .block_in {
  padding: 20px;
  background-color: #ffffff;
}

#profile_page .profile {
  margin-top: 20px;
}
#profile_page .profile .profile_item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#profile_page .profile .profile_item:not(:nth-of-type(1)) {
  margin-top: 10px;
}
#profile_page .profile .profile_item p:nth-of-type(1) {
  font-weight: bold;
  width: 5em;
}
#profile_page .option {
  margin-top: 20px;
}
#profile_page .option .block_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
}
#profile_page .option .block_area .option_item {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
#profile_page .option .block_area .option_item p {
  padding: 0 20px;
}
#profile_page .option .block_area .option_item:nth-of-type(n+3) p {
  padding-top: 10px;
}
#profile_page .option .block_area .option_item .on {
    color: #429DED;
}
#profile_page .message {
  margin-top: 20px;
}
#profile_page .comment {
  margin-top: 20px;
}
#profile_page .widget .shame{
  width: 360px;
  margin: 20px auto 0;
}
#profile_page .widget .sns{
  width: 360px;
  margin: 20px auto 0;
}
#profile_page .free_space {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
#profile_page .free_space img {
  max-width: 100%;
}

#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: #a7884e;
    border-radius: 26px;
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    width: 75%;
    margin: 20px auto 20px;
    text-align: center;
}
.slick-initialized .slick-slide {
  display: block;
  /*height: 460px;*/
  height: auto;
  overflow: hidden;
}
#profile_page .slick-dots li {
    /*max-height: 84px;*/
    overflow: hidden;
    height: auto;
}