@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

#header .logo{
	display: none;
}
#header.fixed .logo{
	display: block !important;
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 50px;
	height: 50px;
}

A:link{
	color: #292929;
	text-decoration: none;
}

.top_eyecatch{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	align-items: center;
	margin: 0;
}
.top_eyecatch .sitename{
	width: 300px;
	text-align: center;
}
.top_eyecatch .sitename img{
	width: 85%;
	height: auto;
}
.top_eyecatch .mainphoto{
	width: calc(100% - 300px);
	font-size:  0;
}
.top_eyecatch .mainphoto img{
	width: 100%;
	height: auto;
}
.top_eyecatch .sitename img.sp-img{
	display: none;
}
@media screen and (max-width: 768px){
.top_eyecatch .sitename{
	width: 30%;
}
.top_eyecatch .mainphoto{
	width: calc(100% - 30%);
	font-size:  0;
}
}
@media screen and (max-width: 620px) {
.top_eyecatch .sitename{
	width: 100%;
	padding: 1.5% 0 .5%;
}
.top_eyecatch .sitename h1{
	margin: 0;
	font-size: 0;
	text-align: center;
}
.top_eyecatch .sitename img{
	width: 80%;
	height: auto;
	margin: 5px auto;
}
.top_eyecatch .sitename img.pc-img{
	display: none;
}
.top_eyecatch .sitename img.sp-img{
	display: block;
}
.top_eyecatch .mainphoto{
	width: 100%;
}
}


/*common
************************************************************************************/
article{
	padding: 50px 0;
}

.title-area{
	text-align:  center;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 30px;
}
.title-area .title{
	font-size:  36px;
	padding-bottom: 15px;
}

.title-area h1{
	font-size: 16px;
	position: relative;
	padding: 15px 0 0;
	margin: 0;
	font-weight: 400;
}
.title-area h1::before{
	background: #cb5a67;
	width: 170px;
	height: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}

@media screen and (max-width: 768px){
/*smart phone*/
}
@media screen and (max-width: 620px) {
article{
	padding: 30px 0;
}
.title-area .title{
	font-size:  26px;
}

.title-area h1{
	font-size: 15px;
}
}

ul.archives-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
	margin: auto;
}
ul.archives-box li{
	margin: 1.5%;
	background: #FFF;
	position: relative;
}
ul.archives-box li:hover{
	background: #f1f1f1;
}
ul.archives-box li .image{
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
	background: url("../../img/common/image_bg.svg") no-repeat center center;
}
ul.archives-box li .image:before {
	content:"";
	display: block;
	padding-top: 75%;
}
ul.archives-box li .image img{
	height: auto;
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
ul.archives-box li a{
	text-decoration: none;
}
@media screen and (max-width: 620px) {
ul.archives-box{
	display: block;
}
ul.archives-box li{
	margin: 1.5%;
	display: table;
	width: 97% !important;
	position: static;
}
ul.archives-box li .image{
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}
ul.archives-box li .image{
	background: url("../../img/common/image_bg.svg") no-repeat center center;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
}

ul.archives-box li .image:before {
	content:"";
	display: inline;
	padding-top: 0;
}
ul.archives-box li .image span{
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}
ul.archives-box li .image span:before {
	content:"";
	display: block;
	padding-top: 100%;
}
ul.archives-box li .image span img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}
}

/*special
************************************************************************************/
#special{
	background: url("../../img/common/bg_flower.png") no-repeat left top, url("../../img/common/shadow.png") repeat-x top #f6eee9;
}
#special ul{
	width: 93%;
}
#special ul li{
	width: 30%;
}
#special ul li h2{
	font-size: 16px;
	text-align: center;
	padding: 1.5em;
}
@media screen and (max-width: 620px) {
#special ul li h2{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
}

/*event
************************************************************************************/
#event ul li{
	width: 22%;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
}
#event ul li .details{
	padding: 1.5em 1.5em 60px 1.5em;
}
#event ul li h2 a{
	font-size: 16px;
	text-align: center;
	display: block;
	color: #a9820a;
}
#event ul li .date{
	text-align: center;
	padding: 10px 0;
	font-size:  14px;
}
#event ul li .cmt{
	font-size: 12px;
}
#event ul li div.cmt p{
	display: inline;
}
#event ul li .btn{
	margin: 10px 0 0;
	margin: 0;
	text-align: center;
	font-size: 14px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#event ul li .btn a{
	background: url(../../img/common/ar_white_light.svg) no-repeat right 40px center #a9820a;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	display: block;
	padding: 10px 50px 10px 50px;
	text-decoration: none;
	color: #FFF !important;
}
@media screen and (min-width: 980px) {

#event ul li .btn a{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#event ul li .btn a:hover {
	background-position: right 30px center;
}

}
@media screen and (max-width: 979px) {
#event ul li{
	width: 47%;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
}
}
@media screen and (max-width: 620px) {
#event ul li .details{
	padding: 1.5em;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#event ul li .btn{
	position: static;
	display: inline-block;
	display: none;
}
#event ul li h2 a{
	text-align: left;
}
#event ul li .date{
	text-align: left;
}
}

/*topics
************************************************************************************/
#topics{
	background: url("../../img/common/bg_type.svg") repeat #f4f3e9;
	padding-top: 0;
}

#topics .head-block{
	position: relative;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	height: 175px;
}
#topics .head-block .title{
	border-left: 2px solid #cb5a67;
	padding: 40px 0 70px 25px;
	position: absolute;
	left: 20px;
	top: 0;
}
#topics .head-block .title .en{
	font-size: 36px;
	margin: 0 0 5px 0;
	font-weight: 400;
}
#topics .head-block .title h1{
	font-size: 18px;
	font-weight: 400;
	margin:  0;
	padding:  0;
}
#topics .head-block ul.btns{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: right;
	justify-content: right;
	margin-left: auto;
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 14px;
}
#topics .head-block ul.btns li a{
	margin-left: 5px;
	background: url(../../img/common/ar_white.svg) no-repeat right 10px center #4a4a4a;
	-moz-background-size: 10px auto;
	-webkit-background-size: 10px auto;
	background-size: 10px auto;
	display: inline-block;
	padding: 3px 30px 3px 10px;
	margin-right: 5px;
	text-decoration: none;
	color: #FFF !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#topics .post-block{
	background: #FFF;
	padding: 30px 40px;
}
#topics .post-block li{
	width: 100%;
	padding: 15px;
	display: table;
	border-bottom: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#topics .post-block li .date{
	display: table-cell;
	width: 6em;
	vertical-align: top;
}
#topics .post-block li .photo{
	width: 120px;
	display: table-cell;
	vertical-align: top;
}
/*
#topics .post-block li .photo img{
	width: 120px;
	height: auto;
}*/
#topics .post-block li .photo span{
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
	overflow: hidden;
	text-align: center;
}
#topics .post-block li .photo span:before {
	content:"";
	display: block;
	padding-top: 100%;
}
#topics .post-block li .photo span img{
	width: 100%;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
}

#topics .post-block li .details{
	display: table-cell;
	vertical-align: top;
	padding-left: 15px;
}
#topics .post-block li .details .category{
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 6px;
	margin-bottom: 5px;
	font-size:  12px;
}
#topics .post-block li .details .category.news{
	border: 1px solid #a65592;
	color: #a65592;
}
#topics .post-block li .details .category.facility{
	border: 1px solid #e45656;
	color: #e45656;
}
#topics .post-block li .details .category.convention{
	border: 1px solid #3f90d4;
	color: #3f90d4;
}
#topics .post-block li .details .category.inbound{
	border: 1px solid #6ca24c;
	color: #6ca24c;
}

#topics .post-block .ttl{
	font-weight: 700;
}

@media screen and (max-width: 620px) {
#topics .head-block{
	position: static;
	height: auto;
}
#topics .head-block .title{
	border-left: 2px solid #cb5a67;
	padding: 20px;
	position: static;
}
#topics .head-block .title .en{
	font-size: 24px;
}
#topics .head-block .title h1{
	font-size: 15px;
}
#topics .head-block ul.btns{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: right;
	justify-content: right;
	margin-left: auto;
	position: static;
}
#topics .head-block ul.btns li a{
	margin: 3px;
}
#topics .post-block{
	background: #FFF;
	padding: 20px;
	width: 95%;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#topics .post-block li{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#topics .post-block li .date{
	display: block;
	width: 100%;
	padding: 0 0 5px;
}
#topics .post-block li .photo{
	width: 90px;
	display: block;
}
#topics .post-block li .photo img{
	width: 100%;
	height: auto;
}
#topics .post-block li .details{
	display: block;
	padding-left: 20px;
	width: calc(100% - 110px);
}
}
@media screen and (max-width: 480px){

}


/*pickup
************************************************************************************/
#pickup {
	margin: 50px 0;
	background: #f5f5f5;
}
#pickup h1{
	font-size: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
}
#pickup h1:before, #pickup h1:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}
#pickup h1:before {
	margin-right: .4em;
}
#pickup h1:after {
	margin-left: .4em;
}
#pickup li{
	text-align: center;
}
#pickup li img{
	max-width: 97%;
	height: auto;
	margin: auto;
}

#pickup .slick-prev{
	background: url("../../img/common/ar_circle_prev.svg") no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	left: -40px;
}
#pickup .slick-next{
	background: url("../../img/common/ar_circle_next.svg") no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	right: -40px;
}
@media screen and (max-width: 620px) {
#pickup {
	margin: 0;
}
#pickup .slick-prev{
	background: url("../../img/common/ar_circle_prev.svg") no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	left: -40px;
}
#pickup .slick-next{
	background: url("../../img/common/ar_circle_next.svg") no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	right: -40px;
}
ul.slider.slick-initialized.slick-slider{
	margin: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

/*ranking
************************************************************************************/
#ranking li{
	width: 30%;
	box-shadow:0px 0px 15px #ccc;
	-moz-box-shadow:0px 0px 15px #ccc;
	-webkit-box-shadow:0px 0px 15px #ccc;
}
#ranking li h2{
	padding: .7em;
	font-weight: 700;
	display: table;
	width: 100%;
	height: 4em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ranking li h2 a{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-size: 16px;
}
#ranking li:nth-of-type(1) h2 a{
	background: url("../../img/toppage/ico_rank1.svg") no-repeat;
	padding-left: 60px;
}
#ranking li:nth-of-type(2) h2 a{
	background: url("../../img/toppage/ico_rank2.svg") no-repeat;
	padding-left: 60px;
}
#ranking li:nth-of-type(3) h2 a{
	background: url("../../img/toppage/ico_rank3.svg") no-repeat;
	padding-left: 60px;
}

/*movie
************************************************************************************/
#movie{
	background: url("../../img/common/bg_flower.png") no-repeat left top, url("../../img/common/shadow.png") repeat-x top #f6eee9;
}
#movie .frame{
	width: 100%;
}
#movie .frame .movie-box{
	text-align: center;
}
#movie .frame .movie-cmt{
	padding: 20px;
	font-size: 15px;
}
#movie .frame .movie-cmt h2{
	font-size:  18px;
	margin-bottom: 20px;
	text-align: center;
}
#movie .frame .movie-cmt p{
	padding-bottom: 1em;
}
#movie .frame .movie-cmt p:last-child{
	padding-bottom: 0;
}


@media screen and (min-width: 980px) {
/*pc*/
}

@media screen and (max-width: 979px) {
/*tablet*/
}
@media screen and (max-width: 768px){
#movie .movie-box iframe{
	display: block;
	position: relative;
	width: 100%;
}
#movie .movie-box iframe:before {
	content:"";
	display: block;
	padding-top: 56%;
}

}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
}
