@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
.spot-info-sub-ttl span {
    font-size: 26px;
}

.course-wrap .course-01 span{
  font-size: 15px;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px){
  .course-wrap .course-01 span{
  font-size: 13px;
  letter-spacing: 0;
}
}



/*-----------------------------------------------------------------
		main visual
-----------------------------------------------------------------*/
.newCource-visual {
  min-height: 707px;
  background: url(../images/course/new_sightseeing/bg_blue_3.png) repeat-y calc(50% - 575px) center, url(../images/course/new_science/mv_pc_2.webp) no-repeat left center;
  background-size: 850px 10px, cover;
}

.newCource-sub-ttl {
  background: url(../images/course/new_science/i_ttl.png) no-repeat left center;
  background-size: 43px auto;
  text-align: left;
}

@media screen and (min-width: 768px){
.newCource-visual h1 {
  text-shadow: 0px 0px 12px rgba(0,0,0,0.5);
}

.newCource-lead {
  text-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}
}

@media screen and (max-width: 767px){
.newCource-mv:before {
  background: url(../images/course/new_science/mv_pc_2.webp) no-repeat center center;
  background-size: cover;
}

.newCource-visual {
  min-height: 304px;
  padding: 40px 0;
  background: #1FBBFC;
}

.newCource-visual h1 {
  margin-bottom: 20px;
  font-size: 32px;
}

.newCource-sub-ttl {
  background: url(../images/course/new_science/i_ttl.png) no-repeat left center;
  background-size: 29px auto;
}

}


/*-----------------------------------------------------------------
		おすすめコース
-----------------------------------------------------------------*/
.course-info {
  background: #F6FDFE url(../images/course/new_science/bg_map.webp) no-repeat calc(50% + 550px) top;
  background-size: 590px auto;
}


/* アンカーリンク */
/*
.course-wrap {
  max-width: 630px;
  padding-left: 115px;
}
*/
@media screen and (min-width: 768px){
  /*
.course-start {

  line-height: 43px;
}*/


.course-01 a {
  line-height: 43px;
}
}


@media screen and (max-width: 767px){

/* アンカーリンク */
  /*
.course-wrap {
  padding: 64px 0 0;
}
.course-wrap:after {
  display:none;
}

.course-start::before {
  right: 70px;
}


.course-start {
  font-size: 16px;
}

.course-start span {
  width: 100%;
}

.course-wrap p.course-03 {
  margin-bottom: 0;
}
.course-wrap p.course-03::after {
  display: none;
}
*/
}

  

/*-----------------------------------------------------------------
		スポット情報
-----------------------------------------------------------------*/
@media screen and (max-width: 767px){
.spot-info {
    padding: 50px 0 225px;
}
}


/* 01 */
@media screen and (min-width: 768px){
.spot-01 .spot-info-ttl { /* 1行の場合 */
  margin-bottom: 30px;
  /*padding: 30px 0 0 100px;*/
}
}

@media screen and (max-width: 767px){
.spot-01 .spot-img-02 {
  width: 260px;
  padding-top: 25px;
}
}


/* 02 */
.spot-02 .spot-info-ttl:before {
  top: 10px;
}

@media screen and (min-width: 768px){
.spot-02 .spot-info-ttl {
  text-align: right;
  margin-bottom: 20px;
  padding: 30px 100px 0 0;
}

.spot-02 .spot-img-02 {
  width: 354px;
  position: absolute;
  top: -152px;
  right: -78px;
}

.spot-02 .spot-img-03 {
  padding-top: 139px;
  max-width: 100%;
}
}


@media screen and (max-width: 1030px){
.spot-02 .spot-img-02 {
  right: 0;
}
}

@media screen and (max-width: 930px){
.spot-02 .spot-info-ttl:before {
  width: 90px;
  height: 118px;
  background-image: url(../images/course/new_style/i_ttl_02.png);
  background-size: 90px auto;
  top: 0;
  right: 0;
}
}

@media screen and (max-width: 767px){
.spot-02 .spot-info-ttl {
  margin-bottom: 20px;
}

.spot-02 .spot-img-02 {
  width: 260px;
  padding-top: 25px;
  position: absolute;
  top: 202px;
  right: -20px;
}

.spot-02 .spot-img-03 {
    padding-top: 30px;
}

}


/* 03 */
.spot-03 .spot-img-02 {
  width: 354px;
  position: absolute;
  top: -132px;
  left: -78px;
  z-index: 100;
}

.spot-03 .spot-img-03 {
  padding-top: 139px;
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
}

.spot-03 .spot-wrap:before{
  display: none;
}

@media screen and (max-width: 1030px){
.spot-03 .spot-img-02 {
  left: 0;
}
}


@media screen and (max-width: 930px){
.spot-03 .spot-info-ttl:before {
  width: 90px;
  height: 118px;
  background-image: url(../images/course/new_style/i_ttl_03.png);
  background-size: 90px auto;
  top: 0;
  left: 0;
}
}

@media screen and (max-width: 767px){

.spot-03 .spot-img-02 {
  width: 260px;
  padding-top: 25px;
  position: absolute;
  top: 202px;
  left: -20px;
}

.spot-03 .spot-img-03 {
  padding-top: 30px;
  position: relative;
}

}
  
  
  