@charset "utf-8";

@media screen and (max-width : 640px) {
#tmp_contents h1{
	padding: 11px 15px;
	font-size: 169.23%;
}

/* box_btn & box_menu
================================================== */
#tmp_contents ul.box_btn li,
#tmp_contents .box_menu_ttl{
	background-color: #f1e1c1;
}
#tmp_contents ul.box_btn a:after,
#tmp_contents .box_menu_ttl a:after{
	background-color: #d8b478;
}
#tmp_contents .box_menu_ttl a:hover,
#tmp_contents ul.box_btn a:hover{
	text-decoration: underline;
}
/* datatable
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table{
	margin-bottom: 39px;
}

/* ==================================================
contents
================================================== */
#tmp_free_wrap{
	padding: 0 1px 65px;
}

/* gallery list */
#tmp_free_wrap .gallery_list{
	flex-direction: column;
	gap: 15px 0;
}
#tmp_free_wrap .gallery_list .item{
	width: 100%;
}
#tmp_free_wrap .gallery_list .item_title{
	background-color: #f1e1c1;
}
#tmp_free_wrap .gallery_list .item_title:after{
	background-color: #d8b478;
	background-position: calc(50% - 3px) center;
	width: 52px;
}
#tmp_free_wrap .gallery_list .item_img{
	margin: 0 auto;
	padding: 0;
	width: 90.5%;
}
#tmp_free_wrap .gallery_list a:hover .item_title{
	text-decoration: none;
}
#tmp_free_wrap .gallery_list a:hover .item_img img{
	opacity: 1;
}

/* info  */
#tmp_free_wrap .info_list .item{
	background-color: #f1e1c1;
	position: relative;
	display: block;
}
#tmp_free_wrap .info_list .item_date{
	width: 100%;
	padding-right: 60px;
	padding-bottom: 0;
}
#tmp_free_wrap .info_list .item_title{
	margin-left: 15px;
	margin-right: 60px;
	width: auto;
	padding-bottom: 15px;
}
#tmp_free_wrap .info_list .item_title a{
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
#tmp_free_wrap .info_list a{
	position: initial;
}
#tmp_free_wrap .info_list a:after{
	background-color: #d8b478;
	background-position: calc(50% - 3px) center;
	width: 52px;
}
#tmp_free_wrap .info_list a:hover{
	text-decoration: underline;
}

/* prod list */
#tmp_free_wrap .prod_list{
	gap: 15px 0;
	margin: 0 -1px 15px;
}
#tmp_free_wrap .prod_list .item{
	width: 100%;
	min-height: unset;
}
#tmp_free_wrap .prod_list .item_cnt{
	padding-bottom: 3px;
}

.news_list .item {
	padding: 5px 5% 0;
	background-image: none;
	border-bottom: 1px solid #a66638;
}
.news_list .item:not(:last-of-type) {
	margin-bottom: 4px;
}

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
}