@charset "utf-8";
/* ======================================================================
   Responsive styles
   - All @media blocks moved here from the original file.
   - Order is preserved to reduce cascade changes.
   ====================================================================== */
@media ( max-width : 680px) {
	#recipe .recipe-search-box input.w400_recipe, #recipe .recipe-search-box input.ipt{
		width:100%;
	}
	#contents {
		margin-top: 20px;
	}
	.titleArea h1 {
		font-size: 20px;
	}
	#brand3 .lst_print ul {
		display: flex;
		flex-wrap: wrap;
	}
	#brand3 .lst_print ul li {
		width: 50%;
	}
	#brand3 .view_box>.inner{
		position: relative;
	}
	#brand3 .view_box>.inner>.view_box_btn{
		top:30px;
		background: gray;
		right:35px;
	}
	#brand3 .view_box>.inner>.view_box_btn button{
		width:30px;
		height:30px;
	}
	
	#recipe .recipe-filter-group{
		display:flex;
		flex-direction: column;
	}
	
	#recipe .recipe-grid-area>ul>li{
		width:99.33%;
	}
	#recipe .recipe-grid-area .meta{
		margin-top:5px;
	}
	#recipe .recipe-grid-area .tag{
		margin-top:5px;
	}
	#recipe .recipe-grid-area .inner{
		min-height: 160px;
    	padding: 15px 15px 15px;
	}
	#recipe .recipe-grid-area{
		margin-top:10px;
	}
	#recipe .recipe-filter-header{
		margin-bottom: 15px;
	}
	#recipe .recipe-paginate{
		display:flex;
		flex-direction: row;
    	gap: 0px;
    	justify-content: center;
	}
	#recipe .recipe-paginate .page-control{
		width:30px;
		height:30px;
	}
	#recipe .recipe-paginate{
		margin-top:0px;
	}
	table.tb_type1>tbody>tr>td{
		font-size: 13px;
		padding:10px 10px;
		
	}
	table.tb_type1>tbody>tr>td img{
		width:45px !important;
	}
	
}

@media screen and (max-width: 1024px) {
	.page-lohas {
		width: 100%;
		max-width: none;
		padding-left: 24px;
		padding-right: 24px;
	}

	.page-lohas .container_inner {
		width: 100%;
		max-width: 100%;
	}

	.page-lohas .pathArea {
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
		gap: 7px;
		padding: 10px 0 8px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.page-lohas .pathArea::-webkit-scrollbar {
		display: none;
	}

	.page-lohas #contents,
	.page-lohas #page_webzine {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.page-lohas #page_webzine {
		padding-bottom: 56px;
	}

	.page-lohas #page_webzine .recent_ebook {
		margin: 24px 0 36px;
		padding: 28px;
		border: 1px solid #e2eadb;
		border-radius: 28px;
		background: linear-gradient(135deg, #fbfdf8 0%, #f5faf0 100%);
		box-shadow: 0 14px 30px rgba(0, 81, 22, 0.08);
		box-sizing: border-box;
	}

	.page-lohas #page_webzine .recent_ebook > dl {
		display: grid;
		grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
		gap: 28px;
		align-items: start;
		margin: 0;
	}

	.page-lohas #page_webzine .recent_ebook > dl + dl {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #dfe8dc;
	}

	.page-lohas #page_webzine .recent_ebook > dl::after {
		display: none;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dt,
	.page-lohas #page_webzine .recent_ebook > dl > dd {
		width: auto;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dt .img {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
		border-radius: 18px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	}

	.page-lohas #page_webzine .recent_ebook > dl > dt .img > img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd {
		position: static;
		top: auto;
		right: auto;
		display: flex;
		flex-direction: column;
		height: auto;
		padding-bottom: 0;
		box-sizing: border-box;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd h3 {
		margin: 0;
		padding: 2px 0 16px;
		border-bottom-color: #cad8c5;
		font-size: 30px;
		line-height: 1.25;
		letter-spacing: -0.055em;
		word-break: keep-all;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd h4 {
		margin: 18px 0 16px;
		color: #58615a;
		font-size: 18px;
		line-height: 1.55;
		letter-spacing: -0.035em;
		word-break: keep-all;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd .list {
		max-height: none;
		overflow: visible;
	}

	.page-lohas #page_webzine .recent_ebook .list > ul {
		margin: 0;
		padding: 0;
	}

	.page-lohas #page_webzine .recent_ebook .list > ul > li {
		padding-left: 12px;
		font-size: 14px;
		line-height: 1.55;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		word-break: keep-all;
	}

	.page-lohas #page_webzine .recent_ebook .list > ul > li + li {
		margin-top: 8px;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn {
		position: static;
		display: flex;
		gap: 10px;
		margin-top: 24px;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn > button {
		flex: 1 1 0;
		min-width: 0;
		height: 46px;
		border-radius: 999px;
		font-size: 15px;
		font-weight: 700;
		cursor: pointer;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn > button > img,
	.page-lohas .webzine_list .bot_btn > button > img {
		max-height: 16px;
		margin-right: 5px;
	}

	.page-lohas #page_webzine > .top {
		margin-top: 0;
		padding-top: 14px;
		border-top: 1px solid #d8d8d8;
	}

	.page-lohas #page_webzine > .top p:empty {
		display: none;
	}

	.page-lohas .webzine_list > ul {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
		margin: 0;
		padding: 0;
	}

	.page-lohas .webzine_list > ul::after {
		display: none;
	}

	.page-lohas .webzine_list > ul > li {
		float: none;
		width: auto;
		margin-bottom: 0;
	}

	.page-lohas .webzine_list > ul > li > .in {
		height: 100%;
		margin-left: 0;
		border: 1px solid #e4e4e4;
		border-radius: 20px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
		box-sizing: border-box;
	}

	.page-lohas .webzine_list .img {
		border: 0;
		border-bottom: 1px solid #eeeeee;
		background: #f8f8f8;
	}

	.page-lohas .webzine_list .img > img {
		height: 100%;
		object-fit: contain;
	}

	.page-lohas .webzine_list .txt {
		padding: 15px 14px 16px;
	}

	.page-lohas .webzine_list .txt > h3 {
		padding: 0;
		color: #333333;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: -0.035em;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		word-break: keep-all;
	}

	.page-lohas .webzine_list .txt > h3 > a {
		color: inherit;
	}

	.page-lohas .webzine_list .txt > dl {
		height: auto !important;
	}

	.page-lohas .webzine_list .bot_btn {
		display: flex;
		gap: 8px;
		margin-top: 14px;
	}

	.page-lohas .webzine_list .bot_btn::after {
		display: none;
	}

	.page-lohas .webzine_list .bot_btn > button {
		float: none;
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		height: 38px;
		border: 1px solid #d2d2d2;
		border-radius: 999px;
		font-size: 13px;
		font-weight: 700;
		cursor: pointer;
		box-sizing: border-box;
	}

	.page-lohas .webzine_list .bot_btn > button + button {
		border-left: 1px solid #d2d2d2;
	}

	.page-lohas .webzine_list .bot_btn > button.view {
		border-color: #80bb0a;
		background: #fff;
		color: #367c00;
	}

	.page-lohas #page_webzine .btn_more {
		margin-top: 32px;
	}

	.page-lohas #page_webzine .btn_more > button {
		height: 50px;
		border-radius: 14px;
		background: #f7f8f6;
		font-size: 16px;
		font-weight: 700;
	}

	.page-lohas #page_webzine .empty_content {
		padding: 46px 16px;
		border: 1px solid #e6e6e6;
		border-radius: 18px;
		background: #fafafa;
		color: #777;
		font-size: 15px;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.page-lohas {
		padding-left: 16px;
		padding-right: 16px;
	}

	.page-lohas .pathArea {
		margin-left: -16px;
		margin-right: -16px;
		padding-left: 16px;
		padding-right: 16px;
		font-size: 12px;
	}

	.page-lohas #page_webzine .recent_ebook {
		margin-top: 18px;
		margin-bottom: 28px;
		padding: 20px 16px 22px;
		border-radius: 22px;
	}

	.page-lohas #page_webzine .recent_ebook > dl {
		display: block;
	}

	.page-lohas #page_webzine .recent_ebook > dl + dl {
		margin-top: 24px;
		padding-top: 24px;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dt .img {
		max-width: 260px;
		border-radius: 16px;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd {
		margin-top: 20px;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd h3 {
		padding-bottom: 12px;
		font-size: 23px;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd h4 {
		margin: 14px 0 14px;
		font-size: 15px;
		line-height: 1.55;
	}

	.page-lohas #page_webzine .recent_ebook .list > ul > li {
		font-size: 13px;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn {
		margin-top: 20px;
	}

	.page-lohas .webzine_list > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
	}

	.page-lohas .webzine_list > ul > li > .in {
		border-radius: 18px;
	}

	.page-lohas .webzine_list .txt {
		padding: 13px 12px 14px;
	}

	.page-lohas .webzine_list .txt > h3 {
		font-size: 14px;
	}

	.page-lohas .webzine_list .bot_btn {
		gap: 6px;
	}

	.page-lohas .webzine_list .bot_btn > button {
		height: 36px;
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.page-lohas #page_webzine .recent_ebook > dl > dt .img {
		max-width: 220px;
	}

	.page-lohas #page_webzine .recent_ebook > dl > dd h3 {
		font-size: 21px;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn {
		gap: 8px;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn > button {
		height: 44px;
		font-size: 14px;
	}

	.page-lohas .webzine_list > ul {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.page-lohas .webzine_list > ul > li > .in {
		display: grid;
		grid-template-columns: 118px minmax(0, 1fr);
		align-items: stretch;
	}

	.page-lohas .webzine_list .img {
		height: 100%;
		min-height: 168px;
		padding-bottom: 0;
		border-right: 1px solid #eeeeee;
		border-bottom: 0;
	}

	.page-lohas .webzine_list .txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 14px 12px;
	}

	.page-lohas .webzine_list .bot_btn {
		flex-direction: column;
		gap: 7px;
		margin-top: 12px;
	}

	.page-lohas .webzine_list .bot_btn > button {
		width: 100%;
		height: 34px;
	}
}

@media screen and (max-width: 360px) {
	.page-lohas #page_webzine .recent_ebook .bot_btn {
		flex-direction: column;
	}

	.page-lohas #page_webzine .recent_ebook .bot_btn > button {
		width: 100%;
	}

	.page-lohas .webzine_list > ul > li > .in {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.page-lohas .webzine_list .img {
		min-height: 154px;
	}
}
