@media screen and (max-width:600px) {
  /*#recommend2 {
    background: #4adadd url('../img/snow_bg.png');
  }
  #recommend2 .recommend_inner {
    background: -moz-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
    background: -webkit-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
    background: linear-gradient(to bottom, rgba(74, 218, 221, 0.7), transparent);
  }*/
  #recommend2 .recommend_inner2 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0 15vw;
  }
  #recommend2 h3 {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
    background: #fff;
    box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
    margin-bottom: 5vw;
    padding: 3vw 4vw 3vw 15vw;
    position: relative;
  }
  #recommend2 h3::before {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 100%;
    background: #81e8b6;
    position: absolute;
    top: 0;
    left: 3vw;
  }
  #recommend2 h3::after {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 100%;
    background: #81e8b6;
    position: absolute;
    top: 0;
    left: 8vw;
  }
  #recommend2 h3 span {
    display: inline-block;
    margin-right: 4vw;
  }
  #recommend2 ul {
    display: block;
    /*height: 166vw;*/
    /*	height: 230vw;*/
    overflow: hidden;
  }
  #recommend2 li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-right: 4%;
    margin-bottom: 5vw;
    line-height: 1.5;
  }
  /*#recommend2 li:nth-of-type(1) {
  width: 100%;
}*/
  /*#recommend2 li:nth-of-type(2n-1) {
  margin-right: 0;
}*/
  #recommend2 li a {
    display: inline-block;
    padding: 3vw;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 0 1vw 0.2vw rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    position: relative;
  }
  #recommend2 li a::before {
    display: inline-block;
    content: "";
    width: 20vw;
    height: 10vw;
    background: url(../img/ribbon_morning.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 1vw;
    left: -1vw;
  }
  #recommend2 li a:hover {
    opacity: .8;
  }
  #recommend2 li img {
    width: 100%;
  }
  /*#recommend2 li:nth-of-type(1) img {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  float: left;
}*/
  /*#recommend2 li a p:first-of-type {
  font-size: 3.5vw;
  color: #000;
  text-decoration: none;
  margin: 2.5vw 0;
}*/
  #recommend2 li a p {
    font-size: 4vw;
    color: #000;
	margin-bottom: 2vw;
    text-decoration: none;
    font-weight: bold;
  }
  /*#recommend2 li:nth-of-type(1) a p:first-of-type {
  display: inline-block;
  width: 58%;
  margin: 0 0 2.5vw;
  float: right;
}*/
  /*#recommend2 li a p:last-of-type {
  display: block;
  font-size: 3.5vw;
  font-weight: bold;
  color: #cf0000;
  background: #d6fbf3;
  padding: 1.5vw 0;
  text-decoration: none;
  text-align: center;
}
#recommend2 li:nth-of-type(1) a p:last-of-type {
  display: inline-block;
  width: 58%;
  float: right;
  margin-top: 8.3vw;
}
*/
  #recommend2 .ticket {
    background-color: #f60;
    display: inline-block;
    padding: 5px;
    font-size: 3vw;
    color: #FFFFFF;
    font-weight: bold
  }
  #recommend2 .price {
    font-size: 4vw;
    color: #E10003;
    font-weight: bold;
    text-align: center;
  }
  #recommend2 .ryoko {
    display: block;
    font-weight: normal;
    font-size: 4vw;
  }
}
@media screen and (min-width:601px) {
  /*#recommend2 {
    background: #4adadd url('../img/snow_bg.png');
  }*/
  /*#recommend2 .recommend_inner {
    background: -moz-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
    background: -webkit-linear-gradient(top, rgba(74, 218, 221, 0.7), transparent);
    background: linear-gradient(to bottom, rgba(74, 218, 221, 0.7), transparent);
  }*/
  #recommend2 .recommend_inner2 {
    display: block;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  #recommend2 h3 {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #000;
    background: #fff;
    margin-bottom: 30px;
    padding: 15px 20px 15px 85px;
    position: relative;
  }
  #recommend2 h3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background: #81e8b6;
    position: absolute;
    top: 0;
    left: 15px;
  }
  #recommend2 h3::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 100%;
    background: #81e8b6;
    position: absolute;
    top: 0;
    left: 47px;
  }
  #recommend2 h3 span {
    display: inline-block;
    margin-right: 20px;
  }
  #recommend2 ul {
    display: block;
  }
  #recommend2 li {
    display: inline-block;
    line-height: 1.5;
  }
  #recommend2 li a {
    display: block;
    float: left;
    /* width: 185px;*/
    width: 230px;
    margin-right: 13px;
    padding: 11px;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
  }
  #recommend2 li a::before {
    display: inline-block;
    content: "";
    width: 60px;
    height: 24px;
    background: url('../img/ribbon_morning.png') no-repeat;
    position: absolute;
    top: 6px;
    left: -7px;
  }
	 #recommend2 li a.mycar::before {
    display: none;
    
  }
  #recommend2 li a:hover {
    opacity: .8;
  }
  #recommend2 li:last-child a {
    margin-right: 0;
  }
  #recommend2 li img {
    width: 100%;
  }
  #recommend2 li a p {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
  }
  #recommend2 li a p:last-of-type {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #cf0000;
    /*background: #d6fbf3;*/
    padding: 7px 0;
    text-decoration: none;
    text-align: center;
    margin: 0;
  }
  #recommend2 .ticket {
    background-color: #f60;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
  }
  #recommend2 .ryoko {
    display: block;
    font-weight: normal;
    font-size: 13px;
  }
  #recommend2 .matchHeight-item01 {
    min-height: 80px;
  }
}