/* Resources  */
#resources {
  margin: 0 auto;
  padding: 60px 0 40px 0;
  background: #fff url("../common/images/bg_lines.png") 0 -3px repeat-x;
}

#resources ul {
  width: auto;
  display: table;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#resources ul li {
  width: 225px;
  margin: 0 20px 20px 0;
  display: block;
  float: left;
}

#resources ul li:nth-of-type(4n) {
  margin-right: 0;
}

/* SP resources & sponsors */
@media screen and (max-width: 956px) {
  #resources {
    padding: 30px 0 20px 0;
  }
  #resources ul li {
    width: 44%;
    margin: 0 3% 20px 3%;
  }
  #resources ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 678px) {
  h2 img {
    max-width: 100%;
  }
}

.con01, .access, .tour {
  text-align: center;
}

.con01 {
  padding: 100px 0 20px;
}

@media screen and (max-width: 768px) {
  .con01 {
    padding: 80px 0 0;
  }
  .con01 h2 {
    padding: 0 2vw;
  }
}

.con01 .text {
  font-size: 16px;
  margin: -80px auto 10px;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .con01 .text {
    margin-top: -10vw;
	padding: 0 20px;
  }
}

.con01 .gallery .slick-dots li button:before {
  color: #e7e7e7;
}
/*.addinfo {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 0;
}*/

/*@media screen and (max-width: 768px) {
  .addinfo {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 0;
  }
}*/

.access, .info {
  background-color: #e7f6fa;
}

.access, .service, .info, .tour {
  padding: 100px 0;
}

.access .title {
  font-size: 32px;
  font-weight: bold;
  color: #029ed1;
}

@media screen and (max-width: 768px) {
  .access .title {
    font-size: 5vw;
  }
}

.access .map {
  margin: 40px auto;
}

@media screen and (max-width: 956px) {
  .access .map iframe {
    max-width: 100%;
  }
}

.access .text {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .access .text {
    font-size: 3.44vw;
  }
}

.access .text span {
  font-size: 24px;
  display: block;
}

@media screen and (max-width: 768px) {
  .access .text span {
    font-size: 4.38vw;
  }
}

@media screen and (max-width: 768px) {
  .service {
    padding: 80px 20px;
  }
}

.service_cont {
  padding: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .service_cont {
    padding: 12px;
    margin-bottom: 6.25vw;
  }
}

.service_cont::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: white;
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, #f6f6f6 4px, #f6f6f6 8px);
  background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, #f6f6f6 4px, #f6f6f6 8px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f6f6f6 4px, #f6f6f6 8px);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .service_cont::after {
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 3px, #f6f6f6 3px, #f6f6f6 6px);
    background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 3px, #f6f6f6 3px, #f6f6f6 6px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f6f6f6 3px, #f6f6f6 6px);
  }
}

.service_cont:nth-child(odd) .service_cont_text {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .service_cont:nth-child(odd) .service_cont_text {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.service_cont:nth-child(odd) .service_cont_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .service_cont:nth-child(odd) .service_cont_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.service_cont:nth-child(even) .service_cont_text {
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .service_cont:nth-child(even) .service_cont_text {
    padding-right: 0;
  }
}

.service_cont_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .service_cont_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
}

.service_cont_items .slider {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service_cont_items .slider {
    padding-bottom: 6.4vw;
  }
}

.service_cont_items .slider .slick-dots {
  bottom: -30px;
}

@media screen and (max-width: 768px) {
  .service_cont_items .slider .slick-dots {
    bottom: -6vw;
  }
}

.service_cont_items .slick-dots li button:before {
  color: #c1c1c1;
}

.service_cont_items .slick-dots li.slick-active button:before {
  color: #029ed1;
}

.service_cont_text {
  width: 416px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .service_cont_text {
    width: 100%;
    margin-top: 5px;
  }
}

.service_cont_text .ttl {
  font-weight: bold;
  font-size: 32px;
  color: #029ed1;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .service_cont_text .ttl {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
}

.service_cont_text .txt {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .service_cont_text .txt {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }
}

.service_cont_img {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .service_cont_img {
    width: 100%;
  }
}

.service_cont_img img {
  max-width: 100%;
}

.service_cont_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;
}

.service_cont_list li {
  text-align: center;
  width: 47.9%;
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .service_cont_list li {
    width: 100%;
    margin-top: 11.72vw;
  }
}

.service_cont_list li .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #029ed1;
}

@media screen and (max-width: 768px) {
  .service_cont_list li .ttl {
    font-size: 4.69vw;
    margin-bottom: 2vw;
  }
}

.service_cont_list li img {
  max-width: 100%;
}

.service_cont_list li .notes {
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .service_cont_list li .notes {
    font-size: 3vw;
    margin-top: 2.5vw;
  }
}

.info .title {
  font-size: 32px;
  font-weight: bold;
  color: #029ed1;
  text-align: center;
  margin: 45px 0 40px;
}

@media screen and (max-width: 768px) {
  .info .title {
    font-size: 5vw;
  }
}

.info_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 42px;
}

@media screen and (max-width: 768px) {
  .info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.info_cont:not(:last-child) {
  padding-bottom: 40px;
}

.info_cont:not(:last-child):after {
  content: "";
  height: 4px;
  width: 100%;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 4px, white 4px, white 8px);
  background-image: -o-repeating-linear-gradient(135deg, transparent, transparent 4px, white 4px, white 8px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, white 4px, white 8px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.info_cont:nth-of-type(2) .info_cont_text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  margin-right: auto;
}

.info_cont:nth-of-type(2) .info_cont_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.info_cont_text {
  width: 520px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .info_cont_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.info_cont_text .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #029ed1;
}

@media screen and (max-width: 768px) {
  .info_cont_text .ttl {
    font-size: 4.1vw;
  }
}

.info_cont_text .ttl img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .info_cont_text .ttl img {
    width: 10.94vw;
    height: 10.94vw;
    margin-right: 4.22vw;
  }
}

.info_cont_text .txt {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .info_cont_text .txt {
    font-size: 3.75vw;
    margin-bottom: 12px;
  }
}

.info_cont_img {
  width: 380px;
}

@media screen and (max-width: 768px) {
  .info_cont_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}

.info_cont_img img {
  max-width: 100%;
}

.tour .priod {
  font-size: 40px;
  color: #029ed1;
  font-weight: bold;
  line-height: 1.25;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .tour .priod {
    font-size: 7.03vw;
    margin-top: 40px;
  }
}

.tour .text {
  margin: 40px auto;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .tour .text {
    font-size: 3.75vw;
    margin: 20px auto;
  }
}
