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


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

#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;
}

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

@media screen and (max-width:767px) { /*SP*/
	.CW1000{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
	
	.CW1400{
		max-width: initial;
		max-width: auto;
		margin:0 auto;
		padding: 0px 15px;
		box-sizing: border-box;
	}
}

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

.swipeText {
    font-size: 14px;
    text-align: right;
	margin-bottom: 10px;
}

.swipeText span {
    color: #c96b70;
}

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

.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: 20px;
    right: 10px;
    padding: 10px;
    background: #333;
	border: 2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -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 (max-width:767px) { /*SP*/
	#headerSection{
		width: 100%;
		min-width: inherit;
		background-color: #fff;
		margin: 0px auto;
	}
	
	.headerContents {
		box-sizing: border-box;
		margin: 0px 0px 0px 15px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: column;
		height: 150px;
	}
	
	.headerLogo{
		width: 60vw;
		
	}
	
	.headerSubTitle{
		text-align: center;
		display: none;
	}
	
	.menuBtn{
		height: 60px;
		width: 60px;
		position: fixed;
		top: 40px;
		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;
		color: #fff;
		background-color: rgba(51,51,51,1);
	}
    
    .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*/
	#navigationSection{
		max-width: initial;
		max-width: auto;
		box-sizing: border-box;
		padding: 110px 15px 30px;
		margin: 0px auto 0px;
		width: 100%;
		height: 100vh;
		position: fixed;
		right: 0;
		top: 0;
		background-color: rgba(51,51,51,1);
		transition: 0.3s ease;
		z-index: 1000;
		transform: translateX(101%);
		font-size: 17px;
		overflow-y: auto;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', sans-serif;
		font-feature-settings: 'palt' 1;
		letter-spacing: 0.08em;
	}
	
	#navigationSection.open{
		transform: translateX(0%);
	}
	
	.gNavBox{
		display: block;
	}
	
	.gNavBox a{
		width: 100%;
		display: block;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding: 5px 30px 5px 5px;
		border-left: none;
		border-bottom: 1px solid #fff;
		position: relative;
		color: #fff;
	}
	
	.gNavBox .gNavHome{
		display: block;
	}
	
	.gNavBox a::after{
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	
	.gNavBox a:last-child{
		border-right: none;
	}
}


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

@media screen and (max-width:767px) { /*SP*/
	#footerSection{
		padding: 70px 0px 40px;
		background-color: #fff;
	}
	
	.footerContents{
		width: auto;
		margin: 0px auto;
		text-align: center;
		font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ W3', sans-serif;
	}
	
	.footerLogo{
		width: 47px;
		margin: 0px auto 30px;
	}
	
	.footerContents ul{
		margin-bottom: 5px;
		font-size: 12px;
	}
	
	.footerContents li{
		display: inline-block;
		margin: 0px 2px;
	}
	
	.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: 10px;
	}
}


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

.TopMainImg{
	width: 100%;
	margin: 0 auto 35px;
	position: relative;
}

.TopMain_slide{}

.TopMain_slide li {width: 100%;}
.TopMain_slide li img{width: 100% !important;}

#sliderMain{}

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

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


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

.topPickup h3{
	text-align: center;
	width: 45%;
	margin: 0 auto 10px;
}

.topPickup_box{
	width: 100%;
	margin: 0 auto 0px;
	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 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.topSpecial_box{
	margin: 0px 15px;
}

.topSpecialDesc{
	margin: 0px auto 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.topSpecialDesc a{
	display: block;
}

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

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

.topPickup_bkupInr{
	padding-top: 30px;
	border-top: 2px solid #000;
}



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

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

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

.collectors_contents h3 img{
	width:40%;
}

.collectors_desc{margin: 30px 0 30px;}


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

#show_tile{width: 300px; margin: 0 auto;}

.tile01 {
	width:140px;
	height:140px;
	margin:0 0 15px;
	word-break:break-all;
	position:relative;
}

.tile_text {
	width:140px;
	height:140px;
	margin:0 0 15px;
	word-break:break-all;
	position:relative;
}

#show_tile > div:nth-child(2n+1) {
    float: left;
    clear: both;
}

#show_tile > div:nth-child(2n) {
    float: right;
}

.collectors_desc .tile_text a{
	color:#FFF;
	font-size:12px;
	line-height:1.2;
	display:block;
	width:120px;
	height:120px;
	padding:10px;
}


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



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

label {
    background:#FFF;
    color: #000;
    display: block;
    margin: 0;
	padding:0;
	cursor:pointer;
	padding-bottom:20px;
}

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

.category_menu{margin-bottom:30px;}

.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;
}

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

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


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

.category_box{padding:20px;}

.category_box a{word-break: break-all;}
.category_box a:hover{text-decoration:underline;}


/*十和田の日々*/
.movie_contents{
	position: relative;
    width: 100%;
    padding: calc(315 / 560 * 100%) 0 0;
}

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

.mv_list{
	margin-top:25px;
}

.mv_list li{
	margin-bottom:5px;
}

.mv_list li a:hover{text-decoration:underline;}



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

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

.interview_left{
	margin-bottom:20px;
}

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

.interview_right iframe {
   position: absolute;
	top: 0;
	left: 0;
	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;
	width:auto;
}

.top_slide_contents{
	width:220px;
	margin:0 auto;
	height:150px;
	position: relative;
}

.top_slide_wrap{
}

#slider1 {width:auto;}
.tpslide {width: 100%; background-color:#666; height:auto;}
.tpslide img {width: 100%;}

.scenery_contents ul.tpslide_list{
	margin-top:20px;
}

.scenery_contents ul.tpslide_list li{
	margin-bottom:5px;
}

.scenery_contents ul.tpslide_list li a:hover{text-decoration:underline;}



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

.faq_contents{}

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

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

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

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

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


.faq_linkbox{margin-top:20px;}

.faq_linkbox_l{
	margin-bottom:15px;
}

.faq_linkbox_r{
	width:auto;
	text-align:center;
}

.faq_linkbox_r p a{display:block; margin:0 auto;}
.faq_linkbox_r p img{width:120px; margin-top:10px;}


/*----- 201903更新 -----*/
.topMain_frameWrap{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

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

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

.topMain_frameBox .frame_InnerBox{
	position: absolute;
	bottom: 33px;
	left: 33px;
	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: 55px;}
.frame_book2{width: 55px;}
.frame_book3{width: 45px;}
.frame_book4{width: 26px;}
.frame_book5{width: 45px;}
.frame_book6{width: 40px;}
.frame_book7{width: 59px;}

.frame_book_rotate1{
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 11px;
}
.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: 11px;
}
.frame_book_rotate2{
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	margin-left: 27px;
}
.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: 27px;
}

.frame_PhotoBox{
	width: 250px;
	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{
	max-width: 100%;
	margin: 0;
	padding: 30px 15px;
	text-align: center;
	color: #fff;
}

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

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

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

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