@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap');

#MDQ{display:block;}

.ds_pc{
	display:block;
}

.ds_sp{
	display:none;
}

.pcNone{display:none !important;}

/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
	background-color: #FFF;	/*コンテナーの背景色*/
}

.contents_window a:hover img{
	filter: alpha(opacity=75); /*For IE*/
	opacity: 0.75; /*Opera・Safari*/
	-moz-opacity: 0.75; /*For FireFox*/
}

.contents_window {
	clear: both;
	width: 1280px;
	margin:0 auto;
}

.contents_w1000{width:1000px; margin-left:auto; margin-right:auto;}

.contents_window h2{
	margin-top: 200px;
}

/*------------　イメージリンクボタン　-----------*/

.imglink_bgfull{
	width:100%;
	min-width:1280px;
	background-color:#f4ebe2;
	overflow:hidden;
}

.imglink_list{
	padding:30px 0;
}

.imglink_list ul{width:870px; margin:0 auto;}

.imglink_list li{
	float:left;
	width:240px;
	margin:0 25px;
	text-align:center;
}

.imglink_list li span{display:block; margin-top:5px;}

.imglink_list li a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}





/*------------　リンクボタン　-----------*/

.linkbtn_box01{
	margin:60px auto 60px;
	text-align:center;
	min-width:1280px;
}

.linkbtn_box01 li{
	display:inline;
	margin:0 10px;
}

.linkbtn_box01 li a{
	padding: 10px 35px;
	background: #c1272d;
    border-radius: 30px;
	text-decoration:none;
	color:#fff;
}

.linkbtn_box01 li a.linkbtn_top{background: #51791b;}

.linkbtn_box01 li a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}



/*------------　ページトップ　-----------*/

.page-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    padding: 10px;
    background: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
	color:#fff;
}

.page-top:hover {
	background-color: #666;
	color:#fff;
}

/*----------------------------------------------------------------------------------------
ヘッダー
----------------------------------------------------------------------------------------*/

@media screen and (min-width:768px) and ( max-width:999px) { /*PC&TB*/
	#topHeaderSection{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
	}
	
	.headerContents {
		max-width: 1000px;
		height: 200px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px;
		position: relative;
		transition: 0.3s ease;
	}
	
	.headerLogo{
		width: 28%;
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.3s ease;
	}
	
	.menuBtn,
	.menuBtnBD{
		display: none;
	}
	
	.moveHD .headerContents{
		height: 150px;
	}
	
	.moveHD .headerLogo{
		width: 250px;
	}
}

@media screen and (min-width:1000px) , print { /*PC*/
	#topHeaderSection{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
	}
	
	.headerContents {
		max-width: 1000px;
		height: 200px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px;
		position: relative;
		transition: 0.3s ease;
	}
	
	.headerLogo{
		width: 365px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: 0.3s ease;
	}
	
	.menuBtn,
	.menuBtnBD{
		display: none;
	}
	
	.moveHD .headerContents{
		height: 130px;
	}
	
	.moveHD .headerLogo{
		width: 250px;
	}
	
}


/*----------------------------------------------------------------------------------------
Global Menu
----------------------------------------------------------------------------------------*/

@media screen and (min-width:768px) , print { /*PC&TB*/
	.headerLinkBox{
		width: 100%;
		padding-top: 110px;
		transition: 0.3s ease;
	}
	
	.moveHD .headerLinkBox{
		padding-top: 70px;
	}
	
	.headerLinkTitle{display: none;}
	
	.headerMenu{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: nowrap;
		font-size: 16px;
	}
	
	.headerMenu > li{
		padding: 0px 0px 0px 0px;
		line-height: 1.5;
		position: relative;
	}
	
	.headerMenu > li:nth-child(3) {
		margin-left: auto;
	}
	
	.headerMenu > li > p,
	.headerMenu > li > a{
		margin: 0px 15px;
		padding: 3px 8px 7px;
		color: #000;
		display: inline-block;
		text-decoration: none;
		position: relative;
		background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(199,178,153,1) 50%);
		background-position: 0 0;
		background-size: auto 200%;
		transition: .3s;
	}
	
	.headerMenu > li p:hover{cursor: pointer;}
	
	.headerMenu > li > p:hover,
	.headerMenu > li > a:hover{
		background-position: 0 100%;
		color: #fff;
	}
	
	.headerMenu > li > p::after,
	.headerMenu > li > a::after{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #c7b299;
		transform: scale(1,1);
		transform-origin: left top;
	}
	
	.headerM_on:hover p{
		background-position: 0 100%;
		color: #fff;
	}
	
	.headerMenu > li .hMenuSPArr{
		display: none;
	}
	
	.headerMenuInr{
		position: absolute;
		top: 29px;
		left: -0px;
		width: 430px;
		transition: .3s ease;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
		box-sizing: border-box;
		padding: 20px 15px 12px;
	}
	
	.headerMenuInr::after{
		content: '';
		position: absolute;
		top: -10px;
		left: 78px;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #998675;
	}
	
	.headerMenu > li:nth-child(2) .headerMenuInr{
		width: 300px;
	}
	
	.headerMenu > li:nth-child(2) .headerMenuInr::after{
		left: 65px;
	}
	
	
	.headerMenuPD{
		background: #998675;
		padding: 20px 25px 25px;
	}
	
	@media all and (-ms-high-contrast: none) {
		*::-ms-backdrop, .headerMenuPD {
			top: 24px;
			transition: 0s ease;
		}
	}
	
	.headerM_on:hover .headerMenuInr {
		visibility: visible;
		opacity: 1;
	}
	
	.headerMenuPD li{
		border-bottom: 1px solid #fff;
	}
	
	.headerMenuPD a{
		box-sizing: border-box;
		padding: 10px 20px 10px 0px;
		display: block;
		width: 100%;
		transition: .3s;
		position: relative;
		color: #fff;
	}
	
	.headerMenuPD a:hover{
		color: #000;
	}
	
	.hMenuSPacc{display: none;}
}


/*----------------------------------------------------------------------------------------
TOPフッター
----------------------------------------------------------------------------------------*/

@media screen and (min-width:768px) , print { /*PC&TB*/
	#topI10LinkSection{
		padding: 20px 0px 0px 0px;
		background-color: #fff;
		overflow: hidden;
	}
	
	.topI10LinkInr{
		padding-left: 30px;
	}
	
	.topI10LinkInr h2{
		font-family: 'Noto Serif JP', serif;
		font-size: 36px;
		color: #998675;
		margin-bottom: 15px;
	}
	
	.topI10LinkInr ul{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	.topI10LinkInr li{
		border-right: 1px solid #998675;
	}
	
	.topI10LinkInr li:first-child{
		border-left: 1px solid #998675;
	}
	
	.topI10LinkInr li a{
		color: #998675;
		padding: 3px 10px;
		transition: .3s;
	}
	
	.topI10LinkInr li a:hover{
		color: #fff;
		background-color: #998675;
	}
	
	.topI10ListLink{
		display: block;
		width: 90%;
		height: 47px;
		position: relative;
		box-sizing: border-box;
		color: #fff;
		background-color: #c7b299;
		font-size: 20px;
		padding: 8px 15px 5px 30px;
		transition: .3s;
	}
	
	.topI10ListLink::before{
		display: block;
		position: absolute;
		top: 0;
		left: -100%;
		height: 100%;
		background-color: #c7b299;
		content: '';
		width: 100%;
	}
	
	.topI10ListLink::after{
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: -25px;
		height: 101%;
		width: 25px;
		background:linear-gradient(to bottom left, transparent 50%, #c7b299 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #c7b299 50%) bottom left / 100% 50% no-repeat;
	}
    
    .topI10ListLink02{
		display: block;
		width: 86%;
		height: 47px;
		position: relative;
		box-sizing: border-box;
		color: #fff;
		background-color: #650510;
		font-size: 20px;
		padding: 8px 15px 5px 30px;
		transition: .3s;
        
	}
	
	.topI10ListLink02::before{
		display: block;
		position: absolute;
		top: 0;
		left: -100%;
		height: 100%;
		background-color: #650510;
		content: '';
		width: 100%;
	}
	
	.topI10ListLink02::after{
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: -25px;
		height: 101%;
		width: 25px;
		background:linear-gradient(to bottom left, transparent 50%, #650510 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #650510 50%) bottom left / 100% 50% no-repeat;
	}
    
    .topI10ListLink02:hover{
        color: #c7b299;
    }
	
	#footerSection{
		padding: 70px 0px 40px;
		text-align: left;
		background-color: #fff;
	}
	
	.footerFlBox{
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-wrap: nowrap;
		box-sizing: border-box;
		padding-left: 50px;
	}
	
	.footerLogo{
		width: 141px;
		margin-right: 60px;
	}
	
	.footerCopy{
		font-size: 1.0rem;
	}
}

/*---------------------------------------------------------------------------
下層フッター
---------------------------------------------------------------------------*/

#footer {
	width:100%;
	min-width:1280px;
	clear:both;
	margin:30px auto 0;
	background-color:#fdfbf6;
}

.footer_contactbox{
	background-color:#ebe3da;
	text-align:center;
}

.footer_contactbox img{width:500px;}

.footer_contactbox a{
	padding:20px 0;
	display:block;
	width:100%;
}

.footer_contents{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}

.footer_snsbox{
	float:left;
	width:300px;
}

.footer_snsbox img{display:inline; margin-right:10px;}

.footer_linkarea{
	float:right;
	width:465px;
}

.footer_copy{text-align:right;}


/*---------------------------------------------------------------------------

十和田市について

---------------------------------------------------------------------------*/

.abt_introbox{margin-top:50px;}

.abt_intro_img01{
	float:left;
	width:260px;
}

.abt_intro_textarea01{
	float:right;
	width:700px;
	padding-top:20px;
}

.abt_intro_textarea02{
	float:left;
	width:700px;
}

.abt_intro_img02{
	float:right;
	width:260px;
}


.abt_intro_textarea01 h4,
.abt_intro_textarea02 h4{
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:10px;
}

.abt_intro_mt{font-size:12px; margin-top:20px;}

.abt_map_contents{margin-top:50px;}


.resort_desc_l{
	float:left;
	width:470px;
}

.resort_desc_l p img{width:260px; margin-bottom:15px;}

.resort_desc_l h5,
.resort_desc_r h5{
	font-size:22px;
	margin-bottom:10px;
	text-align:center;
}

.resort_desc_r{
	float:right;
	width:470px;
}

.resort_desc_r p img{width:260px; margin-bottom:15px;}

.resort_texttype01{
	background-color:#22b573;
	color:#FFF;
	text-align:center;
	padding:5px;
	margin:10px 0;
}

.resort_texttype02{
	color:#FFF;
	text-align:center;
}

.resort_texttype02 a{color:#FFF; display:block; padding:5px; background-color:#29abe2;}

.resort_texttype02 a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.abt_access_box{margin:60px 0;}

.abt_access_l{
	float:left;
	width:710px;
}

.abt_access_l h4{
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:15px;
	margin-bottom:10px;
}

.abt_access_r{
	float:right;
	width:260px;
}


.festival_img_list{margin-bottom:30px;}

.festival_img_list li{
	float:left;
	width:320px;
}


.festival_shiki_box h4{
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}

.festival_shiki_box ul{display:table; margin:50px 0;}

.festival_shiki_box li{
	display:table-cell;
	width:250px;
	vertical-align:middle;
}

.festival_shiki_box li img{
	margin-right:5px;
	width:80px;
	vertical-align:middle;
}

.festival_shiki_box li span{display:inline-block; vertical-align:middle;}

.about_bgfull{
	padding:30px 0;
	width:100%;
	min-width:1280px;
	background-color:#22b573;
}


.abt_vtb_desc01{
	float:left;
	width:260px;
}

.abt_vtb_desc02{
	float:left;
	width:430px;
	margin-left:25px;
	padding-top:20px;
	color:#FFF;
}

.abt_vtb_desc02 h4{
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;
}

.abt_vtb_desc03{
	float:right;
	width:260px;
}


.abt_snow_box{margin-top:50px;}

.abt_snbox_text{
	float:left;
	width:360px;
}

.abt_snbox_text h4{
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top:15px;
	margin-bottom:10px;
}

.abt_snbox_img{
	float:left;
	width:191px;
	margin-left:15px;
}

.abt_snbox_graph{
	float:right;
	width:365px;
}



.about_bgfull_voice{
	padding:30px 0 0 0;
	margin-top:40px;
	width:100%;
	min-width:1280px;
	background-color:#f0f3a6;
}
.abt_voice_posi{position:relative;}

.abt_voice_desc01{
	width:236px;
	position:absolute;
	left:0;
	bottom:0;
}

.abt_voice_desc02{
	width:525px;
	margin-left:250px;
	padding-bottom:20px;
}


.abt_voice_desc02 .abvc_name{
	position:relative;
	font-size:18px;
	padding-top:10px;
	padding-left:115px;
	margin-bottom:5px;
	font-weight:bold;
}

.abt_voice_desc02 .abvc_name img{
	position:absolute;
	width:100px;
	left:0;
	top:-5px;
}

.abt_voice_desc02 p{padding-left:115px;}





/*---------------------------------------------------------------------------

暮らしの情報

---------------------------------------------------------------------------*/

.life_titletext{
	margin:30px 15px;
	font-size:36px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.life_btext{font-weight:bold;}


.life_data_box{
	padding:20px;
	margin-bottom:20px;
	background-color:#f0f3a6;
}

.life_data_image{
	width:203px;
	float:left;
	text-align:center;
	margin-right:10px;
}

.life_data_image.ldi01 img{width:141px;}
.life_data_image.ldi02 img{width:203px; padding-top:15px;}
.life_data_image.ldi03 img{width:73px;}

.life_data_textbox{
	float:left;
	width:740px;
}

.life_data_textbox h5{
	font-size:18px;
	font-weight:bold;
	color:#0c8a41;
	margin-bottom:5px;
}

.life_data_textbox h5 span{
	font-size:14px;
	font-weight:normal;
}

.life_data_desc01{
	width:220px;
	float:left;
	margin-right:10px;
	padding-left:10px;
	border-left:5px solid #0c8a41;
}

.life_pickup{margin:60px 0 40px 0;}

.life_pickup_title{margin-bottom:30px;}

.life_pickup_title h4{
	position:relative;
	padding-left:135px;
	font-size:30px;
	font-weight:bold;
	color:#29abe2;
	line-height:1.2;
}

.life_pickup_title h4 img{
	position:absolute;
	width:122px;
	left:0;
	top:-25px;
}

.life_pickup_title p{padding-left:135px; font-weight:bold;}


.lpu_desc_l{
	float:left;
	width:465px;
	margin-bottom:30px;
}

.lpu_desc_r{
	float:right;
	width:465px;
	margin-bottom:30px;
}

.lpu_desc_l img,
.lpu_desc_r img{width:260px; margin-bottom:20px;}

.lpu_desc_boldtext{
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:10px;
}

.lpu_desc_boldtext a{
	display:inline-block;
	background-color:#29abe2;
	color:#FFF;
	margin-left:10px;
	padding:5px 20px;
	font-size:18px;
}

.lpu_desc_boldtext a:hover{background-color:#64C1EA;}



.kosodate_box{margin:35px 0 0 0;}

.kosodate_box_l{
	float:left;
	width:116px;
}

.kosodate_box_r{
	float:right;
	width:865px;
}

.kosodate_box_r h4{
	font-weight:bold;
	font-size:22px;
	margin-bottom:5px;
	padding-top:10px;
}


.life_bgfull{
	padding:20px 0;
	width:100%;
	min-width:1280px;
	background-color:#f0f3a6;
}

.life_voice_desc01{
	float:left;
	width:525px;
	margin-left:120px;
}

.life_voice_desc01 .lvc_name{
	position:relative;
	font-size:18px;
	padding-top:10px;
	padding-left:135px;
	font-weight:bold;
}

.life_voice_desc01 .lvc_name img{
	position:absolute;
	width:122px;
	left:0;
	top:0;
}

.life_voice_desc01 p{padding-left:135px;}

.life_voice_desc02{
	float:right;
	width:172px;
	margin-right:70px;
}


.kosodate_support{margin:50px 0 60px 0; text-align:center;}

.kosodate_support ul{margin:40px 0 40px 0;}

.kosodate_support ul li{margin:0 0 15px 0;}

.kosodate_support li a{
	display:block;
	width:615px;
	margin:0 auto;
	padding: 10px;
	background: #f7931e;
    border-radius: 30px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

.kosodate_support li a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.life_home_box{margin:35px 0 0 0;}

.lfhome_box_l{
	float:left;
	width:116px;
}

.lfhome_box_r{
	float:right;
	width:865px;
}

.lfhome_box_r h4{
	font-weight:bold;
	font-size:22px;
	margin-bottom:5px;
	padding-top:10px;
}


.life_taiken_box{
	margin-top:60px;
	padding:30px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

.lftaiken_desc_l{
	float:left;
	width:595px;
	padding-top:50px;
}

.lftaiken_desc_l h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:36px;
	line-height:1.5;
	margin-bottom:10px;
}

.lftaiken_desc_l h3 span{display:block;}

.lftaiken_desc_r{
	float:right;
	width:290px;
}




/*---------------------------------------------------------------------------

移住までの流れ

---------------------------------------------------------------------------*/

.flow_title{
	margin:30px 15px;
	font-size:36px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.flow_contents{width:935px; margin:0 auto;}

.flst_posi{position:relative;}
.flst_bluetext01{color:#3fa9f5; font-weight:bold; margin-bottom:5px;}
.flst_bluetext02{color:#3fa9f5; font-weight:bold; margin-bottom:5px; font-size:20px;}

.flst_orangetext01{color:#f7931e; font-weight:bold; margin-bottom:5px; font-size:20px;}

.step1_posi{position:absolute; bottom:25px; right:160px;}
.step1_posi img{width:208px;}
.step2_posi{position:absolute; bottom:5px; right:160px;}
.step2_posi img{width:208px;}
.step3_posi{position:absolute; bottom:15px; right:160px;}
.step3_posi img{width:208px;}
.step4_posi{position:absolute; bottom:5px; right:160px;}
.step4_posi img{width:208px;}





.flow_step1{margin:60px auto 0; font-size:14px;}

.flow_step1_bgfull{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#fdefe3;
	min-width:1280px;
}

.flow_step1_titlebox{
	width:935px;
	margin:0 auto;
}

.flow_step1_titlebox h4{
	position:relative;
	padding-left:135px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	margin-bottom:15px;
}

.flow_step1_titlebox h4 img{
	position:absolute;
	width:122px;
	left:0;
	top:-55px;
}

.flow_step1_titlebox p{}



.flow_step2{ font-size:14px;}

.flow_step2_bgfull{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#ebeedb;
	min-width:1280px;
}

.flow_step2_titlebox{
	width:935px;
	margin:0 auto;
}

.flow_step2_titlebox h4{
	position:relative;
	padding-left:135px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	margin-bottom:15px;
}

.flow_step2_titlebox h4 img{
	position:absolute;
	width:122px;
	left:0;
	top:-55px;
}

.flst2_psibox{
	position:absolute;
	z-index:10;
	left:0;
	top:15px;
	width:620px;
}

.flst2_psibox ul{margin:10px 0 10px 0;}

.flst2_psibox ul li{margin:0 0 8px 0;}

.flst2_psibox li a{
	display:block;
	width:560px;
	padding: 5px 20px;
	background: #3fa9f5;
    border-radius: 40px;
	text-decoration:none;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}

.flst2_psibox li a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.flst2_psibox li a span{
	position:absolute;
	top:50%;
	right:40px;
	transform: translateY(-50%);
}

.flst2_photo{text-align:right;}
.flst2_photo img{width:706px;}



.flow_step3{ font-size:14px;}

.flow_step3_bgfull{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#fbb03b;
	min-width:1280px;
}

.flow_step3_titlebox{
	width:935px;
	margin:0 auto;
}

.flow_step3_titlebox h4{
	position:relative;
	padding-left:135px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	margin-bottom:15px;
}

.flow_step3_titlebox h4 img{
	position:absolute;
	width:122px;
	left:0;
	top:-55px;
}

.flst3_psibox{
	position:absolute;
	z-index:10;
	left:0;
	top:15px;
	width:740px;
}

.flst3_psibox ul{width:620px;}

.flst3_psibox li a {
    display: block;
    width: 560px;
    padding: 5px 20px;
    background: #3fa9f5;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.flst3_psibox li a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.flst3_psibox li a span {
    position: absolute;
    top: 3px;
    right: 40px;
}

.flst3_photo{text-align:right;}
.flst3_photo img{width:830px;}


.flow_step4{ font-size:14px;}

.flow_step4_bgfull{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	background-color:#a8dfa2;
	min-width:1280px;
}

.flow_step4_titlebox{
	width:935px;
	margin:0 auto;
}

.flow_step4_titlebox h4{
	position:relative;
	padding-left:135px;
	font-size:30px;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	margin-bottom:15px;
}

.flow_step4_titlebox h4 img{
	position:absolute;
	width:122px;
	left:0;
	top:-55px;
}

.flow_step4_titlebox p{width:675px;}


.flst4_box{padding:15px 0 0; margin-bottom:20px;}


.flst4_madoguchi_box{
	margin-left:10px;
	margin-top:20px;
	position:relative;
}


.flst4_mline{width:42px;}

.flst4_mdesc01 {
	position:absolute;
	top: -5px;
	left: 20px;
}

.flst4_mdesc01 p span{ margin-left:15px;}


.flst4_mdesc02 {
	position:absolute;
}

.flst4_mdesc02 h5 {
	color:#3fa9f5;
	font-size:18px;
}

.flst4_mdesc02 p span{ margin-left:15px;}

.flst4_mdesc02.mdposi01{top:40px; left:46px;}
.flst4_mdesc02.mdposi02{top:121px; left:46px;}
.flst4_mdesc02.mdposi03{top:286px; left:46px;}
.flst4_mdesc02.mdposi04{top:341px; left:46px;}

.flst4_mdesc02.mdposi04_2{top:453px; left:46px;}


.flst4_photo{text-align:center;}
.flst4_photo img{width:auto;}


.flow_intbox h4{
	padding: 5px 20px;
	margin:20px auto;
	width:1000px;
	background: #51791b;
    border-radius: 30px;
	text-decoration:none;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}



.flow_intbox ul.listType01{
	width:1020px;
	margin:0 auto 15px;
}

.flow_intbox ul.listType01 li{
	float:left;
	width:330px;
}

.flow_intbox ul.listType01 li:nth-child(2n+2){
	margin:0 10px;
}

.flow_intbox ul.listType01 li > div,
.flow_intbox ul.listType01 li a > div{
	display:table;
	width:100%;
}

.fw_list3Desc_l{
	display:table-cell;
	width:160px;
	vertical-align:top;
}

.fw_list3Desc_r{
	display:table-cell;
	background-color:#cee1d8;
	padding:25px 5px 5px 7px;
	vertical-align:top;
}

.fw_list3Desc_r.iv_cs{background-color:#dadada;}
 

.fw_list3Desc_r p{
	font-size:11px;
}


.flow_intbox ul.listType02{
	width:1030px;
	margin:0 auto;
}

.flow_intbox ul.listType02 li{
	float:left;
	width:160px;
	margin:0 5px;
}

.flow_intbox ul.listType02 li p{
	font-size:11px;
}





/*---------------------------------------------------------------------------

移住者インタビュー

---------------------------------------------------------------------------*/

.interview_contents{}

.interview_top_list{}


.int_boldtext{
	margin:30px 15px;
	font-size:36px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.int_bgfull{
	padding:30px 0;
	width:100%;
	min-width:1280px;
	background-color:#f2ece6;
}

.interview_prof_l{
	float:left;
	width:385px;
}

.interview_mv_r{
	float:right;
	width:560px;
	height:320px;
}

.interview_mv_r iframe {
	border:none;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}


.int_prof_number{text-align:right; margin-bottom:10px;}

.int_prof_number span{
	font-size:26px;
	margin-left:10px;
}

.int_prof_name01{
	font-size:16px;
}

.int_prof_name02{
	font-size:30px;
}

.int_prof_name02 span{font-size:24px;}

.int_prof_det{margin-top:10px;}

.int_prof_name01,
.int_prof_name02,
.int_prof_det{font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;}



/*--- インタビュー対象者が2人だった場合 ---*/

.interview_pair{position:relative;}

.int_mvdmy{
	float:right;
	width:560px;
	height:320px;
	display:block;
	margin-left:47px;
	margin-bottom:5px;
}

.imv_posi{
	position:absolute;
	right:0;
	top:0;
}


.int_prof_pairLeft{
	float:left;
	width:170px;
}

.pair_dot{
	float:left;
	width:18px;
	text-align:center;
	margin-right:20px;
	padding-top:40px;
}

.int_prof_pairRight{
	float:left;
	width:170px;
}

.int_prof_det{
	font-size:16px;
	margin-bottom:10px;
}

.ip_indent35{text-indent:3.5em; display:inline-block;}


/*--- ここまで ---*/



.interview_desc_l{
	float:left;
	width:665px;
}

.interview_desc_l h4{
	font-size:26px;
	font-weight:bold;
	color:#45874e;
	margin-bottom:5px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.int_grtext{
	margin-top:20px;
	color:#006837;
	font-size:12px;
}

.interview_desc_r{
	float:right;
	width:285px;
}

.interview_desc_r img{width:100%; margin-bottom:15px;}


.interview_desc_full h4{
	font-size:26px;
	font-weight:bold;
	color:#45874e;
	margin-bottom:5px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

h4.colorStyle01{color:#00a99d;}

.interview_desc_full img{margin-top:20px;}


.interview_2colImg_l{
	float:left;
	width:485px;
}

.interview_2colImg_r{
	float:right;
	width:485px;
}

.interview_3colImg ul{text-align:center;}

.interview_3colImg ul li{
	display:inline-block;
	margin:0 15px;
	width:232px;
	text-align:center;
}


.int_backbtn{
	margin:50px auto 40px;
	text-align:center;
}

.int_backbtn a{
	display:inline;
	padding: 10px 35px;
	background: #51791b;
    border-radius: 30px;
	text-decoration:none;
	color:#fff;
}

.int_backbtn a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.interview_list_3colbox{
	width:1020px;
	margin:0 auto 15px;
}

.interview_list_3colbox li{
	float:left;
	width:330px;
}

.interview_list_3colbox li:nth-child(2n+2){
	margin:0 10px;
}

.interview_list_3colbox li > div,
.interview_list_3colbox li a > div{
	display:table;
	width:100%;
}

.int_list3Desc_l{
	display:table-cell;
	width:160px;
	vertical-align:top;
}

.int_list3Desc_r{
	display:table-cell;
	background-color:#cee1d8;
	padding:25px 5px 5px 7px;
	vertical-align:top;
}

 .int_list3Desc_r.iv_cs{background-color:#dadada;}
 

.int_list3Desc_r p{
	font-size:11px;
}



.interview_list_box{
	width:1030px;
	margin:0 auto 40px;
}

.interview_list_box li{
	float:left;
	width:160px;
	margin:0 5px;
}

.interview_list_box li p{
	font-size:11px;
}




/*---------------------------------------------------------------------------

移住者のQ＆A

---------------------------------------------------------------------------*/

.faq_title{
	margin:30px 15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position:relative;
	padding-right:100px;
}

.faq_title h3{
	font-size:36px;
}


.faq_question_btn{
	width:96px;
	position:absolute;
	right:0;
	top:0;
}


.faq_bgfull{
	width:100%;
	min-width:1280px;
	background-color:#f4ebe2;
	overflow:hidden;
}

.faq_madoguchi{
	width:1000px;
	height:100%;
	margin:0 auto;
	position:relative;
}

.faq_madoguchi_l{
	float:left;
	width:485px;
	padding:30px 15px 30px 0;
}

.faq_madoguchi_bgright{
	position:absolute;
	left:500px;
	top:0;
	height:100%;
	width:100%;
	background-color:#ebeff6;
	z-index:10;
}

.faq_madoguchi_r{
	float:left;
	width:470px;
	padding:30px 15px;
	position:inherit;
	z-index:20;
}


.qa_title{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.faq_contents{margin-top:40px; padding:0 50px 20px; border-bottom:1px solid #000;}

.faq_contents dl {
	display:table;
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
}

.faq_contents dt {
	display:table-cell;
	text-align:center;
	width:82px;
	vertical-align:middle;
	padding-right:25px;
}

.faq_q dt img { line-height:0; font-size:0; max-width:66px; }
.faq_a dt img { line-height:0; font-size:0; max-width:82px; }

.faq_contents dd {
	display:table-cell;
	vertical-align:middle;
}

.faq_contents .faq_q dd,
.faq_contents .faq_a dd{font-size:26px;}

.faq_co_textbox{padding-left:110px;}







/*---------------------------------------------------------------------------

十和田日々コレクターズ

---------------------------------------------------------------------------*/

/*20180209リニューアル*/

.collect_mainTitle{
	background: #42210b;
	position: relative;
	text-align: center;
	min-width: 1280px;
	margin-top: 200px;
}

.collect_mainTitle h2{
	position: absolute;
	margin: auto;
	top: 25px;
	right: -460px;
	left: 0;
	width: 439px;
}

.collect_fullBG{
	background: #534741;
	padding: 40px 0 40px;
}

.collect_fullBGtext{
	text-align: center;
	color: #FFF;
}

.collect_fullBGtext h3{
	font-size: 24px;
	margin: 0 0 15px;
}

.colldesc_newsList{}

.colldesc_newsList li{
	margin: 40px 0 0;
}

.colldesc_newsBox{
	display: -webkit-flex;
	display: flex;
	background: #FFF;
}

.colldesc_newsPhoto{
	width: 430px;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	background-color: #ccc;
}

.colldesc_newsPhoto img{
	max-width: 440px;
	max-height: 310px;
	position: absolute;
	margin: auto;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.colldesc_newsPhoto .number{
	position: absolute;
	left: 15px;
	bottom: -240px;
	top: 0;
	margin: auto auto;
	height: 55px;
	line-height: 1;
	color: #FFF;
	font-size: 50px;
	text-shadow: 2px 2px 6px #000;
	z-index: 2;
}

.colldesc_newsDesc{
	width: 570px;
	box-sizing: border-box;
	padding: 15px 20px;
	position: relative;
}

.colldesc_newsDesc dl{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	margin: 5px 0 10px;
}

.colldesc_newsDesc dt{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	font-size: 26px;
}

.colldesc_newsDesc dd span{
	display: inline-block;
	padding: 1px 15px;
	margin-right: 15px;
	background-color: #000;
	color: #FFF;
	font-size: 12px;
}

.colldesc_newsDesc dd{padding-left: 10px;}

.colldesc_newsDesc .textarea{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-bottom: 15px;
	overflow: auto;
	height: 75px;
	box-sizing: border-box;
}

.colldesc_newsDesc .linkarea{}

.colldesc_newsDesc .linkarea span{
	font-size: 12px;
	vertical-align: middle;
	margin-right: 3px;
}

.colldesc_newsDesc .linkarea a{vertical-align: middle;}
.colldesc_newsDesc .linkarea a:hover{text-decoration: underline;}

.colldesc_newsDesc .mapLink{
	position: absolute;
	bottom: 10px;
	right: 15px;
	text-align: center;
	color: #fff;
}

.colldesc_newsDesc .mapLink a{
	display: inline-block;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 15px;
	vertical-align: middle;
	transition: .3s;
}

.colldesc_newsDesc .mapLink a:hover{background-color: #999;}

.colldesc_newsDesc .mapLink a span{
	font-size: 12px;
	vertical-align: middle;
}

.collect_pager{
	width: 350px;
	margin: 40px auto 0;
}

.collect_pager ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.collect_pager ul li.pre{}
.collect_pager ul li.pre img{width:27px;}

.collect_pager ul li.home{margin: 0 50px;}
.collect_pager ul li.home img{width:143px;}

.collect_pager ul li.next{}
.collect_pager ul li.next img{width:27px;}

.collect_pager ul li a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


/*20180209リニューアルここまで*/






.collect_bgfull{
	padding:30px 0;
	width:100%;
	min-width:1280px;
	background-color:#feefd8;
}

.clt_logo{
	float:left;
	width:224px;
}

.clt_explanation{
	float:right;
	width:750px;
}

.clt_explanation h5{
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}


.clt_join_contents{margin-bottom:50px;}

.cj_orange_text{
	font-size:36px;
	color:#f15a24;
	text-align:center;
	font-weight:bold;
}

.clt_join_contents h3{
	font-size:36px;
	color:#000;
	text-align:center;
	margin-bottom:20px;
}

.cj_btn{
	margin:50px auto 40px;
	text-align:center;
}

.cj_btn a{
	display:inline;
	padding: 10px 35px;
	background: #29abe2;
    border-radius: 30px;
	text-decoration:none;
	color:#fff;
}

.cj_btn a:hover{
	-moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}


.collect_contents{
	padding:30px 0;
	margin-bottom:50px;
	border-top:2px solid #e8d7c5;
	border-bottom:2px solid #e8d7c5;
}

.collect_contents li{margin-bottom:50px;}
.collect_contents li:last-child{margin-bottom:0;}


.collect_contents_l{
	float:left;
	width:700px;
}

.collect_box{
	padding:20px;
	margin-bottom:10px;
	background-color:#e8d7c5;
}

.collect_box_photo{
	float:left;
	width:240px;
	height:240px;
}

.collect_box_desc{
	float:right;
	width:390px;
}

.collect_box_desc h4{
	font-size:20px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.collect_box_desc dl {
	overflow:hidden;
	zoom:1;
}

.collect_box_desc dt {
	width:150px;
	float:left;
	clear:both;
	padding-top:7px;
	margin-right:-150px;
	color:#754c24;
}

.collect_box_desc dt span{
	display:inline-block;
	color:#FFF;
	padding:2px 5px;
	width:80px;
	font-size:13px;
	text-align:center;
}

.collect_box_desc dt.colldesc_home span{background-color:#c1272d;}
.collect_box_desc dt.colldesc_fb span{background-color:#0071bc;}
.collect_box_desc dt.colldesc_tw span{background-color:#29abe2;}

.collect_box_desc dd {
	padding:7px 0 7px 150px;
	zoom:1;
	word-wrap: break-word;
	color:#754c24;
}

.collect_contents_r{
	float:right;
	width:240px;
}

.collect_contents_r ul{}

.collect_contents_r li{
	text-align:center;
	margin-bottom:30px;
}

.collect_contents_r li span{display:block; margin-top:5px;}
.collect_contents_r li a{color:#754c24;}

.collect_contents_r li a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


/*---------------------------------------------------------------------------
十和田暮らしお役立ちマップ
---------------------------------------------------------------------------*/

.spotMapWrap{
	margin: 50px 0px 0px;
}

.map_myMapBox{
	width: 960px;
	margin: 0 auto;
}

.map_tabBox{
	width: 100%;
}

.map_spMenu{
	display: none;
}

.map_tabBox ul{
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: stretch;
	align-items: center;
}

.map_tabBox ul li{
	flex-grow: 1;
	width: 5%;
	height: 55px;
	transition: 0.3s ease;
	background-color: #d9e021;
	border-right: 1px solid #fff;
}

.map_tabBox ul li:last-child{border-right: none;}

.map_tabLink{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.map_tabLink:hover{
	cursor: pointer;
}

.map_tabIcon{
	width: 35px;
	margin-right: 0px;
}

.map_tabName{
	font-size: 0px;
	color: #000;
}

.map_tabBox ul li.active{
	width: 30%;
}

.active .map_tabLink{
	justify-content: flex-start;
}

.active .map_tabIcon{
	margin-right: 15px;
}

@keyframes anim_tab {
	0% {
		font-size: 0px;
		opacity: 0.0;
		transform: translate(-100px, 0px);
	}
	90% {
		font-size: 0px;
	}
  	100% {
		font-size: 16px;
		opacity: 1.0;
		transform: translate(0px, 0px);
	}
}

.active .map_tabName{
	font-size: 16px;
	width: calc(100% - (35px + 15px));
	opacity: 0;
	animation: anim_tab 0.3s ease 0.0s 1 forwards;
}

.map_mapBox{
	display: none;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 700px;
    overflow: hidden;
}

.map_mapBox iframe,
.map_mapBox object,
.map_mapBox embed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_mapBox iframe{
    border-style: none;
}

.map_mapBox.active{
	display: block;
}

.map_innerBox{
	display: none;
}


/*---------------------------------------------------------------------------

お問い合せ

---------------------------------------------------------------------------*/


.contact_title{
	margin:30px 15px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight:bold;
}

.contact_title{
	font-size:26px;
}

.contact_title h3{
	font-size:46px;
}


.contact_main{
	padding:0px;
	margin-bottom:50px;
}

.con_text01{
	padding-bottom:15px;
	border-bottom:1px solid #000;
	text-align:center;
}

.con_text_red{color:#c1272d;}

.contact_main input,
.contact_main textarea{
	padding:5px;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.contact_main dl {
    width: 100%;
    padding: 0;
	display:table;
}

.contact_main dt {
	display:table-cell;
	vertical-align:top;
	width:190px;
	position:relative;
	clear:both;
	text-align:left;
	padding:25px 0 20px 0;
	border-bottom:1px solid #000;
}

.contact_main dd {
	display:table-cell;
	padding:20px 0;
	border-bottom:1px solid #000;
}

.submit_btn_co input{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.submit_btn_co input{
    display: block;
    overflow: hidden;
	width:500px;
	height:70px;
	margin:30px auto 0 auto !important;
	background:url(../contact/image/send_btn_pc.jpg) center top no-repeat;
	background-size:100% auto;
}

.submit_btn_co input:hover{
	cursor:pointer;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.fw_100 { width:100px; }
.fw_95p { width:95%; }
.fw_100p { width:99%; }
.fw_150 { width:150px; }
.fw_200 { width:200px; }
.fw_300 { width:300px; }
.fw_500 { width:500px; }


/*---------------------------------------------------------------------------

メディア情報

---------------------------------------------------------------------------*/

.mediaContents{
	margin: 50px 0px 0px;
}

.med_centerText{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 60px;
}

.mediaContents h3{
	text-align: center;
	margin: 0px 0px 30px;
	line-height: 1.0;
}

.med_Sub01 img{width: 326px;}
.med_Sub02 img{width: 351px;}
.med_Sub03 img{width: 366px;}
.med_Sub04 img{width: 378px;}

.med_linkList{margin-bottom: 70px;}

.med_linkList li{
	border-bottom: 1px solid #000;
	margin-top: 15px;
}

.med_linkList a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 20px 10px 10px;
	z-index: 1;
}

.med_linkList a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0f3a6;
	transform: scale(0 ,1);
	transform-origin: right top;
	transition: transform 0.3s;
	z-index: -1;
}

.med_linkList a:hover::before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.med_linkList a::after {
	content: "≫";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0%, -50%);
	font-size: 20px;
}







