@charset "utf-8";
/* CSS Document */

#wrapper {width: 100%; min-height: 100vh; margin: 0; padding: 0; box-sizing: border-box; overflow: hidden;}


/*PC:body-------------------------------------*/
@media screen and (min-width:961px){
	.pc {display: block !important;}
	.tb {display: none !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 24px; font-weight: bold;font-family: 'Noto Serif JP', serif;}
	
	section {width: 60%; height: auto; margin: 0 20% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 30px auto; padding: 10px 0; font-size: 20px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	/* ul-content:news */
	article {float: left; width: 100%; height: auto; margin: 8px 0 30px; padding: 0;}
	article ul {width: 100%; height: auto; margin: 0; padding: 16px 50px; box-sizing: border-box; background: #FFFFFF; border-radius: 6px; box-shadow: 0 12px 16px rgba(0,0,0,0.08);}
	.articleDay {width: 100%; height: 20px; line-height: 20px; margin: 10px 0; padding: 0 3%; box-sizing: border-box; font-weight: 700; color: #6b401b; text-align: right;}
	.articleTitle {width: 100%; height: 60px; line-height: 60px; font-size: 24px; box-sizing: border-box;}
	.articleText {width: 100%; height: auto; line-height: 24px; font-size: 16px; margin: 0 0 40px; padding: 20px 0; box-sizing: border-box;}
	.article_imgs_container {width: 100%; clear: both; margin-top: 20px;}
	.article_img_wrap {width: 100%; margin: 0 auto 20px; text-align: center;}
	.article_img {width: 100%; max-width: 800px;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 16px; box-sizing: border-box;}
	
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
}

/*TB:body-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 960px){
	.pc {display: none !important;}
	.tb {display: block !important;}
	.sp {display: none !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 24px; font-weight: bold;}
	
	section {width: 80%; height: auto; margin: 0 10% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 30px auto; padding: 10px 0; font-size: 20px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	/* ul-content:news */
	article {width: 100%; height: auto; margin: 8px 0 30px; padding: 0; float: left;}
	article ul {width: 100%; height: auto; margin: 0; padding: 16px 18px; box-sizing: border-box; background: #FFFFFF; border-radius: 6px; box-shadow: 0 12px 16px rgba(0,0,0,0.08);}
	.articleDay {width: 100%; height: 20px; line-height: 20px; margin: 10px 0; padding: 0 3%; box-sizing: border-box; font-weight: 700; color: #6b401b; text-align: right;}
	.articleTitle {width: 100%; height: 60px; line-height: 60px; font-size: 22px; box-sizing: border-box;}
	.articleText {width: 100%; height: auto; line-height: 24px; font-size: 16px; margin: 0 0 40px; padding: 20px 0; box-sizing: border-box;}
	.article_imgs_container {width: 100%; clear: both; margin-top: 20px;}
	.article_img_wrap {width: 100%; margin: 0 auto 20px; text-align: center;}
	.article_img {width: 100%; max-width: 800px;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 10px; box-sizing: border-box;}
	
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
	
}

/*SP:body-------------------------------------*/
@media screen and (max-width: 767px){
	.pc {display: none !important;}
	.tb {display: none !important;}
	.sp {display: block !important;}
	
	#titleLineTop {width: 100%; height: auto; margin: 50px 0 0; padding: 8px 0 0; text-align: center; font-size: 14px;}
	#titleLine {width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 8px; text-align: center; font-size: 24px; font-weight: bold;}
	
	section {width: 98%; height: auto; margin: 0 1% 80px; padding: 0 0 35px; box-sizing: border-box; font-family: 'Noto Serif JP', serif; font-weight: 600; color: #6B401B;}
	section h3 {width: 100%; height: auto; margin: 10px auto; padding: 10px 0; font-size: 16px; text-align: center; border-radius: 8px 8px 0 0; font-weight: 600; box-sizing: border-box;}
	/* ul-content:news */
	article {width: 100%; height: auto; margin: 8px 0 30px; padding: 0; float: left;}
	article ul {width: 100%; height: auto; margin: 0; padding: 16px 12px; box-sizing: border-box; background: #FFFFFF; border-radius: 6px; box-shadow: 0 12px 16px rgba(0,0,0,0.08);}
	.articleDay {width: 100%; height: 20px; line-height: 20px; font-size: 12px; margin: 5px 0; padding: 0 3%; box-sizing: border-box; font-weight: 700; color: #6b401b; text-align: right;}
	.articleTitle {width: 100%; height: 30px; line-height: 30px; font-size: 20px; box-sizing: border-box;}
	.articleText {width: 100%; height: auto; line-height: 24px; font-size: 16px; margin: 0 0 40px; padding: 20px 0; box-sizing: border-box;}
	.article_imgs_container {width: 100%; clear: both; margin-top: 20px;}
	.article_img_wrap {width: 100%; margin: 0 auto 20px; text-align: center;}
	.article_img {width: 98%;}
	
	.content_box {width: 100%; height: auto; margin: 0 0 30px; padding: 10px; box-sizing: border-box;}
	
	.pagination {clear: both; display: block; width: 100%; text-align: center; margin-top: 40px; padding-bottom: 20px;}
	.pagination a {display: inline-block; padding: 5px 12px 7px; margin: 0 2px; border: 1px solid #ccc; text-decoration: none; color: #333; border-radius: 4px;}
	.pagination a:hover {background: #f0f0f0;}
	
}

