@charset "utf-8";

body#np main{
	background: url(/national_parks/img/main_bg.png) no-repeat top center #f1f1ea;
	background-size: 100%;
}

body#np .txt_link{
	font-size: 100%;
	margin: 20px 0 50px 3.5em!important;
	line-height: 140%;
	text-indent: -3.2em;
}

/******************************************************************
fn_main
******************************************************************/
.fn_main{
	height: 56vw;
	position:static;
}

.fn_main .fn_maintitle{
	position: absolute!important;
	z-index: 100;
    top: 22vw;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.fn_main .fn_mainimg{
	padding-top: 74px;
}
	.fn_main .fn_mainimg img{
		width: 100%;
	}

/******************************************************************
content
******************************************************************/
body#np #content{
	max-width: 1260px; /*padding 左右60px込み*/
	margin: auto;
	padding: 0 60px 50px 60px;
	box-sizing: border-box;
	font-size: 90%;
	/*font-family:YuMincho,    /* Mac用 */ 'Yu Mincho', /* Windows用 */serif;*/
}


.read{
	line-height: 200%;
	font-size: 120%;
	text-align: center;
	margin-bottom: 40px;
}

.cont_mark{
	text-align: center;
	margin: 25px 0 35px 0;
}

/******************************************************************
title
******************************************************************/

h2{
	font-family:YuMincho,    /* Mac用 */ 'Yu Mincho', /* Windows用 */serif;
}

h2.title-border {
display: flex;
font-size: 160%;
align-items: center;
margin-bottom: 30px;
}
.title-border:before,
.title-border:after {
border-top: 1px solid #828282;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

h3.titit_bg{
	font-family:YuMincho,    /* Mac用 */ 'Yu Mincho', /* Windows用 */serif;
	font-weight: bold;
	background: url(/national_parks/img/title_bg.png) repeat-x center center;
	width: 100%;
	text-align: center;
	font-size: 170%;
}

h3.titit_bg span{
	background:#f1f1ea;
	padding: 0 15px 0 15px;
}


/******************************************************************
np_box
******************************************************************/
.np_box{
	background: #fff;
	box-shadow: 7px 7px 10px #dfdfd9;
	margin-bottom: 50px
}

.np_box a{text-decoration: underline;	}
.np_box a:hover{text-decoration:none;	}

.np_box:last-child{
	margin-bottom: 0
}

.np_box h3{
	padding: 15px 15px 12px 25px;
	line-height: 140%;
	font-size: 120%;
	color: #fff;
	background: url(/national_parks/img/title_bg2.png) no-repeat right bottom #5a5443;
	text-align: center;
}
	.np_box h3 span{
		display: block;
		font-size: 80%;
	}


.np_box .box_inner{
	box-sizing: border-box;
	padding: 40px;
}

.inner_set{
	display: flex;
	justify-content: space-between;
	font-size: 90%;
}

.box_left{
	min-width: 550px;
	margin-right: 30px;
}


.inner_set2{
	background: #f1f0ed;
	border-radius: 10px;
	margin-top: 30px;
	padding: 20px 30px 20px 30px;
}

.inner_set2 h4{
	font-weight: bold;
}

.inner_set2 ul li{
	text-indent: -1em;
	margin-left: 1em;
}


a.box_link{
	display:block;
	text-align: center;
	background: #494333;
	color: #fff;
	border-radius: 10px;
	padding: 5px 30px 5px 30px;
	width: 150px;
	margin: 30px auto 0 auto;
	text-align: center;
	transition: all 0.3s;
	text-decoration: none;
}

a.box_link:hover{
	text-decoration: none;
	opacity: 0.7;
}

/******************************************************************
bg_white
******************************************************************/
.bg_white{
	background: url(/national_parks/img/bg_arrow.png) no-repeat top center #fff;
	padding-top: 50px;
}

.bg_white h2{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.mb_inner{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}

.mb_inner .mb_left{
	width: 100%;
}
.mb_inner .mb_right{
	min-width: 441px;
	margin-left: 30px;
	text-align: center;
}


/******************************************************************

******************************************************************/




/******************************************************************
SP
******************************************************************/

@media all and (max-width: 1024px) {

	body#np #content{
		max-width: 100%;
		padding:0 20px 20px 20px!important;
		box-sizing: border-box;
		margin-top: -15px;
	}

		body#np .txt_link{
			font-size: 120%;
			text-indent: -2.2em;
			margin: 15px 0 20px 2.2em!important;
			line-height: 120%;
		}


.read{
	margin-bottom: 20px;
	font-size: 100%;
	line-height: 180%;
}

.cont_mark{
	margin: 15px 0 15px 0;
}
	.cont_mark img{
		width: 30%;
	}



	/* bg_white */
	.bg_white h2{
		font-size: 130%;
		line-height: 160%;
		margin-bottom: 0;
	}



/* title */
h2.title-border {
font-size: 130%;
}

h3.titit_bg{
	background:none;
	font-size: 130%;
}

h3.titit_bg span{
	background: none;
	line-height: 140%;
}


.np_box{
	margin-bottom: 20px
}

.np_box .box_inner{
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
}
.inner_set{
	display: block;
	font-size: 90%;
}

.box_left{
	min-width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}


.inner_set2{
	margin-top: 10px;
	padding: 10px 15px 10px 15px;
}

		.inner_set2 h4{
			text-align: center;
		}

		.mb_inner{
			display: block!important;
		}

		.mb_inner .mb_left{
			margin-top: 15px;
			min-width: 100%;
		}
		.mb_inner .mb_right{
			min-width:100%;
			margin-left: 0;
			margin-top: 20px;
		}

		a.box_link{
			margin: 20px auto 0 auto;
		}


  }
