@charset "utf-8";
/*-------- student plan ページ用css------------*/
.st_contents{
  width: 90%;
  margin: 0 auto;
}
.st_contents_h3_list_box{
  margin-top: 40px;
}
.st_h3_list{
  margin: 40px 0 0px 0;
}
.st_h3_list img{
  width: 100%;
}

.content_st_link{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}



/*-------- ここから色付きボックスの設定------------*/
.st_box_contents{
  margin:  0 auto;
}

.st_box_wrap_stay{
  background: #ebeced;
  margin-top: 100px;
}
.st_box_wrap_eat{
  background: #dfe114;
  padding-bottom:20px; 
}
.st_box_wrap_play{
  background: #8814e1;
}
.st_box_header_icon{
  width: 22%;
  float: left;
  margin-bottom: 50px;
}
.st_box_header_icon img{
  width: 100%;
}

.st_box_header_headline{
  width: 78%;
  float: left;
  text-align: left;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}
.st_box_header_headline h3{
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.st_box_header_headline p{
  font-size: 0.8rem;
}
.st_box_header_check_list{
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  margin: 50px auto;
  width: 80%;
}
.st_box_header_check_list li{
  background: url(../images/icon_check.png) left top no-repeat;
  background-size: 20px;
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}
@media screen and (min-width: 480px) {
  .st_box_header_check_list li{
    background-position: left top 5px;
  }
}
@media screen and (min-width: 640px) {
  .st_box_header_check_list li{
    background-position: left top 10px;
  }
}


.st_box_contents h4.st_contents_plan_h4{
  margin: 40px 0 10px 0;
}
.st_box_contents h4 span.span_black {
  background: #000;
  padding: 4px 20px;
  color: #fff;
}
.st_box_p{
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 30px auto;
  width: 80%;
}

/*-------- 色付きボックスの設定ここまで------------*/
/*-------- ここから学生プランの設定------------*/

.st_page_link_ul li{
  margin-bottom: 20px;
}
.st_page_link_ul li img{
  width: 100%;
}

.et_p_caption{
  margin: 10px 20px 0;
  font-size: 0.7rem;
  font-weight: bold;
}
.contents .st_contents_plan_h3{
  background: none;
  padding: 0;
}
.st_contents_plan_h3 img{
  width: 90%;
  margin: 0 auto;
}
.contents h4.st_contents_plan_h4{
  margin: 30px 0 0px 0;
}

.st_contents_plan_ul{
  margin: 50px 0 25px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.st_contents_plan_ul strong{
  font-size: 1.8rem;
  font-weight: bold;
}
.st_contents_plan_ul span{
  font-size: 0.8rem;
}
.st_contents_plan_p{
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.st_contents_plan_p strong{
  font-size: 1.8rem;
  font-weight: bold;
}
/*-------- 学生プランの設定ここまで------------*/
/*-------- ここから観光・アクティビティの設定------------*/
.contents_spot_p{
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 40px 20px 20px;
  text-align: left;
}
.contents_map img{
  width: 100%;
}
.content_st_cap{
  margin-top: 40px;
}
/*-------- 観光・アクティビティの設定ここまで------------*/



