@charset "UTF-8";
/*main*/
.main {
  background: url("../img/main_bg.jpg");
}
.main .inner {
  background: url("../img/main.png") no-repeat top 0 right 20px;
}

/*span*/
.red {
  color: #ea535e;
}
.blue {
  color: #0070c0;
}
.bold {
  font-weight: bold;
}
.uline {
  text-decoration: underline;
}

/*courseWrap*/
.courseWrap .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 73px 20px 100px;
}
.courseWrap .content {
  max-width: 920px;
  margin: 0 auto;
  font-size: 18px;
}
.courseWrap .content + .content {
  margin-top: 50px;
}
.courseWrap h2 {
  padding: 14px 14px 9px;
  text-align: left;
  font-size: 24px;
  letter-spacing: 2px;
  border-bottom: 2px solid #ea535e;
}
.courseWrap .cont1 h2 {
  text-align: center;
}
.courseWrap .cont1 .btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courseWrap .hdgBox {
  position: relative;
}
.courseWrap .hdgBox .btn {
  display: flex;
  position: absolute;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 20px;
}
.courseWrap .hdgBox .btn a {
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}
.courseWrap .hdgBox .btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -2px;
  bottom: 0;
  right: 2px;
  margin: auto;
  border-right: 2px solid #ea535e;
  border-bottom: 2px solid #ea535e;
  transform: rotateZ(-45deg);
}
.courseWrap .hdgBox .btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 5px;
  margin: auto;
  bottom: -4px;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.courseWrap .cont5 {
  margin-bottom: 80px;
}
.courseWrap .overview {
  border-bottom: 2px solid #f1c244;
  background: url("../img/bg_yellow.jpg");
}
.courseWrap .moment {
  border-bottom: 2px solid #ea535e;
  background: url("../img/bg_pink.jpg");
}
.courseWrap .month {
  border-bottom: 2px solid #0599d9;
  background: url("../img/bg_blue.jpg");
}
.courseWrap .holiday {
  border-bottom: 2px solid #a9c09a;
  background: url("../img/bg_green.jpg");
}
.courseWrap .snack {
  border-bottom: 2px solid #eb6d06;
  background: url("../img/bg_orange.jpg");
}
.courseWrap .txtBox {
  margin-top: 30px;
}
.courseWrap .txtBox p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.courseWrap .txtBox p + p {
  margin-top: 20px;
}
.courseWrap .content ul {
  margin: 20px 0;
}
.courseWrap .content ul li {
  padding: 0 0 16px 2em;
  letter-spacing: 1px;
  text-indent: -1.5em;
}
.courseWrap .content ul li:last-child {
  padding-bottom: 0;
}
.courseWrap .content ul li::before {
  content: "●";
  padding-right: 0.5em;
}
.courseWrap .content ul.courseList li::before {
  content: "■";
}
.courseWrap .content ul.courseList + ul {
  margin-top: 50px;
}
.courseWrap .content ul li.note::before {
  content: "※";
  padding-right: 0.5em;
}
.courseWrap .content ul li > p {
  text-indent: 0;
}
.courseWrap .content ul li > ul li {
  padding-left: 1.4em;
}
.courseWrap .content ul li > ul li::before {
  content: "・";
}
.courseWrap .content ul li .annotation {
  font-size: 15px;
}
.courseWrap .content a {
  text-decoration: underline;
}
.courseWrap .content .hdg {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.courseWrap .point {
  position: relative;
  margin: 30px auto;
  padding: 15px 50px;
}
.courseWrap .cont4 .point {
  max-width: 450px;
  border: 1px dashed #0599d9;
}
.courseWrap .point p {
  position: absolute;
  background: #fff;
  padding: 0 5px;
  top: -14px;
  left: 10px;
}
.courseWrap .point ul li {
  padding-bottom: 5px;
}
.courseWrap .cont4 .point ul li span {
  color: #548235;
  font-weight: bold;
}
.courseWrap .cont3 .point ul li span {
  color: #ed7d31;
  font-weight: bold;
}
.courseWrap .point ul li::before {
  content: "★";
}
.courseWrap .cont3 .point ul li::before {
  color: #ed7d31;
}
.courseWrap .cont4 .point ul li::before {
  color: #0599d9;
}
.courseWrap .cont5 .point ul li::before {
  color: #548235;
}
.courseWrap .course {
  margin: 30px 0;
}
.courseWrap .course h3 {
  background: url(../img/hdg_img.png) no-repeat top 4px left 0;
  padding-bottom: 5px;
  padding-left: 1em;
  color: #0599d9;
  font-size: 23px;
}
.courseWrap .course p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/*meal*/
.courseWrap .cont3 .meal .catch {
  font-weight: bold;
  text-align: center;
  color: #ed7d31;
  font-size: 24px;
}
.courseWrap .cont3 .meal .img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 20px auto 40px;
}
.courseWrap .cont3 .meal .img img {
  width: 32.5%;
  height: auto;
}

/*chargeMenu*/
.chargeMenu {
  margin: 30px 0 35px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.chargeMenu table {
  width: 600px;
  margin: 0;
  flex-shrink: 0;
  text-align: left;
  line-height: 1.4;
  border: 2px solid #cdcdcd;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
}
.chargeMenu table tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
}
.chargeMenu table tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.chargeMenu table tr:last-child th:first-child {
  border-radius: 0 0 0 4px;
}
.chargeMenu table tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.chargeMenu table tr:last-child th,
.chargeMenu table tr:last-child td {
  border-bottom: none;
}
.chargeMenu table th {
  background: #ffe190;
  border-right: 2px solid #cdcdcd;
}
.chargeMenu table th,
.chargeMenu table td {
  width: 50%;
  height: 45px;
  padding: 3px 50px 0;
  border-bottom: 2px solid #cdcdcd;
}
.chargeMenu > p {
  width: calc(100% - 630px);
  padding: 10px;
  font-size: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}
.chargeMenu .tableBox p {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
}
.cont4 .chargeMenu .tableBox p {
  max-width: 600px;
}

/*originalCourse*/
.originalCourse {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.originalCourse .point {
  margin-right: 0;
  margin-left: 0;
  flex-shrink: 0;
}
.originalCourse .img {
  width: 50%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.originalCourse .img img {
  width: 49%;
  max-width: 100%;
  height: auto;
  display: block;
}

/*menuBox*/
.point .menuBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
.point .menuBox p {
  width: 100%;
  position: static;
  color: #ed7d31;
}
.point .menuBox > div {
  width: 48%;
}
.point .menuBox .txt {
  margin-bottom: 10px;
}
.point .menuBox .img img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .courseWrap .hdgBox .btn a:hover {
    opacity: 1;
  }
  .courseWrap .hdgBox .btn a:hover::before {
    width: 100%;
    background: #fcc800;
  }
}

/*sp*/
@media (max-width: 768px) {
  /*main*/
  .main {
    background-size: 4px 4px;
  }
  .main .inner {
    background: url("../img/main_sp.png") no-repeat top 0 right 0;
    background-size: 124px 115px;
  }

  /*btn*/
  .btn {
    max-width: 270px;
  }
  .courseWrap .cont1 .btn {
    justify-content: center;
  }
  .courseWrap .cont1 .btn a + a {
    margin-top: 10px;
  }

  /*courseWrap*/
  .courseWrap .inner {
    padding: 35px 20px 80px;
  }
  .courseWrap .content {
    font-size: 15px;
  }
  .courseWrap h2 {
    padding: 11px 10px 9px;
    font-size: 17px;
    letter-spacing: 3px;
  }
  .courseWrap .hdgBox .btn {
    margin: 0 !important;
    top: auto;
    bottom: -40px;
    right: 0;
  }
  .courseWrap .hdgBox + .txtBox {
    margin-top: 50px;
  }
  .courseWrap .cont5 {
    margin-bottom: 40px;
  }
  .courseWrap .overview {
    border-bottom: 1px solid #f1c244;
    background-size: 4px 4px;
  }
  .courseWrap .moment {
    border-bottom: 1px solid #ea535e;
    background-size: 4px 4px;
  }
  .courseWrap .month {
    border-bottom: 1px solid #0599d9;
    background-size: 4px 4px;
  }
  .courseWrap .holiday {
    border-bottom: 1px solid #eb6d06;
    background-size: 4px 4px;
  }
  .courseWrap .snack {
    border-bottom: 1px solid #f1c244;
    background-size: 4px 4px;
  }
  .courseWrap .txtBox p {
    font-size: 15px;
    line-height: 1.75;
  }
  .courseWrap .txtBox p + p {
    margin-top: 20px;
  }
  .courseWrap .content ul li {
    padding: 0 5px 10px 2em;
    line-height: 1.75;
    letter-spacing: 1px;
  }
  .courseWrap .content ul li .annotation {
    font-size: 13px;
  }
  .courseWrap .content .hdg {
    font-size: 17px;
  }
  .courseWrap .point {
    padding-right: 20px;
    padding-left: 20px;
  }
  .courseWrap .point p {
    padding: 0 5px;
    top: -11px;
  }
  .courseWrap .cont4 .point {
    width: 100%;
    max-width: none;
  }
  .courseWrap .course h3 {
    background: url(../img/hdg_img_sp.png) no-repeat top 5px left 0;
    background-size: 4px 16px;
    padding-bottom: 3px;
    padding-left: 0.6em;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .courseWrap .course p {
    font-size: 15px;
    line-height: 1.75;
  }

  /*meal*/
  .courseWrap .cont3 .meal .catch {
    font-size: 17px;
  }
  .courseWrap .cont3 .meal .img {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .courseWrap .cont3 .meal .img img {
    width: 49%;
  }
  .courseWrap .cont3 .meal .img img:nth-child(n + 3) {
    margin-top: 2%;
  }

  /*chargeMenu*/
  .chargeMenu {
    display: block;
  }
  .chargeMenu table {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 3px;
  }
  .chargeMenu table tr:first-child th:first-child {
    border-radius: 3px 3px 0 0;
  }
  .chargeMenu table tr:first-child td:last-child {
    border-radius: 0;
  }
  .chargeMenu table tr:last-child th:first-child {
    border-radius: 0;
  }
  .chargeMenu table tr:last-child td:last-child {
    border-radius: 0 0 3px 0;
  }
  .chargeMenu table tr:last-child td > table tr:last-child td {
    border-bottom: none;
  }
  .chargeMenu table th {
    letter-spacing: 2px;
    border-right: 1px solid #cdcdcd;
  }
  .chargeMenu table th,
  .chargeMenu table td {
    height: 45px;
    padding: 5px 20px;
    border-bottom: 1px solid #cdcdcd;
  }
  .chargeMenu p {
    width: 100%;
  }
  .chargeMenu .tableBox p {
    margin-bottom: 20px;
  }

  /*mainTxtBox*/
  .mainTxtBox {
    background: url("../img/mainTxt_bg.jpg");
    background-size: 3px 3px;
  }

  /*originalCourse*/
  .originalCourse .img {
    width: 100%;
    margin-top: 0;
  }

  /*menuBox*/
  .point .menuBox + .btn {
    margin-bottom: 32px;
  }

  /*menuBox*/
  .miniNav {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
