@charset "UTF-8";
/*---------------------------
新menu
----------------------------*/
#menu {
  margin-bottom: 5.0rem;
}
#menu > h2 {
  padding-bottom: 1.5rem;
  margin-bottom: 3.0rem;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #menu > h2 {
    font-size: 1.2rem;
    padding-bottom: 1.0rem;
    margin-bottom: 2.0rem;
  }
}
#menu .price {
  margin-bottom: 3.0rem;
}
#menu .price > span {
  font-size: 1.4rem;
  border: 1px solid #111;
  padding: 0.5rem 1.0rem;
  display: inline-block;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #menu .price > span {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.2rem;
  }
}
#menu .price table {
  width: 50%;
  text-align: left;
  border: 1px solid #ccc;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #menu .price table {
    width: 100%;
  }
}
#menu .price table tr td {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
#menu .price table tr td:nth-of-type(2) {
  text-align: right;
}
#menu .price ul li {
  list-style: none;
}
#menu .other {
  margin-bottom: 4.0rem;
}
#menu .other .col {
  margin-bottom: 2.0rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #menu .other .col {
    margin-bottom: 1.0rem;
  }
}
#menu .other .col .img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #menu .other .col .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
#menu .other .col .img img {
  width: 100%;
  height: auto;
}
#menu .other .col .txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #menu .other .col .txt {
    width: 100%;
  }
}
#menu .other .col .txt h2 {
  font-size: 1.4rem;
  margin-bottom: 1.0rem;
}
@media screen and (max-width: 767px) {
  #menu .other .col .txt h2 {
    font-size: 1.1rem;
  }
}
#menu .other .col .txt h2:nth-of-type(2) {
  padding-top: 1.0rem;
}
#menu .other .col .txt p br {
  display: none;
}
@media screen and (max-width: 767px) {
  #menu .other .col .txt p br {
    display: block;
  }
}
#menu .course .col {
  margin-bottom: 2.0rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #menu .course .col {
    padding-bottom: 0;
    border: none;
  }
}
#menu .course .col .img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #menu .course .col .img {
    width: 100%;
    margin-bottom: 1.0rem;
  }
}
#menu .course .col .img img {
  width: 100%;
  height: auto;
}
#menu .course .col .txt {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #menu .course .col .txt {
    width: 100%;
  }
}
#menu .course .col .txt h2 {
  font-size: 1.4rem;
  margin-bottom: 2.0rem;
}
@media screen and (max-width: 767px) {
  #menu .course .col .txt h2 {
    font-size: 1.1rem;
    margin-bottom: 1.0rem;
  }
}
#menu .course .col .txt > p {
  font-size: 1.2rem;
  margin-bottom: 1.0rem;
}
#menu .course .col .txt table {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  margin-bottom: 2.0rem;
}
#menu .course .col .txt table tr td {
  padding: 15px 10px;
  border: 1px solid #ccc;
}
#menu .course .col .txt table tr td:nth-of-type(2), #menu .course .col .txt table tr td:nth-of-type(3) {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #menu .course .col .txt table tr td {
    padding: 10px 5px;
    font-size: 0.8rem;
  }
  #menu .course .col .txt table tr td:nth-of-type(1) {
    width: 25%;
  }
  #menu .course .col .txt table tr td span {
    font-size: 0.6rem;
    display: block;
  }
}
#menu .course .col .txt ul {
  padding-top: 1.0rem;
}
#menu .course .col .txt ul li {
  list-style: none;
}
@media screen and (max-width: 767px) {
  #menu .course .col .txt ul li {
    font-size: 0.8rem;
  }
}
#menu .course .col .txt .info span {
  display: block;
}
#menu .course .col .txt .info span:nth-of-type(1) {
  margin-top: 1.0rem;
}

/*---------------------------
旧menu
----------------------------*/
.menu_box {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.menu_box:after {
  content: "";
  display: block;
  clear: both;
}

.menu_box .side_box {
  width: 230px;
  float: left;
}

.menu_box .side_box .sbox {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
}

.menu_box .main_box {
  width: 750px;
  float: right;
}

.price {
  margin-bottom: 20px;
}

.price h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 10px;
  font-size: 1.4em;
}

.price .basic {
  margin-bottom: 40px;
}

.price .basic table {
  width: 100%;
}

.price .basic table tr {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0px;
}

.price .basic table tr th {
  color: #F89E21;
  font-size: 1.4em;
  padding: 15px 0px;
}

.price .basic table tr th span {
  display: inline-block;
  font-size: 12px;
  color: #333;
  padding-left: 20px;
}

.price .basic table tr td {
  font-size: 1.4em;
  text-align: right;
}

@media screen and (max-width: 640px) {
  /*sp*/
  .price .basic table tr th,
  .price .basic table tr td {
    width: 100%;
    display: block;
  }
}
.price .course {
  margin-bottom: 20px;
}

.price .course table {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.price .course table:nth-of-type(1) tr th {
  width: 20%;
  background: #000;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}

.price .course table:nth-of-type(1) tr td {
  padding: 10px;
}

.price .course table:nth-of-type(1) tr td span {
  color: #F89E21;
  font-weight: bold;
}

.price .course table:nth-of-type(1) tr td:nth-of-type(1) {
  width: 15%;
}

.price .course table:nth-of-type(2) tr th {
  width: 20%;
  background: #000;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
}

.price .course table:nth-of-type(2) tr td {
  padding: 15px 10px;
}

.price .course table:nth-of-type(2) tr td:nth-of-type(2) {
  text-align: right;
}

.price .course table:nth-of-type(2) tr td span {
  color: #F89E21;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  /*sp*/
  .price .course table tr th,
  .price .course table tr td {
    display: block;
    box-sizing: border-box;
  }

  .price .course table:nth-of-type(1) tr th,
  .price .course table:nth-of-type(1) tr td,
  .price .course table:nth-of-type(2) tr th,
  .price .course table:nth-of-type(2) tr td,
  .price .course table:nth-of-type(1) tr td:nth-of-type(1),
  .price .course table:nth-of-type(2) tr td:nth-of-type(2) {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    text-align: center;
  }
}
/*===============================================
tablet 641~768
===============================================*/
@media screen and (min-width: 641px) and (max-width: 768px) {
  .menu_box .side_box {
    display: none;
  }

  .menu_box .main_box {
    width: 100%;
    float: right;
  }
}
/*===============================================
smart  640px
===============================================*/
@media screen and (max-width: 640px) {
  .menu_box .side_box {
    display: none;
  }

  .menu_box .main_box {
    width: 100%;
    float: right;
  }
}
