@charset "UTF-8";
#wrap_main01 {
  color: #111;
}

/*--PC・Tablet--*/
#wrap_main01 {
  display: block;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-family: Helvetica, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",sans-serif;
}
#wrap_main01 .nav_cntry01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #333;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 9998;
}
@media (min-width: 768px) {
  #wrap_main01 .nav_cntry01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    background-color: #000;
  }
}
#wrap_main01 .nav_cntry01 .-tit01 {
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 1.3rem;
  background-color: #333;
  padding: 0 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #wrap_main01 .nav_cntry01 .-tit01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  #wrap_main01 .nav_cntry01 {
    height: 38px;
  }
  #wrap_main01 .nav_cntry01 .-tit01 {
    text-align: center;
    font-size: 1.4rem;
    padding: 7px;
    background-color: #000;
  }
  #wrap_main01 .nav_cntry01 .-tit01::before {
    content: "▲";
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    color: #999;
  }
  #wrap_main01 .nav_cntry01 .-tit01.close::before {
    content: "▼";
  }
}
#wrap_main01 .nav_cntry01 .ul_hdarea01 {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #wrap_main01 .nav_cntry01 .ul_hdarea01 {
    padding: 10px 10px 5px;
  }
  #wrap_main01 .nav_cntry01 .ul_hdarea01 {
    background-color: #333;
  }
  #wrap_main01 .nav_cntry01 .ul_hdarea01 li {
    display: block;
  }
}
#wrap_main01 .nav_cntry01 .ul_hdarea01.close {
  display: none;
}

#wrap_main01 .nav_cntry01 .ul_hdarea01 li {
  color: #ccc;
}
#wrap_main01 .nav_cntry01 .ul_hdarea01 li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 20px;
  padding-left: 10px;
  background: url("../img/icon_arw02.svg") left center no-repeat;
  background-size: 6px;
}
@media (min-width: 768px) {
  #wrap_main01 .nav_cntry01 .ul_hdarea01 li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #wrap_main01 .nav_cntry01 .ul_hdarea01 li a {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

/*-----KV-----*/
#wrap_main01 > .wrap_kv01 {
  width: 100%;
  padding-top: 30.178%;
  /*-----各国別のCSSにて設定する-----*/
  /*-----/各国別のCSSにて設定する-----*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrap_main01 .imgAnnotation {
	margin: 10px auto;
	font-size: 1.2rem;
	text-align: right;
  padding: 0;
  color: #333;
}
@media (max-width: 767px) {
  #wrap_main01 > .wrap_kv01 {
    padding-top: 100%;
    position: relative;
  }
}

#wrap_main01 > .wrap_kv01 > h1 {
  margin-top: -30.178%;
  width: 38%;
  margin-left: 3%;
  line-height: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  #wrap_main01 > .wrap_kv01 > h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.33);
  }
  #wrap_main01 > .wrap_kv01 > h1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
}

/*-----/KV-----*/
/*-----コース一覧-----*/
.wrap_crs01 > .ul_crs01 > li .number-box{
	display: flex;
}

.wrap_crs01 > .ul_crs01 > li .crs_num01 {
  font-size: 1.2rem;
  border-left: 5px solid #FFB500;
  margin-bottom: 8px;
  padding: 5px 10px 0 5px;
  line-height: 1.1;
}
.number-box .early_tag {
  max-width: 61px;
  max-height: 22px;
}


#wrap_main01 > .sec_crs01 {
  text-align: center;
  margin-bottom: 70px;
}

#wrap_main01 > .sec_crs01 > h2 {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  padding: 5px 130px;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #B43030;
  background: url("../img/tit_l.svg") left center no-repeat, url("../img/tit_r.svg") right center no-repeat;
  background-size: 120px auto, 120px auto;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > h2 {
    background: url("../img/tit_l.svg") left center no-repeat, url("../img/tit_r.svg") right center no-repeat;
    background-size: 70px auto, 70px auto;
    padding: 5px 80px;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 25px;
  border: 2px solid #AA9C66;
  padding: 1px;
  position: relative;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 {
    margin: 0;
    padding: 20px 10px 0;
    border-right: none;
    border-left: none;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01:before {
  content: "";
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 1px;
  left: 1px;
  border: 1px solid #AA9C66;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01:before {
    border-right: none;
    border-left: none;
  }
}

@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 > img {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #fff;
  }

  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 > img:nth-of-type(1) {
    top: -10px;
    left: -10px;
  }

  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 > img:nth-of-type(2) {
    top: -10px;
    right: -10px;
  }

  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 > img:nth-of-type(3) {
    bottom: -10px;
    left: -10px;
  }

  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 > img:nth-of-type(4) {
    bottom: -10px;
    right: -10px;
  }
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .crs_kado01 {
    display: none;
  }
}
#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 {
  position: relative;
  z-index: 999;
  margin: 0;
}
@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li {
  border-top: 1px dotted #999;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 p.noCourse {
    margin-bottom: 20px;
  }
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li:nth-of-type(1) {
    padding-top: 0;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li:nth-of-type(n+4) {
  display: none;
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01.op > li:nth-of-type(n+4) {
  display: block;
}

@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li:last-of-type {
    padding-bottom: 0;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_num01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  width: 75px;
  border-left: 5px solid #FFB500;
  padding: 5px 3px 3px 5px;
  line-height: 1.1;
}
/*@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_num01 {
    float: left;
  }
}*/
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_num01 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li a {
    text-decoration: none;
    font-weight: bold;
  }

  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li a:hover {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_tit01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 75px);
    /*float: right;*/
    font-size: 2.4rem;
    line-height: 1.5;
    margin: -5px 0 5px;
  }
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_tit01 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 5px;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_tit01 > .pict_new01 {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 7px;
  border-radius: 3px;
  background-color: #e00;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
  vertical-align: middle;
  font-family: sans-serif;
  font-style: italic;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_tit01 > .pict_new01 {
    margin-left: 5px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_eda01,
#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_txt01,
#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > div:not([class]) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 75px);
    /*float: right;*/
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_eda01,
#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li .crs_txt01 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_eda01,
#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li .crs_txt01 {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li > .crs_price01 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 75px);
    float: right;
  }
}

#wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li .crs_price01 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #CC0000;
  font-weight: bold;
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .wrap_crs01 > .ul_crs01 > li .crs_price01 {
    font-size: 1.8rem;
  }
}

#wrap_main01 > .sec_crs01 > .btn_more {
  margin-top: -1px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#wrap_main01 > .sec_crs01 > .btn_more > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: "Noto Serif JP", serif;
  background-color: #968543;
  line-height: 1.1;
  padding: 20px 40px 20px 30px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
}
#wrap_main01 > .sec_crs01 > .btn_more > span::before {
  content: "";
  width: 15px;
  margin-right: 15px;
  background: url("../img/icon_more01.svg") center top no-repeat;
  background-size: 15px 15px;
  display: block;
  -webkit-animation: anime1 0.4s ease 0s infinite alternate;
          animation: anime1 0.4s ease 0s infinite alternate;
}
@-webkit-keyframes anime1 {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  100% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
}
@keyframes anime1 {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px);
  }
  100% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
  }
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .btn_more > span::before {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #wrap_main01 > .sec_crs01 > .btn_more > span {
    padding: 10px 20px;
    font-size: 1.8rem;
  }
}

#wrap_main01 > .sec_crs01 > .btn_more > span.op::before {
  content: "";
  width: 15px;
  margin-right: 15px;
  background: url("../img/icon_close01.svg") center center no-repeat;
  background-size: 15px 15px;
  display: block;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

#wrap_main01 > .sec_crs01 > .btn_more > span:hover {
  text-decoration: none;
  background-color: #AA9C66;
  cursor: pointer;
}