@charset "UTF-8";
#profile_page .upper_part .left {
    position: relative;
    width: 400px;
    height: 77px;
    float: left;
    margin-left: -10px;
    background-color: #716656;
}

#profile_page .upper_part .left p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 260px;
  font-size: 14px;
  color: #ffffff;
  margin-left: 25px;
}

#profile_page .upper_part .left p span {
  font-size: 24px;
}

#profile_page .upper_part .right {
    width: 680px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

#profile_page .upper_part .right .icon {
    position: relative;
    width: 180px;
    height: 54px;
    font-size: 16px;
    float: left;
    text-align: center;
    margin-right: 16px;
}

#profile_page .upper_part .right .icon:last-child {
  margin-right: 0;
}

#profile_page .upper_part .right .icon_1 {
  color: #2f98fa;
  background-color: #ddeefe;
}

#profile_page .upper_part .right .icon_2 {
  color: #fa2f5f;
  background-color: #fedde5;
}

#profile_page .upper_part .right .icon_3 {
  background-color: #FFF7DE;
  color: #ff792d;
}
#profile_page .upper_part .right .icon_5 {
  background-color: #eee;
}

#profile_page .upper_part .right .icon_5 span {
  color: red;
}

#profile_page .upper_part .right .icon_4 {
}

#profile_page .upper_part .right .icon_4 a {
    background-color: #a7884e;
    /*border-radius: 26px;*/
    display: block;
    height: 48px;
    line-height: 48px;
    color: #fff;
}
#profile_page .upper_part .right .icon_4 .shiny_btn01 {
  font-size: 20px;
}
/*
#profile_page .upper_part .right .icon_4 a:hover {
  opacity: .75;
}

#profile_page .upper_part .right .icon_4 span {
  color: #ff2b77;
}
*/
#profile_page .upper_part .right .icon p {
  position: absolute;
  line-height: 1.2;
}

#profile_page .upper_part .right .icon p:nth-child(1) {
  top: 50%;
  left: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

#profile_page .upper_part .right .icon p:nth-child(2) {
  top: -22px;
  left: -19px;
  z-index: 2;
}

#profile_page .upper_part .right .icon p span {
  font-size: 18px;
}

#profile_page .images {
    width: 1080px;
    height: 480px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
}

#profile_page .images ul {
    width: 860px;
    margin: 0 auto;
    padding-top: 50px;
}

#profile_page .images ul .slide-arrow {
  position: absolute;
  z-index: 2;
  top: 200px;
  cursor: pointer;
}

#profile_page .images ul .slide-arrow.prev-arrow {
  left: -80px;
}

#profile_page .images ul .slide-arrow.next-arrow {
  right: -80px;
}

#profile_page .images li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    height: 373px;
    background-color: #eee;
    display: flex;
    align-items: center;
}

#profile_page .images li:last-child {
  margin-right: 0;
}

#profile_page .schedule {
  width: 1080px;
  margin: 20px auto 0;
}

#profile_page .schedule h2 {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    background-color: #E3CDAC;
    margin-bottom: 20px;
}

#profile_page .schedule table {
  width: 100%;
  margin-top: 15px;
  border-collapse: separate;
  border-spacing: 1px 2px;
  text-align: center;
}

#profile_page .schedule table th {
  color: #26302f;
  text-align: center;
  padding: 15px 0;
  background-color: #eee;
}

#profile_page .schedule table th.sun {
  background-color: #ff3368;
  color: #fff;
}

#profile_page .schedule table th.sat {
  background-color: #4996ff;
  color: #fff;
}

#profile_page .schedule table td {
  padding: 16px 0;
  background-color: #ffffff;
  border: 1px solid #ccc;
}

#profile_page .schedule table td.sun {
  border-color: #ff3368;
}

#profile_page .schedule table td.sat {
  border-color: #4996ff;
}

#profile_page .various {
  width: 1080px;
  margin: 40px auto 0;
  padding-bottom: 60px;
}

#profile_page .various .left {
  width: 530px;
  float: left;
  margin-right: 20px;
}

#profile_page .various h4 {
    text-align: center;
    padding: 8px;
    background-color: #E3CDAC;
}

#profile_page .various .right {
  width: 530px;
  float: left;
}

#profile_page .various .option {
  width: 530px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#profile_page .various .option ul {
    overflow: auto;
    font-size: 18px;
    background-color: #fff;
    margin: 0 auto;
}

#profile_page .various .option ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

#profile_page .various .option ul li:nth-child(even){
  background-color: #faf6f1;
}

#profile_page .various .option .on {
  color: #960000;
}

#profile_page .various .option .off {
  display: none;
}

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

#profile_page .various .questionnaire .body {
    overflow: auto;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
}

#profile_page .various .questionnaire .question {
}

#profile_page .various .questionnaire .question dt {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  vertical-align: top;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;

}

#profile_page .various .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 .various .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 .various .questionnaire .question dd:after {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  margin-top: -9px;
  border: 9px solid transparent;
  z-index: 1;
}

#profile_page .various .questionnaire .answer {
  text-align: right;
}

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

#profile_page .various .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 .various .questionnaire .answer dd {
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: top;
  margin-top: 10px;
  border-radius: 50%;
  background-size: 66px;
  background-position: left top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
}

#profile_page .various .movie {
  position: relative;
  height: 328px;
}

#profile_page .various .movie div {
  position: absolute;
}

#profile_page .various .movie .video {
  top: 28px;
  left: 30px;
  z-index: 4;
}

#profile_page .various .movie .flame1 {
  top: 0;
  left: 0;
  z-index: 2;
}

#profile_page .various .movie .flame2 {
  top: -65px;
  right: -58px;
  z-index: 6;
}

#profile_page .various .message {
  width: 530px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#profile_page .various .message h4 {
}

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

#profile_page .various .comment {
  width: 530px;
  height: 288px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

#profile_page .various .comment p {
    /*
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    */
    background-color: #fff;
    line-height: 2;
    padding: 20px;
    font-size: 16px;
    overflow-y: auto;
}
#profile_page .reserve {
  padding-bottom: 80px;
}

#profile_page .reserve a {
    background-color: #a7884e;
    border-radius: 26px;
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    width: 400px;
    margin: -20px auto 0;
    text-align: center;
}
#profile_page .reserve a:hover  {
  opacity: .75;
}
.prfbox {
    margin-top: 20px;
}

.prfbox div {
    background-color: #fff;
    line-height: 2;
    padding: 20px;
    font-size: 16px;
    overflow-y: auto;
}
.prfbox ul {
    list-style: circle;
    padding-left: 20px;
}
