@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:inline;}
.ds_sp{display:none;}
.pcNone{display:none !important;}


/*---------------------------------------------------------------------------
　コンテンツ大枠
---------------------------------------------------------------------------*/
#container {
	width:100%;
}

#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;
	margin:0 auto;
	min-width:1280px;
	overflow:hidden;
}

.ContentsBox1000{width:1000px; margin:0 auto;}
.ContentsBox1280{width:1280px; margin:0 auto;}

@media screen and (min-width:768px) and ( max-width:999px) { /*PC&TB*/
	.CW1000{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	
	.CW1400{
		width: 1400px;
		margin:0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}

@media screen and (min-width:1000px) , print { /*PC*/
	.CW1000{
		max-width: 1000px;
		margin:0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	
	.CW1400{
		width: 1400px;
		margin:0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}


/*---------------------------------------------------------------------------
共通CSS
---------------------------------------------------------------------------*/

.swipeText{display: none;}


/*------------　バックナンバー、ピックアップ共通　-----------*/

.BNtype_katalog{background-color: #000; color: #FFF; display: inline-block; padding: 3px 15px; margin: 0 0 15px 0;}
.BNtype_IV01{background-color: #59719c; color: #FFF; display: inline-block; padding: 3px 15px; margin: 0 0 15px 0;}
.BNtype_IV02{background-color: #4a7937; color: #FFF; display: inline-block; padding: 3px 15px; margin: 0 0 15px 0;}
.BNtype_event{background-color: #fbb03b; color: #FFF; display: inline-block; padding: 3px 15px; margin: 0 0 15px 0;}
.BNtype_etc{background-color: #82C513; color: #FFF; display: inline-block; padding: 3px 15px; margin: 0 0 15px 0;}


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

.page-top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    padding: 10px;
    background: #333;
	border: 2px solid #FFF;
    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;
	z-index: 1000;
}

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




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

@media screen and (min-width:768px) and ( max-width:999px) { /*PC&TB*/
	#headerSection{
		width: 100%;
		min-width: 1400px;
		background-color: #fff;
		margin: 0px auto;
	}
	
	.headerContents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 80px 0px 0px;
		position: relative;
	}
	
	.headerLogo{
		width: 446px;
		margin: 0px auto 50px;
	}
	
	.headerSubTitle{
		text-align: center;
	}
	
	.menuBtn,
	.menuBtnBD{
		display: none;
	}
}

@media screen and (min-width:1000px) , print { /*PC*/
	#headerSection{
		width: 100%;
		min-width: 1400px;
		background-color: #fff;
		margin: 0px auto;
	}
	
	.headerContents {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 80px 0px 0px;
		position: relative;
	}
	
	.headerLogo{
		width: 446px;
		margin: 0px auto 50px;
	}
	
	.headerSubTitle{
		text-align: center;
	}
	
	.menuBtn,
	.menuBtnBD{
		display: none;
	}
}


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

@media screen and (min-width:768px) , print { /*PC&TB*/
	#navigationSection{
		min-width: 1400px;
		box-sizing: border-box;
		padding: 10px 0px 30px;
		margin: 0px auto;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', sans-serif;
		background-color: #fff;
		font-feature-settings: 'palt' 1;
		letter-spacing: 0.08em;
	}
	
	.gNavBox{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		line-height: 1.3;
		font-size: 16px;
	}
	
	.gNavBox a{
		display: block;
		padding: 3px 10px;
		border-left: 1px solid #000;
		transition: .3s;
	}
	
	.gNavBox a:first-child{
		display: none;
	}
	
	.gNavBox a:last-child{
		border-right: 1px solid #000;
	}
	
	.gNavBox a:hover{
		background-color: #e9e0d6;
	}
}


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

@media screen and (min-width:768px) , print { /*PC&TB*/
	#footerSection{
		padding: 90px 0px 50px;
		background-color: #fff;
	}
	
	.footerContents{
		width: 1400px;
		margin: 0px auto;
		text-align: center;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', sans-serif;
	}
	
	.footerLogo{
		width: 47px;
		margin: 0px auto 50px;
	}
	
	.footerContents ul{
		margin-bottom: 5px;
	}
	
	.footerContents li{
		display: inline-block;
		margin: 0px 5px;
	}
	
	.footerContents li a {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	
	.footerContents li a::after {
		position: absolute;
		bottom: -2px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #333;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .3s;
	}
	
	.footerContents li a:hover::after {
		transform-origin: left top;
		transform: scale(1, 1);
	}
	
	.footerCopy{
		font-size: 12px;
	}
}



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

.TopMainImg{
	width: 1280px;
	margin: 0 auto 40px;
	height: 400px;
	position: relative;
}

.TopMain_slide{width: 2560px; position: absolute; left: 50%; margin-left: -1280px;}

.TopMain_slide li {width: 640px;}

#sliderMain{overflow: hidden; height: 400px;}

.topMainText{
	width:1000px;
	margin: 0 auto 40px;
}

.topMainText h2{
	font-size: 24px;
	margin-bottom: 20px;
}


.topPickup{
	background-color: #FFF;
	padding: 30px 0 30px;
	min-width: 1280px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.topPickup h3{
	text-align: center;
	width: 225px;
	margin: 0 auto 30px;
}

.topPickup_box{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	/*overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;*/
}

.topPickup_box ul{display: inline-flex;}

.topPickup_box li{
	width: 220px;
	float: left;
	margin-right: 40px;
}

.topPickup_box li:last-child{margin-right: 0;}

.topPickup_box .pickupImg{display: table; margin-bottom: 20px; background: #000;}

.topPickup_box .pickupImg span{
	width: 220px;
	height: 165px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.topPickup_box .pickupImg span img{
	vertical-align: middle;
	max-width: 220px;
	max-height: 165px;
}

.topSpecial{
	background:#fff;
	background-image:url(../image/top/back.png);
	background-size:37px;
	background-position:top left;
	background-repeat:repeat-x;
	padding: 40px 0 30px;
	min-width: 1280px;
	margin: 0 auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.topSpecial h3{
	text-align: center;
	width: 232px;
	margin: 0 auto 30px;
}

.topSpecial_box{
	width: 1000px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.topSpecialDesc{
	width: 480px;
	margin: 0px 15px 15px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.topSpecialDesc a{
	display: block;
}

.topsp_listImg{
	background-color: #fff;
	margin-bottom: 5px;
}

.topPickup_bkup{
	background-color: #FFF;
	padding: 30px 0px 30px;
	text-align: center;
}

.topPickup_bkupInr{
	width: 1000px;
	margin: 0px auto;
	padding-top: 30px;
	border-top: 2px solid #000;
}



/*-----　日々コレクターズ　-----*/

.collectors_contents{
	width:1030px;
	margin:0 auto 50px;
	padding: 40px 0 0;
}

.collectors_contents h3{
	text-align:center;
	margin-bottom:30px;
}

.collectors_contents h3 img{
	width:162px;
	margin:0 auto;
}

.collectors_contents p{text-align: center;}

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

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

.collectors_contents .miniLogo{text-align: center;}

.tile01 {
	width:190px;
	height:190px;
	margin:0 8px 16px;
	float:left !important;
	word-break:break-all;
	position:relative;
}

.tile_text {
	width:320px;
	height:320px;
	margin:0 10px 20px;
	float:left !important;
	word-break:break-all;
	position:relative;
}

.collectors_desc .tile_text a{
	color:#FFF;
	font-size:22px;
	line-height:1.8;
	display:block;
	width:280px;
	height:280px;
	padding:20px;
}


.triangle {
	display:block;
	position:absolute;
	right:10px;
	bottom:20px;
	/* 要素自体の大きさは不要のため、0に設定する */
	width: 0px;
	height: 0px;
	/* border-topとborder-bottomの太さを同一にすると、三角形の頂点が真ん中になる */
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	/* border-leftの大きさを大きくすると、三角形は横に大きくなる */
	border-left: 15px solid #FFF;
	border-right: 0px solid transparent;
	z-index:20;
}

.bg_green01{background-color:#22b573;}
.bg_yellow01{background-color:#fbb03b;}
.bg_brown01{background-color:#c69c6d;}
.bg_brown02{background-color:#c7b299;}



/*カテゴリメニュー*/

.category_menu{}

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

label {
    color: #000;
    display: block;
	width:1280px;
	height:291px;
    margin: 5px 0 0;
	padding:0;
	cursor:pointer;
	background:inherit;
}

input[type="checkbox"].on-off{
    display: none;
}

.category_menu div.category_contents {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
	color:#FFF;
}

input[type="checkbox"].on-off + div{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + div{
    height:200px;
}


.category_menu .ca01{background-color: #000;}
.category_menu .ca02{background-color: #000;}
.category_menu .ca03{background-color: #002e56;}
.category_menu .ca04{background-color: #253d1b;}

.ca01desc{
	background:#000 url(../image/top/category_mainimg01_pc.jpg) center top no-repeat;
	position:relative;
	width: 1280px;
	margin: 0 auto;
}

.ca01desc label img{
	position:absolute;
	top:120px;
	right:150px;
}

.ca02desc{
	position:relative;
	width: 1280px;
	margin: 0 auto;
}

.ca02desc label img{
	position:absolute;
	top:120px;
	right:150px;
}

.ca03desc{
	background:#000 url(../image/top/category_mainimg03_pc.jpg) center top no-repeat;
	position:relative;
	width: 1280px;
	margin: 0 auto;
}
.ca03desc label img{
	position:absolute;
	top:120px;
	right:150px;
}

.ca04desc{
	background:#000 url(../image/top/category_mainimg04_pc.jpg) center top no-repeat;
	position:relative;
	width: 1280px;
	margin: 0 auto;
}

.ca04desc label img{
	position:absolute;
	top:120px;
	right:150px;
}

.ca01desc input[type="checkbox"].on-off:checked + div.category_contents{height:700px !important;}
.ca02desc input[type="checkbox"].on-off:checked + div.category_contents{height:550px !important;}
.ca03desc input[type="checkbox"].on-off:checked + div.category_contents{height:550px !important;}
.ca04desc input[type="checkbox"].on-off:checked + div.category_contents{height:780px !important;}


.category_box{padding:150px 20px 20px;}

.category_box a{color:#FFF;}
.category_box a:hover{text-decoration:underline;}



/*十和田の日々*/
.movie_contents{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width:850px;
	height:482px;
	margin:-20px auto 0;
}

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

.mv_list{
	position: relative;
	left: 50%;
	float: left;
	margin-top:15px;
}

.mv_list li{
	position: relative;
	left: -50%;
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
}



/*移住者インタビュー*/
.interview_contents{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-left:110px !important;
	padding-right:110px !important;
}

.interview_contents h4{
	font-size:24px;
	margin-bottom:15px;
}

.interview_left{
	float:left;
	width:400px;
}

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

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

.interview_number{ text-align:right; margin-bottom:0px; }

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

/*十和田景色*/

.scenery_contents{
	height:auto;
	overflow-x: hidden;
	width:auto;
}

.top_slide_contents{
	width:500px;
	margin:0 auto;
	height:320px;
	position: relative;
}

.top_slide_wrap{
	width:1500px;
	position:absolute;
	left:50%;
	margin-left:-750px;
}

#slider1 {width:100%;}
.tpslide {width: 500px; height:auto;}
.tpslide img {width: 100%;}


.scenery_contents ul.tpslide_list{
	position: relative;
	left: 50%;
	float: left;
}

.scenery_contents ul.tpslide_list li{
	position: relative;
	left: -50%;
	float:left;
	padding:0 10px;
	border-right:1px solid #000;
}



/*移住のアレ・コレ*/

.faq_contents{padding-left:140px !important; padding-right:140px !important;}

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

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

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

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

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


.faq_linkbox{margin-top:10px;}

.faq_linkbox_l{
	float:left;
	width:400px;
	padding-top:90px;
}

.faq_linkbox_r{
	float:right;
	width:600px;
	font-size:18px;
}

.faq_linkbox_r p{vertical-align:bottom;}
.faq_linkbox_r p img{width:139px; vertical-align:bottom;}


/*----- 201903更新 -----*/
.topMain_frameWrap{
	width: 100%;
	height: 449px;
	overflow: hidden;
	position: relative;
}

.topMain_frameWrap　.selector {
	-ms-overflow-style:none;
}

.topMain_frameBox{
	height: 449px;
	background-image: url(../image/top/frame_base.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: auto 449px;
	overflow-y: hidden;
	position: relative;
}

.topMain_frameBox .frame_Left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

.topMain_frameBox .frame_InnerBox{
	width: auto;
	position: absolute;
	bottom: 50px;
	left: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.frame_link{
	display: block;
}

.frame_link:hover{
	margin-bottom: 10px;
}
.frame_link:hover img{
	opacity: 1 !important;
}

.frame_book1{width: 84px;}
.frame_book2{width: 84px;}
.frame_book3{width: 69px;}
.frame_book4{width: 40px;}
.frame_book5{width: 69px;}
.frame_book6{width: 60px;}
.frame_book7{width: 91px;}

.frame_book_rotate1{
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 17px;
}
.frame_book_rotate1:hover{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 0px;
	margin-right: 17px;
}
.frame_book_rotate2{
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 42px;
}
.frame_book_rotate2:hover{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 0px;
	margin-right: 42px;
}
.frame_book_rotate3{
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 42px;
}
.frame_book_rotate3:hover{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 0px;
	margin-right: 42px;
}

.frame_PhotoBox{
	width: 398px;
	padding-bottom: 25px;
}

.topMain_woodBox{
	width: 100%;
	background-image: url(../image/top/wood.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.topMain_woodInnerBox{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
	color: #fff;
}

.topMain_woodInnerBox h2{
	margin-bottom: 30px;
}

.topMain_woodInnerBox p{
	line-height: 1.8rem;
}

.topMain_frameCaution{
	position: relative;
	width: 180px;
	height: 50px;
	margin-top: -50px;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.topMain_frameCaution p{
	color: #fff;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .topMain_frameBox .frame_InnerBox {
/*		width: 1992px;*/
		width: auto;
		position: absolute;
		bottom: 50px;
		left: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: flex-end;
		align-items: flex-end;
	}
  }