@charset "UTF-8";
/*
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
/*==============================

reset

==============================*/
* {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: auto;
  max-width: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  display: inline; }

a:focus {
  outline: none; }

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative; }

sup {
  bottom: 1ex; }

sub {
  top: 0; }

p {
  margin: 0; }

@media screen and (max-width: 640px) {
  .pc_only {
    display: none; } }

@media (min-width: 641px) {
  .sp_only {
    display: none; } }

.iBlock {
  display: inline-block; }

/*
$gray:#838383;
$gray_light:#E3E3E3;
*/
/*
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
.secAreaCmn {
  position: relative;
  padding: 60px 0 90px; }
  @media screen and (max-width: 640px) {
    .secAreaCmn {
      padding: 30px 0 45px; } }
  .secAreaCmn .linkPoint {
    position: absolute;
    top: 0;
    left: 0; }
  .secAreaCmn .innerWrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }

.btnArea_oc {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  margin-top: 55px;
  padding: 5px;
  text-align: center;
  color: #000000; }
  @media screen and (max-width: 640px) {
    .btnArea_oc {
      max-width: 250px;
      margin-top: 30px; } }
  .btnArea_oc .subBox {
    display: inline-block;
    font-weight: bold;
    position: relative;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .btnArea_oc .subBox {
        font-size: 12px;
        margin-bottom: 5px; } }
    .btnArea_oc .subBox::before, .btnArea_oc .subBox::after {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 20px;
      background: #000000;
      bottom: 0; }
      @media screen and (max-width: 640px) {
        .btnArea_oc .subBox::before, .btnArea_oc .subBox::after {
          height: 15px; } }
    .btnArea_oc .subBox::before {
      transform: rotate(-10deg);
      left: 0;
      margin-left: -15px; }
    .btnArea_oc .subBox::after {
      transform: rotate(10deg);
      right: 0;
      margin-right: -15px; }
  .btnArea_oc a {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    padding: 25px; }
    @media screen and (max-width: 640px) {
      .btnArea_oc a {
        font-size: 14px;
        padding: 15px; } }
    .btnArea_oc a b {
      position: relative;
      z-index: 3; }
    .btnArea_oc a::before, .btnArea_oc a::after {
      content: "";
      display: block;
      position: absolute;
      transition: all .5s;
      width: 100%;
      height: 100%; }
    .btnArea_oc a::before {
      top: 0;
      left: 0;
      margin-top: -5px;
      margin-left: -5px;
      border: 2px solid #000000;
      z-index: 2; }
      @media screen and (max-width: 640px) {
        .btnArea_oc a::before {
          border-width: 1px;
          margin-top: -1px;
          margin-left: -1px; } }
    .btnArea_oc a::after {
      bottom: 0;
      right: 0;
      margin-bottom: -5px;
      margin-right: -5px;
      background: #FFF578;
      z-index: 1; }
      @media screen and (max-width: 640px) {
        .btnArea_oc a::after {
          border-width: 1px;
          margin-bottom: -1px;
          margin-right: -1px; } }
    .btnArea_oc a:hover::before, .btnArea_oc a:hover::after {
      margin: 0; }

.titleBox_l {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF7F83;
  text-align: center;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    .titleBox_l {
      font-size: 14px;
      padding: 3px 10px;
      margin-bottom: 15px; } }

.titleBox_m {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .titleBox_m {
      font-size: 12px;
      margin-bottom: 5px; } }

.titleBox_img {
  margin: 0 auto 30px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .titleBox_img {
      margin: 0 auto 15px; } }
  .titleBox_img img {
    display: inline-block; }

@media screen and (max-width: 640px) {
  .floatArea .bannerOcArea {
    width: 100%;
    font-size: 16px; } }
.floatArea .bannerOcArea a {
  background: #FFF578;
  color: #000000;
  border-color: #FFF578; }
  @media (min-width: 641px) {
    .floatArea .bannerOcArea a {
      text-align: left;
      padding-left: 1em; } }
  @media screen and (max-width: 640px) {
    .floatArea .bannerOcArea a {
      font-size: 1em;
      height: 52px; } }
  .floatArea .bannerOcArea a::after {
    border-color: #000000;
    border-width: 1px; }
.floatArea .bannerOcArea a:hover {
  background: #000000;
  color: #FFF578;
  border-color: #000000; }
  .floatArea .bannerOcArea a:hover::after {
    border-color: #FFF578;
    border-width: 1px; }

.headerArea {
  padding-top: 0;
  border-bottom: 3px solid #000000;
  margin-top: 0; }
  @media screen and (max-width: 640px) {
    .headerArea {
      border-width: 2px; } }
  .headerArea .innerWrapper {
    max-width: 1200px;
    padding: 10px 20px; }
    .headerArea .innerWrapper .headerLogo01 {
      width: 100%;
      max-width: 560px; }
      @media screen and (max-width: 640px) {
        .headerArea .innerWrapper .headerLogo01 {
          width: 77.3333333333%; } }

.mainArea {
  margin-bottom: 10px; }
  @media screen and (max-width: 640px) {
    .mainArea {
      margin-bottom: 5px; } }
  .mainArea .innerWrapper {
    max-width: none;
    width: 100%;
    position: relative;
    text-align: center; }
    .mainArea .innerWrapper .imgBox {
      /*
      @include media-pc {
      height: 90vh;
      min-height: 650px;
      }*/ }
      .mainArea .innerWrapper .imgBox img {
        width: 100%; }
    .mainArea .innerWrapper .btnArea_oc {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 45px; }
      @media screen and (max-width: 640px) {
        .mainArea .innerWrapper .btnArea_oc {
          margin-bottom: 10px; } }

.naviArea .innerWrapper {
  width: 100%;
  position: relative; }
  .naviArea .innerWrapper ul {
    display: flex; }
    .naviArea .innerWrapper ul > li {
      width: calc( 100% / 5 ); }
      .naviArea .innerWrapper ul > li a {
        display: block;
        position: relative;
        text-align: center;
        padding: 10px 20px 30px; }
        @media screen and (max-width: 640px) {
          .naviArea .innerWrapper ul > li a {
            padding: 5px 10px 20px; } }
        .naviArea .innerWrapper ul > li a:hover img {
          opacity: .3; }
        .naviArea .innerWrapper ul > li a::after {
          content: "";
          display: block;
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 10px;
          height: 10px;
          border-top: 2px solid #000000;
          border-left: 2px solid #000000;
          transform: translateX(-50%) rotate(225deg);
          margin-bottom: 15px; }
          @media screen and (max-width: 640px) {
            .naviArea .innerWrapper ul > li a::after {
              width: 5px;
              height: 5px;
              border-width: 1px;
              margin-bottom: 7px; } }
      .naviArea .innerWrapper ul > li.dateBox a {
        background: #FFD8DB; }
      .naviArea .innerWrapper ul > li.reasonBox a {
        background: #FFF794; }
      .naviArea .innerWrapper ul > li.menuBox a {
        background: #E3E3E3; }
      .naviArea .innerWrapper ul > li.timeBox a {
        background: #C7E3FF; }
      .naviArea .innerWrapper ul > li.accessBox a {
        background: #E9DCEB; }
.naviArea .innerWrapper * {
  transition: all .5s; }
.naviArea.js-scroll_active .innerWrapper {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999; }
  @media (min-width: 641px) {
    .naviArea.js-scroll_active .innerWrapper ul > li a {
      padding: 5px 40px 30px; } }
  @media screen and (max-width: 640px) {
    .naviArea.js-scroll_active .innerWrapper ul > li a {
      padding: 5px 10px 15px; } }

.introArea .innerWrapper .slideBox {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 70px; }
  @media screen and (max-width: 640px) {
    .introArea .innerWrapper .slideBox {
      width: 80%;
      margin-bottom: 25px; } }
  .introArea .innerWrapper .slideBox .dateWrap {
    padding: 0 10px; }
  .introArea .innerWrapper .slideBox .slick-next::before,
  .introArea .innerWrapper .slideBox .slick-prev::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #FF7F83;
    border-left: 2px solid #FF7F83; }
    @media screen and (max-width: 640px) {
      .introArea .innerWrapper .slideBox .slick-next::before,
      .introArea .innerWrapper .slideBox .slick-prev::before {
        width: 10px;
        height: 10px; } }
  .introArea .innerWrapper .slideBox .slick-prev::before {
    transform: rotate(315deg); }
  .introArea .innerWrapper .slideBox .slick-next::before {
    transform: rotate(135deg); }
.introArea .innerWrapper .textArea {
  text-align: center; }
  .introArea .innerWrapper .textArea .midashiBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 450px;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    background: #FF7F83;
    font-size: 16px;
    margin-bottom: 20px;
    height: 32px;
    border-radius: 32px; }
    @media screen and (max-width: 640px) {
      .introArea .innerWrapper .textArea .midashiBox {
        font-size: 12px;
        margin-bottom: 20px;
        height: 20px;
        border-radius: 20px; } }
  .introArea .innerWrapper .textArea .copyBox {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .introArea .innerWrapper .textArea .copyBox {
        font-size: 14px;
        margin-bottom: 15px; } }
  .introArea .innerWrapper .textArea .listWrap {
    display: inline-block;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      .introArea .innerWrapper .textArea .listWrap {
        margin-bottom: 0; } }
    .introArea .innerWrapper .textArea .listWrap > li {
      font-size: 14px;
      text-align: left; }
      @media screen and (max-width: 640px) {
        .introArea .innerWrapper .textArea .listWrap > li {
          font-size: 10px; } }
.introArea .innerWrapper .bgBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 640px) {
    .introArea .innerWrapper .bgBox {
      display: none; } }
  .introArea .innerWrapper .bgBox > li {
    position: absolute;
    bottom: 0;
    max-width: 310px; }
    .introArea .innerWrapper .bgBox > li.bgBox01 {
      left: 0;
      margin-left: -100px; }
    .introArea .innerWrapper .bgBox > li.bgBox02 {
      right: 0;
      margin-right: -100px; }

.reasonArea {
  background: url("../img/pc/reason_bg01.png") top center no-repeat;
  background-size: auto 100%; }
  .reasonArea .innerWrapper .titleBox_img {
    max-width: 665px; }
  .reasonArea .innerWrapper .blockWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .reasonArea .innerWrapper .blockWrap .blockBox {
      display: flex;
      flex-direction: column;
      padding: 30px 20px 20px;
      width: calc( ( 100% - 20px ) / 2 );
      margin-top: 20px;
      background: #FFFFFF;
      position: relative;
      opacity: 1; }
      @media screen and (max-width: 640px) {
        .reasonArea .innerWrapper .blockWrap .blockBox {
          width: 100%;
          padding: 5.6338028169% 15px 15px;
          margin-top: 8.4507042254%; } }
      .reasonArea .innerWrapper .blockWrap .blockBox .numBox {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -15px;
        margin-left: 5px;
        max-width: 84px; }
        @media screen and (max-width: 640px) {
          .reasonArea .innerWrapper .blockWrap .blockBox .numBox {
            width: 18.3098591549%;
            margin-top: -5.6338028169%;
            margin-left: 1.4084507042%; } }
      .reasonArea .innerWrapper .blockWrap .blockBox .titBox {
        padding-left: 75px;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px; }
        @media screen and (max-width: 640px) {
          .reasonArea .innerWrapper .blockWrap .blockBox .titBox {
            padding-left: 18.3098591549%;
            font-size: 14px;
            margin-bottom: 10px; } }
      .reasonArea .innerWrapper .blockWrap .blockBox .txtBox {
        font-size: 14px;
        margin-bottom: 15px; }
        @media screen and (max-width: 640px) {
          .reasonArea .innerWrapper .blockWrap .blockBox .txtBox {
            font-size: 12px;
            margin-bottom: 10px; } }
      .reasonArea .innerWrapper .blockWrap .blockBox .imgBox {
        margin-top: auto; }

@media screen and (max-width: 640px) {
  .menuArea .innerWrapper {
    max-width: none;
    width: 100%; } }
.menuArea .innerWrapper .titleBox_l {
  background: #000000; }
  @media screen and (max-width: 640px) {
    .menuArea .innerWrapper .titleBox_l {
      margin-left: 10px;
      margin-right: 10px; } }
.menuArea .innerWrapper .copyBox {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 640px) {
    .menuArea .innerWrapper .copyBox {
      font-size: 14px;
      margin-bottom: 25px;
      margin-left: 10px;
      margin-right: 10px; } }
.menuArea .innerWrapper .menuWrap {
  background: #F0F0F0;
  padding: 30px 20px 20px;
  border-bottom: 2px solid #000000;
  position: relative; }
  @media screen and (max-width: 640px) {
    .menuArea .innerWrapper .menuWrap {
      border-width: 1px;
      padding: 25px 10px 20px; } }
  .menuArea .innerWrapper .menuWrap .bgBox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateY(100%) translateX(-50%); }
    @media screen and (max-width: 640px) {
      .menuArea .innerWrapper .menuWrap .bgBox {
        width: 5.3333333333%; } }
  .menuArea .innerWrapper .menuWrap .menuTitBox {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .menuArea .innerWrapper .menuWrap .menuTitBox {
        font-size: 16px;
        margin-bottom: 10px; } }
  .menuArea .innerWrapper .menuWrap .menuFlex {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 640px) {
      .menuArea .innerWrapper .menuWrap .menuFlex {
        flex-wrap: wrap; } }
    .menuArea .innerWrapper .menuWrap .menuFlex > li {
      cursor: pointer;
      width: calc( ( 100% - 20px ) / 5 );
      text-align: center; }
      @media screen and (max-width: 640px) {
        .menuArea .innerWrapper .menuWrap .menuFlex > li {
          width: calc( ( 100% - 10px ) / 2 );
          margin-bottom: 10px; } }
      .menuArea .innerWrapper .menuWrap .menuFlex > li:hover {
        opacity: .5; }
      @media screen and (max-width: 640px) {
        .menuArea .innerWrapper .menuWrap .menuFlex > li:last-of-type {
          width: 100%; } }
.menuArea .notesBox {
  text-align: center; }
  @media screen and (max-width: 640px) {
    .menuArea .notesBox {
      font-size: 0.857em;
      text-align: left; } }
.menuArea .innerWrapperArchive {
  max-width: 1020px; }
  @media screen and (max-width: 640px) {
    .menuArea .innerWrapperArchive {
      max-width: calc(100% + 20px);
      padding: 0 10px; } }
.menuArea .menuArchive {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 8% 0 0; }
  @media screen and (max-width: 640px) {
    .menuArea .menuArchive {
      width: calc( 100% + 10px );
      transform: translateX(-5px); } }
  .menuArea .menuArchive > li {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    width: 320px;
    margin: 4% 10px; }
    @media screen and (max-width: 640px) {
      .menuArea .menuArchive > li {
        width: calc( ( 100% - 20px ) / 2 );
        margin: 8% 5px; } }
    .menuArea .menuArchive > li a {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%;
      height: 100%; }
      .menuArea .menuArchive > li a:hover {
        opacity: .5; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-abroad a {
      border: 3px solid #0099D9; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-english a {
      border: 3px solid #00A784; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-airline a {
      border: 3px solid #E85298; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-bridal a {
      border: 3px solid #E95383; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-hotel a {
      border: 3px solid #ED6C00; }
    .menuArea .menuArchive > li.menuArchiveBox-special.menuArchiveBox-abroad.menuArchiveBox-english a {
      border: 3px solid #0099D9;
      border-image: linear-gradient(to right, #0099d9 0%, #00a784 100%);
      border-image-slice: 1; }
    .menuArea .menuArchive > li .menuArchiveDate {
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #FFFFFF;
      background: #F0F0F0;
      margin-top: -45px;
      margin-left: 25px;
      width: 84px;
      height: 84px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li .menuArchiveDate {
          margin-top: -50px;
          margin-left: 10px;
          width: 70px;
          height: 70px; } }
      .menuArea .menuArchive > li .menuArchiveDate .menuDay {
        display: block;
        line-height: 1;
        margin-bottom: 5px;
        font-size: 20px; }
        @media screen and (max-width: 640px) {
          .menuArea .menuArchive > li .menuArchiveDate .menuDay {
            font-size: 16px; } }
      .menuArea .menuArchive > li .menuArchiveDate .menuWeek {
        display: block;
        line-height: 1;
        font-size: 14px; }
        @media screen and (max-width: 640px) {
          .menuArea .menuArchive > li .menuArchiveDate .menuWeek {
            font-size: 12px; } }
    .menuArea .menuArchive > li.menuArchiveBox-abroad .menuArchiveDate {
      background: #0099D9; }
    .menuArea .menuArchive > li.menuArchiveBox-english .menuArchiveDate {
      background: #00A784; }
    .menuArea .menuArchive > li.menuArchiveBox-airline .menuArchiveDate {
      background: #E85298; }
    .menuArea .menuArchive > li.menuArchiveBox-bridal .menuArchiveDate {
      background: #E95383; }
    .menuArea .menuArchive > li.menuArchiveBox-hotel .menuArchiveDate {
      background: #ED6C00; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad.menuArchiveBox-english .menuArchiveDate {
      background: linear-gradient(to right, #0099D9, #00A784); }
    .menuArea .menuArchive > li .menuArchiveThum {
      display: block;
      margin-bottom: 25px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li .menuArchiveThum {
          margin-bottom: 15px; } }
    .menuArea .menuArchive > li .menuArchiveIconSpecial {
      display: none; }
    .menuArea .menuArchive > li.menuArchiveBox-special .menuArchiveIconSpecial {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 105px;
      height: 24px;
      border-radius: 0px 24px 24px 0px;
      line-height: 1;
      color: #FFFFFF;
      font-size: 12px;
      padding: 0 25px;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li.menuArchiveBox-special .menuArchiveIconSpecial {
          font-size: 10px;
          padding: 0 10px;
          margin-bottom: 10px; } }
      .menuArea .menuArchive > li.menuArchiveBox-special .menuArchiveIconSpecial::before {
        content: "SPECIAL"; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad .menuArchiveIconSpecial {
      background: #0099D9; }
    .menuArea .menuArchive > li.menuArchiveBox-english .menuArchiveIconSpecial {
      background: #00A784; }
    .menuArea .menuArchive > li.menuArchiveBox-airline .menuArchiveIconSpecial {
      background: #E85298; }
    .menuArea .menuArchive > li.menuArchiveBox-bridal .menuArchiveIconSpecial {
      background: #E95383; }
    .menuArea .menuArchive > li.menuArchiveBox-hotel .menuArchiveIconSpecial {
      background: #ED6C00; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad.menuArchiveBox-english .menuArchiveIconSpecial {
      background: linear-gradient(to right, #0099D9, #00A784); }
    .menuArea .menuArchive > li .menuArchiveCourseName {
      display: block;
      font-size: 12px;
      padding: 0 25px;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li .menuArchiveCourseName {
          font-size: 10px;
          padding: 0 10px;
          margin-bottom: 10px;
          line-height: 1; } }
      .menuArea .menuArchive > li .menuArchiveCourseName b {
        margin-right: 1em; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad .menuArchiveCourseName {
      color: #0099D9; }
    .menuArea .menuArchive > li.menuArchiveBox-english .menuArchiveCourseName {
      color: #00A784; }
    .menuArea .menuArchive > li.menuArchiveBox-airline .menuArchiveCourseName {
      color: #E85298; }
    .menuArea .menuArchive > li.menuArchiveBox-bridal .menuArchiveCourseName {
      color: #E95383; }
    .menuArea .menuArchive > li.menuArchiveBox-hotel .menuArchiveCourseName {
      color: #ED6C00; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad.menuArchiveBox-english .menuArchiveCourseName .color-abroad {
      color: #0099D9; }
    .menuArea .menuArchive > li.menuArchiveBox-abroad.menuArchiveBox-english .menuArchiveCourseName .color-english {
      color: #00A784; }
    .menuArea .menuArchive > li .menuArchiveTit {
      display: block;
      font-size: 18px;
      font-weight: bold;
      padding: 0 25px;
      margin-bottom: 15px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li .menuArchiveTit {
          font-size: 14px;
          padding: 0 10px;
          margin-bottom: 10px; } }
    .menuArea .menuArchive > li .menuArchiveTxt {
      display: block;
      font-size: 14px;
      padding: 0 25px 25px; }
      @media screen and (max-width: 640px) {
        .menuArea .menuArchive > li .menuArchiveTxt {
          font-size: 12px;
          padding: 0 10px 10px; } }

.timeArea {
  background: url("../img/pc/time_bg01.png") top center no-repeat;
  background-size: auto 100%; }
  .timeArea .innerWrapper .titleBox_l {
    background: #0050C6; }
  .timeArea .innerWrapper .titleBox_m {
    color: #0050C6; }
  .timeArea .innerWrapper .tableWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px; }
    @media screen and (max-width: 640px) {
      .timeArea .innerWrapper .tableWrap {
        flex-wrap: wrap;
        margin-bottom: 10px; } }
    .timeArea .innerWrapper .tableWrap .tableBox {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .timeArea .innerWrapper .tableWrap .tableBox.tableBox01 {
        max-width: 554px; }
        @media screen and (max-width: 640px) {
          .timeArea .innerWrapper .tableWrap .tableBox.tableBox01 {
            max-width: none; } }
      .timeArea .innerWrapper .tableWrap .tableBox.tableBox02 {
        max-width: 420px; }
        @media screen and (max-width: 640px) {
          .timeArea .innerWrapper .tableWrap .tableBox.tableBox02 {
            max-width: none;
            margin-top: 20px; } }
      .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBoxLine {
        display: block;
        background: #CACACA;
        width: 100%;
        height: 1px;
        margin: 10px 0 25px; }
        @media screen and (max-width: 640px) {
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBoxLine {
            margin: 10px 0 15px; } }
      .timeArea .innerWrapper .tableWrap .tableBox .dayTable {
        display: block;
        background: #FFFFFF;
        height: 100%;
        padding: 0 20px; }
        @media screen and (max-width: 640px) {
          .timeArea .innerWrapper .tableWrap .tableBox .dayTable {
            padding: 0 10px; } }
        .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul {
          position: relative; }
          .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li.dayTableLine {
            display: block;
            width: 2px;
            height: calc( 100% - ( 25px * 2 ) );
            margin-top: 25px;
            margin-left: 50px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            background: #CACACA; }
            @media screen and (max-width: 640px) {
              .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li.dayTableLine {
                margin-left: 30px;
                height: 75%; } }
          .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) {
            position: relative;
            display: flex;
            padding: 15px 0;
            z-index: 2; }
            .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) + li:not(.dayTableLine) {
              border-top: 1px solid #CACACA; }
            .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .numBox {
              width: 106px;
              height: 106px;
              background: url("../img/pc/time_num01.png") top center no-repeat;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 20px;
              font-weight: bold;
              background-size: auto 100%; }
              @media screen and (max-width: 640px) {
                .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .numBox {
                  background-size: 100% auto;
                  width: 64px;
                  height: 64px;
                  font-size: 12px; } }
            .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap {
              padding-left: 10px; }
              @media screen and (max-width: 640px) {
                .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap {
                  width: calc( 100% - 64px - 10px ); } }
              .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap .midashiBox {
                font-size: 20px;
                font-weight: bold; }
                @media screen and (max-width: 640px) {
                  .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap .midashiBox {
                    font-size: 12px; } }
              .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap .textBox {
                font-size: 14px; }
                @media screen and (max-width: 640px) {
                  .timeArea .innerWrapper .tableWrap .tableBox .dayTable ul > li:not(.dayTableLine) .textWrap .textBox {
                    font-size: 10px; } }
      .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox {
        position: relative;
        display: block;
        background: #FFFFFF;
        height: 100%;
        padding: 20px; }
        .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable {
          width: 100%;
          table-layout: fixed; }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr th {
            position: relative;
            color: #FFFFFF;
            text-align: center;
            background: #2F88DC;
            padding-bottom: 10px; }
            @media screen and (max-width: 640px) {
              .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr th {
                font-size: 12px; } }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr th::before {
              content: "";
              display: block;
              background: #FFFFFF;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 10px;
              z-index: 1;
              margin-bottom: -1px; }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td {
            position: relative;
            border-left: 1px solid #CACACA;
            border-top: 1px solid #CACACA;
            text-align: center;
            vertical-align: middle;
            padding: 10px 0px; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td:first-of-type {
              border-left: none; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td .scheduleTable_date {
              font-size: 18px; }
              @media screen and (max-width: 640px) {
                .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td .scheduleTable_date {
                  font-size: 14px; } }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td .scheduleTable_day {
              font-size: 12px; }
              @media screen and (max-width: 640px) {
                .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td .scheduleTable_day {
                  font-size: 10px; } }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.experienceSpecial {
              background: url("../img/pc/experience_special_icon.png") right 2px bottom 2px no-repeat; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.experienceBus {
              background: url("../img/pc/experience_bus_icon.png") right 2px bottom 2px no-repeat; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.experienceSpecial.experienceBus {
              background: url("../img/pc/experience_bus-special_icon.png") right 2px bottom 2px no-repeat; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.shimekiri::before, .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.enki::before, .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.tyushi::before, .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.syuryo::before {
              width: 40px;
              height: 40px;
              border-radius: 50%;
              background: #8A8882;
              color: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              z-index: 10;
              position: absolute;
              font-size: 12px;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.syuryo::before {
              content: "終了"; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.tyushi::before {
              content: "中止"; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.enki::before {
              content: "延期"; }
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr td.shimekiri::before {
              content: "募集\A締切";
              line-height: 1.2;
              white-space: pre; }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable tr:first-of-type {
            border-top: none; }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .scheduleTable + .scheduleTable {
            margin-top: 20px; }
        .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt {
          margin: 10px 0 0;
          position: relative; }
          @media (min-width: 641px) {
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt {
              padding-left: 110px;
              background: url("../img/pc/time_txt_line01.png") 20px center no-repeat; } }
          @media screen and (max-width: 640px) {
            .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt {
              margin: 5px 0 0;
              padding-left: 15px; } }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt b {
            position: relative;
            z-index: 2;
            background: #FFFFFF;
            font-size: 14px; }
            @media screen and (max-width: 640px) {
              .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt b {
                font-size: 10px; } }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt .ocIcon {
            position: absolute;
            bottom: 0;
            left: 0; }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt.experienceBusTxt01::after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 10;
            transform: translateY(-50%);
            background: url("../img/pc/time_icon01.png") top left/contain no-repeat; }
            @media screen and (max-width: 640px) {
              .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt.experienceBusTxt01::after {
                width: 12px;
                height: 12px;
                background-size: 100% auto; } }
          .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt.experienceBusTxt02::after {
            content: "";
            display: block;
            width: 18px;
            height: 18px;
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 10;
            transform: translateY(-50%);
            background: url("../img/pc/time_icon02.png") top left/contain no-repeat; }
            @media screen and (max-width: 640px) {
              .timeArea .innerWrapper .tableWrap .tableBox .scheduleTableBox .experienceBusTxt.experienceBusTxt02::after {
                width: 12px;
                height: 12px;
                background-size: 100% auto; } }
  .timeArea .innerWrapper .bannerArea {
    display: flex;
    justify-content: center;
    margin-bottom: 35px; }
    .timeArea .innerWrapper .bannerArea a:hover {
      opacity: .5; }

.accessArea {
  background: url("../img/pc/access_bg01.png") top center no-repeat;
  background-size: auto 100%;
  padding-bottom: 5%; }
  .accessArea .innerWrapper .titleBox_l {
    background: #7836E1; }
  .accessArea .innerWrapper .copyBox {
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .accessArea .innerWrapper .copyBox {
        font-size: 18px;
        margin-bottom: 10px; } }
    .accessArea .innerWrapper .copyBox b {
      font-size: 44px;
      font-weight: bold; }
      @media screen and (max-width: 640px) {
        .accessArea .innerWrapper .copyBox b {
          font-size: 28px; } }
  .accessArea .innerWrapper .textBox {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px; }
    @media screen and (max-width: 640px) {
      .accessArea .innerWrapper .textBox {
        font-size: 12px;
        margin-bottom: 5px; } }
  .accessArea .innerWrapper .addressBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media screen and (max-width: 640px) {
      .accessArea .innerWrapper .addressBox {
        margin-bottom: 10px; } }
    .accessArea .innerWrapper .addressBox > li {
      display: flex;
      align-items: flex-end;
      color: #FFFFFF;
      font-weight: bold;
      margin: 0 1em;
      font-size: 14px; }
      @media screen and (max-width: 640px) {
        .accessArea .innerWrapper .addressBox > li {
          width: 14em;
          flex-wrap: wrap;
          font-size: 10px;
          margin: 0;
          padding: 0 1em; } }
      .accessArea .innerWrapper .addressBox > li .fontBox_l {
        font-size: 20px;
        padding-left: 0.2em; }
        @media screen and (max-width: 640px) {
          .accessArea .innerWrapper .addressBox > li .fontBox_l {
            display: block;
            width: 100%;
            font-size: 12px; } }
        .accessArea .innerWrapper .addressBox > li .fontBox_l b {
          font-size: 30px; }
          @media screen and (max-width: 640px) {
            .accessArea .innerWrapper .addressBox > li .fontBox_l b {
              font-size: 18px; } }
      @media screen and (max-width: 640px) {
        .accessArea .innerWrapper .addressBox > li + li {
          border-left: 1px solid #FFFFFF; } }
  .accessArea .innerWrapper .mapBox {
    display: flex;
    justify-content: center; }

.footerArea {
  margin-top: 0; }
  .footerArea .footerInfoArea {
    padding: 60px 0 70px; }
    @media screen and (max-width: 640px) {
      .footerArea .footerInfoArea {
        padding: 25px 0 85px; } }
    .footerArea .footerInfoArea .innerWrapper {
      width: 100%;
      max-width: 900px;
      display: flex;
      justify-content: space-between;
      color: #000000;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        .footerArea .footerInfoArea .innerWrapper {
          display: block; } }
      .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft {
        width: 100%;
        max-width: calc( 100% - 42em - 45px );
        text-align: left;
        display: flex;
        flex-direction: column; }
        @media screen and (max-width: 640px) {
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft {
            max-width: none;
            margin-bottom: 15px; } }
        @media screen and (max-width: 640px) {
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft .logoBox {
            width: 53.3333333333%;
            margin: 0 auto; } }
        .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft .btnBox {
          margin-top: auto; }
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft .btnBox a:hover {
            opacity: 0.5; }
          @media screen and (max-width: 640px) {
            .footerArea .footerInfoArea .innerWrapper .footerInfoAreaLeft .btnBox {
              display: none; } }
      .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight {
        width: 100%;
        max-width: 42em;
        text-align: left; }
        @media screen and (max-width: 640px) {
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight {
            text-align: center;
            max-width: none; } }
        .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .txtBox01 {
          font-size: 14px;
          margin-bottom: 5px; }
          @media screen and (max-width: 640px) {
            .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .txtBox01 {
              font-size: 12px;
              text-align: center; } }
        .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .titBox01 {
          font-size: 12px;
          margin-bottom: 5px; }
          @media screen and (max-width: 640px) {
            .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .titBox01 {
              font-size: 10px;
              text-align: center; } }
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .titBox01 b {
            font-size: 20px;
            margin-left: 0.5em; }
            @media screen and (max-width: 640px) {
              .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .titBox01 b {
                font-size: 14px;
                margin-left: auto;
                margin-right: auto;
                display: block; } }
        .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          font-weight: bold; }
          @media screen and (max-width: 640px) {
            .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 {
              justify-content: center; } }
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .adrBox01 {
            width: 100%;
            font-size: 16px;
            margin-bottom: 5px; }
            @media screen and (max-width: 640px) {
              .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .adrBox01 {
                font-size: 12px; } }
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .telBox01 {
            margin-right: 0.5em;
            font-size: 18px; }
            @media screen and (max-width: 640px) {
              .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .telBox01 {
                font-size: 14px; } }
            .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .telBox01 .tel_link {
              font-size: 24px; }
              @media screen and (max-width: 640px) {
                .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .telBox01 .tel_link {
                  font-size: 14px; } }
          .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .faxBox01 {
            font-size: 18px; }
            @media screen and (max-width: 640px) {
              .footerArea .footerInfoArea .innerWrapper .footerInfoAreaRight .listBox01 .faxBox01 {
                font-size: 12px; } }
      @media (min-width: 641px) {
        .footerArea .footerInfoArea .innerWrapper .btnBoxSp {
          display: none; } }
      @media screen and (max-width: 640px) {
        .footerArea .footerInfoArea .innerWrapper .btnBoxSp {
          display: block;
          width: 100%;
          padding: 0 15px;
          margin-top: 20px; } }

header,
footer,
.floatArea:not(.floatAreaOc) {
  display: none; }

.headerArea .innerWrapper {
  width: 100%; }
