@charset "utf-8";
/* CSS Document */
.pcmode{
		display: block;
	}
	.spmode{
		display: none;
	}
#tokusyu_takeout{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#tokusyu_takeout .read_cont{
	text-align: center;
}
#tokusyu_takeout .read_cont h2{
	margin-bottom: 30px;
}
#tokusyu_takeout .read_cont .read_txt{
	font-size: 15px;
	margin: 40px 0;
}
#tokusyu_takeout .scene_wrap ul{
	 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	
	-webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
#tokusyu_takeout .scene_wrap ul li{
width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
	text-align: center;
}
#tokusyu_takeout .scene_wrap ul li a{
	display: inline-block;
	background-color: #ffb300;
	width: 177px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;	
}
#tokusyu_takeout .scene_wrap ul li a:hover{
	color: #000;
	background-color: #ffdb17;
}
#tokusyu_takeout .scene_wrap ul li a span{
	display: inline-block;
	position: relative;
}
#tokusyu_takeout .scene_wrap ul li a span:after{
	position: absolute;
	content: "";
	top: 0;
    bottom: 0;
    right: -1em;
    width: 0.5em;
    height: 0.5em;
	margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
}
#tokusyu_takeout .topics01{
	text-align: center;
}
#tokusyu_takeout .topics01 h3{
	margin: 60px 0 30px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #000;
	text-align: left;
}
#tokusyu_takeout .topics01 .taxi_search a{
	display: inline-block;
	background-color: #ffb300;
	padding: 5px 3em 5px 1.5em;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
#tokusyu_takeout .topics01 .taxi_search a br{
	display: none;
}
#tokusyu_takeout .topics01 .taxi_search a:hover{
	color: #000;
	background-color: #ffdb17;
}
#tokusyu_takeout .topics01 .taxi_search a{
	display: inline-block;
	position: relative;
}
#tokusyu_takeout .topics01 .taxi_search a:after{
	position: absolute;
	content: "";
	top: 0;
    bottom: 0;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
	margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	vertical-align: middle;
	
}
#tokusyu_takeout .topics02{
	text-align: center;
}
#tokusyu_takeout .topics02 h3{
	margin: 60px 0 30px;
	padding: 10px 10px 0 10px;
	border-bottom: 1px solid #000;
	text-align: left;
}
#tokusyu_takeout .topics02 .announce_wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	
	-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
#tokusyu_takeout .topics02 .announce_wrap .item_r{
	padding: 50px;
}
#tokusyu_takeout .topics02 .announce_wrap .item_r a{
	display: inline-block;
	background-color: #ffdb17;
}


@media (max-width:599px){
	.spmode{
		display: block;
	}
	.pcmode{
		display: none;
	}
	
	#tokusyu_takeout img{
		width: 100%;
		height: auto;
	}
	#tokusyu_takeout .scene_wrap ul li{
	width: 50%;
	padding: 2%;
	box-sizing: border-box;
	}
	#tokusyu_takeout .scene_wrap ul li a {
		width: 100%;
	}
	#tokusyu_takeout .topics02 .announce_wrap{
	-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -ms-flex-direction: column;
         flex-direction: column;
		
		margin: auto auto 3em;
		max-width: 250px;
}
	#tokusyu_takeout .topics02 .announce_wrap .item_r{
	padding: 0px;
}
	#tokusyu_takeout .topics01 .taxi_search a{
		line-height: 1.5;
		padding: 1em 2em;
	
	}
	#tokusyu_takeout .topics01 .taxi_search a br{
	display: inherit;
}
	#tokusyu_takeout .topics01 h3{
		padding: 0;
	}
	#tokusyu_takeout .topics02 h3{
		padding: 0;
	}
	#tokusyu_takeout .zoom a{
		background-image: url(../images/tokusyu-takeout/megane.png);
		background-repeat: no-repeat;
		background-size: 1.5em auto;
		background-position: left center;
		padding-left: 1.8em;
		color: #ef8700;
		font-size: 18px;
		text-decoration: underline;
	}
	#tokusyu_takeout .read_cont .read_txt{
	text-align: left;
}
}
