
/*
 * タイ特集：ピックアップ横スクロール
 */
.thai_topics_top_list {
    overflow: auto;
    padding: 0px 5px 10px;
    margin-bottom: 6px;
	background: #f7eee6;
}

.thai_topics_top_list_mask {
    display: flex;
    flex-flow: row nowrap;
    width: max-content;
}

.thai_card {
    width: 136px;
    margin: 2px 3px;
    font-size: 12px;
    line-height: 1.3;
    //box-shadow: 0 0 3px 0 rgb(122 101 82 / 20%), 0 8px 9px -9px #7a6552;
    box-shadow: 0 0 3px 0 rgb(122 101 82 / 20%), 0 8px 9px -9px #ad9b8a;
	background: #fff;
}

.thai_card a {
    text-decoration: none;
    color: #333;
	border: 1px solid #eee;
	border-top: none;
	display: block;
}

.thai_card_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.thai_card_title {
	padding: 0 5px 5px 5px;
	font-size: 11px;
}


/*
 * タイ特集：特集ヘッダー
 */

.thai_pickup_header {
	
}

.thai_pickup_header_image {
	padding: 5px;
}

.thai_pickup_header_image img {
	width: 100%;
}

.thai_pickup_header_info {
	padding: 2px 10px 10px;
	line-height: 1.5;
}

.thai_pickup_title2 {
	padding: 10px 5px;
	background: #f7eee6;
	color: #683C12;
}

.thai_pickup_more_search_title {
	margin-top: 10px;
	color: #4e2a07;
}


/*
 * タイ特集：特集フッター
 */

.thai_pickup_to_top_btn {
	margin: 10px 20px;
	padding: 10px 5px;
	background: #fff;
}

.thai_pickup_to_top_btn a {
	display: block;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #555;
	border-radius: 5px;
}


