@charset "UTF-8";
/*內頁總成*/
.page_assemble-custom a {
    color: #333;
    line-height: 0;
}
/* page_single-custom 單篇-自定義 */
.page_single-custom_group{
}
.page_single-custom_group .row{
    display:flex;
}

/* 日期與閱覽人數 */
.page_single-custom_group .single_info {
	overflow:hidden;
	padding:0 0 40px;
	color:#666;
}
.page_single-custom_group .single_info .date,
.page_single-custom_group .single_info .visit {
	display:inline-block;
	padding:10px 20px 0 0;
}

/* 代表圖 */
.page_single-custom_group .portrait {
	display:block;
	margin-bottom:20px  
}

/* 摘要 */
.page_single-custom_group .summary {
	display:none;
	border:2px solid #f7f7f7;
	font-style:italic;
	padding:20px;
	margin-bottom:40px;
}


/* 內容/編輯器 */
.page_single-custom_group .editor {
	padding-bottom:40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:30px;
}
.page_single-custom_group .editor h3{
    font-size: 2.8vmax;
    font-family: noto sans tc;
    font-weight: 600;
}
.page_single-custom_group .btnArea .txt{
line-height:2.6;
}

/*飯店列表*/
.page_single-custom_group .hotel_list{
    line-height:1.6;
}

.page_single-custom_group .hotel,
.page_single-custom_group .apartment{
    margin-top:20px;
}
.page_single-custom_group .hotel_list ul{
    padding-left:20px;
    margin-bottom:10px;
}
.page_single-custom_group .hotel_list .list{
    display:flex;
}
.page_single-custom_group .hotel_list h4{
    font-size: 1.5rem;
    background: #555;
    padding: 10px;
    /*width: max-content;*/
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.page_single-custom_group .hotel_list h5{
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    color:#333;
}
/* FB留言 */
.page_single-custom_group .fb_message {
	padding:50px 0;
}

@media only screen and (max-width: 991px) {
	.page_single-custom_group {
    }
    .page_single-custom_group .row{
    display:block;
}
	.page_single-custom_group .single_info {
		padding:0 0 30px;
	}
    
}