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

html {
	color: #333333;
	font-size: 62.5%;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
div, p, ul, li, a, dl, dt, dd {
	overflow: hidden;
	font-size: 1.8rem;
	line-height: 2.0;
	font-weight: 400;
	letter-spacing: 0.07em;
}
div, img {
	display: block;
	overflow: hidden;
}
p {
}
h1.ttl_lv_1,
h2.ttl_lv_2,
h3.ttl_lv_3,
h4.ttl_lv_4 {
	letter-spacing: 0.07em;
}
a {
	text-decoration: none;
	display: block;
}
li {
	list-style:none;
}



dl.byArea {
	margin: 20px 0 0 0;
}
dl.byArea:last-child {
	margin-bottom: 0;
}
dl.byArea dt {
	color: #104ee1;
	font-weight: 700;
	background-color: #daedff;
	float: left;
	padding: 0 20px;
	border-radius: 10px;
}
dl.byArea dd {
	width: 100%;
}



/***********************************************************************
************************************************************************
************************************************************************
ヘッダー（サイドバー）
************************************************************************
************************************************************************
***********************************************************************/
.sidebar {
	background-color: #26b478;
	width: 430px;
	height: 100%;
	position: fixed;
	z-index: 100;
	overflow: auto;
}
.sidebar__main {
	background-color: #26B478;
	height: calc(100% - 155px);
	padding: 30px;
}
.sidebar::-webkit-scrollbar{
   width: 10px;
}
.sidebar::-webkit-scrollbar-track{
   background-color: #bbbbbb;
}
.sidebar::-webkit-scrollbar-thumb{
	background-color: #e7e7e7;
	border-radius: 6px;
}

/************************************
*************************************
ロゴ
*************************************
************************************/
.sidebar .logo {
	background-color: #FFF;
	height: 155px;
}
.sidebar .logo a {
    width: max-content;
    margin: 20px auto;
}
.sidebar .logo a img {
	width: 300px;
}
.sidebar .sidebar__main .logo {
	display: none;
}

@media (max-width:767px) {
	.sidebar .sidebar__main .logo {
		display: block;
		background-color: #26b478;
	}
	.sidebar .sidebar__main .logo a {
		margin-top: 0;
	}
}

/************************************
*************************************
コンタクト
*************************************
************************************/
.sidebar dl.contact {
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 10px 0;
}
.sidebar dl.contact dt {
	font-size: 1.8rem;
	text-align: center;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 0 8px 0;
}
.sidebar dl.contact dd {
	padding: 10px 0 0;
}
.sidebar dl.contact dd .tel-num {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1;
	padding-left: 34px;
	background-image: url("../img/icn_phon_w.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 25px;
	width: max-content;
    margin: auto;
}
.sidebar dl.contact dd .tel-hour {
	text-align: center;
}

/************************************
*************************************
グローバルナビ
*************************************
************************************/
.menu-g_nav-container {
	margin: 30px 0 10px;
}
.menu-g_nav-container ul li {
}
.menu-g_nav-container ul li a {
	position: relative;
}
.menu-g_nav-container ul li.current-menu-item > a {
	color: #fbf915;
}
.menu-g_nav-container ul li a:hover {
	color: hsla(0,0%,100%,0.57);
}
.menu-g_nav-container ul li.not_link > a:hover {
	color: #FFFFFF;
}
.menu-g_nav-container ul li a::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(45deg);
}
.menu-g_nav-container ul li.not_link > a::after {
	display: none;
}
.menu-g_nav-container ul li a {
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 600;
	margin: 0 0 6px 0;
}
.menu-g_nav-container ul li ul li {
	position: relative;
}
.menu-g_nav-container ul li ul li::before {
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 15px;
}
.menu-g_nav-container ul li ul li a {
	padding: 0 0 0 30px;
	font-size: 1.6rem;
    font-weight: 500;
}

@media (max-width:1030px) {
    .sidebar {
		width: 100%;
		height: auto;
		position: static;
    }
	.sidebar__main {
		position: fixed;
		right: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		transform: translateX(100%);
		transition: ease .4s;
		z-index: 1000;
	}
	.sidebar__main.active {
		transform: translateX(0);
		overflow: overlay;
	}
}

@media (max-width:767px) {
	/* コンタクト枠 */
	.sidebar dl.contact_frame {
		display: block;
	}
	.sidebar dl.contact_frame dt {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		display: block;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #bdbdbd;
		padding-bottom: 10px;
		margin: 0 20px 10px;
	}
	.sidebar dl.contact_frame dd {
		display: block;
		width: auto;
	}
}




/***********************************************************************
************************************************************************
************************************************************************
フッター
************************************************************************
************************************************************************
***********************************************************************/
footer {
	width: calc(100% - 430px);
	margin: 80px 0 0 430px;
	overflow: hidden;
}
footer section {
	overflow: hidden;
}
footer section .sec_inner {
	margin: 80px auto 50px;
	width: 1030px;
}

/************************************
*************************************
パンくずリスト
*************************************
************************************/
footer .breadcrumbs {
	width: 1030px;
	margin: 20px auto;
}
footer .breadcrumbs > span {
	float: left;
	padding: 0 0 0 60px;
	position: relative;
}
footer .breadcrumbs > span::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 15px;
    left: 25px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #B1B1B1;
    border-right: 2px solid #B1B1B1;
    transform: rotate(45deg);
}
footer .breadcrumbs > span > a {
	color: #26B478;
	font-weight: 600;
}
footer .breadcrumbs > span > a:hover {
	text-decoration:underline;
}
footer .breadcrumbs > span:first-child {
	padding-left: 0;
}
footer .breadcrumbs > span:first-child::after {
	display: none;
}

/************************************
*************************************
フッター：ブログ
*************************************
************************************/
.blog_list {
	background-color: #f0ebe6;
}

/************************************
*************************************
フッター：サイト情報
*************************************
************************************/

/**** ロゴ ****/
footer section.f_info {
	background-color: #000333;
}
footer section.f_info a,
footer section.f_info p {
	color: #ffffff;
}
footer section.f_info .footer_logo {
	margin: 0 0 40px;
}
footer section.f_info .footer_logo a {
	font-size: 2.2rem;
	width: max-content;
}
footer section.f_info .footer_logo a img {
	width: 500px;
}
/**** お問い合せ情報 ****/
footer section.f_info .contacts {
	float: left;
	width: 400px;
	margin: 0 60px 0 0;
}
footer section.f_info dl.contact {
	margin: 0 0 50px 0;
}
footer section.f_info dl.contact dt,
footer section.f_info dl.contact dd {
	color: #ffffff;
}
footer section.f_info dl.contact dd .tel-num {
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	padding: 0 0 0 34px;
	margin: 10px 0 5px;
	background-image: url(../img/icn_phon_w.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 25px;
}

/**** サイトマップ ****/
footer section.f_info .menu-f_nav_01-container,
footer section.f_info .menu-f_nav_02-container {
	float: left;
	margin: 0 40px 0 0;
}
#menu-f_nav_01 > li,
#menu-f_nav_02 > li {
}
#menu-f_nav_01 > li a,
#menu-f_nav_02 > li a {
	margin: 0 0 10px;
}
#menu-f_nav_01 > li a:hover,
#menu-f_nav_02 > li a:hover {
	color: #26B478;
}
#menu-f_nav_01 > li > a,
#menu-f_nav_02 > li > a {
	font-size: 2rem;
	font-weight: 600;
}
#menu-f_nav_01 > li > ul > li,
#menu-f_nav_02 > li > ul > li {
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 0 10px;
}
#menu-f_nav_01 > li > ul > li::before,
#menu-f_nav_02 > li > ul > li::before {
	display: block;
	content: '';
	width: 10px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 18px;
	left: 0;
}

/************************************
*************************************
フッター：サイトコピー
*************************************
************************************/
footer section.f_bottom {
	background: #15173d;
}
footer section.f_bottom .sec_inner {
	margin-top: 0;
	margin-bottom: 0;
}
footer section.f_bottom .l-copyright {
	color: #FFFFFF;
	font-size: 1.4rem;
	margin: 20px auto;
	width: 1030px;
	text-align: right;
}

@media (max-width:767px) {
	footer {
		margin: 0;
		width: auto;
		display: block;
		border-top: 1px solid #999999;
	}
	footer section .sec_inner {
		width: calc(100% - 40px);
	}
	footer .breadcrumbs {
		width: calc(100% - 40px);
	}
	footer section.f_info .contacts {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	footer section.f_info .footer_logo a {
		width: 100%;
	}
	footer section.f_info .footer_logo a img {
		width: 100%;
	}
	footer section.f_info dl.contact dt {
		font-size: 4vmin;
	}
	footer section.f_info dl.contact dd .tel-num {
		font-size: 8vmin;
		background-size: contain;
	}
	footer section.f_info dl.contact dd .tel-hour {
		font-size: 4vmin;
	}
	footer section.f_bottom .l-copyright {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
}





/***********************************************************************
************************************************************************
************************************************************************
メインコンテンツ
************************************************************************
************************************************************************
***********************************************************************/
main {
	width: calc(100% - 430px);
	margin-left: 430px;
}
.main-header .mv {
	background-color: #ededed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 5 / 2;
	width: calc(100% - 80px);
	border-radius: 20px;
	margin: 40px 40px 20px 40px;
	position: relative;
}
.main-header .mv h1.ttl_lv_1 {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 1110px;
	margin: auto;
	text-align: center;
	padding: 20px 20px 10px 20px;
	border-radius: 10px 10px 0 0;
	font-size: 2.8rem;
}
.main-header .mv h1.ttl_lv_1::before {
	display: block;
	content: '';
	width: 100px;
	height: 4px;
	background: #26B478;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: auto;
}
.main-header .inner {
	width: 1030px;
	margin: 20px auto;
}
.abaut .main-header .mv {
	background-image: url("../img/2022-11-25-14-41-57-601.PNG");
}
.general-waste .main-header .mv {
	background-image: url("../img/IMG_07991-e1447991809402.jpg");
}
.waste-collection .main-header .mv {
	background-image: url("../img/img_disposal_06.png");
}
.trash-bag .main-header .mv {
	background-image: url("../img/DSCN0358.PNG");
}
.appliance-recycling .main-header .mv {
	background-image: url("../img/75412266.jpg");
}

.main-body {
	min-height: 300px;
}
.main-body section {
	/*border-top: 1px solid #bdbdbd;*/
	overflow: hidden;
}
.main-body section .sec_inner {
	width: 1030px;
	margin: 50px auto;
}
.sec_header {
	margin: 0 0 40px;
}
h2.ttl_lv_2 {
	font-size: 3.8rem;
	position: relative;
	padding: 0 0 20px 0;
	line-height: 1.5;
	float: left;
}
h2.ttl_lv_2::before {
	display: block;
	content: '';
	width: 100px;
	height: 4px;
	background: #26B478;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin: auto;
}
.btn_link {
	color: #26B478;
	line-height: 1;
	font-weight: 700;
	background-color: #ffffff;
	border: 1px solid #26B478;
	border-radius: 30px;
	width: max-content;
	padding: 20px 40px 20px 20px;
	position: relative;;
}
.btn_link::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #26b478;
	border-right: 2px solid #26b478;
	transform: rotate(45deg);
}
.btn_link:hover {
	color: #ffffff;
	background-color: #26b478;
}
.btn_link:hover::before {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.sec_header .btn_link {
	float: right;
}
h3.ttl_lv_3 {
	font-size: 2.6rem;
	position: relative;
	padding: 0 20px;
	margin: 50px 0 20px;
}
h3.ttl_lv_3::before {
	display: block;
	content: '';
	width: 5px;
	height: 19px;
	background: #26B478;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}



/* ハンバーガーメニュー */

.header__hamburger {
	width: 48px;
	display: none;
}

.hamburger {
	background-color: transparent;
	border-color: transparent;
	z-index: 9999;
	position: fixed;
	top: 20px;
	right: 20px;
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #333333;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span {
  background-color: #ffffff;
}
.hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}






/* 記事検索 */
.category_nav {
	margin: 40px auto;
	width: max-content;
}
.category_nav li {
	float: left;
	margin: 0 15px 0 0;
}
.category_nav li.act {
	background-color: #333333;
	color: #ffffff;
	line-height: 1;
	padding: 13px 15px;
	margin: 0 15px 0 0;
	border-radius: 10px;
}
.category_nav li a {
	color: #26b478;
	display: block;
	line-height: 1;
	background-color: #f2f2f2;
	padding: 13px 15px;
	border-radius: 10px;
}
.category_nav li a:hover {
	background-color: #26B478;
	color: #ffffff;
}





main.news > .main-header > .mv {
	height: 300px;
}
main.news > .main-header > .mv > h1.ttl_lv_1 {
	text-align: left;
	padding: 20px 0;
	top: 0;
	bottom: 0;
	height: max-content;
	background: none;
	width: calc(100% - 80px);
}
main.news > .main-header > .mv > h1.ttl_lv_1::before {
	right: auto;
}
ul.news_list > li {
	border-bottom: 1px solid #ccd9de;
	padding: 30px 0 20px 0;
}
ul.news_list > li > a:hover > .ttl {
	color: #26B478;
}
ul.news_list > li > a > .meta {
	margin: 0 0 10px;
}
ul.news_list > li > a > .meta > .date {
    color: #B1B1B1;
    float: left;
    margin: 6px 20px 6px 0;
    line-height: 1;
}
ul.news_list > li > a > .meta > .term {
	float: left;
	line-height: 1;
}
ul.news_list > li > a > .meta > .term > span {
	color: #26b478;
	background-color: #f2f2f2;
	padding: 5px 10px 7px;
	margin: 0 8px 0 0;
	border-radius: 5px;
	font-weight: 500;
	display: block;
	float: left;
}
ul.news_list > li > a > .ttl {
	color: #333333;
	font-weight: 700;
	line-height: 1.5;
	clear: both;
	margin: 5px 0 0;
}


.article_ttl {
	font-size: 3.8rem;
	position: relative;
	padding: 0 0 20px 0;
	line-height: 1.5;
}

.prev_next_list {
	padding: 50px 0 0;
	margin: 50px 0 0;
	border-top: 1px solid #999999;
}
.prev_next_list > li {
	width: 50%;
	float: left;
}
.prev_next_list > li.next {
	float: right;
}
.prev_next_list > li > a > p {
	color: #333333;
}
.prev_next_list > li > a > .eng {
	color: #999999;
}
.prev_next_list > li > a > .ttl {
	font-weight: 600;
}
.prev_next_list > li > a:hover > .ttl {
	color: #26B478;
}
.prev_next_list > li.prev > a {
	float: left;
	margin-right: 20px;
}
.prev_next_list > li.next > a {
	float: right;
	margin-left: 20px;
}
.prev_next_list > li.next > a > p {
	text-align: right;
}


.return {
	margin: 30px 0 0;
}
.return .btn_link {
	margin: auto;
}



.pagination {
	margin: 50px auto 0;
	width: max-content;
}
.pagination > .nav-links > .page-numbers {
	color: #333;
	float: left;
	border-radius: 5px;
	display: block;
	line-height: 1;
	padding: 10px 15px 12px;
	margin: 0 10px;
}
.pagination > .nav-links > .page-numbers:hover {
	background-color: #f4f4f4;
}
.pagination > .nav-links > .page-numbers.dots {
	background: none;
}
.pagination > .nav-links > .page-numbers.current {
	color: #ffffff;
	background-color: #26B478;
}


.txt_attention {
	position: relative;
	padding: 0 0 0 30px;
}
.txt_attention::before {
	position: absolute;
	content: '※';
	top: 0;
	left: 0;
}

/* 一覧 */
ul.common_list li {
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	position: relative;
}
ul.common_list li:last-child {
	margin-bottom: 0;
}
ul.common_list li::before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	background: #26B478;
	position: absolute;
	top: 18px;
	left: 0;
	margin: auto;	
}

/* 注意点枠 */
dl.pint_frame {
	margin:  40px 0;
	padding: 20px 0;
}
dl.pint_frame dt {
	font-size: 2rem;
    position: relative;
    padding: 0 20px;
    margin: 50px 0 20px;
	font-weight: 700;
}
dl.pint_frame dt::before {
    display: block;
    content: '';
    width: 5px;
    height: 19px;
    background: #26B478;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
dl.pint_frame dd {
	margin: 0 20px;
}

/* 一覧枠 */
dl.list_frame {
	background-color: #f4f4f4;
	display: flex;
	align-items: stretch;
	margin:  40px 0;
	padding: 20px 0;
	border-radius: 10px;
}
dl.list_frame > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #bdbdbd;
	line-height: 1.5;
	font-weight: 600;
	width: 250px;
	padding: 0 20px;
}
dl.list_frame > dd {
	display: flex;
	align-items: center;
	margin: 0 20px;
	width: calc(100% - 250px);
}
dl.list_frame > dd > div > dl > dt {
	float: left;
	width: 110px;
	font-weight: 600;
}
dl.list_frame > dd > div > dl > dd {
	float: left;
}

/* コンタクト枠 */
/****
.sidebar dl.contact_frame {
	display: flex;
	align-items: stretch;
	margin:  40px 0;
	padding: 20px 0;
	border-radius: 10px;
	border: 1px solid #bdbdbd;
	background-color: #ffffff;

}
.sidebar dl.contact_frame > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #bdbdbd;
	line-height: 1.5;
	font-weight: 600;
	width: 250px;
	padding: 0 20px;
}
.sidebar dl.contact_frame > dd {
	display: flex;
	align-items: center;
	margin: 0 20px;
	width: calc(100% - 250px);
}
.sidebar dl.contact_frame > dd .tel-num {
	color: #26B478;
	font-size: 2.8rem;
	font-weight: 600;
}
****/



/* アプリ枠 */
.application_frame {
	background-color: #f4f4f4;
	padding: 40px;
	margin:  40px 0;
	border-radius: 10px;
}
.application_frame .right_col {
	float: right;
	width: 550px;
}
.application_frame .right_col dt {
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.application_frame .right_col .download {
	margin: 20px 0;
}
.application_frame .right_col .download a {
	float: left;
}
.application_frame .right_col .download a img {
	height: 80px;
}
.application_frame .left_col {
	float: left;
	width: 400px;
}
.application_frame .left_col img {
	margin: 0 40px 0 0;
	width: 156px;
	float: left;
}


/*ボタン*/
.btn_externalSite_txt {
	color: #004BB1;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 0 35px;
	background-image: url("../img/icn_blank.png");
	background-repeat: no-repeat;
	background-position: top 10px left;
}
.btn_externalSite_txt:hover {
	text-decoration: underline;
}
.btn_externalSite {
	color: #004BB1;
	font-size: 2.2rem;
	font-weight: 600;
	text-align: center;
	border: 2px solid #004BB1;
	border-radius: 10px;
	width: 540px;
	padding: 15px 20px 15px 75px;
	position: relative;
	line-height: 1.5;
	margin: 20px auto;
}
.btn_externalSite:hover {
	color: #FFFFFF;
	background-color: #004BB1;
}
.btn_externalSite img {
	position: absolute;
	top: 0;
	left: 30px;
	bottom: 0;
	margin: auto;
}
.inside_link {
	color: #26B478;
	font-weight: 600;
	width: max-content;
	padding: 0 0 0 30px;
	position: relative;
}
.inside_link::before {
	content: "";
	margin: auto;
	position: absolute;
	top: 15px;
	left: 4px;
	border-top: 8px solid #26b478;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.inside_link:hover {
	text-decoration: underline;
}
.show_pop {
	cursor: pointer;
	padding: 10px 20px 12px 40px;
	margin: 10px 0;
	line-height: 1;
	border: 1px solid #26b478;
	border-radius: 20px;
	color: #26b478;
	font-weight: 600;
	background-image: url("../img/icn_popUp_g.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center left 15px;
	float: left;
}
.show_pop:hover {
	color: #ffffff;
	background-color: #26b478;
	background-image: url("../img/icn_popUp_w.png");
}

/* テーブル */
table.common_tbl {
	border-collapse:collapse;
	width: 100%;
}
table.common_tbl thead {
	background-color: #26B478;
	color: #fff;
	border: none;
}
table.common_tbl thead th {
	border: 1px solid #26B478;
}
table.common_tbl th, table.common_tbl td {
	font-size: 1.8rem;
	text-align: left;
	border: 1px solid #DDDDDD;
	padding: 10px 20px;
}
.font_orange {
	color: #ff8100;
}
.price_num {
	font-size: 2.8rem;
	font-weight: 700;
	margin-right: 8px;
}


/* マップ */
.map_warp {
	border-radius: 10px;
	height: 440px;
}
.map_warp iframe {
	width: 100%;
	height: 100%;
}


/************************************
*************************************
アクセスフレーム
*************************************
************************************/
.access_list {
	margin: 20px 0 0;
}
.access_list > dl {
	border: 1px solid #bdbdbd;
	border-radius: 10px;
	padding: 20px;
	margin: 0 0 20px;
}
.access_list > dl > dt {
	font-size: 2.2rem;
	font-weight: 700;
}
.access_list > dl > dd {
}
.access_list > dl > dd > div > dl > dt {
	font-weight: 600;
	float: left;
	width: 100px;
}
.access_list > dl > dd > div > dl > dd {
	float: left;
	width: calc(100% - 100px);
}
.access_list > dl > dd > div > dl > dd > iframe {
	width: 100%;
	height: 400px;
	margin: 20px 0 0;
	border-radius: 10px;
}

@media (max-width:767px) {
	.access_list > dl > dd > div > dl > dt {
		float: none;
		width: auto;
	}
	.access_list > dl > dd > div > dl > dd {
		float: none;
		width: auto;
	}
	.md-btn {
		width: 100%;
		pointer-events: none;
	}
	.md-btn img {
		width: 100%;
	}
}



/* セクションナビ */
.sec_nav {
	margin: 40px 0 0;
}
.sec_nav li {
	float: left;
	margin: 0 10px 10px;
}
.sec_nav.col_5 li {
	width: calc(20% - 20px);
}
.sec_nav.col_4 li {
	width: calc(25% - 20px);
}
.sec_nav.col_3 li {
	width: calc(33.3333% - 20px);
}
.sec_nav.col_2 li {
	width: calc(50% - 20px);
}
.sec_nav li a {
	color: #333333;
	background-color: #f4f4f4;
	padding: 10px 10px 30px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
	position: relative;
}
.sec_nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
	height: 0;
    width: 0;
    border-top: 8px solid #333333;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}
.sec_nav li a:hover {
	color: #8b8b8b;
	background-color: #e3e3e3;
}
.sec_nav li a:hover::before {
    border-top: 8px solid #8b8b8b;
}

.txt_col {
	float: left;
	width: 650px;
	margin: 0 40px 0 0;
}
.img_col {
	float: left;
	width: 340px;
}
.img_col img {
	width: 100%;
}
.mess {
	
}

.row_container {
	margin-bottom: 40px;
}
.cols_set {
	margin-bottom: 40px;
}

/* フローチャート */
/*
.flame {
	position: relative;
}
.flow::before {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #26B478;
}
.flame > dl {
	margin: 0 0 15px 0;
	background-color: #f4f4f4;
	border-radius: 10px;
	position: relative;
}
.flame > dl:last-child {
	margin-bottom: 0;
}
.flame > dl > dt {
	color: #26B478;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 40px;
}
.flame > dl > dt > span {
	color: #ffffff;
	line-height: 1;
	background-color: #26B478;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 10px;
	
}
.flame > dl > dd {
	padding: 0 20px 20px 40px;
}
*/
.flame {
	background-color: #ffffff;
	border: 1px solid #bdbdbd;
	border-radius: 10px;
	padding: 25px
}
.flow::before {
}
.flame_header {
	text-align: center;
	font-weight: 700;
	padding: 0 0 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #bdbdbd;
}
.flame_footer {
	padding: 10px 0 0;
	margin: 20px 0 0;
	border-top: 1px solid #bdbdbd;
}
.flow_wrap{
	position: relative;
}
.flow_wrap::before {
	content: "";
	display: block;
	height: 100%;
	width: 3px;
	position: absolute;
	top: 6px;
	left: 20px;
	margin: auto;
	background-image: url("../img/dotted_line_h.png");
}
.flow_wrap > dl {
	margin: 0 0 15px 0;
	position: relative;
}
.flow_wrap > dl:last-child {
	margin-bottom: 0;
	background-color: #ffffff;
}
.flow_wrap > dl > dt {
	color: #26B478;
	font-size: 2.4rem;
	font-weight: 700;
	position: relative;
	padding: 0 0 0 60px;
}
.flow_wrap > dl > dt > span {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1;
	background-color: #26B478;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 12px 8px 12px 10px;
	margin: 6px 0 0;
	width: 42px;
	text-align: center;
}
.flow_wrap > dl > dd {
	padding: 0 20px 20px 60px;
}



/************************************
*************************************
フレーム
*************************************
************************************/
dl.ctc_frame {
	background-color: #f4f4f4;
	display: flex;
	align-items: stretch;
	margin: 20px 0;
	padding: 20px 0;
	border-radius: 10px;
}
dl.ctc_frame > dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-right: 1px solid #bdbdbd;
	line-height: 1.5;
	font-weight: 600;
	width: 250px;
	padding: 0 20px;
}
dl.ctc_frame > dd {
	display: flex;
	align-items: center;
	padding: 0 20px;
	width: calc(100% - 250px);
}
dl.ctc_frame > dd .tel-num {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 10px 0 5px;
	background-image: url("../img/icn_phon_b.png");
    background-repeat: no-repeat;
    background-position: center left;
	background-size: 25px;
	padding: 0 0 0 30px;
}
dl.ctc_frame > dd > div > dl > dt,
dl.ctc_frame > dd > div > dl > dd {
	float: left;
}
dl.ctc_frame > dd > div > dl > dt {
	padding: 0 20px 0 0;
	font-weight: 700;
	position: relative;
	width: 100px;
}
dl.ctc_frame > dd > div > dl > dt::after {
	content: ':';
	position: absolute;
	top: 0;
	right: 7px;
}
dl.ctc_frame > dd > div > dl > dd {
	width: calc(100% - 100px);
}

@media (max-width:767px) {
	dl.ctc_frame {
		display: block;
	}
	dl.ctc_frame > dt {
		border-right: none;
		border-bottom: 1px solid #bdbdbd;
		padding-bottom: 10px;
		width: auto;
	}
	dl.ctc_frame > dd {
		width: auto;
		padding-top: 10px;
	}
}

.map_block .address_info dl dt {
	float: left;
}
.map_block .address_info dl dd {
	float: left;
}
.map_block iframe {
	width: 100%;
	height: 400px;
	margin: 20px 0 0;
	border-radius: 10px;
}


/* 沿革 */
.histry {
	position: relative;
}
.histry::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 25px);
	background-color: #dddddd;
	position: absolute;
	bottom: 0;
	left: 124px;
}
.histry > dl {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 10px 0;
}
.histry > dl::last-child {
	border: none;
}
.histry > dl > dt,
.histry > dl > dd {
	float: left;
}
.histry > dl > dt {
	color: #26B478;
	font-size: 2.8rem;
	width: 120px;
}
.histry > dl > dd {
	width: calc(100% - 120px);
}
.histry > dl > dd > dl {
	margin: 10px 0 0;
}
.histry > dl > dd > dl > dt,
.histry > dl > dd > dl > dd {
	font-size: 1.8rem;
	float: left;
}
.histry > dl > dd > dl > dt {
	font-weight: 700;
	width: 90px;
	padding-left: 30px;
	position: relative;
}
.histry > dl > dd > dl > dt::before {
	color: #DDDDDD;
	content: "";
	display: block;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 50%;
	background: currentColor;
	position: absolute;
	top: 15px;
	left: 0;
}
.histry > dl > dd > dl > dd {
	width: calc(100% - 210px);
}



@media (max-width:1540px) {
	.main-header .mv h1.ttl_lv_1 {
        width: calc(100% - 80px);
    }
	.main-header .inner {
		width: calc(100% - 160px);
	}
	.main-body section .sec_inner {
		width: calc(100% - 80px);
	}
	.txt_col {
		width: calc(60% - 40px);
	}
	.img_col {
		width: 40%;
	}

}
@media (max-width:1030px) {
	.main-header .mv {
	}
	main {
		width: auto;
		margin: 0;
	}
	.header__hamburger {
		display: block;
	}
	footer {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:767px) {
	h2.ttl_lv_2 {
		font-size: 2.8rem;
		width: 100%;
		margin-bottom: 10px;
	}
	h2.ttl_lv_2::before {
		width: 100%;
	}
	h3.ttl_lv_3 {
		font-size: 2.2rem;
	}
	.sec_header .btn_link {
		float: inherit;
		width: 100%;
		margin-top: 10px;
	}
	.main-header {
		margin: 20px;
	}
	.main-header .mv {
		margin: 0;
		width: 100%;
	}
	.main-header .mv h1.ttl_lv_1 {
		font-size: 2.4rem;
		width: auto;
		margin: 0 20px;
	}
	.main-body {
	}
	.main-body section .sec_inner {
		width: calc(100% - 40px);
	}
	.sec_nav {
		margin: 0 auto 30px;
	}
	.sec_nav.col_5 li, .sec_nav.col_4 li, .sec_nav.col_3 li, .sec_nav.col_2 li {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.sec_nav.col_5 li a, .sec_nav.col_4 li a, .sec_nav.col_3 li a, .sec_nav.col_2 li a {
		text-align: left;
		padding: 10px;
	}
	.sec_nav.col_5 li a::before, .sec_nav.col_4 li a::before, .sec_nav.col_3 li a::before, .sec_nav.col_2 li a::before {
		top: 0;
		left: auto;
		bottom: 0;
		right: 25px;
	}
	
	.histry::before {
		left: 12px;
	}
	.histry > dl > dt {
		width: 100%;
		padding-left: 25px;
	}
	.histry > dl > dd {
		width: 100%;
	}
	.histry > dl > dd > dl > dt::before {
		left: 8px;
	}
	.histry > dl > dd > dl > dd {
		width: calc(100% - 90px);
	}
	
	
	
	
	/*ボタン*/
	.btn_externalSite {
		width: 100%;
	}
	.btn_externalSite br {
		display: none;
	}
	
	/* テーブル */
	.t_warp {
		overflow: auto;
	}
	table {
		border-collapse:collapse;
		width: auto;
		min-width: 767px;
	}
	
	.flame > dl > dd dl.flow_contact {
		display: block;
	}
	.flame > dl > dd dl.flow_contact dt {
		display: block;
		border-right: none;
		border-bottom: 1px solid #bdbdbd;
		width: 100%;
		padding-bottom: 10px;
	}
	.flame > dl > dd dl.flow_contact dt br {
		display: none;
	}
	.flame > dl > dd dl.flow_contact dd {
		display: block;
		width: 100%;
		padding-top: 10px;
	}
	
	/* 一覧枠 */
	dl.list_frame {
		display: block;
	}
	dl.list_frame dt {
		padding-left: 0;
		padding-right: 0;
		text-align: left;
		display: block;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #bdbdbd;
		padding-bottom: 10px;
		margin: 0 20px 10px;
	}
	dl.list_frame dd {
		display: block;
		width: auto;
	}

	
	
	/* アプリ枠 */
	.application_frame .right_col {
		width: auto;
	}
	.application_frame .right_col .download a {
		float: inherit;
		margin: auto;
		width: fit-content;
	}
	
	
	.main-header .inner {
		width: calc(100% - 40px);
	}
	
	.txt_col {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.img_col {
		width: 100%;
		float: none;
	}
	
	.breadcrumbs {
		width: calc(100% - 40px);
	}

}


/************粗大ごみ受付************/
.ticket_block {
	float: left;
	margin: 0 10px;
}
.ticket_block img {
	width: 300px;
}
.ticket_block p {
	text-align: center;
	font-weight: 600;
}









.blog_btn > a {
	background-color: #ffffff;
	width: 100%;
	height: 106px;
	display: block;
	border-radius: 10px;
	margin: 0 0 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 220px;
}
.blog_btn > a.bunbetsu {
	background-image: url("../img/blog/bunbetsu_head_logo.png");
}
.blog_btn > a.tubuyaki {
	background-image: url("../img/blog/tubuyaki_head_logo.png");
}
.blog_btn > a.tubuyaki:last-child {
	margin-bottom: 0;
}



.news-header .mv {
	height: 222px;
}


.mess {
	color: #26B478;
	font-size: 3.4rem;
	font-weight: 700;
    line-height: 1.5;
}


body.single .imgBox {
	margin: 0 0 20px 0;
}
body.single .imgBox_img {
	height: 600px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (max-width:767px) {
	body.single .imgBox_img {
		height: 200px;
	}
}





.md-btn {
	margin: 10px 0 0;
	float: left;
}
.md-btn p {
	color: #26B478;
	font-weight: 600;
	background-image: url("../img/icn_popUp_g.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center left;
	padding: 0 0 0 25px;
}
.md-btn:hover p {
	text-decoration: underline;
}
.md-btn:hover img {
	opacity: 0.5;
}

.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 9999;
}
 
.md-contents{
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;;
  left: 50%;
  width: auto;
  height: max-content;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
  margin: auto;
}
 
 
.md-inner{
  padding: 24px 40px;
  background: #fff;
  height: auto;
}
 
.md-inner img {
	width: 700px;
}
 
 
.md-xmark{
  position: absolute;
  top: 34px;
  right: 20px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}
 
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
 
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
 
 
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}