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

/* body */

html{
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
	}

body{
	width:100%;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image:url("../img/body_bg.jpg");
	background-position:left top;
	background-repeat:repeat;
	text-align:center;
	font-family:"Meiryo","MS UI Gothic","MS PGothic","Lucida Grande",sans-serif;
	-webkit-print-color-adjust: exact;
	}

@media screen and (max-width:999px) {
	/* 表示領域が999px以下の場合に適用するスタイル */
	body{
	overflow-x:hidden;
	padding:10px 0 0 0;
	}
}

.clear{
	clear:both;
	}

img{
	margin:0;
	padding:0;
	border:0;
	}
	
h1, h2, h3, h4, p, a, div, ul, li, hr,object, span, select, option,img, table, tr, td, address { 
	margin:0;
	padding:0;
	} 

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
	}

.clearfix{
    display: inline-block;
	} 

/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
	}

.clearfix{
    display:block;
	}

/* End Hack */


/* header */
header{
	/*width: 1200px;*/
	width: 100%;
	height:400px;
	margin: 0 auto;
	background-image:url("../img/head_image.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	}

header img{
	max-width:80%;
	width:500px;
	height: auto;
	vertical-align: center;
	}



/* パンくずリスト */
#breadcrumbs{
	width:1200px;
	max-width:100% !important;
	margin:20px 0;
	height:20px;
	background-color: transparent;
	text-align:center;
	clear:both;
	}

nav#breadcrumbs ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	}

nav#breadcrumbs li {
	margin:0 0 0 5px;
	font-size:1.1rem;
	color:#333333;
	line-height:180%;
	text-align:left;
	float:left;
	border: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

nav#breadcrumbs li + li::before {
	content: '›';
	padding: 0 10px;
	}

nav#breadcrumbs li:nth-child(2n) {
	background-color: transparent;
	}

nav#breadcrumbs a {
	text-decoration: none;
	color:#333333;
	}

nav#breadcrumbs a.current {
	color: #000;  /* 現在のページのリンク色 */
	}

nav#breadcrumbs a:hover {
	text-decoration: underline;
	}

nav#breadcrumbs meta{display: none;}


/* 前後ページのナビゲーション */

ul.pager{
	width: 300px;
	margin: 0 auto;
	}

ul.pager li{
	width: 130px;
	margin: 0 auto;
	border: none !important;
	font-size:1.4rem;
	line-height: 160%;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

ul.pager li:nth-child(2n) {
	background-color: transparent !important;
	}

ul.pager li.prev{
	margin: 0 40px 0 0;
	float: left;
	}

ul.pager li.next{
	float: right;
	}

ul.pager li a.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 150px;
	margin: auto;
	padding:5px 0;
	font-weight: bold;
	border: 2px solid #8B9B9A;
	background: #8B9B9A;
	color: #FFFFFF;
	transition: 0.5s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

ul.pager li a.btn:hover {
	color: #8B9B9A;
	background: #FFFFFF;
	}



/* メインコンテンツ */
#main_contens{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	}

#main_contens li{
	margin:20px 0;
	border: solid 1px #3E2E28;
	background-color: #FFFFFF;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

#main_contens li:nth-child(2n) {
	background-color:#F1F3F2;
	}

#main_contens li th{
	width: 30%;
	text-align: center;
	vertical-align: middle;
	}

#main_contens li th img{
	width: 80%;
	height: auto;
	}

#main_contens li td{
	padding: 30px;
	vertical-align: middle;
	text-align: left;
	}

#main_contens li td h2{
	margin:0 0 10px 0;
	padding: 3px 0 3px 15px;
	border-left: solid 8px #3E2E28;
	font-size:2.0rem;
	color:#3E2E28;
	line-height: 160%;
	}

#main_contens li td p{
	font-size:1.4rem;
	color:#3E2E28;
	line-height: 160%;
	}

#main_contens li td p a{
	color:#3E2E28;
	}

#main_contens li p.blog_date{
	margin: 0 0 5px 0;
	font-size:1.0rem;
	color:#3E2E28 !important;
	line-height: 160%;
	text-align: right;
	text-decoration: none !important;
	}


/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:1000px) {
	/* 表示領域が1000px未満の場合に適用するスタイル */
	#main_contens{
	width:92%;
	height: auto;
	margin: 0 4%;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:735px) {
	/* 表示領域が735px未満の場合に適用するスタイル */
	#main_contens{
	width:92%;
	height: auto;
	margin: 0 4%;
	}
	table{
	width: 100% !important;
	}
	#main_contens li th{
	padding: 30px 0 0 0;
	width: 100%;
	display:block;
	}
	#main_contens li td{
	display:block;
	}
}


/* Googleアドセンス */
.google_add{
	width: 90%;
	margin: 0 5%;
	border: none;
	background-color: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

mark, ins {
	background: transparent;
	text-decoration: none;
	}

/* ワールドギフトバナー */
#main_contens li.worldgift_banner{
	margin: 50px 0;
	border:none!important;
	background-color: transparent !important;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
#main_contens li.worldgift_banner img{
	vertical-align: bottom;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
/* -------------------------------------------------- パソコン */
@media screen and (min-width:600px) {
	/* 表示領域が600px以上の場合に適用するスタイル */
	#main_contens li div.worldgift_bannerpc{
	width: 100%;
	height: auto;
	text-align: center;
	}
	#main_contens li div.worldgift_bannerpc img{
	width: 800px;
	height: auto;
	margin: 0 auto;
	}
	#main_contens li div.worldgift_bannersp{
	display: none;
	}
}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:600px) {
	/* 表示領域が600px未満の場合に適用するスタイル */
	#main_contens li div.worldgift_bannerpc{
	display: none;
	}
	#main_contens li div.worldgift_bannersp{
	width: 100%;
	height: auto;
	}
	#main_contens li div.worldgift_bannersp img{
	width: 100%;
	height: auto;
	margin: 0;
	}
}



/* ごみ分別ナビへのリンク */
div.nav_banner{
	width: 600px;
	margin: 50px auto;
	}

/* -------------------------------------------------- スマートフォン */
@media screen and (max-width:600px) {
	/* 表示領域が600px未満の場合に適用するスタイル */
	div.nav_banner{
	width: 96%;
	margin: 50px 2%;
	}
	div.nav_banner img{
	width: 100%;
	height: auto;
	}
}

/* 著作権表示 */

address{
	margin:0 auto;
	padding:30px 0;
	font-size:1.0rem;
	color:#3E2E28;
	font-style:normal;
	}


/* ページのトップへ戻る */

#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	background: #8B9B9A;
	opacity: 0.6;
	border-radius: 50%;
	}

#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	}

#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 40px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	}

