@charset "utf-8";
@import url("html5reset.css"); 
@import url("default.css"); 


/*PCでは非表示*/
.sp,
.tab{
	display: none;
}

/*フロートをクリアする*/
div{
	zoom: 1;/*for IE 5.5-7*/
	}  
div:after {/*for modern browser*/
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#bg:after,
#bg_in:after{
content: none;
}

/*リンクの点線を非表示*/
a:focus{
	overflow:hidden;
} 

/*画像リンクにアルファ*/
a:hover img{
	filter: Alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

/*プレーンタグ設定*/
body{
	color: #4d4d4d;
    
}

h1{
	clear: both;
	padding: 20px;
	font-size: 1.8em;
/* 	border: 2px solid #5A4506; */
/*     background-color: #FFE200; */
	background-color: #1aab4a;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.4em;
	border-radius: 20px;
}

h2{
	clear: both;
	font-size: 1.4em;
    padding: 10px 15px 10px 15px;
	margin: 30px 0 20px 0;
	background-color: #0071bc;
	border-bottom: 10px solid #ffe200;
	color: #fff;
	line-height: 1.4em;
	font-weight: 500;
}

h3{
	clear: both;
	background-color: #ff6000;
    border-radius: 10px;
	padding: 5px 20px;
	color: #fff;
	line-height: 1.4em;
	font-weight: 500;
	margin: 30px 0 20px 0;
}

h4{
	clear: both;
    border-left: 10px solid #FFE200;
    padding-left: 10px;
	padding: 5px 10px;
	font-size: 1em;
	line-height: 1.4em;
    font-weight: 500;
    color: #604C07;
}

h5{
	clear: both;
	border-bottom: 1px dashed #665045;
	padding: 3px 10px;
	line-height: 1.4em;
    font-weight: 500;
    color: #604C07;
}

h6{
	clear: both;
	color: #665045;
	padding: 3px 0 3px 20px;
	line-height: 1.4em;
    font-weight: 500;
    color: #604C07;
}

address{
	font-style: normal;
}

ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
table{
/*            border-collapse: collapse;*/
    background-color: #ccc;
    border-collapse: none;

}
table,
th,
td {
    border-color: #aaa;
}
th,td{
	border: 0px solid #fff;
	padding: 10px;
	border-spacing: 1;
	cellspacing: 0;
}
.tb01 th,
.tb01 td{
	padding: 10px 2px;
}
th {
    background-color: #FFFEF5;
    font-weight: 500;
    margin-bottom: 2px;
}
td{
    background-color: #fff;
}
hr{
	border: 0;
	border-bottom: 1px dashed #ccc;
	background: #fff;
	margin-bottom: 10px;
}

a:hover{
	color: #FF0000;
}
/*ページスタイル設定
※各レイアウトブロックごとに外側から(または上から)設定*/
#bg{}
#bg_in{}

.description_txt{}
.description_txt p{
	width: 970px;
	padding: 5px 0;
	margin: 0 auto;
}

/*ヘッダー*/
#header{
    width: 100%;
    height: 115px;
    background-image: url(../all_img/charm/c_head_bg.png);
    background-repeat: repeat-x;
    background-position: top;
/*	padding: 15px 0;*/
}
#header_in{
	width: 1024px;
	margin: 0 auto;
    position: relative;
}
#header #siteid{
    width: 402px;
    padding-top:20px; 
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
    background-size: 402px 95px !important;
    background-image: url('../all_img/charm/c_logo.png') !important;
	background-position: center;
	background-repeat: no-repeat;
    background-color: inherit;
	color: #555;
	width: 402px;
	height: 95px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: -55555em;
	border-radius: inherit;
}
#header #siteid p{
	margin: 0;
	padding: 0;
}
#header #hcontents{
/* 	width: 264px; */
/* 	width: 50%; */
	position: absolute;
    float: right;
    top: 20px;
    right: 0;
    display: flex;
    align-items: flex-end;
}
#header #hcontents p{
	margin: 0;
}
.search{
	margin-right: 5px;
}
.search .textbox{
    background-image: url("../all_img/charm/scoop.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    width: 196px;
    border: 2px solid #5A4506;
    height: 38px;
    padding-left: 35px;
}
.search #search_btn{
    display: none;
}

.headlink{
	
}
.headlink ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.headlink li{
	width: 70px;
	font-size: 0.6rem;
	text-align: center;
	margin: 0 2px;
}
.headlink li a{
	display: block;
	background-color: #e5dfaf;
	box-sizing: border-box;
	padding-top: 50px;
	height: 70px;
	border-radius: 10px;
	color: #5b4605;
	background-position: center top 5px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.headlink .hl01 a{
	background-image: url("../all_img/charm/headlink01.png");
}
.headlink .hl02 a{
	background-image: url("../all_img/charm/headlink02.png");
}
.headlink .hl03 a{
	background-image: url("../all_img/charm/headlink03.png");
}
.headlink .hl04 a{
	background-image: url("../all_img/charm/headlink04.png");
}




/*グローバルメニュー*/
.gmenu{
	padding:0;
    	width: 1020px;
	margin: 0 auto;
	margin-bottom: 15px;
/*      border: 2px solid #5B4605; */
}
.gmenu ul{
margin: 0;
	padding: 0;
	list-style: none;
   
}
.gmenu ul li{
	margin: 0;
	padding: 0;
    height: 86px;
    border-left: 2px dashed #5B4605;
	display: inline;
    margin: 0 0 0 0;
    text-align: center;
	float: left;
}
.gmenu ul li:first-child{
    border-left: 0px dashed #5B4605;
}
.gmenu ul li a span{
	display: block;
	width: 202px;
	height: 26px;
    padding: 60px 0 0 0;
	float: left;
	background-color: #fff;
	color: #5B4605;
	text-align: center;
	font-weight: 500;
    background-repeat: no-repeat;
    background-size: 46px;
    background-position: center 10px;
}
.gmenu ul li a .m_0{
    background-image: url('../all_img/charm/c_menu01n.png');
}
.gmenu ul li a .m_1{
    background-image: url('../all_img/charm/c_menu02n.png');
}
.gmenu ul li a .m_2{
    background-image: url('../all_img/charm/c_menu03n.png');
}
.gmenu ul li a .m_3{
    background-image: url('../all_img/charm/c_menu04n.png');
}
.gmenu ul li a .m_4{
    background-image: url('../all_img/charm/c_menu05n.png');
    width: 204px;
}
.gmenu ul li a:hover span,
.gmenu ul .sel a span{
background-color: #FFE200;

}

#wrap{
	width: 1024px;
	margin: 0 auto;
	/*background-color: #ffffff;*/
	/*margin-bottom: 30px;*/
}
#wrap_in{}

/*コンテンツ*/
.toppage h2{
    border-left: none;
}


.contents_0{
/*
    width: 1024px;
    margin: 0 auto;
*/
}
.contents_1{
    margin-bottom: 50px;
}
.contents_1 p{
    display: block;
    width: 246px;
    margin: 0 auto;
    float: none;
    padding-bottom: 15px;
}

.contents_2{
    padding-top: 15px;
}
.contents_2 h3,
.contents_3 h3{
    font-size: 1.3em;
    background-image: url(../all_img/charm/bg_border.png);
    background-position: center;
    background-repeat: repeat-x;
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
    background-color: inherit;
    border-radius: 0;
}
.box{
    width: 1024px;
    margin: 0 auto;
}


.box ul{
	margin: 0 0 0 -32px;
	padding: 0;
	list-style: none;
}
.box ul li{
	margin: 0 0 20px 32px;
	padding: 0;
	display: block;
	width: 320px;
	float: left;
}

.contents_2 .box ul li{
    border: 3px solid #FF6000;
    width: 314px;
}
.contents_2 .box ul li img{
	width: 314px !important;
	height: auto !important;
}

.contents_3 .box ul li{
    border: 3px solid #0066bb;
    width: 314px;
}
.contents_3 .box ul li img{
	width: 314px !important;
	height: auto !important;
}


.contents_4 .box ul li{
	width: 232px;
}







.box p{
    display: block;
    float: left;
    margin: 0 0 15px 0;
    border: 3px solid #FF6000;
    margin-right: 32px;
}
.contents_2 p img{
    max-width: 314px !important;
    height: auto !important;
}
.box p:last-child{
    margin-right: 0px;
}
.contents_3 .box p,
.contents_4 .box p{
     border: 0px solid #FF6000;
} 
.contents_3 {
text-align: center;
    margin-bottom: 30px;
}
.contents_3 .disp_list{
    background-color: #0066BB;
    
}
.contents_3 .disp_list a{
    color: #fff;
}

.contents_4{
    width: 100%;
    background-color: #F1F1E5;
    text-align: center;
}
.rowunit_1 h2,
.rowunit_2 h2{
        font-size: 1.2em;
font-weight: 600;
    padding: 0 0 0 0;
    margin: 0;
    margin-bottom: 20px;
    background-color: transparent;
    color: #665045;
    border-radius: 0px;
}

.contents_4{
    padding-bottom: 45px;
}
#footer .contents_4 h3{
	color: #604c07;
}
.contents_4 h3{
    background-color: inherit;
    padding-top: 15px;
    font-weight: 600;
}
.contents_4 p{
    float: left;
    margin-right: 32px;
}
.contents_4 p:last-child{
     margin-right: 0px;
}
.rowunit_1,
.rowunit_2{
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: #FFFCE4;
    text-align: center;
}
.rowunit_2{
    background-color: #FFE200;
}
.rowunit_3{
    margin-bottom: 50px;
}
.banner_1{
    padding: 20px 0;
}
.footer_in h2{
    border: none;
    margin: 0;
	padding: 0;
	background-color: transparent;
	color: #665045;
	border-radius: 0;
	-webkit-borde-radius: 0;
	-moz-border-radius: 0;
    margin-bottom: 20px;
	font-size: 1.2em;
    font-weight: 600;
    padding-top: 20px;
}
.banner_1 p,
.banner_2 p{
    float: left;
    margin-right: 32px;
}
.banner_1 p:last-child,
.banner_2 p:last-child{
    margin-right: 0px;
}
.banner_1{
    width: 1024px;
    margin: 0 auto;
    
}

/*パンくず*/
#pankuzu{
	margin-bottom: 20px;
}
#pankuzu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}
#pankuzu ul li{
	margin: 0;
	padding: 0;
	display: inline;
	font-weight: bold;
	color: #665045;
}
#pankuzu ul li a{
	background-image: url('../all_img/charm/li_03.png');
    background-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-weight: normal;
    color: #665045;
    text-decoration: none;
}

/*rowunit_2*/
.rowunit_2{
	clear: both;
	margin-bottom: 20px;
}


/*unit_a*/
#unit_a{
	width: 675px;
/*	padding: 0 30px;*/
	float: left;
}

/*unit_b*/
#unit_b{
	width: 320px;
	float: right;
}

/*メニュー2*/
.menu_2{
	margin-bottom: 20px;
    border: 2px solid #5A4506;
}
.menu_2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_2 p,
.menu_2 ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.menu_2 ul li{
    border-bottom: 1px solid #5A4506;
}
.menu_2 ul li:last-child{
    border: none;
}
.menu_2 p a,
.menu_2 ul li a{
	display: block;
	width: 276px;
	padding: 10px 30px 10px 10px;
    color: #665045;
	background-image: url('../all_img/charm/li_03.png');
	background-repeat: no-repeat;
	background-position: 95% center;
    background-size: 20px;
	margin-bottom: 1px;
	font-weight: bold;
    text-decoration: none;
}
.menu_2 p a{
    background-image: none;
	background-color: #FFE200;
    border-bottom: 1px solid #5A4506;
	color: #5A4506;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover,
.menu_2 ul .sel a{
	background-color: #FFFCE4;
    color: #5A4506;
	
}



/*メニュー3*/
#unit_b .menu_3{
	border: 1px solid #ccc;
	padding: 4px;
	margin-bottom: 20px;
}
#unit_b .menu_3 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#unit_b .menu_3 p,
#unit_b .menu_3 li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
#unit_b .menu_3 p a,
#unit_b .menu_3 li a{
	display: block;
	width: 185px;
	padding: 8px 5px 8px 20px;
	border-top: 1px solid #cccccc;
	background-image: url('../all_img/charm/li_01.gif');
	background-repeat: no-repeat;
	background-position: left 10px;
}
#unit_b .menu_3 p a{
	background-color: #aaaaaa;
}
#unit_b .menu_3 p a:hover,
#unit_b .menu_3 p.sel a{
	background-color: #999999;
}
#unit_b .menu_3 li a{
	background-color: #dddddd;
}
#unit_b .menu_3 li a:hover,
#unit_b .menu_3 ul.sel li.sel_page a{
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate a{
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate a:hover,
#unit_b .menu_3 ul.sel li.menu_cate_sel a{
	background-color: #eeeeee;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a{
	background-color: #dddddd;
}
#unit_b .menu_3 ul.sel li.menu_cate_sel ul li a:hover,
#unit_b .menu_3 ul.sel li.menu_cate_sel ul.menu_cate_sel li.sel_page a{
	background-color: #eeeeee;
}

#unit_b .menu_3 ul{
	display: none;
}
#unit_b .menu_3 ul.sel,
#unit_b .menu_3 ul.sel ul.menu_cate_sel{
	display: block;
}

/*rowunit_2*/

.fmenu{
	
}
.fmenu ul{
	margin: 0 auto;
	padding: 0;
    width: 1024px;
	list-style: none;
    text-align: center;
}
.fmenu ul li{
	display: inline-block;
    background-color: #fff;
	border: 2px solid #5A4506;
	padding: 0;
    margin: 0;
      box-shadow: 0px 3px #BFAA00;
  transition: .1s;
    margin-right: 7px;

    
}
.fmenu ul li a span{
display: block;
width: 159px;
    padding: 10px 0;
    color: #665045;
    text-decoration: none;
    
}
.fmenu ul li a{
    text-decoration: none;
}
.fmenu ul li:first-child{
    display: none;
}
.fmenu ul li:hover{
    box-shadow: 0px 1px #BFAA00;
}
address{
	padding-left: 10px;
    text-align: left;
}
address strong{
	
}
.menu_4 ul li:first-child{
    display: none; 
}

/*フッター*/
#footer{
	clear: both;
    background-color: #fff;
    padding: 0 0 0 0;
}

.footer_in{
	width: 1024px;
	margin: 0 auto;
    text-align: center;
}


/*コピーライト*/
#copy{
	padding: 10px 0;
	text-align: center;
	font-size: 0.9em;
	background-color: #009944;
	color: #fff;
}
#copy p{
	margin: 0;
	padding: 0;
}

/*トップページ*/

.toppage .contents_0{
	margin-bottom: 50px;
}

/*トップアイコン*/
.topicon{
/* 	max-width: 1024px; */
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.topicon ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topicon li{
/* 	width: 22.6%; */
	width: 25%;
	text-align: center;
	margin: 0;
}
.topicon li img{
	width: 100% !important;
	height: auto !important;
}


.toppage h2{
	background-color: transparent;
	color: inherit;
	border: none;
	background-image: url("../all_img/charm/h2icon_news.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px 30px;
	padding: 0 0 0 50px;
	text-align: left;
	font-size: 2rem;
	font-weight: normal;
	line-height: auto;
}
.toppage h2 span{
	display: inline-block;
	background-color: #ffe200;
	font-size: 0.9rem;
	position: relative;
	line-height: 1rem;
	padding: 3px 5px;
	margin-left: 10px;
	vertical-align: middle;
}


/*ニュース＆トピックス*/
#news_topics{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.tabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.tabs ul li{
	margin: 0;
	padding: 0;
	width: 24.8%;
}
.tabs ul li a{
	display: block;
	text-align: center;
	background-color: #FFFCE5;
	padding: 10px 0 7px 0;
	border-radius: 5px 5px 0 0;
	color: #5c5c5c;
	text-decoration: none;
}
/* .tabs ul li a:hover{
	background-color: #ffe202;
} */


[class*="news_topics_"]{
	margin-bottom: 50px;
}

[class*="news_topics_"]{
	border-top: 5px solid #ffe200;
/* 	padding-top: 10px; */
}
[class*="news_topics_"] h2{
	display: none;
}
[class*="news_topics_"] dt,
.news_topics dt{
	border-top: 1px dashed #5b4605;
	padding: 15px 0 0 0;
	line-height: 1.4rem;
	font-weight: normal;
	margin-top: 15px;
}
[class*="news_topics_"] dt:first-child{
	border: none;
}
[class*="news_topics_"] dt img,
.news_topics dt img{
	display: none;
}
[class*="news_topics_"] dt .time + br,
.news_topics dt .time + br{
	display: none;
}
[class*="news_topics_"] dt span,
.news_topics dt span{
	display: inline-block;
	margin-right: 1.5em;
}

[class*="news_topics_"] dt span.time,
.news_topics dt span.time{
	min-width: 5em;
}

[class*="news_topics_"] dd,
.news_topics dd{
	display: none;
	padding-left: 14em;
	font-size: .9rem;
}

[class*="news_topics_"] dt .topictag,
.news_topics dt .topictag{
	display: none;
/* 	display: inline-block; */
	width: 7em;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	font-size: 0.8rem;
}
.news_topics dt .topictag{
	display: inline-block;
}

.news_topics dd br{
	display: none;
}

.toppage .disp_list{
	position: absolute;
	top: 15px;
	right: 0;
}
.toppage .disp_list a{
	display: inline-block;
	background-color: #ff6000;
	color: #fff;
	padding: 3px 30px 3px 20px;
	background-image: url("../all_img/charm/disp_list.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 15px 15px;
}


/*魅力発信*/
.column{
	background-color: rgba(0,102,187,.05);
	margin-bottom: 50px;
}
.column .hasshin_bo{
	padding: 10px 0 0 0;
	margin: 0;
}
.column .hasshin_bo a{
	display: block;
	margin: 0 auto 20px;
	padding: 10px 0;
	background-color: #0066bb;
	color: #fff;
	font-size: 1.5rem;
	width: 40%;
	min-width: 300px;
	border-radius: 50px;
	filter: drop-shadow(0 3px 5px rgba(0,0,0,.5));
	text-decoration: none;
}
.column .hasshin_bo a:hover{
	background-color: #ff6000;
}

.bigmoji{
	font-size: 2rem;
}
.colmun_in{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.colmun_in ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.colmun_in ul li{
	margin: 0 0 20px 0;
	padding: 0;
	width: 22.6%;
	text-align: left;
	font-size: 0.9rem;
}
.colmun_in ul li a{
	display: block;
	color: #5c5c5c;
	text-decoration: none;
}
.colmun_in ul li a:hover{
	text-decoration: underline;
}
.colmun_in ul li img{
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}
.colmun_in ul li strong{
	font-size: 1rem;
}

.toppage .colmun_in .disp_list a{
	background-color: #0066BB;
}
.toppage .colmun_in h2{
	background-image: url("../all_img/charm/h2icon_column.png");
}
.toppage .colmun_in h2 span{
	background-color: #0066BB;
	color: #fff;
}







.toppage #unit_a{
	width: 672px;
	padding: 0;
	float: left;
}

.toppage #unit_b{
	width: 320px;
	float: right;
}








/*インデックスページ*/

.index{
	
}
.index h2{
	background: none;
	border: none;
	background-image: url('../all_img/charm/index_h2.png');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-position: 0 12px;
	padding-left: 30px;
	margin: 0 0 10px 0;
}

/*インデックスバナー*/
.index_bn{
	
}
.index_bn ul{
	margin: 0 0 20px -15px;
	padding: 0;
	list-style: none;
	width: 690px;
}

.index_bn ul li{
	margin: 0;
	padding: 0 0 15px 15px;
	display: inline;
	float: left;
}
.index_bn ul li img{
	width: 330px !important;
	height: auto !important;
}

/*ふるさと大使リスト*/
.ms_list{
	
}
/*

.ms_list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ms_list ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.ms_list ul li a{
	display: block;
	width: 200px;
	padding: 0 12px 20px 12px;
	float: left;
	text-align: center;
}
.ms_list ul li a img{
	width: 200px !important;
	height: 250px !important;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin-bottom: 5px;
}
*/


.ms_list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.ms_list ul li{
	margin: 0 0 20px 0;
	padding: 0;
	width: 23%;
	text-align: center;
}
.ms_list ul li a{
	display: block;
}

.ms_list ul li a img{
	width: 100% !important;
	height: 290px !important;
	object-fit: cover;
	margin-bottom: 5px;
}

.ms_list ul::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.ms_list ul::after{
  content:"";
  display: block;
  width:23%;
}


/*くるっぱ関連*/
.kpdl_list{
	
}
.kpdl_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.kpdl_list ul li{
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}
.kpdl_list ul li a{
	display: table-cell;
	width: 210px;
	height: 300px;
	margin: 0 5px 10px 5px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #ffe200;
	border-radius: 10px;
}









/*サイトマップ*/
.site_map{
	margin-bottom: 10px;
}
.site_map ul{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.site_map ul li{
	margin: 0;
	padding: 2px 0 3px 25px;
	background-image: url('../all_img/charm/site02.png');
	background-repeat: no-repeat;
}
.site_map ul .layer_1{
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/charm/site01.png');
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-top: 10px;
}
.site_map ul .layer_1 ul li,
.site_map ul .layer_2,
.site_map ul .layer_2 ul li{
	border: none;
	margin: 0;
}
.site_map ul .layer_2{
	margin-left: 25px;
}
.site_map .in_page{
	padding-top: 5px;
}
.site_map .in_page li{
	background-image: url('../all_img/charm/site03.png');
	background-repeat: no-repeat;
}

/*メールフォーム*/
.mail_form{
}
.mail_form .form_label{
	clear: both;
	width: 147px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	border-right: 3px solid #cccccc;
	float: left;
}
.mail_form .form_label .mcheck{
	padding: 2px;
	background-color: #dd0000;
	color: #ffffff;
	font-size: 80%;
}
.mail_form .form_label .mcheck:after{
	content: "必須";
}
.mail_form .form_input{
	width: 470px;
	padding: 5px;
	border-top: 1px dotted #cccccc;
	float: left;
}
.mail_form .form_input p{
	color: #ff0000;
	font-size: 80%;
}
.mail_form .form_input input[type=text],
.mail_form .form_input textarea{
	font-size: 110%;
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.mail_form .form_input textarea{
	width: 465px;
}
.mail_form .form_input input[type=text]:focus,
.mail_form .form_input textarea:focus{
	background-color: #ffffeb;
}
.mail_form .form_button{
	clear: both;
	border-top: 1px dotted #cccccc;
	padding: 5px;
	text-align: center;
}
.mail_form .form_button input{
	display: block;
	width: 150px;
	margin: 0 0 10px 275px;
	*margin: 0 0 10px 0;
	_margin: 0 0 10px 0;
}
.mail_form .form_button input[type=submit]{
	padding: 10px 0;
	font-weight: bold;
}
.slick-slide{
    padding: 0 0px;
}
.slide_1 .slick-slide img{
    max-width: 1024px !important;
    height: auto !important;
}
.slide_2 .slick-slide img{
    width: 256px !important;
    height: auto !important;
}


/* トピックスタブ切り替え */

/* タブマウスオーバー時 (仮の色コード) */
.tab0:hover{
  background-color: #fff2b3;
}
.tab1:hover{
  background-color: #b6e0f2;
}
.tab2:hover{
  background-color: #ffd5c0;
}
.tab3:hover{
  background-color: #ace5bd;
}

/* すべて以外のタブ選択時 文字を白に */
.tab1.selected,
.tab2.selected,
.tab3.selected{
	color: #fff;
}

/* タブ選択時の背景色 */
.tab0.selected{
  background-color: #ffe200;
}
.tab1.selected{
  background-color: #0066bb;
}
.tab2.selected{
  background-color: #ff6000;
}
.tab3.selected{
  background-color: #1aab4a;
}

/* タブ選択時のボーダー色 */
#tab0{
  border-top-color: #ffe200;
}
#tab1{
  border-top-color: #0066bb;
}
#tab2{
  border-top-color: #ff6000;
}
#tab3{
  border-top-color: #1aab4a;
}


/* コラム一覧 */

/* コラム記事一覧 */

.column_items_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em auto;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column_items_container::after {
  display: none;
}

/* コラム各記事 */

.column_item {
  margin: .5em 0;
  padding: 0;
  width: calc(98% / 2);
}

@media screen and (min-width: 701px) {
  .column_item {
    width: calc(96% / 4);
  }

  .column_items_container::before,
  .column_items_container::after {
    content: "";
    display: block;
    width: calc(96% / 4);
  }

  .column_items_container::before {
    order: 1;
  }
}

.column_item_image_container {
  margin: 0;
  position: relative;
}

.column_item_image {
  margin: 0;
}

.column_item_image a {
  margin: 0;
}

.column_item_image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.618 / 1;
}

.column_item_category {
  width: fit-content;
  margin: 0;
  padding: 0 1em;
  font-size: .9em;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.column_item_category.clm_cate_1 {
  /* データ */
  background-color: #2e00d0;
}

.column_item_category.clm_cate_2 {
  /* グルメ */
  background-color: #b90040;
}

.column_item_category.clm_cate_3 {
  /* ライフ */
  background-color: #005c1f;
}

.column_item_category.clm_cate_4 {
  /* 歴史・文化・芸術 */
  background-color: #d07000;
}

.column_item_category.clm_cate_5 {
  /* ものづくり */
  background-color: #5e008b;
}

.column_item_category.clm_cate_6 {
  /* その他 */
  background-color: #603813;
}

.column_item_body_container {
  margin: 0;
  padding: .3em;
}

.column_item_date,
.column_item_title,
.column_item_description {
  text-align: left;
  margin: .2em 0;
}

.column_item_title {
  margin: 0;
  font-weight: 700;
}

.column_item_title a {
  color: currentColor;
  text-decoration: none;
}

.column_item_title a:hover {
  text-decoration: underline;
}

.column_item_date,
.column_item_description {
  font-size: .9em;
}
