@charset "UTF-8";


/*------------------------------

 共通

------------------------------*/

.sec01{
    width: 100%;
	max-width: 649px;
	margin-left: auto;
    margin-right: auto;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.sec01{
		width: 85%;
	}
}

/*------------------------------

News 共通

------------------------------*/
/*---pager---*/
.pager {
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 180px;
    text-align: center;
}
.pager ul {
    list-style: none;
    display: block;
    margin: 0 auto;
}
.pager ul li {
    margin: 0 3px;
    display: inline-block;
}
.pager ul li a {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #545454;
    text-decoration: none;
    border: solid 1px #e5e5e5;
	background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 3;
	border-radius: 4px;
}
.pager ul li a.active {
    border: solid 1px #e5e5e5;
    background-color: #e5e5e5;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

/*------------------------------

NewsTab

------------------------------*/
.news-tab {
    background-color: #fff;
    border: solid 1px #e5e5e5;
    width: 100%;
    max-width: 650px;
    margin: 0 auto 80px;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
}
.news-tab li {
    display: inline-block;
	font-weight: bold;
    color: #bcbcbc;
    letter-spacing: 1px;
}
.news-tab li:after {
    content: "/";
    font-size: 8px;
    margin: 0 10px;
}
.news-tab li:last-child:after{
    display: none;
}
.news-tab li a{
    color: #bcbcbc;
}
.news-tab li.active a {
    color: #494949;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.news-tab{
		width: 90%;
    	line-height: 2;
	}
}



/*------------------------------

News 一覧

------------------------------*/
section .list {
    margin: 0 -20px 0 0;
    text-align: left;
}
.list li {
    margin-bottom: 30px;
    
    width: 33.333%;
    padding-right: 20px;
}
.list li a{
    display: block;
    height: 100%;
    background-color: #fff;
}
.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-col .img{
    max-height: 206px;
    overflow: hidden;
}
.flex-col .txt {
    padding: 20px;
    display: inline-block;
}
.flex-col .txt time{
    margin-right: 5px;
}
.flex-col .txt .cate {
    display: inline-block;
    border: solid 1px #a0a0a0;
    border-radius: 3px;
    color: #a0a0a0;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 20px;
    text-align: center;
}
.flex-col .txt .comment {
    margin-top: 10px;
    font-weight: bold;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .list li {
        width: 50%;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .list {
        margin: 0;
    }
    .list li {
        width: 100%;
        padding-right: 0;
    }
}


/*------------------------------

News Detail

------------------------------*/
.bg-wht{
	background-color: #fff;
	padding: 30px 35px;
	margin-bottom: 20px;
}
.news{
	text-align: left;
}
.news .cate{
	font-size: 12px;
	color: #a0a0a0;
	border: solid 1px #a0a0a0;
    border-radius: 4px;
	padding: 4px 20px;
    text-align: center;
    margin-left: 5px;
}
.news .ttl{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 5px;
}
.news .main-img{
	margin-bottom: 30px;
	width: 100%;
}
.news .txt,{
	line-height: 2;
}
.headtxt {
    font-weight: bold;
	margin-right: 10px;
}
.schedule{
	padding: 10px 35px;
}
.schedule-ttl{
	background-color: #535353;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
}
.schedule-list{
	padding: 20px;
    border: solid 1px #535353;
    border-radius: 0 0 4px 4px;
	margin-bottom: 30px;
}
.schedule-list li{
	margin-bottom: 10px;
}
.schedule-list li:last-child{
	margin-bottom: 0;
}

.movie{
    width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
    margin: 50px auto;
}
.movie iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .txt ,.news .comment{
	margin-bottom: 30px;
}
.news .btn a{
	background-color: #e3edeb;
    width: 100%;
    min-height: 50px;
    display: block;
    padding: 15px 20px 15px 60px;
    border: solid 1px #d2d2d2;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
.news .btn li:after{
	content: "\f054";
    font-family: FontAwesome;
    line-height: 1.5;
    font-size: 10px;
    margin-left: 10px;
	position: absolute;
    top: 35%;
    right: 10px;
}
.news .btn li{
	position: relative;
}
.news .btn .link:before{
	content: "\f0c1";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    padding: 10px;
    background-color: #74a599;
    color: #fff;
    position: absolute;
    top: 14%;
    left: 10px;
	z-index: 1;
}
.news .btn .contact:before{
	content: "\f0e0";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
	height: 20px;
    width: 20px;
    border-radius: 20px;
    padding: 10px;
    background-color: #74a599;
    color: #fff;
    position: absolute;
    top: 14%;
    left: 10px;
	z-index: 1;
}
.news .btn .download:before{
	content: "\f07c";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 10px;
	height: 20px;
    width: 20px;
    border-radius: 20px;
    padding: 10px;
    background-color: #74a599;
    color: #fff;
    position: absolute;
    top: 14%;
    left: 10px;
	z-index: 1;
}
.news .box-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
}
.box-flex-center{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align: left;
	justify-content: center;
	padding-top: 20px;
}
.guestroom{
    background-color: #252525;
	border: solid 1px #252525;
}
.guestroom:hover{
    color: #252525;
	background-color: #fff;
}
.btn-navi a{
	display: block;
    padding: 5px;
    width: 136px;
    height: 40px;
    text-align: center;
    line-height: 2;
    margin: 0 10px 20px;
}
.guestroom:after {
    content: "\f24d";
    font-family: FontAwesome;
    line-height: 1;
    margin-left: 10px;
}
.btn-return{
	display: block;
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    border: solid 1px #e5e5e5;
    background-color: #fff;
    width: 136px;
    height: 40px;
    line-height: 2.8;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1px;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.bg-wht {
		padding: 15px 15px;
	}
	.news .btn .contact:before, .news .btn .download:before{
		top: 24%;
	}
	.news .comment, .news .btn {
		margin-bottom: 20px;
	}
	.box-flex-center {
		padding-top: 10px;
	}
}