@charset "UTF-8";
/****************************************************
* TOP  05 トップ・スタイル  *
*****************************************************/
#homePage {
    position: relative;
}

/*TOPのみ透過menu*******************************************************/
#homePage #headBar {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00082c+8,0b1f47+45&1+8,0.9+45,0+100 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0,8,44,1)),color-stop(45%, rgba(11,31,71,0.9)),to(rgba(11,31,71,0)));
background: linear-gradient(to bottom, rgba(0,8,44,1) 8%,rgba(11,31,71,0.9) 45%,rgba(11,31,71,0) 100%); 
	padding-bottom: 20px;
}
#homePage #contents{
	margin-top: -75px;
}
/*Mobile*/
@media screen and (max-width: 767px){
	#homePage #headBar {
		padding-bottom: 0;
	}
	#homePage #contents{
		padding: 0;
		margin-top: -50px;
	}
}

/*トップslickスライダー*******************************************************/
/* Dots */
.slick-dotted.slick-slider {
    text-align: center;
}
.slick-dots{
    display:block;
    padding: 0;
    margin: 10px;
    list-style: none;
    text-align: center;
	font-size:12px;
	line-height:1;
}
.slick-dots li{
    position: relative;
    display: inline-block;
	vertical-align:middle;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	position:relative;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
	background:#FFF;
	border:1px solid #333;
	border-radius:50%;
}
.slick-dots li.slick-active button:before{
	background:#333;
	border-color:#c8c8c8;
}

/*pause/Play*/
button.pause{
	margin: 5px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:18px;
	padding-top:10px;
	height:18px;
	overflow:hidden;
	border-radius: 50px;
	border:2px solid #fff;
	background-color: #000;
}
button.pause::after{
	position:absolute;
	content:"";
	display:block;
	top:50%;
	left:50%;
	margin-left:-4px;
	margin-top:-3px;
	width: 8px;
	height: 6px;
	border-style: solid;
	border-color:#fff;
	border-width:0 3px;
}
button.pause.paused:after{
	width: 0;
	height: 0;
	margin-left:-3px;
	margin-top:-4px;
	border-width: 4px 0 4px  7px;
	border-color: transparent transparent transparent #fff ;
}

/*操作まとめ*/
.control{
	margin:10px;
	text-align:center;
}
.control .slick-dots{
	margin:0;
	display:inline-block;
}

/*アイキャッチ（slick）*************************/
#main #eyeCatch,
#main #eyeCatch .slide {
    height: 950px;
}
#main #eyeCatch .slide {
	background-size: cover;
}
#main #eyeCatch {
    position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
/*センターのロゴ*/
#main #centerLogo {
    position: absolute;
	top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	font-family: 'Crimson Text', serif;
	text-shadow: 0 0 4px #000, 0 0 12px #000, 0 0 18px #00082C;
	z-index: 10;
}
#main #centerLogo img {
    max-width: 235px;
    height: auto;
    margin-bottom: 2em;
}
#main #centerLogo h2 {
    font-size: 2em;
}

#eyeCatch .control{
	width:250px;
	left:50%;
	margin-left:250px;
	position:absolute;
	text-align:right;
    bottom:10px;
	z-index:15;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
    #main #eyeCatch,
	#main #eyeCatch .slide {
		height: 650px;
	}
}
@media screen and (max-width: 1024px) {
    #eyeCatch .control{
        width: auto;
		right: 0;
		margin-left:0;
	}
	
}
@media screen and (max-width: 767px) {
	
    #main #eyeCatch,
	#main #eyeCatch .slide {
		height: 450px;
	}
	
	#main #centerLogo {
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		color: #fff;
	}
	#main #centerLogo img {
		max-width: 160px;
		height: auto;
	}
}
/*移動リンク*************************/
#downLink {
	margin: 0;
    position: relative;
    height: 60px;
    overflow: hidden;
    z-index: 1;
}
#downLink a {
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    padding-top: 100px;
    background-color: transparent;
}
#downLink a::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 45px;
    height: 45px;
    margin: auto;
    font-family: FontAwesome;
    content: "\f107";
    color: #fff;
    font-size: 45px;
    text-decoration: none;
}

/*一覧リストボタン　キーフレーム*/
@-webkit-keyframes hover_action {
	 0% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:2px solid rgba(11,31,71,0.2);
	}
	 50% {
	 width:0%;
	 height:0%;
	 left:50%;
	 top:50%;
	 border:0 solid rgba(11,31,71,0.2);
	}
	 100% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:0 solid rgba(11,31,71,0.2);
	 background:#000;
	}
}
@keyframes hover_action {
	 0% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:2px solid rgba(11,31,71,0.2);
	}
	 50% {
	 width:0%;
	 height:0%;
	 left:50%;
	 top:50%;
	 border:0 solid rgba(11,31,71,0.2);
	}
	 100% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:0 solid rgba(11,31,71,0.2);
	 background:#000;
	}
}
@-webkit-keyframes hover_action_w {
	 0% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:2px solid rgba(255,255,255,0.2);
	}
	 50% {
	 width:0%;
	 height:0%;
	 left:50%;
	 top:50%;
	 border:0 solid rgba(255,255,255,0.2);
	}
	 100% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:0 solid rgba(255,255,255,0.2);
	 background:#fff;
	}
}
@keyframes hover_action_w {
	 0% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:2px solid rgba(255,255,255,0.2);
	}
	 50% {
	 width:0%;
	 height:0%;
	 left:50%;
	 top:50%;
	 border:0 solid rgba(255,255,255,0.2);
	}
	 100% {
	 width:100%;
	 height:100%;
	 left:0%;
	 top:0%;
	 border:0 solid rgba(255,255,255,0.2);
	 background:#fff;
	}
}
/*一覧リストボタン*/
.listBtn a {
    position: relative;
    display: inline-block;
    width: 265px;
    height: 45px;
    margin: 10px;
    padding: 0 20px 0 10px;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.listBtn a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.listBtn.color_w a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.listBtn a::after {
	font-family: FontAwesome;
	content: "\f105";
	z-index: 0;
	opacity: .5;
	margin-left: 15px;
	width: 10px;
}
.listBtn.more a::after {
	content: "\f107";
}
.listBtn.color_w a::after span,
.listBtn.color_w a::focus span{
	color: #fff;
}
.listBtn.color_w a:hover span ,
.listBtn.color_w a:focus span {
	color: #000;
}
.listBtn.color_w a:hover::after ,
.listBtn.color_w a:focus::after {
	color: #000;
}
.listBtn a:hover,
.listBtn a:focus {
	text-shadow: none;
}
.listBtn a:hover::before,
.listBtn a:focus::before {
	-webkit-animation-name: hover_action;
	        animation-name: hover_action;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
.listBtn.color_w a:hover::before,
.listBtn.color_w a:focus::before {
	-webkit-animation-name: hover_action_w;
	        animation-name: hover_action_w;
	-webkit-animation-duration: 0.3s;
	        animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.listBtn a span {
    position: relative
}
.listBtn a::after {
    margin-left: 12px
}




/*section共通項*/
section .container {
    display: block;
    text-align: center;
}
#main section h3 {
    position: relative;
    margin: 0 auto 0.5em;
    font-size: 1.875em;
	padding-bottom: 1em;
	background: none;
}
section h3::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    background-image: url(images/markline.svg);
	background-position: center bottom;
	background-size: contain;
}
.contentBox {
    position: relative;
    padding: 10px;
    z-index: 5;
}
.contentBox .text {
    margin: .5em 0 1em 0;
}

@media screen and (max-width: 767px) {
	section  h3 {
		font-size: 1.35em;
	}
	
}
/*周遊コース・SNS box共通*/
section .containerBox {
    position: relative;
    display: inline-block;
    width: calc((100% / 2) - 20px );
    padding: 10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
	section .containerBox {
		display: inline-block;
		width: 100%;
		padding: 0;
		text-align: left;
		overflow: hidden;
	}
}



/*日本遺産と21の構成文化財の背景グラデーションBOX**************************/
#gradationBox {
    position: relative;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#0b1f47));
    background: linear-gradient(to bottom, #000, #0b1f47);
    text-align: left;
    color: #fff;/*白黒共通カラー*/
	font-family: 'Crimson Text', serif;
	text-shadow: 0 0 10px #000,0 0 5px #000;
}
#gradationBox::before {
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url( images/bg_hokkaido.svg) no-repeat;
    background-position: top 110px right;
    background-size: 50% auto;
}
#gradationBox a {
    color: #fff;
}
#gradationBox .contentBox {
    max-width: 1020px;
    margin: 50px auto 0 auto;
}
#gradationBox #japanHeritage h3,#gradationBox #japanHeritage30 h3 {
    text-align: left;
	margin-bottom: 1em;
}
#gradationBox #japanHeritage h3::before,#gradationBox #japanHeritage30 h3::before {
    background-position: left bottom;
}
#japanHeritage, #japanHeritage30 {
    max-width: 1020px;
    margin: 50px auto 0 auto;
    padding: 0 10px;
}

.contentBox #japanHeritage {
	padding-right: 40%;
}
.contentBox #japanHeritage30  {
	padding-right: 50%;
}
@media screen and (max-width: 840px) {
	#gradationBox .contentBox{
		padding-top: 150px;
	}
	#gradationBox::before {
		top: 0;
		background-position: center center;
		background-size: contain;
		height: 280px;
	}
	#gradationBox .contentBox #japanHeritage,
	#gradationBox .contentBox #japanHeritage30 {
		margin: 0 auto;
		padding: 0 10px;
	}
}
/*21の構成文化財*******************************************************/
#culturalProperty {
    text-align: center;
	position: relative;
	padding-bottom: 20px;
}
#culturalProperty::before {
    position: absolute;
    top: -200px;
    right: -10em;
    content: "";
    width: 100%;
    height: 100%;
    background: url( images/base_mark.svg) no-repeat;
    background-position: top right;
    background-size: 38% auto;
}
#culturalProperty .container p {
    max-width: 710px;
    margin: 0 auto;
}


@media screen and (max-width: 1024px) {
	#culturalProperty {
		margin-top: 30px;
	}
}


#content21 li{
	width: 50%;
	padding: 0;
	text-align: left;/*IE*/
	height: 0;
	opacity: 0;
	-webkit-transform: scale3d(0.4,0.4,0.4);
	        transform: scale3d(0.4,0.4,0.4);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
#content21 li.open{
	height: auto;
	opacity: 1;
	-webkit-transform:none;
	        transform:none;
}
#content21 li a{
	height: 175px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 2em;
}
#content21 .thumb{
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	height: 100%;
	z-index: 1;
}
#content21 .title{
	z-index: 2;
	min-height: 2.5em;
	padding: 0.5em;
	text-align: center;
	line-height: 1.5;
	color: #000;
	text-shadow: none;
	background: rgba(255,255,255,0.80);
}
#content21 .title span{
	display: block;
}
#content21 li a:hover .title,
#content21 li a:active .title,
#content21 li a:focus .title{
	text-decoration: none;
	background: #fff;
}
/*Mobile L*/
@media screen and (min-width: 480px) {
	#content21 li{
		width: calc( 100% / 3 );
	}
	#content21 li a{
		height: 200px;
	}
}
/*Desktop & Print*/
@media screen and (min-width: 768px), print{
	#content21 li{
		width: 25%;
	}
	#content21 li:nth-child(7n-2),
	#content21 li:nth-child(7n){
		width: 37.5%;
	}
	#content21 li a{
		padding: 56px;
		height: 380px;
	}
}



/*officialSNS*******************************************************/
#officialSns a {
    color: #0b1f47;
}
#officialSns .widget {
    margin: 30px auto;
	width: 520px;
	padding: 0 10px;
	max-width: 100%;
	overflow: auto;
}
#officialSns .widget h4{
	margin-bottom: 15px;
	font-size: 1.375em;
	font-family: 'Crimson Text', serif;
}
#officialSns .widget  h4::before{
    display: inline-block;
    height: 22px;
    width: 22px;
    margin-right: 0.5em;
    background-position: center center;
}
#officialSns .widget.fb h4::before{
	content: "";
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAACXBIWXMAAAsSAAALEgHS3X78AAABHUlEQVRIiWP8//8/A60AC7K5tlGNDlSw58PhZfUXQAy4y22jGhcwMDDEU8kTiYeX1S9gQhKglsEgkMCAHiykAkMtBbiOL19/MNx++ALFBLIM97QzYMiP82Dg5mKHi124/pAht3kBZYZLiAowVGX4E6WWZMO97AxQ+HcevmT48g0zSMgyHN3gxMoZOOWZcMoQAUAuxgeIdjksZYDCHAZ4uDjg4s9ff2B48foDih6iDZ9Ug5kNVOTF4eLz1x5kmLf2AIo8RcGCDJ6juZqqhr94g2k40cFiG9UIppOCHRgSg+3BbGwZBxlQzeWjhg8+wy9S0VxwNYecFEH1ZwEhXW/ef1bYf/IaOM+/eP0BlLjBBiEBUB06AcSgXe3PwMAAAPQOW6qmgcaSAAAAAElFTkSuQmCC');
}

/*news*******************************************************/
#news {/*白黒共通カラー*/
    padding: 10px 0 30px 0;
    background-color: #0b1f47;
    color: #fff;
    overflow: hidden;
	position: relative;
}
#news::before {
    position: absolute;
    top: 0;
    right: -18%;
    content: "";
    width: 100%;
    height: 100%;
    background: url( images/base_mark.svg) no-repeat;
    background-position: top right;
    background-size: 45% auto;
	z-index: 1;
}
#news a {
    color: #fff;
}
#news section {
	position: relative;
	z-index: 2;
}
#news .entrys li{
	border-color: #fff;
}
#news .entrys {
    margin-bottom: 35px;
}
#news .listBtn{
	text-align: center;
}
@media screen and (max-width: 767px) {
	#news::before {
		top: 2%;
		right: -50%;
		background-size: 80% auto;
	}
}
#news .entrys .post-date{
	color: #fff;
}
#news span.new {
    color: #ff0;
}



/*バナーリンク*/
#bnLink{
	padding-top: 30px;
}
#bnLink >div{
	margin-bottom: 30px;
}
#bnLink h3{
	font-size: 1.375em;
	font-family: 'Crimson Text', serif;
	text-align: center;
}
#bnLink h3::before{
	display: none;
}

#main .intro h3{
	text-align: left;
}
#main section.intro h3::before{
	    background-position: left bottom;
}