@charset "UTF-8";
ol,ul,li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
#container,  #header,  #contents,  #footer {
  width: 100%;
}
#header img {
  max-width: 100%;
}
#header,#footer {
  max-width: 700px; 
}
#container {
  max-width: 700px;
}
/* -- list -- */
.list li {
  margin-bottom: 5px;
}

.list_01 {
  padding-left: 1.5em;
}

.list_01 li {
  list-style-type: disc;
}

.list_02 {
  padding-left: 1.5em;
}

.list_02 li {
  list-style-type: decimal;
}
.notes_list {
  font-size: 13px;
  color: #666;
  
}
.list_inner {
  overflow: hidden;
}
.notes_list >li:before {
  content: "\203b";
  float: left;
  margin-right: .25em;
}

.g_nav {
  display: flex;
  justify-content: flex-end;
}
.g_nav li {

}
.g_nav li a {
  color: #ff750f;
  padding: 10px;
  display: block;
  padding-left: 35px;
}
#contents {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}
#contents a {
  color: #ff750f;
}

h2 img {
  width: 100%;
}
p.read {
  margin: auto;
  width: 90%;
  line-height: 1.6;
}
p.read + p {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  width: 90%;
  margin: 20px auto 0 auto;
  border: dotted 2px #00775C;
  padding: 5px;
  border-radius: 20px;
  color: #00775C;
}
p.read + p span {
  display: inline-block;
}


#footer {
  background-color: #35a88d;
  background-image: none;
}
h3{
  text-align: center;
  font-size: 18px;
  color: #00775C;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00775C;
  border-radius: 2px;
}


h3 + p {
  margin-bottom: 20px;
  padding: 0 15px;
}
h4 {
  font-size: 16px;
  color: #f34b69;
}
h5 {
  color: #00775C;
  font-size: 16px;
  border-left: solid 5px;
  padding-left: 7px;
  margin-bottom: 10px;
  margin-top: 15px;
}

section {
  margin-bottom: 30px;
}
.mv.bg_c {
  max-width: 700px;
  padding-top: 0;
}
.mv h2 {
  background: #00775C;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.contents_inner {
  width: 90%;
  margin: auto;
}
.arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before,
.arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow::before{
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ff750f;
}
.arrow::after{
  left: 19px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}


/* flow */
.flowchart li {
  margin-left: 1.5em;
  padding-bottom: 15px;
  border-left: 2px dotted;
}

.flowchart li:last-child {
  border: 0;
}

.flowchart h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 35px;
  font-size: 15px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .flowchart h2 {
    font-size: 15px;
  }
}

.flowchart h2 span {
  position: relative;
  top: -3px;
  font-size: 16px;
}

.flowchart p {
  margin-top: 0px;
  margin-left: 35px;
}

.flowchart h2:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* font-family: Font Awesome\ 5 Free; */
  /* font-weight: 900; */
  z-index: 1;
  position: absolute;
  top: -2px;
  left: -49px;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 55% 40% 58% 43%/51% 72% 50% 78%;
  background: #00775C;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.flowchart h2:after {
  position: absolute;
  top: 9px;
  left: -28px;
  width: 20px;
  border-bottom: 2px solid;
  background: #000;
  content: "";
}

.flowchart li:first-child h2:before {
  content: "1";
}

.flowchart li:nth-child(2) h2:before {
  content: "2";
}

.flowchart li:nth-child(3) h2:before {
  content: "3";
}

.flowchart li:nth-child(4) h2:before {
  content: "4";
}

.flowchart li:nth-child(5) h2:before {
  content: "5";
}

.flowchart li:nth-child(6) h2:before {
  content: "6";
}
.pc_yoko_detail {
  width: 100%;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  border-left: solid 1px #333333;
}

.pc_yoko_detail th {
  width: 8em;
  padding: 5px;
  background: #f4f1ee;
}

@media screen and (min-width: 768px) {
  .pc_yoko_detail th {
    padding: 15px;
    border-right: solid 1px #333333;
  }
}

.pc_yoko_detail td {
  padding: 20px;
}

.pc_yoko_detail .bus dt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  border-bottom: dashed 2px;
}

.pc_yoko_detail .bus dt span {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pc_yoko_detail {
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
  }
  .pc_yoko_detail th, .pc_yoko_detail td {
    display: list-item;
    width: 100%;
    list-style-type: none;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .pc_yoko_detail tr {
    border-bottom: solid 1px #333333;
  }
}


.mini_schedule p {
  text-align: center;
  margin-top: 15px;
}
.mini_schedule table {
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.mini_schedule h3 + ul {
  text-align: center;
  margin-bottom: 10px;
}
.mini_schedule table th {
  width: 4em;
  padding: 5px;
}
.mini_schedule table tr:nth-child(odd) {
  border-bottom: dotted 1px;
  border-top: dotted 1px;
}
.minicamp_contact {
  max-width: 500px;
  width: 100%;
  margin: 20px auto;
}
#contents .minicamp_contact a {
  max-width: 300px;
  width: 80%;
  text-align: center;
  border: solid 1px;
  padding: 15px;
  border-radius: 5px;
  display: block;
  margin: auto;
  background: #ff750f;
  color: #fff;
}
#contents .minicamp_contact a:hover {
  opacity: 0.7;
}
.minicamp_contact .pc_attention {
  margin-bottom: 15px;
  color: #e73676;
}
.bg_c {
  background: #f7f7f7;
  padding: 25px 0;
  border-top: solid 1px #efefef;
  border-bottom: solid 1px #efefef;
}
.point {
  margin: 30px;
  color: orange;
  font-size: 17px;
  background-color: #fff5ef;
  padding: 15px;
}

@media screen and (max-width: 767px) {
.pc_item {
  display: none;
}
}
@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
}
/* tab */


  .tab_menu {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .tab_menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.7%;
    flex: 0 0 49.7%;
    border-radius: 10px 10px 0 0;
    background: #00775C;
    padding: 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
  }

  .tab_menu li.current {
    position: relative;
    background: #00775C;
    color: #fff;
    opacity: 1;
  }

  .tab_menu li.current::after {
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-width: 17.3px 10px 0 10px;
    border-style: solid;
    border-color: #00775C transparent transparent transparent;
    content: "";
  }

  .tab_menu li:last-child {
    margin-left: auto;
  }
tab_wrap {
  border-right: solid 1px #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #333333;
  border-radius: 0 0 15px 15px;
}

.mini_pc .tab_wrap {
  padding-top: 50px;
  border-top: solid 1px #333333;
  border-radius: 15px;
}

.tab_wrap .tab_cont {
  display: none;
}

.tab_wrap .tab_cont.show {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab_wrap {
    padding: 25px 0;
  }
}

@media screen and (min-width: 768px) {
  .tab_wrap {
    padding: 30px 0 0 0;
  }
}


/* lightbox icon */
.illust-popup {
  display: block;
  position: relative;
}

.illust-popup.icon-zoom-in:before {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  font-size: 1.6rem;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.swiper-container  img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 18px;
  text-align: center;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next {
/*
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
*/
}

.swiper-button-next::after {
/*
  border-radius: 56% 40% 60% 43%/53% 50% 50% 55%;
  background: #fff;
  font-family: 'icomoon' !important;
  font-size: 3rem;
  content: "\e91d";
*/
}

.swiper-button-prev {
/*
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
*/
}

.swiper-button-prev::after {
/*
  border-radius: 56% 40% 60% 43%/53% 50% 50% 55%;
  background: #fff;
  font-family: 'icomoon' !important;
  font-size: 3rem;
  content: "\e91c";
*/
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  display: none;
}
.pc_headline {
  text-align: center;
  margin-bottom: 20px;
  background: #00775C;
  color: #fff;
  border-radius: 12px 20px 16px 27px /15px 25px 21px 20px;
}
#nav_wrap {
  background-color: #00775C;
  padding: 15px 0 5px 0;
}
#pc_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pc_nav li {
  flex: 0 0 45%;
  margin-bottom: 10px;;
}
#pc_nav li a {
  display: block;
  color: #00775C;
  border: solid 2px #00775C;
  padding: 10px;
  text-decoration: none;
  margin-left: 10px;
  border-radius: 10px 5px 10px 5px / 5px 10px 5px 10px;
  background: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#pc_nav li a:hover {
  opacity: 0.5;
}
#summer .pc_head {

}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row_w {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*
  margin-right: -15px;
  margin-left: -15px;
*/
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row_pd {
  padding-left: 15px;
  padding-right: 15px;
}

.col_12, .col_11, .col_10, .col_9, .col_8, .col_7, .col_6, .col_5, .col_4, .col_3, .col_1 {
  position: relative;
  width: 100%;
  min-height: 1px;
/*
  padding-right: 15px;
  padding-left: 15px;
*/
}

.row_w img {
  width: 100%;
}

.col_1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col_2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col_3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col_4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col_5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col_6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col_7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col_8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col_9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col_10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col_11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col_12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.justify_center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_s_betweem {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* */
.row_col_4::after {
  content: "";
  display: block;
  width: 33.33333333%;
  height: 0;
}

.row_col_3::after,
.row_col_3::before {
  content: "";
  display: block;
  width: 25%;
  height: 0;
}

.row_col_3::before {
  order: 1;
}
@media screen and (max-width: 767px) {
  .col_12, .col_11, .col_10, .col_9, .col_8, .col_7, .col_6, .col_5, .col_4, .col_3, .col_1 {
    position: relative;
    flex:0 0 100%;
    max-width: 100%;
  }
  #pc_nav li a {
    min-height: 2em;
  }
}
.mvmini h2 {
  color: #00775C;
  background: none;
  padding-top: 7%;
  margin-bottom: 0;
}
.mvmini.bg_c {
  max-width: 700px;
  padding-top: 0;
  background: #ebfffc url(../images/mini_line.png) no-repeat left top;
  background-size: 100% auto;
  padding-bottom: 5%;
}
#summer .infohead {
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 375px) {
/*
  #summer .infohead::before {
    width: 74%;
    padding-top: 32%;
  }
*/
  .mvmini.bg_c {
    background-size: 140% auto;
  }
  .mvmini h2 {
    padding-top: 10%;
  }
}

.important_notices strong {
  color: #f34b69;
}
.mb_10 {
  margin-bottom: 10px;
}
.notes {
  font-size: 12px;
}