@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: 25px 0px 7px 10px;
	font-size: 1.8em;
	border-bottom: 1px dashed #665045;
	margin-bottom: 30px;
}

h2{
	clear: both;
	font-size: 1.4em;
    border-left: 10px solid #665045;
    padding-left: 10px;
	margin: 20px 0;
}

h3{
	clear: both;
	background-color: #F9F3DD;
    border-radius: 10px;
	padding: 5px 20px;
}

h4{
	clear: both;
    border-left: 10px solid #E6DDD5;
    padding-left: 10px;
	padding: 5px 10px;
	font-size: 1em;
}

h5{
	clear: both;
	border-bottom: 1px dashed #665045;
	padding: 3px 10px;
}

h6{
	clear: both;
	color: #665045;
	padding: 3px 0 3px 20px;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.2em;
     font-weight: 500;
    color: #665045;
}

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;
    line-height: 1.2em;

    
}
th,td{
	border: 0px solid #fff;
	border-spacing: 1;
	cellspacing: 0;
	padding: 10px;
}
th {
    background-color: #f3f9f0;
    font-weight: 500;
}
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: 90px;
    background-image: url("../all_img/kurashi/bg_border.png");
    background-repeat: repeat-x;
    background-position: 0 10px;
/*	padding: 15px 0;*/
}
#header_in{
	width: 1024px;
	margin: 0 auto;
    position: relative;
}
#header #siteid{
    width: 320px;
    padding-top:20px; 
	float: left;
}
#header #siteid h1,
#header #siteid p a{
	display: block;
    background-size: 265px 70px !important;
    background-image: url('../all_img/kurashi/k_logo.png') !important;
	background-position: center;
	background-repeat: no-repeat;
    background-color: inherit;
	color: #555;
	width: 320px;
	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/kurashi/scoop.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    width: 196px;
    border: 1px solid #CDB7A8;
    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: #665045;
	box-sizing: border-box;
	padding-top: 50px;
	height: 70px;
	border-radius: 10px;
	color: #fff;
	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{
	clear: both;
	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: 1px 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/kurashi/k_menu_01.png');
}
.gmenu ul li a .m_1{
    background-image: url('../all_img/kurashi/k_menu_02.png');
}
.gmenu ul li a .m_2{
    background-image: url('../all_img/kurashi/k_menu_03.png');
}
.gmenu ul li a .m_3{
    background-image: url('../all_img/kurashi/k_menu_04.png');
}
.gmenu ul li a .m_4{
    background-image: url('../all_img/kurashi/k_menu_05.png');
    width: 204px;
}
.gmenu ul li a:hover span,
.gmenu ul .sel a span{
background-color: #665045;
color: #fff;

}

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

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


#unit_a #contents_0 p{
line-height: 1.8em;
}
.contents_1{
    margin-bottom: 50px;
}
.contents_1 p{
    display: block;
    width: 320px;
    float: left;
    margin-right: 32px;
}
.contents_1 p:last-child{
    margin-right: 0px;
}
.contents_2{
    border-top: 1px dashed #665045;
    padding-top: 15px;
}
.contents_2 h2{
    font-size: 1.3em;
    background-image: url(../all_img/kurashi/s_h2.png);
    background-position: 10px 0px;
    background-repeat: no-repeat;
    padding: 6px 0 15px 45px;
    margin: 0;
    background-color: #fff;
    color: #665045;
}

.contents_2 p{
    display: block;
    float: left;
    margin: 0 0 15px 0;
}
.contents_2 p:nth-child(odd){
    margin-right: 32px;
}

.contents_3 h2{
    font-size: 1.1em;
font-weight: 500;
    padding: 10px 15px 10px;
    margin: 0;
    margin-bottom: 20px;
    background-color: #CDB7A8;
    color: #fff;
    border-radius: 0px;
}
.contents_3 p{
     margin-bottom: 20px;
}
.contents_4{
    width: 1024px;
    margin: 0 auto;
    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 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: #FBF8F4;
    border-top: 1px dashed #665045;
    border-bottom: 1px dashed #665045;
    text-align: center;
}
.rowunit_2{
    background-color: #fff;
}
.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{
    width: 1024px;
    margin: 0 auto;
    padding: 20px 0;
}

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




.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_2{
    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: #D9006C;
}
#pankuzu ul li a{
	background-image: url('../all_img/kurashi/li_02.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;
}
.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 dashed #665045;
}
.menu_2 p a,
.menu_2 ul li a{
	display: block;
	width: 280px;
	padding: 10px 30px 10px 10px;
    color: #665045;
	background-image: url('../all_img/kurashi/li_01.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: url('../all_img/kurashi/li_02.png');
    background-size: 16px;
	background-color: #665045;
	color: #FDFAF1;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover,
.menu_2 ul .sel a{
	background-color: #FDFAF1;
    color: #665045;
	
}



/*メニュー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/kurashi/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_3*/

.fmenu{
	margin-bottom: 50px;
}
.fmenu ul{
	margin: 0 auto;
	padding: 0;
    width: 1024px;
	list-style: none;
    text-align: center;
}
.fmenu ul li{
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 5px;
}
.fmenu ul li a{
    color: #665045;
    text-decoration: none;
    padding: 0 20px;
}
.fmenu ul li a:hover{
    text-decoration: underline;
}
.fmenu ul li:nth-child(2){
	border-left: 1px solid #ccc;
}
address{
	padding-left: 10px;
    text-align: left;
}
address strong{
	font-size: 120%;
}
.menu_4 ul li:first-child,
.fmenu ul li:first-child{
    display: none; 
}

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

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

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



/*トップページ*/
.toppage #wrap{
	width: 100%;
}

.toppage .rowunit_1{
	border: none;
	background-color: rgba(222,202,159,0.2);
	margin-bottom: 50px;
}
.toppage .rowunit_3{
	border: none;
	background-color: rgba(236,230,218,1);
	padding: 50px 0;
	margin-bottom: 50px;
}


/*トップアイコン*/
.topicon{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
.topicon ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topicon li{
	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/kurashi/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: #E6DDD5;
	font-size: 0.9rem;
	position: relative;
	line-height: 1rem;
	padding: 3px 5px;
	margin-left: 10px;
	vertical-align: middle;
}




/*移住者インタビュー*/


.interview_list{
	max-width: 1024px;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
.interview_list h2{
	background-image: url("../all_img/kurashi/h2icon_interview.png");
}
.interview_list_in ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview_list_in ul li{
	width: 31.25%;
	margin-bottom: 20px;
	
}
.interview_list_in ul li img{
	width: 100% !important;
	height: auto !important;
}









/*ニュース＆トピックス*/
#news_topics{
    max-width: 1024px;
    margin: 0 auto;
	margin-bottom: 20px;
    text-align: center;
    position: relative;
}
[class*="news_topics_"] h2{
	display: none;
}
#news_topics dl,
.news_topics dl{
	padding: 0 0;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6DDD5;
}
#news_topics dl dt,
.news_topics dl dt{
	margin: 10px 0 0 0;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #E6DDD5;
	background-image: url('../all_img/kurashi/news_dt.png');
	background-repeat: no-repeat;
	background-position: -40px 12px;
    background-size: 56px 16px;
    line-height: 1.4em;
}

#news_topics dl dt .time{
	font-weight: 300;
}

#news_topics dl dd,
.news_topics dl dd{
	display: none;
	margin: 0;
	padding: 0 0 0 75px;
}


/*
#news_topics dl dt.new,
.news_topics dl dt.new{
	background-image: url('../all_img/kurashi/new.png');
}
*/
#news_topics dl dt.new .time::after,
.news_topics dl dt.new .time::after{
	content: "";
	display: inline-block;
	width: 56px;
	height: 16px;
	background-image: url("../all_img/kurashi/new.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
}



.toppage .disp_list{
	position: absolute;
	top: 15px;
	right: 0;
}
.toppage .disp_list a{
	display: inline-block;
	background-color: #665045;
	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;
}
.toppage .disp_list_2{
	text-align: center;
}
.toppage .disp_list_2 a{
	display: inline-block;
	background-color: #665045;
	color: #fff;
	padding: 5px 30px;
	border-radius: 50px;
}


/*ニュースリスト*/
.news_topics{
	
}
.news_topics dl dt{
	clear: both;
	line-height: 1.4em;
}
.news_topics dl dt .time{
	font-weight: 300;
	display: block;
	font-size: 90%;
}
.news_topics dl dt .topictitle{
	font-size: 110%;
}

.news_topics dl dd{
	line-height: 1.4em;
}



/*こげん良かところ*/
.yokatokoro{
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}
.yokatokoro ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.yokatokoro ul li{
	width: 29.4%;
}
.yokatokoro ul li img{
	width: 100% !important;
	height: auto !important;
}
.yokatokoro ul li:first-child{
	margin-left: 14.7%;
}
.yokatokoro ul li:nth-of-type(2){
	margin-right: 14.7%;
}





.yokatokoro .fukidashi{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.yokatokoro .fukidashi p{
	margin: 0;
	padding: 0;
	width: 29.4%;
}
.yokatokoro .fukidashi p img{
	width: 100% !important;
	height: auto !important;
}
.yokatokoro .fukidashi p:first-child{
	margin-left: 14.7%;
}
.yokatokoro .fukidashi p:nth-of-type(2){
	margin-right: 14.7%;
}

.yokatokoro #slide_3{
	display: block;
}
.yokatokoro #slide_3 p{
	width: auto !important;
	height: auto !important;
	}




.toppage .contents_4 p a{
	position: relative;
	display: inline-block;
}
.toppage .contents_4 p a::after{
	content: "> もっと見る";
	display: inline-block;
	padding: 5px;
	margin-top: 20px;
	background-color: #a38a74;
	color: #fff;
	border-radius: 50px;
	min-width: 250px;
}
.toppage .contents_4 p a:hover::after{
	background-color: #d6b59a;
}


/*サイトマップ*/
.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/kurashi/site02.png');
	background-repeat: no-repeat;
}
.site_map ul .layer_1{
	border-top: 1px dotted #cccccc;
	background-image: url('../all_img/kurashi/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/kurashi/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 10px;
}