@charset "utf-8";
/*
.sybarite(){
  font-family: sybarite, serif;
  font-weight: 600;
  font-style: normal;
}
*/
/* CSS Document */
#contents_main > ul {
  font-size: 14px;
}
#contents_main > ul > li {
  border: 1px solid #aaa;
  margin: 20px auto;
  padding: 10px;
  border-radius: 3px;
}
#contents_main > ul > li > h2 {
  padding: 2px 10px;
  background: linear-gradient(45deg, #ff5f6f 0%, #fcad4f 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  height: 36px;
}
#contents_main > ul > li > h2 > span:first-child {
  font-family: "futura-pt", sans-serif;
  background: #FFF;
  color: #ff5f6f;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  font-size: 12px;
}
#contents_main > ul > li > h2 > span:last-child {
  color: #fffffe;
  font-weight: 600;
  font-size: 14px;
}
#contents_main > ul > li .tabs > .tabHeader {
  position: relative;
  padding-left: 24px;
  line-height: 20px;
  font-weight: 600;
}
#contents_main > ul > li .tabs > .tabHeader::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fcad4f;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}
#contents_main > ul > li .tabs > .tab {
  margin-top: 5px;
  margin-bottom: 20px;
}
#contents_main > ul > .step1 > div {
  padding: 20px 0;
  border-bottom: dotted 1px #bdbdbd;
}
#contents_main > ul > .step1 > div > p {
  margin-top: 20px;
}
#contents_main > ul > .step1 > div > .castPageList,
#contents_main > ul > .step1 > div > .placeList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}
#contents_main > ul > .step1 > div > .castPageList > li,
#contents_main > ul > .step1 > div > .placeList > li {
  background: #000000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 10px;
  transition: 300ms;
}
#contents_main > ul > .step1 > div > .castPageList > li > a,
#contents_main > ul > .step1 > div > .placeList > li > a {
  color: #fffffe;
  text-decoration: none;
}
#contents_main > ul > .step1 > div > .castPageList > li:hover,
#contents_main > ul > .step1 > div > .placeList > li:hover {
  background: #fcad4f;
}
#contents_main > ul > .step1 > div > .placePageLink {
  margin-top: 20px;
  text-align: center;
}
#contents_main > ul > .step1 > div > .placePageLink > a {
  font-weight: 600;
}
#contents_main > ul > .step1 > div > .courseTable,
#contents_main > ul > .step1 > div > .optionTable {
  margin-top: 20px;
  min-width: 500px;
  border: 1px solid #aaa;
  font-weight: 600;
}
#contents_main > ul > .step1 > div > .courseTable > tbody > tr > th,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr > th {
  border-right: 1px solid #aaa;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  width: 130px;
  font-weight: 600;
}
#contents_main > ul > .step1 > div > .courseTable > tbody > tr > td,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
}
#contents_main > ul > .step1 > div > .courseTable > tbody > tr:nth-child(odd) > th,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr:nth-child(odd) > th,
#contents_main > ul > .step1 > div > .courseTable > tbody > tr:nth-child(odd) > td,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr:nth-child(odd) > td {
  background: #efefef;
}
#contents_main > ul > .step1 > div > .courseTable > tbody > tr:nth-child(even) > th,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr:nth-child(even) > th,
#contents_main > ul > .step1 > div > .courseTable > tbody > tr:nth-child(even) > td,
#contents_main > ul > .step1 > div > .optionTable > tbody > tr:nth-child(even) > td {
  background: #fefefe;
}
#contents_main > ul > .step1 > div:last-child {
  border: none;
}
#contents_main > ul > .step2 > div {
  padding: 20px 0;
  border-bottom: dotted 1px #bdbdbd;
}
#contents_main > ul > .step2 > div > p {
  margin: 20px 0;
}
#contents_main > ul > .step2 > div > .phoneNumber,
#contents_main > ul > .step2 > div > .shopTime {
  font-weight: 600;
  font-size: 18px;
}
#contents_main > ul > .step2 > div > .phoneNumber > :first-child,
#contents_main > ul > .step2 > div > .shopTime > :first-child {
  background: #ff5f6f;
  color: #fffffe;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px;
}
#contents_main > ul > .step2 > div .orderList {
  list-style: disc;
  padding-left: 20px;
}
#contents_main > ul > .step2 > div .orderList > li {
  margin: 5px 0;
  font-weight: 600;
}
#contents_main > ul > .step2 > hr {
  border-bottom: dotted 1px #bdbdbd;
  width: 100%;
}
#contents_main > ul > .step2 > div:last-child {
  border: none;
}
#contents_main > ul > .step3 > div {
  padding: 20px 0;
  border-bottom: dotted 1px #bdbdbd;
}
#contents_main > ul > .step3 > div:nth-child(2) > p {
  font-weight: 600;
}
#contents_main > ul > .step3 > div:nth-child(2) > p > span {
  color: #fcad4f;
}
#contents_main > ul > .step3 > div:last-child {
  border: none;
}
#contents_main > ul > .step3 > div:last-child > p > span {
  color: #fcad4f;
  font-weight: 600;
}
#contents_main > ul > .step4 > div {
  padding: 20px 0;
  border-bottom: dotted 1px #bdbdbd;
}
#contents_main > ul > .step4 > div:last-child {
  border: none;
}
#contents_main > ul > .step5 > div {
  padding: 20px 0;
  border-bottom: dotted 1px #bdbdbd;
}
#contents_main > ul > .step5 > div:last-child {
  border: none;
}
