@charset "utf-8";

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

body {
	min-width:none;
	-webkit-text-size-adjust:100%;
	height:100%;
}

#MDQ{display:none;}

.ds_pc{
	display:none;
}

.ds_sp{
	display:block;
}

.spNone{display:none !important;}

.sp_none{display:none !important;}
.sp_plr15{padding-left:15px; padding-right:15px;}




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

.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: auto;
	margin:0 auto;
}

.contents_w1000{width: auto;}



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

.imglink_bgfull{
	width:auto;
	background-color:#f4ebe2;
}

.imglink_list{padding:30px 0;}

.imglink_list ul{width:auto; margin:0 auto; text-align:center;}

.imglink_list li{
	width:70%;
	text-align:center;
	margin-bottom:25px;
	display:inline-block;
}

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

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



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

.linkbtn_box01{
	margin:40px auto 35px;
	padding:0 15px;
	text-align:center;
}

.linkbtn_box01 li{
	margin-bottom:15px;
}

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

.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: 20px;
    right: 15px;
    padding: 8px;
    background: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=85)";
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
	text-decoration:none;
	color:#fff;
	z-index: 1000;
}

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



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

@media screen and (max-width:767px) { /*SP*/
	#topHeaderSection{
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		z-index: 1000;
		background-color: #fff;
	}
	
	.headerContents {
		max-width: inherit;
		height: 120px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px 7%;
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.headerLogo{
		width: 55%;
		position: static;
		top: auto;
		left: auto;
		transform: translate(0, 0);
	}
	
	.menuBtn{
		height: 60px;
		width: 60px;
		position: fixed;
		top: 30px;
		right: 15px;
		z-index: 2000;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		box-sizing: border-box;
		padding: 15px 10px;
		background-color: rgba(255,255,255,0.7);
		border-radius: 10px;
	}
	
	.menuBtn span{
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000;
		transition: 0.3s ease;
	}
	
	.open.menuBtn{
		justify-content: center;
		background-color: #998675;
	}
    
    .open.menuBtn span:nth-of-type(1) {
		transform: translateY(2px) rotate(-135deg);
		background-color: #fff;
	}
	
    .open.menuBtn span:nth-of-type(2) {
		opacity: 0;
	}
	
	.open.menuBtn span:nth-of-type(3) {
		transform: translateY(-2px) rotate(135deg);
		background-color: #fff;
	}
}


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

@media screen and (max-width:767px) { /*SP*/
	.headerLinkBox{
		max-width: initial;
		margin-top: auto;
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		background-color: #998675;
		transition: 0.3s ease;
		z-index: 1500;
		padding: 0px 0px 30px;
		box-sizing: border-box;
		transform: translateX(101%);
		font-size: 1.2rem;
	}
	
	.headerLinkBox.open{
		transform: translateX(0%);
	}
	
	.headerLinkTitle{
		height: 120px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0px 0px 0px 7%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.headerLinkBox h2{
		width: 55%;
	}
	
	.headerMenu{
		display: block;
		overflow-y: auto;
		height: calc(100% - 120px);
		text-align: left;
		padding: 0px 12%;
	}
	
	.headerMenu > li{
		border-right: none;
		padding: 0px 0px 0px 0px;
		line-height: 1.5;
		position: relative;
		border-bottom: 1px solid #fff;
	}
	
	.headerMenu > li:first-child {
		border-left: none;
	}
	
	.headerMenu > li > p,
	.headerMenu > li > a{
		margin: 0px 0px;
		padding: 9px 40px 9px 0px;
		display: block;
		color: #fff;
		position: relative;
		text-decoration: none;
	}
	
	.headerMenu > li .hMenuSPArr{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}
	
	.headerMenuPD{
		margin-bottom: 35px;
	}
	
	.headerMenuPD li{
		border-bottom: 1px solid #c7b299;
	}
	
	.headerMenuPD a{
		box-sizing: border-box;
		padding: 7px 40px 7px 0px;
		display: block;
		width: 100%;
		transition: .3s;
		position: relative;
		color: #fff;
	}
	
	.hMenuSPacc{
		width: 20px;
		height: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: column;
		box-sizing: border-box;
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		transform: translateY(-50%);
	}
	
	.hMenuSPacc span{
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #fff;
		left: 0;
		transition: .35s ease-in-out;
	}
	
	.hMenuSPacc span:nth-child(2) {
		transform: rotate(-90deg);
	}
	
	.hdTgl.tglOpen .hMenuSPacc span:nth-child(1) {
		transform: rotate(-135deg);
	}
	
	.hdTgl.tglOpen .hMenuSPacc span:nth-child(2) {
		transform: rotate(135deg);
	}
	
}


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

@media screen and (max-width:767px) { /*SP*/
	#topI10LinkSection{
		padding: 20px 0px 0px 0px;
		background-color: #fff;
		overflow: hidden;
		margin-left: -15px;
	}
	
	.topI10LinkInr{
		padding: 20px 10px 5px 15px;
		width: 90%;
		background-color: #c7b299;
		position: relative;
		box-sizing: border-box;
		margin-bottom: 15px;
	}
	
	.topI10LinkInr::after{
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: -35px;
		height: 100%;
		width: 35px;
		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;
	}
	
	.topI10LinkInr h2{
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		font-weight: normal;
		line-height: 1.5;
		color: #fff;
		margin-bottom: 25px;
	}
	
	.topI10LinkInr ul{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	
	.topI10LinkInr li{
		border-right: 1px solid #fff;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.topI10LinkInr li:first-child{
		border-left: 1px solid #fff;
	}
	
	.topI10LinkInr li:nth-child(5),
	.topI10LinkInr li:nth-child(9){
		border-left: 1px solid #fff;
	}
	
	.topI10LinkInr li a{
		color: #fff;
		padding: 3px 8px;
		transition: .3s;
	}
	
	.topI10LinkInr li a:hover{
		color: #fff;
		background-color: #998675;
	}
	
	.topI10ListLink{
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		box-sizing: border-box;
		color: #998675;
		background-color: #fff;
		font-size: 18px;
		padding: 0px 0px 0px 15px;
		transition: .3s;
	}
	
	.topI10ListLink::before{
		display: none;
	}
	
	.topI10ListLink::after{
		display: none;
	}
    
    .topI10ListLink02{
		display: block;
		width: 90%;
		position: relative;
		box-sizing: border-box;
		color: #fff;
		background-color: #650510;
		font-size: 18px;
		padding: 20px 0px 20px 15px;
        margin: 20px 0 0;
		transition: .3s;
	}
	
	.topI10ListLink02::before{
		display: none;
	}
	
	.topI10ListLink02::after{
		display: block;
		content: '';
		position: absolute;
		top: 0;
		right: -35px;
		height: 100%;
		width: 35px;
		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;
	}
	
	#footerSection{
		padding: 70px 0px 40px;
		text-align: left;
		background-color: #fff;
	}
	
	.footerFlBox{
		display: block;
		padding-left: 30px;
	}
	
	.footerLogo{
		width: 60%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.footerCopy{
		font-size: 14px;
	}
}


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

#footer {
	width:100%;
	clear:both;
	margin:0 auto 0;
}

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

.footer_contactbox img{width:80%;}

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

.footer_contents{
	width:auto;
	padding:30px 15px;
	background-color:#fdfbf6;
}

.footer_snsbox{
}

.footer_snsbox img{}

.footer_linkarea{

}

.footer_copy{text-align:center; word-break:break-all; word-wrap:break-word;}



/*----------------------------------------------------------------------------------------
PC ナビゲーション　メニュー
----------------------------------------------------------------------------------------*/
#GlobalNaviSection{display: none;}


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

十和田市について

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

.abt_introbox{margin-top:50px; padding:0 15px;}

.abt_intro_img01{
	width:65%;
	margin:0 auto;
}

.abt_intro_textarea01{
	margin-top:20px;
}

.abt_intro_textarea02{
	margin-bottom:15px;
}

.abt_intro_img02{
	width:65%;
	margin:0 auto;
}


.abt_intro_textarea01 h4,
.abt_intro_textarea02 h4{
	font-size:22px;
	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;}

.abt_maptext_sp{background-color:#006837; padding:20px 25px; color:#FFF;}

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


.resort_desc_l{
	margin-bottom:40px;
}

.resort_desc_l p{padding:0 15px;} 

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

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

.resort_desc_r{
	margin-bottom:50px;
}

.resort_desc_r p{padding:0 15px;}

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

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

.resort_texttype02{
	color:#FFF;
	text-align:center;
	padding:0 !important;
}

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

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


.abt_access_box{margin:0 0 30px 0; padding:0 15px;}

.abt_access_l{
	margin-bottom:15px;
}

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

.abt_access_r{
	width:65%;
	margin:0 auto;
}


.festival_img_list{margin-bottom:30px;}

.festival_img_list li{
	width:auto;
	margin:0;
	padding:0;
}


.festival_shiki_box{padding:0 15px;}

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

.festival_shiki_box ul{margin:30px 0 40px 0;}

.festival_shiki_box li{
	display:inline-block;
	margin:0 13px 15px 5px;
	width: 43%;
	text-align:center;
	vertical-align:top;
}

.festival_shiki_box li img{
	margin-bottom:10px;
	width:80%;
	vertical-align:top;
}

.festival_shiki_box li span{display:block; text-align:center;}


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


.abt_vtb_desc01{
	width:65%;
	margin:0 auto;
	margin-bottom:25px;
}

.abt_vtb_desc02{
	padding:0 15px;
	color:#FFF;
}

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

.abt_vtb_desc03{
	width:65%;
	margin:0 auto;
	margin-top:25px;
}



.abt_snow_box{margin-top:40px; padding:0 15px;}

.abt_snbox_text{margin-bottom:15px;}

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

.abt_snbox_img{
	width:70%;
	margin:0 auto 50px;
}

.abt_snbox_graph{
	width:95%;
	margin:0 auto;
}


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

.abt_voice_desc01{
	width:200px;
	position:absolute;
	left:0;
	right:0;
	top:-200px;
	bottom:0;
	margin:0 auto;
	text-align:center;
}

.abt_voice_desc02{
	width:auto;
	padding:100px 15px 20px;
}


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

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

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





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

暮らしの情報

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

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

.life_btext{font-weight:bold;}


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

.life_data_image{
	max-width:80%;
	text-align:center;
	margin:0 auto 10px;
}

.life_data_image.ldi01 img{max-width:60%;}
.life_data_image.ldi02 img{max-width:80%;}
.life_data_image.ldi03 img{max-width:40%;}

.life_data_textbox{
	width:auto;
}

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

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

.life_data_desc01{
	padding-left:10px;
	border-left:5px solid #0c8a41;
}

.life_pickup{margin:90px 0 40px 0; padding:0 15px;}

.life_pickup_title{margin-bottom:30px;}

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

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

.life_pickup_title p{font-weight:bold;}


.lpu_desc_l{
	width:auto;
	margin-bottom:30px;
}

.lpu_desc_r{
	width:auto;
	margin-bottom:30px;
}

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

.lpu_desc_boldtext{
	font-size:22px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:15px;
	text-align:center;
}

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

.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:30px 0 0 0; padding:0 15px;}

.kosodate_box_l{
	width:116px;
	margin:0 auto;
}

.kosodate_box_r{
}

.kosodate_box_r h4{
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
	padding-top:10px;
	text-align:center;
}


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

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

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

.life_voice_desc01 .lvc_name img{
	position:absolute;
	width:100px;
	left:0;
	top:-40px;
}

.life_voice_desc01 p{}

.life_voice_desc02{
	width:auto;
}


.kosodate_support{margin:30px 0 40px 0; padding:0 15px;}

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

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

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

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

.kdsp_center_sp{text-align:center;}
.kdsp_center_sp span{display:block;}


.life_home_box{margin:30px 0 0 0; padding:0 15px;}

.lfhome_box_l{
	width:116px;
	margin:0 auto;
}

.lfhome_box_r{
}

.lfhome_box_r h4{
	font-weight:bold;
	font-size:18px;
	margin-bottom:5px;
	padding-top:10px;
	text-align:center;
}


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

.lftaiken_desc_l{
	margin:0 0 15px 0;
}

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

.lftaiken_desc_l h3 span{}

.lftaiken_desc_r{
	width:70%;
	margin:0 auto;
}




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

移住までの流れ

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

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

.flow_contents{width: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:14px;}

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

.step1_posi{position:absolute; bottom:-15px; right:0; left:0; margin:0 auto; text-align:center;}
.step1_posi img{width:150px;}
.step2_posi{position:absolute; bottom:-15px; right:0; left:0; margin:0 auto; text-align:center;}
.step2_posi img{width:150px;}
.step3_posi{position:absolute; bottom:-15px; right:0; left:0; margin:0 auto; text-align:center;}
.step3_posi img{width:150px;}
.step4_posi{}
.step4_posi img{width:10px;}





.flow_step1{margin:30px auto 0;}

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

.flow_step1_titlebox{
	margin-bottom:10px;
	padding:0 15px;
}

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

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

.flow_step1_titlebox p{padding-bottom:70px;}



.flow_step2{}

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

.flow_step2_titlebox{
	margin-bottom:10px;
	padding:0 15px;
}

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

.flow_step2_titlebox h4 span{display:block;}

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

.flst2_psibox{
	padding:0 15px;
	margin:15px 0 0;
}

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

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

.flst2_psibox li a{
	display:block;
	width:auto;
	padding: 10px 20px;
	background: #3fa9f5;
    border-radius: 40px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	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:20px;
	transform: translateY(-50%);
}

.flst2_photo{text-align:center; margin-top:90px;}
.flst2_photo img{}



.flow_step3{}

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

.flow_step3_titlebox{
	margin-bottom:10px;
	padding:0 15px;
}

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

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

.flow_step3_titlebox h4 span{display:block;}

.flst3_psibox{
	padding:0 15px;
	margin:15px 0 0;
}

.flst3_psibox li a{
	display:block;
	width:auto;
	padding: 10px 20px;
	background: #3fa9f5;
    border-radius: 20px;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	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:10px;
	right:20px;
}

.flst3_photo{text-align:center; margin-top:90px;}
.flst3_photo img{}



.flow_step4{}

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

.flow_step4_titlebox{
	margin-bottom:10px;
	padding:0 15px;
}

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

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

.flow_step4_titlebox p{width:auto;}
.flow_step4_titlebox h4 span{display:block;}


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


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


.flst4_mline{width:42px;}

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

.flst4_mdesc02 {
	position:absolute;
	line-height:1.2;
}

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

.flst4_mdesc01 p span{display:block;}
.flst4_mdesc02 p span{display:block;}

.flst4_mdesc02.mdposi01{top:45px; left:46px;}
.flst4_mdesc02.mdposi02{top:127px; left:46px;}
.flst4_mdesc02.mdposi03{top:296px; left:46px;}
.flst4_mdesc02.mdposi04{top:348px; left:46px;}

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


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


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


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

.flow_intbox ul.listType01 li{
	width:100%;
	margin-bottom:15px;
}

.flow_intbox ul.listType01 li:nth-child(2n+2){}

.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:auto;
	margin:0 10px 20px;
}

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

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




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

移住者インタビュー

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

.interview_contents{padding:0 15px;}

.interview_contents p{margin:30px 0 25px; text-align:center !important;}

.interview_contents p img{
	width:95%;
}

.interview_top_list li{margin-bottom:10px;}


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

.int_bgfull{
	padding:30px 15px;
	width:auto;
	background-color:#f2ece6;
}

.interview_prof_l{
	width:auto;
	margin-bottom:15px;
}

.interview_mv_r{
	position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}

.interview_mv_r iframe {
	position: absolute;
	top: 0;
	left: 0;
	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:20px;
	margin-left:10px;
}

.int_prof_name01{
	font-size:16px;
}

.int_prof_name02{
	font-size:28px;
}

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

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


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


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

.interview_pair{}

.int_mvdmy{}

.imv_posi{margin-top:15px !important;}


.int_prof_pairLeft{}

.pair_dot{}

.int_prof_pairRight{}

.int_prof_det{}

.ip_indent35{}


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



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

.interview_desc_l h4{
	font-size:22px;
	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{
	padding:0 15px;
	width:auto;
	text-align:center;
}

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


.interview_desc_full h4{
	font-size:22px;
	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{
	width:100%;
	text-align:center;
}

.interview_2colImg_r{
	width:100%;
	text-align:center;
}

.interview_3colImg ul{text-align:center;}

.interview_3colImg ul li{
	margin:0 auto 5px;
	width:90%;
	text-align:center;
}


.int_backbtn{
	margin:30px 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:auto;
	margin:0 15px;
}

.interview_list_3colbox li{
	width:100%;
	margin-bottom:15px;
}

.interview_list_3colbox li:nth-child(2n+2){}

.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:auto;
	margin:0 15px 40px;
}

.interview_list_box li{
	width: 48%;
	margin:0 0 15px 0;
}

.interview_list_box li:nth-child(2n+1) {
    float: left;
    clear: both;
}

.interview_list_box li:nth-child(2n) {
    float: right;
}

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




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

移住者のQ＆A

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

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

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


.faq_question_btn{
	width:192px;
	margin:15px auto 0;
}


.faq_bgfull{
	width:auto;
	background-color:#f4ebe2;
}

.faq_madoguchi{
	height:100%;
}

.faq_madoguchi_l{
	padding:15px 15px;
	width:auto;
	background-color:#f4ebe2;
}

.faq_madoguchi_bgright{
	width:auto;
}

.faq_madoguchi_r{
	padding:15px 15px;
	width:auto;
	background-color:#ebeff6;
}


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


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

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

.faq_contents dt {
	display:table-cell;
	text-align:center;
	width:52px;
	vertical-align:text-top;
	padding-right:15px;
}

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

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

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

.faq_co_textbox{word-wrap: break-word;}





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

十和田日々コレクターズ

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

/*20180209リニューアル*/

.collect_mainTitle{
	background: #42210b;
	position: relative;
	text-align: center;
	min-width: auto;
}

.collect_mainTitle h2{
	position: absolute;
	top: 30px;
	left: 15px;
	width: 90%;
}

.collect_fullBG{
	background: #534741;
	padding: 20px 15px 25px;
}

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

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

.colldesc_newsList{}

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

.colldesc_newsBox{
	background: #FFF;
}

.colldesc_newsPhoto{
	width: 100%;
	min-height: none;
	position: relative;
	box-sizing: border-box;
	background-color: #ccc;
}

.colldesc_newsPhoto img{
	max-width: 100%;
	max-height: none;
	text-align: center;
}

.colldesc_newsPhoto .number{
	position: absolute;
	left: 15px;
	bottom: 10px;
	line-height: 1;
	color: #FFF;
	font-size: 36px;
	text-shadow: 2px 2px 6px #000;
	z-index: 2;
}

.colldesc_newsDesc{
	width: auto;
	box-sizing: border-box;
	padding: 15px 20px;
}

.colldesc_newsDesc dl{
	margin: 5px 0 15px;
}

.colldesc_newsDesc dt{
	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{}

.colldesc_newsDesc .textarea{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
	margin-bottom: 15px;
}

.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{
	text-align: center;
	color: #fff;
	margin: 15px -20px -15px;
}

.colldesc_newsDesc .mapLink a{
	display: block;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 15px;
	vertical-align: middle;
	font-size: 18px;
}

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

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

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

.collect_pager ul{
	font-size: 18px;
	font-weight: bold;
}

.collect_pager ul li.pre{
	width: 100%;
	text-align: center;
}
.collect_pager ul li.pre img{width:27px;}

.collect_pager ul li.home{margin: 0 40px;}
.collect_pager ul li.home img{width:130px;}

.collect_pager ul li.next{
	width: 100%;
	text-align: center;
}
.collect_pager ul li.next img{width:27px;}

.collect_pager ul li a{
	display: block;
	color: #fff;
	padding: 15px 0px;
}

.collect_pager ul li.pre a{background-color: #90262D;}
.collect_pager ul li.next a{background-color: #701519;}

.collect_pager ul li a:hover{
	opacity: 0.75;
}



.collect_bgfull{
	padding:30px 15px;
	width:auto;
	background-color:#feefd8;
}

.clt_logo{
	width:65%;
	margin:0 auto 20px;
}

.clt_explanation{}

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


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

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

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

.cj_btn{
	margin:40px 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:40px;
	border-top:2px solid #e8d7c5;
	border-bottom:2px solid #e8d7c5;
}

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


.collect_contents_l{
	width:auto;
	margin-bottom:30px;
}

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

.collect_box_photo{
	max-width:260px;
	margin:0 auto 15px;
	text-align:center;
}

.collect_box_desc{
	width:auto;
}

.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 {
	clear:both;
	padding-top:7px;
	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 0;
	zoom:1;
	word-wrap: break-word;
	color:#754c24;
}

.collect_contents_r{
	width:65%;
	margin:0 auto;
}

.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: 30px 0px 0px;
}

.map_tabBox{
	width: 100%;
}

.map_spMenu{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background-color: #d9e021;
	padding: 10px;
	/* font-size: 16px; */
	font-size: 4.5vw;
	letter-spacing: 4px;
	position: relative;
}
.map_spMenu::before,
.map_spMenu::after{
	content: "";
	position: absolute;
	right: 10%;
	transform: translateY(-50%) rotate(45deg);
	width: 25px;
	height: 25px;
	border: 2px solid #000;
	border-top: none;
	border-left: none;
	transition: 0.3s ease;
}
.map_spMenu::before{
	top: 30%;
}
.map_spMenu::after{
	top: 45%;
}

.map_spMenu.open{
	background-color: #d9e021;
}
.map_spMenu.open::before,
.map_spMenu.open::after{
	content: "";
	position: absolute;
    top: 12%;
    right: 10%;
    width: 2px;
    height: 40px;
	border: none;
	background-color: #000;
}
.map_spMenu.open::before{
	transform: translate(-15px, 0%) rotate(225deg);

}
.map_spMenu.open::after{
	transform: translate(-15px, 0%) rotate(-225deg);
}

.map_spIcon{
	/* width: 22px; */
	margin-right: 10px;
	/* position: absolute;
	top: 50%;
	left: 50px;
	transform: translateY(-50%); */
}
.map_spIcon img{
	width: 8vw;
}

.map_tabBox ul{
	display: none;
	width: 100%;
	padding: 0 50px 50px;
	box-sizing: border-box;
	background-color: #d9e021;
	/* display: flex; */
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.map_tabBox ul li{
	width: 100%;
	border-bottom: 1px solid #000;
}

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

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

.map_tabName{
	width: calc(100% - (35px + 10px));
	/* display: inline-block; */
	/* font-size: 14px; */
	font-size: 4.3vw;
	color: #000;
}

.map_mapBox{
	display: none;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 85vh;
	overflow: hidden;
	margin-bottom: 46px;
}

.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{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	display: flex; flex-wrap: nowrap;
	justify-content: center; align-items: center;
	background-color: #d9e021;
	z-index: 10;
}
.map_innerName{
	font-size: 16px;
	color: #000;
	margin-right: 25px;
}

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

お問い合せ

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


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

.contact_title{
	font-size:16px;
}

.contact_title p span{
	display:block;
}

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


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

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

.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 {
    padding: 0 15px;
}

.contact_main dl {
    width:auto;
}

.contact_main dt {
	clear:both;
	text-align:left;
	padding:25px 0 5px 0;
}

.contact_main dd {
	padding:0 0 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:260px;
	height:70px;
	margin:30px auto 0 auto !important;
	background:url(../contact/image/send_btn_sp.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:95%; }
.fw_150 { width:150px; }
.fw_200 { width:200px; }
.fw_300 { width:300px; }
.fw_500 { width:500px; }


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

メディア情報

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

.mediaContents{
	margin: 30px 15px 0px;
}

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

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

.med_Sub01 img{width: 206px;}
.med_Sub02 img{width: 231px;}
.med_Sub03 img{width: 246px;}
.med_Sub04 img{width: 258px;}

.med_linkList{margin-bottom: 50px;}

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

.med_linkList a{
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 10px 30px 10px 0px;
	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: 0px;
	transform: translate(0%, -50%);
	font-size: 18px;
}