.bg_inner {
  width: 100%; 
  background: url("/assets/images/camp/page_bg.jpg") repeat-y;
}
@media screen and (max-width: 768px) {
  .bg_inner {
    background: none;
  }
}
.bg_inner-facility {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .bg_inner-facility {
    padding-bottom: 35px;
  }
}
.bg_inner-program {
  padding-bottom: 112px;
}
@media screen and (max-width: 768px) {
  .bg_inner-program {
    padding-bottom: 82px;
  }
}

.section_inner {
  margin: 0 auto; 
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .section_inner {
    padding: 0 30px;
  }
}

.sub-title {
  color: #0395dd;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .sub-title {
    font-size: 20px;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-title {
  color: #01427b;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-title {
    text-align: right; 
    font-size: 15px;
    line-height: 1;
  }
}

.section_title {
  margin-bottom: 50px;
  text-align: center;
  color: #01427b;
  font-size: 34px;
  font-weight: bold; 
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section_title {
    margin-bottom: 32px; 
    font-size: 24px;
  }
}
.section_title .title_en {
  display: block;
  opacity: 0.5;
  margin-top: 9px; 
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .section_title .title_en {
    font-size: 15px;
  }
}

.title_bar {
  margin-bottom: 20px; 
  padding: 8px 26px;
  border-radius: 3px;
  background-color: #01427b;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .title_bar {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .section-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

.pagetop {
  margin-bottom: 40px;
  padding-right: 3.90625%; 
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pagetop {
    text-align: center;
  }
}
.pagetop a {
  position: relative;
  padding-top: 20px; 
  color: #01427b;
}
.pagetop a:hover {
  text-decoration: none;
}
.pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #01427b;
  border-bottom: 2px solid #01427b; 
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.menu {
  padding: 16px 0 8px; 
  background: #01427b;
}
@media screen and (max-width: 768px) {
  .menu {
    display: none;
  }
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.menu_list li {
  text-align: center;
}
.menu_list li + li {
  margin-left: 68px;
}
.menu_list a {
  color: #fff;
}
.menu_list a:hover {
  text-decoration: none;
}
.menu_list .menu-en {
  display: block;
  margin-top: -4px; 
  color: #8094af;
  font-size: 10px;
}

/* --------------------------------
   mv
-------------------------------- */
.mv {
  position: relative;
}
.mv:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1; 
  right: 0;
  bottom: -280px;
  width: 680px;
  height: 401px;
  background: url("/assets/images/camp/about_bg.png");
}
@media screen and (max-width: 768px) {
  .mv:before {
    display: none;
  }
}

.mv_img {
  width: 100%;
}

.mv_title {
  position: absolute;
  top: 39.875%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mv_title {
    top: 23.875%;
    padding: 0 20px;
  }
}

.mv_tel {
  position: absolute;
  right: 0;
  bottom: 16.5625%;
  left: 0;
  margin: auto;
  padding: 15px;
  width: 380px;
  background-color: rgba(235, 147, 6, 0.8);
  text-align: left; 
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .mv_tel {
    padding: 15px 7px; 
    width: 100%;
    max-width: 290px;
    font-size: 15px;
  }
}
.mv_tel span {
  display: block;
  color: #fff;
}
.mv_tel span:hover {
  text-decoration: none;
}

.mv_tel_title {
  text-align: center;
}

/* --------------------------------
   aboutus
-------------------------------- */
#aboutus {
  padding-top: 128px;
}
@media screen and (max-width: 768px) {
  #aboutus {
    padding-top: 70px;
  }
}

.aboutus_title {
  margin-top: 80px; 
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutus_title {
    margin-top: 80px;
  }
}
.aboutus_title div {
  display: block;
}
.aboutus_title div + div {
  margin: 36px 0 100px;
}
@media screen and (max-width: 768px) {
  .aboutus_title div + div {
    margin: 36px 0 40px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .aboutus_illust {
    margin: 0 auto;
    width: 270px;
  }
}

.about_txt {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .about_txt {
    margin-bottom: 45px;
  }
}

.map_wrap iframe {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .map_wrap iframe {
    height: 46.66vw;
  }
}

.map_wrap p {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .map_wrap p {
    font-size: 14px;
  }
}

.title_ico {
  position: relative; 
  padding-left: 38px;
  color: #01427b;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .title_ico {
    padding-left: 34px;
  }
}
.title_ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0; 
  width: 40px;
  height: 40px;
}
.title_ico-car:before {
  background: url("/assets/images/camp/ico_car.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .title_ico-car:before {
    width: 30px;
    height: 31px;
    background: url("/assets/images/camp/ico_car_sp.png") no-repeat;
    background-size: contain;
  }
}
.title_ico-train:before {
  background: url("/assets/images/camp/ico_train.png") no-repeat;
}
@media screen and (max-width: 768px) {
  .title_ico-train:before {
    width: 30px;
    height: 31px;
    background: url("/assets/images/camp/ico_train_sp.png") no-repeat;
    background-size: contain;
  }
}

.title_orange {
  margin: 13px 0; 
  color: #f4a308;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .title_orange {
    margin-bottom: -1px;
  }
}

.howto_box {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .howto_box {
    margin-top: 36px;
  }
}

.link_time {
  display: inline-block; 
  margin-left: 9px;
  padding: 2px 3px 1px;
  border-radius: 2px;
  background-color: #f4a308;
  color: #fff;
  font-size: 12px;
}

/* --------------------------------
   facility
-------------------------------- */
#facility {
  margin-top: 212px;
}
@media screen and (max-width: 768px) {
  #facility {
    margin-top: 72px;
  }
}

.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card-list-item {
  margin-bottom: 50px; 
  padding: 52px 18px;
  border-top-left-radius: 76px;
  border-bottom-right-radius: 76px;
  width: 375px;
  background-color: #25579a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .card-list-item {
    margin-bottom: 30px;
    padding: 29px 14px;
    border-top-left-radius: 39px;
    border-bottom-right-radius: 39px;
  }
}
.card-list-item:nth-child(2),
.card-list-item:nth-child(3),
.card-list-item:last-of-type {
  background-color: #f4a308;
}
.card-list-item p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .card-list-item p {
    font-size: 12px;
  }
}

.card-list-item-title {
  margin-bottom: 23px; 
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .card-list-item-title {
    text-align: center; 
    font-size: 19px;
  }
}

/* --------------------------------
   program
-------------------------------- */
.guide_mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 450px;
  background: url("/assets/images/camp/program_bg.jpg") center no-repeat;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .guide_mv {
    height: 60vw;
    background: url("/assets/images/camp/program_bg.jpg") center no-repeat;
    background-size: cover;
  }
}
.guide_mv .section_title {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guide_mv .section_title {
    margin-bottom: 0;
  }
}

.guide_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .guide_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}

.guide_left {
  padding-right: 50px; 
  width: 55.47619%;
}
@media screen and (max-width: 768px) {
  .guide_left {
    padding-right: 0;
    width: 100%;
  }
}

.guide_right {
  width: 44.7619%;
}
@media screen and (max-width: 768px) {
  .guide_right {
    display: none;
  }
}

.title_explain {
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .title_explain {
    display: block;
    margin-top: -4px;
    text-indent: 1em;
  }
}

.guide_box p {
  line-height: 1.75;
}

.guide_box_img {
  display: none;
}
@media screen and (max-width: 768px) {
  .guide_box_img {
    display: block;
    margin-top: 18px;
  }
}

.guide_box + .guide_box {
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .calendar_box {
    overflow: scroll; 
    max-width: 315px;
  }
}

.calendar_box iframe {
  width: 100%;
  height: 320px;
}

.guide_right_item + .guide_right_item {
  margin-top: 40px;
}

/* --------------------------------
   calendar
-------------------------------- */
#calendar {
  padding-bottom: 164px;
}
@media screen and (max-width: 768px) {
  #calendar {
    padding-bottom: 85px;
  }
}

/* --------------------------------
   donation
-------------------------------- */
.contact_box {
  margin: 64px auto 108px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    margin: 32px auto 54px;
  }
}

.contact_tel {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.contact_tel_num {
  display: block;
  color: #01427b;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact_tel_num {
    font-size: 24px;
  }
}

.copiyright {
  background-color: #000;
}
.copiyright p {
  padding: 12px; 
  text-align: center;
  color: #fff;
  font-size: 12px;
}