@charset "utf-8";

.p-content-header,
.p-breadcrumb{
	display:none;
}


.about_page{
	background:#FAFAFA;
}



@media (max-width: 679px){
	.p-container__full__auto-paragraph{
		margin: 0 -15px;
	}
	.p-container__full__auto-paragraph + .p-container__full__auto-paragraph{
		margin-top: 50px;
	}
}


.lead{ 
	color: #fff;
	text-shadow: 3px 2px 4px rgba(1, 65, 150, 1);
	margin-top: 30px;
	font-size: 105%;
	line-height: 1.9;	
}

.main_btn_link{
	width: 320px;
	padding: 10px 0;
	font-size: 110% !important;
	display:inline-block;
	text-align:center;
	font-size: 95%;
	margin-top: 0!important;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 50px;
	margin: auto;
	border: 1px solid #fff;
	color:#fff;
}
.main_btn_link:after{
	content:"▶";
	font-size: 80%;
	padding-left: 5px;
}
.about01 .main_btn_link:hover{
	background:#071A56;
 }

.about04 .main_btn_link:hover{
	background:#143075;
 }
.about02 .main_btn_link:hover,
.about03 .main_btn_link:hover{
	background:#2A5A30;
 }
.about05 .main_btn_link:hover{
	background:#120E18;
 }
.about06 .main_btn_link:hover{
	background:#BD8D5A;
 }

.main_btn_link:hover{
	color: #fff;
	transition: 0.6s;
	cursor:pointer;
	opacity:none;
	border: 1px solid #fff;
 }
.close{
	cursor:pointer;
	padding: 30px 0;
 }


/* ローカルナビ */
.local_nav li{
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #fff;
	position:relative;
	width: 28%;
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
}
.local_nav li:first-child{
	display:none;
}

.local_nav li a{
	color: #fff;
	text-decoration:none;
	padding: 5px;
	display:block;
}
.local_nav li a:hover{
	transition: opacity 0.2s ease 0s;
	opacity: 0.7;
}

.local_nav li:after{
	content:">";
	color: #fff;
	position:absolute;
	right: 10px;
	top: 0;
	margin-top: 5px;
}

@media (max-width: 679px){
	.local_nav{
		position: relative;
		bottom: -10px;
		box-sizing:border-box;
		width: 100%;
	}
	.local_nav:after{
		content:" "; display:block; clear:both; height: 0; line-height: 0;
	}
	.local_nav li{
		box-sizing:border-box;
		width: 32.9%;
		display:block;
		float: left;
		background:#004094;
		margin-top: 2px;
		margin-left: 2px;
		margin-right: 0;
		font-size: 90%;
		border: none;
	}
	.local_nav li:first-child{
		display:block;
	}	
	.local_nav li:first-child,
	.local_nav li:nth-child(4){
		margin-left: 0;
	}
	.local_nav li:after{
		display:none;
	}
	.local_nav li a{
		box-sizing:border-box;
	}
		
}


.content_area{
	display:none;
}

@media (max-width: 679px){
	.content_area{
		margin-top: 0;
		padding: 0 10px;
		display:block;
	}
	.main_btn_link,
	.close{
		display:none;
	}
	
}


/* 概要 */
.about01{ 
	background:url(../images/index/main01_img.jpg) no-repeat center;
	background-size: cover;
}
#about01 dl{
	display:table;
	position:relative;
	z-index:1;
	width: 100%;
}
#about01 dl+dl{
	margin-top: 30px;
}
#about01 dl:after{
	content:" "; display:block; clear:both; line-height:0; height: 0;
}
#about01 dt{
	color: #014195;
	font-size: 130%;
	font-weight: bold;
	display:table-cell;
	width: 15%;
	vertical-align:middle;
}
#about01 dt:before{
	content:"●";
	font-size: 120%;
}
#about01 dd{
	display:table-cell;
	vertical-align:middle;
}
#about01 .content_area{
	position: relative;
}

#about01 .content_area:after{
	content:" ";
	width: 440px;
	height: 400px;
	background:url(../images/index/about1_img02.gif) no-repeat;
	display:block;
	position:absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 320px -110px auto 0;
}

.ichi,
.tokei,
.rekishi,
.chosyo{
	position:relative;
	z-index:1;
}

.bg_box{
	background:#EEEAEA;
	padding: 10px;
	box-sizing:border-box;
		
}

.choka dd{
	padding-right: 10px;
}
.choka dt.choboku{
	padding-left: 30px;
}

.toshi dd{
	vertical-align:top !important;
	padding-right: 20px;
}


@media (max-width: 679px){
	.about01{ 
		background:url(../images/index/main01_img_sp.jpg) no-repeat top center;
		background-size: 100%;
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}

	#about01 .lead{
		position: relative;
		bottom: -20px;
		color: #004094;
		text-shadow: none;
		text-align:left;
		padding: 0 10px;
	}

	#about01 h1 img{
		display:none;
	}
	#about01 h1{
		background:url(../images/index/main01_txt_sp.png) no-repeat center;
		background-size: 100% auto;
		display:block;
		width: 90%;
		padding: 40% 0;
		margin: auto;
	}

	#about01 .content_area{
		margin-top: 50px;
	}

	#about01 dl{
		display: block;
	}
	#about01 dt{
		display: block;
		width: 100% !important;
	}

	#about01 .content_area:after{
		background:none;
	}
	.choka dt.choboku{
		padding-left: 0;
	}
	.chouminkensyo dd,
	.toshi dd{
		display:block !important;
		width: auto;
	}
	.chouminkensyo dd img,
	.toshi dd img{
		display:block;
		margin: 10px auto 0;
	}

	.col2 .fl{
		float: none;
		display:block;
	}


	#about01 .ichi:before{
		content:" ";
		width: auto;
		height: auto;
		padding-bottom: 80%;
		background:url(../images/index/about1_img02.gif) no-repeat center;
		background-size: 80%;
		display:block;
		position: relative;
		margin: -30px auto 0;
	}

}




.lead_left{
	width: 580px;
	float: left;
	text-align:left;
}
@media (max-width: 679px){
	.lead_left{
		width: auto;
		padding: 0 10px;
		float: none;
		margin: auto;
		
	}
	.lead_left .lead{
		position: relative;
		bottom:0;
		text-shadow: none;
		color:#231815;
		width: auto;
		padding: 0;
		margin: 80px 0 0 0;
		font-size: 95%;
		
	}
	.lead_left h2 img{
		display:none;		
	}

	.lead_left h2{
		display:block;
		width: 75%;
		padding: 20% 0 50%;
	}	
	.content_area{
		margin-top: 0;
	}

}

/* 町長 */
.about02{ 
	background:url(../images/index/main02_img.jpg) no-repeat center;
	background-size: cover;
}

#about02 dl{
	width: 420px;
	float: left;
}
#about02 dt{
	color: #004094;
	font-size: 136%;
}
#about02 dd{
	font-size: 95%;
	margin-top: 15px;
}
#about02 dd > img{
	margin-top: 20px;
}
#about02 .fl,
#about02 .fr{
	width: 420px;
}
@media (max-width: 679px){
	#about02 h2{
		background:url(../images/index/main02_txt_sp.png) no-repeat center;
		background-size: 100% auto;
	}		
	.about02{ 
		background:url(../images/index/main02_img_sp.jpg) no-repeat top;
		background-size: 100%;
	}
	#about02 dl{
		width: auto;
		float: none;
	}
	#about02 .fl,
	#about02 .fr{
		width: auto;
	}
	#about02 dd > img{
		text-align:center;
	}

}


/* 火山 */
.about03{ 
	background:url(../images/index/main03_img.jpg) no-repeat center;
	background-size: cover;
}
.col4{
	display:table;
}
.col4:after{
	content:" "; clear:both; display:block; height: 0; line-height: 0;
}

.col4 li{
	width: 200px;
	display:table-cell;
	padding-left: 33px;
	position:relative;
}
.col4 li img{
	text-align:center;
	display:block;
	margin: auto;
}
.col4 li:first-child{
	padding-left: 0;
}

@media (max-width: 679px){
	.about03{ 
		background:url(../images/index/main03_img_sp.jpg) no-repeat top;
		background-size: 100%;
	}
	#about03 h2{
		background:url(../images/index/main03_txt_sp.png) no-repeat top;
		background-size: 100% auto;
	}
	#about03 .lead_left h2{
		width: 65%;
		padding: 0 0 80%;
	}	
	#about03 .lead{
		margin: 40px 0 0 0;
	}
	.col4{
		display: block;
	}
	.col4 li{
		width: auto;
		display: block;
		padding-left: 0;
		position:relative;
		margin-bottom: 40px;
	}
	.col4 li + li{
		margin-top: 40px;
	}

	.col4 li p{
		margin-bottom: 10px;
	}

}

/* ボタン */
.more{
	background:#A8B4C1;
	color: #fff;
	text-decoration:none;
	padding: 2px 6px;
	font-size: 85%;
	text-align:center;
	width: 120px;
	position:absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;

}

.more:after{
	content:"▶";
	font-size: 80%;
	padding-left: 5px;
}
.more:hover{
	color:#A8B4C1;
	background: #fff;
	border:1px solid #A8B4C1;
}
.more.tr{
	position:absolute;
	right: 10px;
	left: auto;
	bottom: -20px;
	margin: 10px 0 0 0;
}
.more.block{
	position: relative;
	right: 0;
	left: auto;
	bottom: auto;
	margin: auto;

}

@media (max-width: 679px){
	.more{
		padding: 12px 10px;
		font-size: 100%;
		width: auto;
		position: relative;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display:block;
	
	}
	.more.tr{
		position: relative;
		right: 0;
		left: auto;
		bottom: 0;
		margin: 0 0 0 0;
	}
	.more.block{
		text-align:center;
		position: relative;
		right: 0;
		left: auto;
		bottom: auto;
		margin: auto;
	
	}

}


/* スポーツのまち */
.about04{ 
	background:url(../images/index/main04_img.jpg) no-repeat center;
	background-size: cover;
}

.u-grid__col-6{
	position:relative;
}

@media (max-width: 679px){
	#about04 h3 span{
		display:block;
		font-size: 80%;
	}
	#about04 section + section{
		margin-top: 40px;
	}


	.about04{ 
		background:url(../images/index/main04_img_sp.jpg) no-repeat top;
		background-size: 100%;
	}
	#about04 h2{
		background:url(../images/index/main04_txt_sp.png) no-repeat center;
		background-size: 100% auto;
	}
	#about04 .lead_left h2{
		width: 80%;
	}		
	

}

/* 名誉町民 */
.about05{ 
	background:url(../images/index/main05_img.jpg) no-repeat center;
	background-size: cover;
}

@media (max-width: 679px){
	#about05 .u-grid__col-8,
	#about05 .u-grid__col-4{
		width: auto;
		display:block;
		float: none;
	}
	#about05 .u-grid__col-4 p{
		margin-bottom: 10px;
	}
	
	.about05{ 
		background:url(../images/index/main05_img_sp.jpg) no-repeat top;
		background-size: 100%;
	}
	#about05 h2{
		background:url(../images/index/main05_txt_sp.png) no-repeat top;
		background-size: 100% auto;
	}
	#about05 .lead_left h2{
		display:block;
		width: 50%;
	}	
}


/* 子育て支援 */
#about06{
	margin-bottom: 30px;
}
.about06{ 
	background:url(../images/index/main06_img.jpg) no-repeat center;
	background-size: cover;	
}


.about06 .lead{ 
	text-shadow: 3px 2px 4px rgba(189, 141, 90, 1);
}


.col3{
	display:table;
}
.col3:after{
	content:" "; clear:both; display:block; height: 0; line-height: 0;
}

.col3 li{
	width: 280px;
	display:table-cell;
	padding-left: 30px;
	position:relative;
}
.col3 li img{
	text-align:center;
}
.col3 li:first-child{
	padding-left: 0;
}

@media (max-width: 679px){
	.about06{ 
		background:url(../images/index/main06_img_sp.jpg) no-repeat top;
		background-size: 100%;
	}
	#about06 h2{
		background:url(../images/index/main06_txt_sp.png) no-repeat top;
		background-size: 100% auto;
	}
	
	#about06 .lead{
		text-shadow: none;
	}

	#about06 .lead_left h2{
		width: 60%;
	}	



	.col3{
		display: block;
	}
	.col3 li{
		width: auto;
		display: block;
		padding-left: 0;
	}
	.col3 li + li{
		margin-top: 40px;
	}
	.col3 li img{
		display: block;
		margin: auto;
	}

}



/* title_area */
.title_area{ 
	height: 680px;
	padding-top: 80px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;	
	text-align:center;
	position:relative;
}
@media (max-width: 679px){
	.title_area{ 
		height: auto;
		padding: 20px 6px 0;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;	
		text-align:center;
	}
}



/* その他 */
.color_bl{ color:#231815;}


.close{
	text-align:right;
}


.txt_s{
	font-size: 85%;
	color:#231815;
	text-align:center;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif
}
.txt_l{
	font-size: 130%;
	color:#004094;
	text-align:center;
	line-height: 1.6;
}

.w16{
	width: 17% !important;
}
.w18{
	width: 18% !important;
}
.w21{
	width: 21% !important;
}
.w22{
	width: 22% !important;
}
.w30{
	width: 30% !important;
}


.fl{ float: left; margin-right: 20px;}
.fr{ float: right;}
.zoom{ zoom: 1; overflow:auto;}
.font_l{ font-size: 110%;}
.font_w_normal{ font-weight: normal;}

.u-clearboth:after{
	content:" "; clear:both; display:block; height: 0; line-height: 0;
}

.mincho{
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif
}


.u-text__center{ text-align:center;}

.u-mt__40 {
  margin-top: 40px !important;
}

@media (max-width: 679px){
	.c-pagetop{
		background:#fff;
		position: fixed;
		right: 10px;
		bottom: 5px;
		z-index: 99;
	}
}
.p-list__mb10 > li+li{
	margin-top: 10px;
}

.c-link > a{ text-decoration:none;}


.sp{
	display: none;
}
@media (max-width: 679px){
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}	
}

#bt-play {
	position: absolute;
	cursor:pointer;
	z-index:99;
	left: 15vw;
	bottom: 60px;
}
@media (max-width: 1570px){
	#bt-play {
		left: 10vw;
	}
}
@media (max-width: 1270px){
	#bt-play {
		left: 4vw;
	}
}

#movie_main .playerbox {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#movie_main #player {
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:88;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	display:none;
}
#movie_main #bt-close {
	position: absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background-color:#00A1A1;
	display:block;
	z-index:99;
	cursor:pointer;
	display:none;
}

#movie_main #bt-close:before {
	position: absolute;
	top:50%;
	right:15px;
	width:30px;
	height:2px;
	content:"";
	background-color:#F8DE00;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display:block;
}

#movie_main #bt-close:after {
	position: absolute;
	top:50%;
	right:15px;
	width:30px;
	height:2px;
	content:"";
	background-color:#F8DE00;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display:block;
}
@media (max-width: 679px){
	#bt-play {
		width: 70%;
		position: relative;
		cursor:pointer;
		z-index:99;
		margin: auto;
		left: 0;
		bottom: 10px;		
		display: block;
	}
	.movie_bottom_btn{
		padding-top: 20px;
	}
}

#page-mayor .__text{
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";	
}
.page-about-index .about-hero .__text.page-mayor_lead{
	color: #004094;
	text-shadow: none;
}
.page-about-index #page-mayor .about-hero .__btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
}
#page-mayor .c-btn__middle{
	margin-left: 0;
	margin-top: 20px;
}