@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  .loop-list--01__photo {
	  position: relative;
  }
	
	.loop-list--01__photo .label_goto {
    position: absolute;
	 width: 78px;
    height: 78px;
    left: 0;
    top: 0;
   
  }
	
	/**********************
	割引挿入
	************************/
	 /*.recommend-tour__title::before{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		
		
	}*/
	
	/* ---------- #news ---------- */
#news {
  width: 96vw;
	height: auto;
  margin: 5vw auto 15vw;
	overflow: hidden;
}
#news h3 {
  font-size: 3.5vw;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.5vw;
  text-align: center;
}

#news p {
  font-size: 3vw;
  color: #916230;
  text-align: center;
  margin: 2.5vw 0 5vw;
	line-height: 1.5;
}
/*#news a {
  display: inline-block;
  float: left;
  transition: .3s;
}*/
#news a:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#news a:nth-of-type(1) {
  width: 100%;
  margin-bottom: 3vw;
}
#news a:nth-of-type(2) {
  margin-right: 4%;
}
#news a:nth-of-type(2),
#news a:nth-of-type(3) {
  width: 48%;
  margin-bottom: 10vw;
}
#news a img {
  width: 100%;
}
	
}


@media screen and (min-width: 768px) {
	
	.loop-list--01__photo {
	  position: relative;
  }
	
	.loop-list--01__photo .label_goto {
    position: absolute;
	width: 88px;
    height: 88px;
    left: 0;
    top: 0;
   
  }
	
		/**********************
	割引挿入
	************************/
	 /*.recommend-tour__title::after{
    content: "GoToトラベル表示価格より最大半額支援";
    background-color: #C00;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 0.5em;
    display: block;
    margin-top: 5px;
	margin-bottom: 7px;
		 text-align: center;
		
	}
	*/
	/**********************
	//割引挿入
	************************/
	
	
	/* ---------- #news ---------- */
#news {
   width: 1000px;
  height: 300px;
  margin: 0 auto;
	overflow: hidden;

}
#news h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
	margin-bottom: 20px;
}
#news h3::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 20px;
  background: url('  ../../img/news_icon.png') no-repeat;
  position: relative;
  top: 2px;
  left: -10px;
}
#news p {
  font-size: 14px;
  color: #916230;
  text-align: center;
  margin: 10px 0 30px;
}
#news p a{
	color: #000D99;
	text-decoration: underline;
}
#news p a:hover{
	text-decoration: none;
}
	#news p a img:hover{
		opacity: 0.8;
}

/* ---------------------------------*/
#news p.mark {
	border: 1px solid #FF4C4F;
    padding: 16px;
    margin: 20px auto;
    background:  #ffffff;
	width: 816px;
	
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	color: #FF4C4F;
	line-height: 1.5
}

#news p.catch {
	border: 1px solid #2883FF;
    padding: 16px;
    margin: 20px auto;
    background:  #ffffff;
	width: 816px;
	
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	color: #2883FF;
	line-height: 1.5
}
}