@charset "UTF-8";

/*=============================
	common setting
===============================*/

/* header
-------------------------*/

/*MV動画時*/
/*header .mv_slider{ display: none!important; }*/
/**/

.pcMovie{
	position: relative;
    width: 100%;
    height: 100vh;
}
#video-background{
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
	z-index: -2;
}
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
	 z-index: -1;
}
section{
	background-color: #fff;
}
#contentwrap{
	background-color: #fff;
}
.snsBtn_area{
	background-color: #fff;
	margin-top: -10px;
}
.slide_pareWrap{
	background-color: #fff;	
	width: 100%;
}
.topconts04{
	z-index: 9;
}

/*MV動画時*/

header .mv_slider{overflow: hidden;}
header .mv_slider.pn{ display: none; }
.slide01{background: url(../images/mv.jpg) no-repeat center; background-size: cover;}
.slide02{background: url(../images/mv02.jpg) no-repeat center; background-size: cover;}
.slide03{background: url(../images/mv03.jpg) no-repeat center; background-size: cover;}
.slide04{background: url(../images/mv04.jpg) no-repeat center; background-size: cover;}
.slide05{background: url(../images/mv05.jpg) no-repeat center; background-size: cover;}
header video { width: 100%; }
header .head_center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 200px;
	max-width: 870px;
	width: 90%;
}
header .head_center h2{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	text-shadow:2px 2px 10px #000000,-2px -2px 10px rgba(0,0,0,0.8);
	line-height: 60px;
	margin-bottom: 20px;
}
header .head_center .search_area input[type='text']{
	float: left;
	width: 80%;
	border-radius: 5px 0 0 5px;
	height: 60px;
	border: none;
	font-size: 17px;
	padding-left: 60px;
	background: url(../../common/images/icon01.png) no-repeat left 20px center #fff;

}
header .head_center .search_area input[type='submit']{
	float: right;
	width: 20%;
	border-radius: 0 5px 5px 0;
	height: 60px;
	border: none;
	background: #e02d3c;
	color: #fff;
	font-size: 17px;
	cursor: pointer;
}
header .head_center .search_area input[type='submit']:hover{
	background: #1d132b;
	opacity: 1;
}
header .head_center .search_area .search_in{
	box-shadow: 2px 2px 10px rgba(0,0,0,0.7);
	overflow: hidden;
	width: 100%;
	display: block;
	border-radius: 5px;
}
header .head_center .s_txt{text-align: left; margin-top: 20px;}
header .head_center .s_txt a{
	text-align: center;
	padding: 1px 15px;
	text-align: center;
	color: #717171;
	background: #fff;
	font-size: 14px;
	border-radius: 15px;
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}
header .head_center .s_txt a:hover{
	background: #1d132b;
	color: #fff;
	opacity: 1;
}
header .head_news{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.6);
	padding: 10px 0 10px 240px;
	font-size: 16px;
	text-align: left;
}
header .head_news p{
	text-decoration: underline;
	font-weight: bold;
}
header .head_news .side_txt{
    position: absolute;
    top: 0;
    left: 0;
    background: #ffe93e;
    max-width: 220px;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.slide_pare.inner1080{ padding: 60px 40px 30px 40px; }
.bnrs_slider img{
	display: block;
	width: 100%;
}
.bnrs_slider .bnrs_slide{ padding: 10px; }
.bnrs_slider .slick-prev{ z-index: 1000; left: -15px; }
.bnrs_slider .slick-next{ z-index: 1000; right: -15px; }
.bnrs_slider .slick-prev:before,
.bnrs_slider .slick-next:before{
	content: " ";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.bnrs_slider .slick-prev:before{
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.bnrs_slider .slick-dots > li:first-child:last-child {
    display: none;
}
.en_slide{ display: none!important; }


/* topconts
-------------------------*/
.topwrap{overflow: hidden; width: 100%;}
.topconts .ttl01{
	margin-bottom: 45px;
	position: relative;
}


/* topconts01
-------------------------*/
.topconts01{
	padding: 50px 10px 40px 10px;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
}
.topconts01 .list01{overflow: hidden; margin-bottom: 40px;}
.topconts01 .list01 li{
	float: left;
	width: 24%;
	margin-right: 1.2%;
	text-align: left;
	position: relative;
}

/**.topconts01 .list01 li:first-child a::after {
    content: "NEW!";
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.topconts01 .list01 li:first-child a::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #e02d3c transparent transparent transparent;
}**/



.status_txt{
		font-size: 12px;
	    color: #e02d3c;
	    display: inline-block;
	    background: #fff;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    z-index: 666;
	    padding: 0px 10px;
	    font-weight: bold;}

/**.status_txt::after{
	content: "";
	display: block;
	}**/




.topconts01 .list01 li:last-child{margin-right: 0; }
.topconts01 .list01 li a{display: block;}
.topconts01 .list01 li img{display: block; width: 100%; margin-bottom: -25px; }
.topconts01 .list01 li img:hover{opacity: 1;}
.topconts01 .list01 li .event_date{
	background: #e02d3c;
	color: #fff;
	padding: 3px 10px;
	font-size: 16px;
	display: inline-block;
	height: 25px;
}
.topconts01 .list01 li .cate{
	margin-top: 5px;
	color: #e02d3c;
	font-size: 12px;
	font-weight: bold;
}
.topconts01 .list01 li .title{
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	line-height: 25px;
}
.topconts01 .list01 li .txt{
	font-size: 13px;
	line-height: 22px;
}
.topconts01 .list01 li .area{
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 20px;
	background: url(../../common/images/icon_pin.png) no-repeat left top 1px;
}
.topconts01 .seeMoreBtn{
	margin: 0 auto;
}

/* topconts02
-------------------------*/
.topconts02{
	padding: 60px 10px 100px 10px;
}
.topconts02 .ttl02{
	margin-bottom: 40px;
}
.topconts02 .linkList{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.topconts02 .linkList::before,
.topconts02 .linkList::after{
	content: " ";
	position: absolute;
	width: 60px;
	height: 60px;
}
.topconts02 .linkList::after{
	top: -20px;
	left: 0;
	border-top: 12px solid #ffe93e;
	border-left: 12px solid #ffe93e;
}
.topconts02 .linkList::before{
	bottom: -20px;
	right: 0;
	border-bottom: 12px solid #ffe93e;
	border-right: 12px solid #ffe93e;
}
.topconts02 .linkList li{
	display: inline-block;
	width: 140px;
	margin: 0 50px;
}
.topconts02 .linkList li:nth-child(2){ position: relative; }
.topconts02 .linkList li:nth-child(2)::before,
.topconts02 .linkList li:nth-child(2)::after{
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	height: 75px;
	width: 1px;
	background: #d8dbde;
}
.topconts02 .linkList li:nth-child(2)::before{left: -50px;}
.topconts02 .linkList li:nth-child(2)::after{right: -50px;}
.topconts02 .linkList li a{
	display: block;
	font-size: 12px;
	line-height: 20px;
    padding-top: 90px;
	background: url(../images/icon_pin.png) no-repeat center top 10px;
	background-size: 124px auto;
	position: relative;
}
.topconts02 .linkList li:nth-child(2) a{
	background: url(../images/icon_spot.png) no-repeat center top 10px;
	background-size: 87px auto;
}
.topconts02 .linkList li:nth-child(3) a{
	background: url(../images/icon_info.png) no-repeat center top 10px;
	background-size: 73px auto;
}
.topconts02 .linkList li a::after{
    content: "MAP";
    z-index: -10;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: bold;
    color: #f6f5f9;
    width: 100%;
    text-align: center;
}
.topconts02 .linkList li:nth-child(2) a::after{content: "SPOT";}
.topconts02 .linkList li:nth-child(3) a::after{content: "INFO";}
.topconts02 .linkList li span{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
}
.topconts02 .linkList li a:hover{opacity: 1;}

.top-news-zone {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 10px;
	display: table;
	margin: 0 auto 30px;
}
.top-news-zone .head02 {
	margin-bottom: 10px;
}
.top-news-zone .head02 .jp {
    font-size: 13px;
    color: #333;
    display: block;
    margin: 0 auto 5px;
}
.top-news-zone .head02 .en {
    font-size: 22px;
    position: relative;
    display: block;
    text-shadow: initial;
    line-height: 1.4 !important;
}
.top-news-zone .head02 .en:after {
    display: block;
    width: 50px;
    height: 4px;
    content: "";
    background-color: #ffe93e;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
    position: absolute;
}
.top-news-zone .top-news-left {
	display: table-cell;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: #efefef;
	box-sizing: border-box;
	padding: 10px 10px;
}
.top-news-zone .top-news-right {
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 60px;
}
.top-news-ul {
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}
.top-news-ul li {
	margin: 0 auto 20px;
}
.top-news-ul li:last-child {
	margin-bottom: 0;
}
.top-news-ul li a {
	display: block;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.top-news-ul li .top-news-p01 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #efefef;
	transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}
.top-news-ul li a:hover { opacity: 1; color: #e02d3c; }
.top-news-ul li a:hover .top-news-p01 {
	border-bottom: 1px solid #e02d3c;
	color: #e02d3c;
}
.top-news-ul li .top-news-p02 {
	font-size: 14px;
}
.under-top-news.clearfix {
    max-width: 1000px;
    margin: 0 auto 80px;
    padding: 0 10px;
    overflow: hidden;
}
.under-top-news .seeMoreBtn {
    float: right;
}


/* topconts03
-------------------------*/
.topconts03 {
	padding: 0 10px 120px 10px;
}
.topconts03 .ttl03{
	margin-bottom: 40px;
}
.topconts03 .list02{
	overflow: hidden;
}
.topconts03 .list02 li{
	float: left;
	width: 24%;
	margin: 0 1.3% 1.3% 0;
	text-align: left;
}
.topconts03 .list02 li:nth-child(4n){margin-right: 0;}
.topconts03 .list02 li a{display: block; position: relative;}
.topconts03 .list02 li:first-child a::after {
    content: "NEW!";
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    z-index: 100;
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.topconts03 .list02 li:first-child a::before{
	content: " ";
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #e02d3c transparent transparent transparent;
}
.topconts03 .list02 li img{display: block; width: 100%; margin-bottom: -12px;}
.topconts03 .list02 li img:hover{opacity: 1;}
.topconts03 .list02 li .list_img { position: relative; }
.topconts03 .list02 li .arrow{
    color: #fff;
    background: url(../../common/images/detail.png) no-repeat center #fff;
    background-size: 60% auto;
    padding: 3px 10px;
    font-weight: bold;
    display: block;
    z-index: 10;
    position: absolute;
    width: 70px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    bottom: -20px;
    right: 0;
}
.topconts03 .list02 li .txtarea{
    border: 1px solid #d4d4d4;
    margin-top: -12px;
    padding: 35px 10px 20px 10px;
    overflow: hidden;
}
.topconts03 .list02 li .title{
	font-size: 15px;
    font-weight: bold;
}
.topconts03 .list02 li .cate{
	display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    box-sizing: border-box;
    padding-left: 16px;
    font-weight: bold;
    background: url(../../common/images/icon_label.png) no-repeat left top 4px;
    background-size: 11px;
}
.topconts03 .list02 li .txt::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background: #d4d4d4;
}
.topconts03 .seeMoreBtn {
    margin: 30px auto 0 auto;
}

/* topconts04
-------------------------*/
.topconts04{
	background: url(../images/map.jpg) no-repeat right top 20px;
	background-size: 55% auto;
	text-align: left;
	padding-bottom: 120px;
	position: relative;
}
.topconts04::after{
	content: " ";
	position: absolute;
	top: 0;
	right: 65%;
	bottom: 0;
	margin: auto;
	display: block;
	border: 90px solid #ffe93e;
	border-radius: 100%;
	width: 1200px;
	height: 1200px;
	z-index: -1;
}
.topconts04 .ttl04{position: relative; margin-bottom: 130px; }
.topconts04 .ttl04::after{
	content: " ";
	position: absolute;
	bottom: -112px;
	right: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 2px;
	height: 95px;
	background: #000;
}
.topconts04 dl{
	margin-bottom: 60px;
	padding-left: 20px;
	position: relative;
}
.topconts04 dt{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	max-width: 450px;
}
.topconts04 dd{
	font-size: 14px;
	line-height: 25px;
	max-width: 410px;
	width: 100%;
}
.topconts04 dd.seeMoreBtn{
	max-width: 245px;
	width: 100%;
	margin-top: 60px;
}
.topconts04 .viewBtn,
#bigMap {
    display: none;
}

/*	topconts05
----------------------*/
.topconts05{
	padding: 100px 10px 80px 10px;
	background: url(../images/bg01.jpg) no-repeat center top 585px;
	background-size: 100% auto;
}
.topconts05 .ttl01{
	position: relative;
	display: block;
}
.topconts05 .ttl01::after{
	text-align: left;
    content: "CHIYODA\APHOTO";
    white-space: pre;
    position: absolute;
	top: 66%;
    left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 540px;
    display: block;
    font-size: 105px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffe93e;
    line-height: 104px;
    max-width: 500px;
    text-shadow: none;
}
.topconts05 .list03{
	overflow: hidden;
}
.topconts05 .list03 li{
	float: left;
	width: 24%;
	margin: 0 1.3% 1.3% 0;
	overflow: hidden;
}
.topconts05 .list03 li:nth-child(4n){
	margin-right: 0;
}
.topconts05 .list03 li a,
.topconts05 .list03 li img{display: block; width: 100%;}
.topconts05 .list03 li a{position: relative;}
.topconts05 .list03 li figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding-top: 38%;
	opacity: 0;
}
.topconts05 .list03 li a:hover img,
.topconts05 .list03 li a:hover{opacity: 1;}
.topconts05 .list03 li a:hover figcaption{opacity: 1;}

/*	topconts06
----------------------*/
.topconts06{
	background: url(../images/bg02.jpg) no-repeat center top;
	background-size: 100% auto;
	padding: 90px 10px 0 10px;
}
.topconts06 .list04{
	overflow: hidden;
}
.topconts06 .list04 li{
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
	text-align: left;
	position: relative;
}
.topconts06 .list04 li:nth-child(3n){
	margin-right: 0;
}
.topconts06 .list04 li a{display: block; width: 100%; position: relative;}
.topconts06 .list04 li img{
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

/**.topconts06 .list04 li:first-child::after {
    content: "NEW!";
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    top: 9px;
    left: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}
.topconts06 .list04 li:first-child::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #e02d3c transparent transparent transparent;
    z-index: 10;
}**/

.topconts06 .list04 li .date{
	font-weight: bold;
	font-size: 13px;
	padding: 3px 0 3px 25px;
	background: url(../../common/images/icon_clock02.png) no-repeat left center;
	background-size: 17px;
}
.topconts06 .list04 li dl{margin-top: 5px;}
.topconts06 .list04 li dt{
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
}
.topconts06 .list04 li dd{
	font-size: 13px;
	line-height: 25px;
}
.topconts06 .list04 li .imgarea{ position: relative; }
.topconts06 .list04 li .detail{
	width: 70px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: url(../../common/images/detail.png) center center no-repeat;
    background-size: 60% auto;
    background-color: #fff;
    content: "";
    position: absolute;
    right: -1px;
    bottom: -10px;
    transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.topconts06 .list04 li .couse{
	display: block;
    padding-left: 20px;
    font-size: 13px;
    font-weight: bold;
    background: url(../../common/images/icon_flag.png) no-repeat left top 1px;
    background-size: 15px;
}

.topconts06 .seeMoreBtn{margin: 0 auto; }

/*	snsBtn_area
-----------------------*/
.snsBtn_area{
	padding: 100px 10px;
}
.snsBtn_area a{
	display: inline-block;
	max-width: 62px;
	width: 100%;
	margin: 0 10px;
}
.snsBtn_area a#en_snsbtn.fb_icon,
.snsBtn_area a.wb_icon{ display: none; }
.snsBtn_area a img{display: block; width: 100%;}


.top_slider .slick-dots{
	display: none !important;}


