@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500&display=swap');*/

html{
	font-size: 16px;
}
html,
body {
	width: 100%;
	/*overflow-x:hidden;*/
	line-height: 1.8;
  	color: #fff;
  	font-weight: 300;
}
body{
	font-size: 1rem;
	font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    line-height: 1.8;
    background-color: #281f1d;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
	font-weight: 600;
  	letter-spacing: 1px;
}
p{
	font-size: 1rem;
}
a {
    color: #d8a0c7;
    outline: none;
}
a:hover {
    color: #6ec3e0;
    outline: none;
}
.banner{
	
}
.content-main{
	padding-top: 220px;
}
.content{
	min-height: 52vh;
}
.menu-nav a{
	color: #d8a0c7;
	transition: all .5s ease;
	padding: .5rem 1rem;
	display: block;
}
.menu-nav a:hover{
	color: #ffffff;
	background-color: rgba(255,255,255,0.1);
	text-decoration: none;
}
.text-left{
	text-align: left !important;
}
.menu-title span,
.menu-title a{
	color: #ffffff;
	display: block;
    padding: 2em 1rem .1rem 1rem;
	border-left: 1px solid rgba(255,255,255,0.3);
}

.navbar .navbar-nav .nav-item{
	text-align: right;
}
.navbar .navbar-nav .nav-item span{
	color: rgba(0,0,0,0.3);
	font-size: 0.8em;
	letter-spacing: 1px;
	display: block;
	font-weight: 200;
}
/*#header-toggler{
	z-index: 1000;
}
[class*="u-header--fullscreen"] .u-header-toggler{
    visibility: visible;
}
.u-header--fullscreen-showed .hamburger-inner, 
.u-header--fullscreen-showed .hamburger-inner:after, 
.u-header--fullscreen-showed .hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #fff;
}
.u-header.u-header--fullscreen--top-left .navbar, 
.u-header.u-header--fullscreen--top-right .navbar, 
.u-header.u-header--fullscreen--bottom-left .navbar, 
.u-header.u-header--fullscreen--bottom-right .navbar {
    min-width: 22.85714rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    position: relative;
    display: block;
}
.navbar>.container, .navbar>.container-fluid {
    display: block;
}*/
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #000000;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #777777;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open {
    color: #000000;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #ffffff;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #ffffff;
    border-top: 1px solid #fff;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #888888;
}
.u-header {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: normal;
}
.navbar-nav .nav-item{
	margin: 0 10px;
}

.u-header__section--light .u-header__logo-img{
	height: 70px;
}
.u-header__section--dark .u-header__logo-img {
    height: 55px;
    width: auto;
}

.u-header__section--light .navbar {
    padding: 1px 1rem;
}

.u-header__section--dark .top-menu{
	position: absolute;
	top: -15px;
	right: 10px;
	display: inline-block;
}
.u-header__section--light .top-menu{
	position: absolute;
	top: -8px;
	right: 10px;
	display: inline-block;
}
.navbar {
	padding-bottom: 0;
}
.navbar-brand {
	padding-top: 0;
}
.top-menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.top-menu ul li{
	display: inline-block;
}
.top-menu ul li a{
	padding: 5px 10px;
	font-size: 0.9em;
	display: block;
	color: #333333;
	border-radius: 30px;
	transition: all .5s ease;
	text-decoration: none;
}
.top-menu ul li a:hover{
	background-color: rgba(0,0,0,0.1);
	color: #8dc8cb;
	text-decoration: none;
}
.top-menu ul li.so-icon{
	border-left: 1px solid rgba(0,0,0,0.2);
	padding-left: 5px;
}
.top-menu ul li.so-icon a{
	padding: 5px 15px;
}
.top-menu .search{
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 3px 0;
	margin-right: 10px;
}
.top-menu .search input{
	border: none;
	background-color: rgba(255,255,255,0);
	font-size: 0.8em;
}
.top-menu .search button{
	border: none;
	background-color: rgba(255,255,255,0);
	color: #333333;
}
.u-header__section--light .top-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.top-menu .search{
	border-bottom: 1px solid rgba(180,163,121,0);
}
.u-header__section--light .top-menu .search button{
	color: #fff;
}
.g-bg-deepred{
	background-color: #d8a0c7;
}
.u-btn-primary:hover, 
.u-btn-primary.active {
    border-color: #d8a0c7;
    background-color: #d8a0c7;
}
.u-btn-primary.u-btn-hover-v1-4::after, 
.u-btn-primary.u-btn-hover-v1-4:hover::after {
    background-color: #d8a0c7;
}
.film{
	background-image: url('../img/bg-01.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.film-title{
	border-bottom: 1px solid #d8a0c7;
	padding: 15px 20px;
}
.film-title span{
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	padding: 5px 0;
	line-height: normal;
	background-color: #d8a0c7;
	color: #ffffff;
	font-size: 0.8em;
	letter-spacing: 3px;
}
.advisor{
	background-color: #fff;
	color: #333;
}
.advisor img{
	width: 100%;
	max-width: 240px;
}
.advisor-wrapper{
	padding: 20px 0;
}
.advisor-title{
	position: relative;
	border-bottom: 1px solid #d8a0c7;
}
.advisor-title h3{
	padding: 2px 5px 2px 8px;
	line-height: normal;
	background-color: #d8a0c7;
	color: #ffffff;
	font-size: 0.8em;
	letter-spacing: 3px;
	display: inline-block;
	margin-bottom: 10px;
}
/*.advisor-title:after{
	width: 1px;
	height: 135px;
	background-color: #d8a0c7;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}*/
.footer-sp-list div div{
	display: block;
	padding: 10px;
	text-align: center;
	border:1px solid rgba(0,0,0,0.1);
}
.footer-sp-list-2 img{
	height: 70px;
}
.uranus .tp-bullet-inner {
    background-color: rgba(180, 163, 121, 0.3);
}
.uranus .tp-bullet.selected .tp-bullet-inner, 
.uranus .tp-bullet:hover .tp-bullet-inner {
    background-color: #d8a0c7;
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #d8a0c7;
}
.news-list-group a{
	padding: 20px 5px;
	display: block;
	position: relative;
	color: #fff;
	border-bottom: 1px solid rgb(181, 181, 182);
}
.news-list-group a:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(181, 181, 182, 0.1);
	transition: all .5s ease;
}
.news-list-group:first-child a{
	border-top: 1px solid rgba(181, 181, 182, 0.5);
	text-decoration: none;
}
.news-list-group a:hover{
	text-decoration: none;
}
.news-list-group a:hover:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(181, 181, 182, 0.1);
}
.news-list-group a .news-time{
	color: #999999;
	letter-spacing: 2px;
	font-size: 0.9em;
	padding-top: 0.1em;
}
.news .btn-more{
	margin-top: 50px;
}
.btn-more a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
.btn-more a span{
	display: inline-block;
	position: relative;
	transition: all .5s ease;
	margin-left: 15px;
	z-index: 1;
}
.btn-more a b{
	font-weight: 400;
	position: relative;
	z-index: 10;
}
.btn-more a span i{
	z-index: 10;
	position: relative;
	color: #ffffff;
}
.btn-more a span:after{
	position: absolute;
	top: 0.1em;
	left: -0.6em;
	width: 1.7em;
	height: 1.7em;
	content: "";
	display: inline-block;
	border-radius: 50%;
	background-color: #d8a0c7;
	z-index: 1;
	transition: all .3s ease;
}
.btn-more a:hover span:after{
	position: absolute;
	top: -0.58em;
	left: -1.4em;
	width: 3.2em;
	height: 3.2em;
	content: "";
	display: inline-block;
	border-radius: 50%;
	background-color: #d8a0c7;
	z-index: 1;
}
.activty{
	/*background-image: url('../img/bg-01.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 320px;*/
}
.activty-group a{
	color: #000000;
	line-height: 1.5;
	display: block;
	transition: all .5s ease;
	text-decoration: none;
}
.activty-group a:hover{
	text-decoration: none;
}
.activty-group-align-end{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 15px 0 15px 0;
	border-top: 1px solid rgba(0,0,0,0.2);
}
.program-sticky-wrapper h3{
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	padding: 0;
	margin: 0;
	width: 30px;
	color: #222;
}
.g-bg-black-opacity-0_3--after::after, 
.g-bg-black-opacity-0_3--before::before {
    background-color: rgba(0, 0, 0, 0.05) !important;
    transition: all .5s ease;
}
.activty-group{
	margin-bottom: 40px;
}
.activty-group a{
	display: block;
	position: relative;
}
.activty-group a:hover .g-bg-black-opacity-0_3--after::after, 
.activty-group a:hover .g-bg-black-opacity-0_3--before::before {
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.activty-group a .activy-title{
	padding: 10px;
}
.activty-group a .activy-time{
	padding: 0 10px 5px 10px;
}
.activty-group a .activy-time strong{
	font-weight: 700;
	letter-spacing: 2px;
}
.activty-group a .activty-icon{
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 0;
	padding:1px 15px 3px 15px;
	background-color: #d8a0c7;
	color: #333;
	transition: all .5s ease;
}
.activty-group a .activty-icon span{
	color: #333;
	font-size: 0.9em;
}
.activty-group a .activy-place{
	color: #d8a0c7;
	padding: 0 10px;
}
.activty-group a:hover .activty-icon{

}
.activty-group .activty-icon img{
	width: 50px;
	display: none;
}
/*.activty .col-sm-6:nth-child(even) .activty-group{
	position: relative;
	top: 30px;
}*/
.activty-group .u-bg-overlay_iiner{
	position: relative;
}
.activty-group a .u-bg-overlay_iiner:after{
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	width: 0px;
	height: 0px;
	display: block;
	content: "";
	background-color: #d8a0c7;
	transition: all .5s ease;
}
.activty-group a .u-bg-overlay_iiner:before{
	position: absolute;
	top: 50%;
	left: calc(50% - 30px);
	width: 0px;
	height: 0px;
	display: block;
	content: "";
	background-color: #d8a0c7;
	transition: all .5s ease;
}
.activty-group a:hover .u-bg-overlay_iiner:after{
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	width: 1px;
	height: 60px;
	display: block;
	content: "";
	background-color: #d8a0c7;
}
.activty-group a:hover .u-bg-overlay_iiner:before{
	position: absolute;
	top: 50%;
	left: calc(50% - 30px);
	width: 60px;
	height: 1px;
	display: block;
	content: "";
	background-color: #d8a0c7;
}

/*footer{
	background-image: url(../img/footer.png);
	background-size: auto 100%;
	background-position: right;
	background-repeat: no-repeat;
}*/
.sitemap{
	color: #000000;
}
.sitemap-wrapper{
	padding: 10px;
	background-color: rgba(0,0,0,0.07);
}
.s-title{
	font-size: 1.2em;
	display: block;
	padding: 5px 10px;
	background-color: rgba(255,255,255,0.8);
}
.sitemap ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sitemap a{
	color: #000000;
	display: block;
	padding: 5px 10px;
	transition: all .5s ease;
}
.sitemap a:hover{
	text-decoration: none;
	background-color: rgb(180, 163, 121);
	color: #ffffff;
}


.left-side-social {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.left-side-social ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left-side-social ul li{
	display: inline-block;
	padding-right: 5px;
}
.left-side-social ul li a{
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 1.2em;
	display: block;
	color: #000000;
	border-radius: 30px;
	transition: all .5s ease;
	background-color: rgba(0,0,0,0.1);
}
.left-side-social ul li a:hover{
	background-color: #116845;
	color: #ffffff;
	text-decoration: none;
}
.u-header__section--dark .hamburger-inner, 
.u-header__section--dark .hamburger-inner::after, 
.u-header__section--dark .hamburger-inner::before {
    background: #000;
}
.photo-bg,
a .photo-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.photo-bg:after,
a .photo-bg:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0,0,0,0);
	transition: all .5s ease;
}
a:hover .photo-bg:after{
	background-color: rgba(0,0,0,0.3);
}

.section-title{
	padding-left: 10vw;
	margin: 30px 0;
	display: inline-block;
	border-bottom: 3px solid #116845;
	color: #116845;
}
.title-time{
	font-size: 0.8em;
	color: #999999;
	font-family: Arial Black;
	letter-spacing: 2px;
}
.activty{

}

.g-bg-primary--hover:hover {
    background-color: #116845 !important;
}
.arties-wrapper{
	position: relative;
}
.arties-wrapper:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 20vw;
	background-image: url('../img/fabric_1.png');
	content: "";
	z-index: 1;
}
.arties-wrapper .container{
	position: relative;
	z-index: 3;
}
.arties-wrapper .nav-pills .nav-link {
    border-radius: 0;
    opacity: 0.5;
    font-size: 0.9em;
}
.arties-wrapper .nav-pills .nav-link img{
	width: 120px;
}
.arties-wrapper .nav-pills .nav-link h3{
    margin-bottom: 0;
}
.arties-wrapper .nav-pills .nav-link:hover {
    border-radius: 0;
    opacity: 1;
    background-color: rgba(255,255,255,0.2);
}
.arties-wrapper .nav-pills .nav-item.show .nav-link, 
.arties-wrapper .nav-pills .nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #000000;
    opacity: 1;
}
.art-read-more{
	position: absolute;
	right: -15px;
	bottom: -15px;
	width: auto;
	display: inline-block;
	font-size: 0.9em;
	z-index: 5;
}
.art-read-more a{
	padding: 5px 10px;
	color: #ffffff;
	text-align: center;
	display: block;
	background-color: #116845;
	transition: all .5s ease;
}
.art-read-more a:hover{
	padding: 5px 10px;
	color: #116845;
	text-align: center;
	display: block;
	background-color: #ffffff;
	text-decoration: none;
}
.arties-group{
	position: relative;
	z-index: 1;
}
.arties-group:after{
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	top: 50px;
	left: 50px;
	right: 0;
	bottom: 0;
	content: "";
}
.arties-group-info{
	padding: 20px 20px 20px 90px;
	text-align: justify;
	z-index: 5;
	position: relative;
}
.arties-group-film{
	padding-right: 20px;
	z-index: 5;
	position: relative;
}
.index-item{
	background-image: url('../img/3813120.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0 70px 0;
	text-align: center;
}
.index-item img{
	width: 100%;
	max-width: 250px;
}
.index-item-list {
	padding: 20px;
	text-align: center;
	color: #ffffff;
}
.index-item-list a{
	display: inline-block;
	padding: 3px;
	color: #ffffff;
	transition: all .5s ease;
}
.index-item-list a:hover{
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.exhibition-wrapper{
	padding-left: 10vw;
}
.g-top-minus-50 {
	top: -55px;
}
.g-right-80{
	right: 100px;
}
.bottom-item-01,
.bottom-item-02,
.bottom-item-03,
.bottom-item-04{
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.bottom-item-01 img,
.bottom-item-02 img,
.bottom-item-03 img,
.bottom-item-04 img{
	height: 250px;
	width: 20px;
	margin-bottom: 30px;
}
.bottom-item-01:after,
.bottom-item-02:after,
.bottom-item-03:after,
.bottom-item-04:after{
	
}
.bottom-item-01 a,
.bottom-item-02 a,
.bottom-item-03 a,
.bottom-item-04 a{
	padding: 300px 20px 50px 20px;
	display: block;
	color: #ffffff;
	transition: all .5s ease;
}
.bottom-item-01 a:hover,
.bottom-item-02 a:hover,
.bottom-item-03 a:hover,
.bottom-item-04 a:hover{
	padding: 280px 20px 70px 20px;
	text-decoration: none;
}
.bottom-item-01{
	background-image: url('../img/bottom-item-01.jpg');
}
.bottom-item-02{
	background-image: url('../img/bottom-item-02.jpg');
}
.bottom-item-03{
	background-image: url('../img/bottom-item-03.jpg');
}
.bottom-item-04{
	background-image: url('../img/bottom-item-04.jpg');
}
.bottom-item-01 a h3,
.bottom-item-02 a h3,
.bottom-item-03 a h3,
.bottom-item-04 a h3{
	position: relative;
}
.bottom-item-01 a h3:after,
.bottom-item-02 a h3:after,
.bottom-item-03 a h3:after,
.bottom-item-04 a h3:after{
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #ffffff;
	content: "";
	transition: all .5s ease;
}
.bottom-item-01 a:hover h3:after,
.bottom-item-02 a:hover h3:after,
.bottom-item-03 a:hover h3:after,
.bottom-item-04 a:hover h3:after{
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	background-color: #ffffff;
	content: "";
}
.important-info a{
	background-color: #116845;
	color: #ffffff;
	padding: 30px;
	display: block;
	transition: all .5s ease;
}
.important-info a:hover{
	text-decoration: none;
	background-color:  #ff0;
}
.important-info a i{
	font-size: 3em;
	color: #ff0;
	transition: all .5s ease;
}
.important-info a:hover i{
	color: #116845;
}
.important-info a .important-info-text{
	padding: 10px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transition: all .5s ease;
}
.important-info a:hover .important-info-text{
	padding: 10px 5px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transition: all .5s ease;
	color: #000000;
}
.bread{
	font-size: 0.9em;
	color: #999999;
	margin-bottom: 5px;
}
.bread a{
	padding: 0 10px;
	display: inline-block;
	color: #444444;
}
.bread a:first-child{
	padding: 0 10px 0 0;
}
.left-side-wrapper{
	padding-top: 90px;
}

.left-side-time{
	color: #999999;
	line-height: normal;
}
.left-side-time strong{
	color: #000000;
	font-size: 1.8em;
	font-family: Arial Black;
}
.left-side-time span{
	font-size: 0.8em;
}
.left-side-title h3{
	color: #116845;
	padding: 20px 0;
}
.left-side-place,
.text-place{
	padding: 20px;
	background-color: rgba(0,0,0,0.08);
	font-size: 0.9em;
	margin-bottom: 20px;
}
.left-side-place a,
.text-place a{
	color: #116845;
}
.js-sticky-block .left-side-wrapper .left-side-title,
.js-sticky-block .left-side-wrapper .left-side-place{
	display: none;
}
.js-sticky-block.g-pos-fix .left-side-wrapper .left-side-title,
.js-sticky-block.g-pos-fix .left-side-wrapper .left-side-place{
	display: block;
}
.hs-sub-menu{
	background-color: #d8a0c7;
}
.hs-has-sub-menu .hs-sub-menu .dropdown-item .nav-link{
	text-align: left;
	color: #111;
}
.hs-has-sub-menu .hs-sub-menu .dropdown-item .nav-link:hover{
    color: #111;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #fff;
}
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #fff;
    background-color: #d8a0c7;
}
.u-header-toggler--top-right, 
.u-header-toggler--top-right.btn, 
.u-header-toggler--top-left, 
.u-header-toggler--top-left.btn {
    top: 0.5rem;
}
.u-header-toggler--top-right, 
.u-header-toggler--bottom-right {
    right: 0.5rem;
}
[class*="u-header--fullscreen"] {
    text-align: left;
}
.hs-has-sub-menu > a::after {
    content: "\f107";
    font-family: "FontAwesome" !important;
    font-size: 10px;
    display: inline;
    margin-left: 3px;
}
.main-title {
	background-image: url('../img/logo-w.svg');
	background-size: auto 60px;
	background-position: 20px 20px;
	background-repeat: no-repeat;
}
.main-title .container{
	background-position: 15px 10px;
	padding: 0 15px 20px 15px;
}
.main-title .container a{
	height: 120px;
	width: 100%;
	max-width: 350px;
	display: block;
	font-size: 0;
}
.main-title .container h2{
	letter-spacing: 5px;
}

.u-fancybox-theme .fancybox-button--fullscreen::before {
    content: "\f002";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--close::before {
    content: "\f00d";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--play::before {
    content: "\f04b";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-arrow--left::before, 
.u-fancybox-theme .fancybox-arrow--right::before {
    content: "\f054";
    font-family: FontAwesome;
}
.fancybox-button.fancybox-button--thumbs{
	display: none;
}
.bread{
	color: #999999;
}
.bread span{
	color: #d8a0c7;
	margin: 0 5px;
}
.pagination {
	text-align: center;
	display: block;
}
.pagination li{
	display: inline-block;
	margin: 0 3px;
}
.pagination a{
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	color: #999999;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
}
.pagination a:hover{
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.6);
	color: #000000;
}
.pagination li.active a{
	background-color: #d8a0c7;
	color: #ffffff;
}
.text-title span{
	display: inline-block;
	background-color: #d8a0c7;
	color: #ffffff;
	padding: 0px 10px;
	letter-spacing: 2px;
	font-weight: 600;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.program-photo .row{
	margin-right: -5px;
	margin-left: -5px;
}
.g-color-primary {
    color: #d8a0c7 !important;
}
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
    border-color: #d8a0c7 !important;
}
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
    color: #d8a0c7 !important;
}
.btn-primary {
    background-color: #d8a0c7;
    border-color: #d8a0c7;
}
.g-h-ctrl{
	height: 380px;
}
.pc-view{
	display: block;
}
.phone-view{
	display: none;
}
.rwd-table {
    overflow: hidden;
   /*border:1px solid #dedede;*/
    margin-bottom: 3em;
}

    /*.rwd-table tr:nth-of-type(2n) {
        background: #f6f6f6;
    }*/
    .rwd-table {
        min-width: 100%;
    }
    .rwd-table th {
        display: none;
    }
    .rwd-table td {
        display: block;
        line-height: 1.8;
    }
    /*.rwd-table tr td:last-child{
        border-right:1px solid #dedede;
    } */
    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        display: inline-block;
    }
    .rwd-table td:nth-child(1){
        font-weight: 600;
    }
    .rwd-table th, .rwd-table td {
        text-align: left;
    }
    .rwd-table th, .rwd-table td:before {
        color: rgba(0,0,0,0.5);
        font-weight: bold;
    }

@media (min-width: 700px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table tr td {
        border-bottom:1px solid #b5b4b5;
        border-right: 1px solid #b5b4b5;
    }
    .rwd-table tr td:last-child {
    	border-right: 0;
    }
    .rwd-table tr:nth-child(odd) td {
        background-color: rgba(181,180,181,0.1);

    }
    .rwd-table th {
        display: table-cell;
        padding:0.1em 1em !important;
    }
    .rwd-table td {
        display: table-cell;
        padding:1em 1em !important;
    }
    .rwd-table th{
        background: #d8a0c7;
        color: #ffffff;
    }
    .rwd-table th:first-child, 
    .rwd-table td:first-child {
        padding-left: 0;
        font-size: 1em;
    }
    .rwd-table th:last-child, 
    .rwd-table td:last-child {
        padding-right: 0;
    }
}
@media (max-width: 699px) {
	.rwd-table tr{
		border-bottom:1px solid #999999;
	}
	.rwd-table tr:nth-of-type(2n) {
        background: rgba(255,255,255,0.2);
    }
    .rwd-table th, .rwd-table td {
        padding: 8px 0.5em !important;
    }
    .footer-inline{
        display: block;
        padding: 8px 0;
    }
    .footer_word img {
        margin-right: 20px;
        height: 35px;
    }
}
.rwd-table {
    line-height: 2;
}
.rwd-table a{
    color: #d8a0c7;
    text-decoration: none;
    transition: all .3s ease;
    font-weight: 500;
}
.rwd-table a:hover{
    color: #6ec3e0;
    text-decoration: none;
}
.rwd-table a:focus{
    color: #000000;
    border-bottom: 3px dashed #111111;
    text-decoration: none;
}
.rwd-table a i{
    background-color: #d8a0c7;
    border-radius: 3px;
    padding: 3px 4px;
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
    text-decoration: all .5s ease;
}
.rwd-table a:hover i{
    background-color: #d8a0c7;
    color: #ffffff;
}
.program-info img{
	max-width: 100%;
}
.program-info p{
	padding: 5px 0;
	margin-bottom: 0;
}
.program-info p span{
	/*color: #d8a0c7;*/
	display: inline-block;
}
.btn-refresh{
	background: none;
	border: none;
}
.form-group{
	border-bottom: 2px solid #d8a0c7;
}
.form-control {
	padding: .375rem;
    border: 1px solid rgba(0,0,0,0);
    background-color: rgba(255,255,255,0);
    color: #fff;
}
.form_search{
	padding: 20px 30px;
	background-color: rgba(0,0,0,0.6);
	border-radius: 20px;
	margin-bottom: 30px;
}
.form-btn{
	background-color: rgba(0,0,0,0);
	border: none;
	color: #d8a0c7;
	cursor: pointer;
	transition: all .5s ease;
	padding-left: 10px;
	padding-right: 10px;
}
.form-btn:hover{
	background-color: #d8a0c7;
	color: #ffffff;
}
.form-control:focus {
    color: #212529;
    background-color: rgba(255,255,255,0.4);
    border-color: rgba(255,255,255,0);
    outline: 0;
    border-radius: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.g-py-7{
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.program-list .activty-group{
	padding: 0;
}
.program-list .activty-group a{
	display: block;
	background-color: #dddddd;
	border-radius: 20px;
}
.program-list .activty-group a:hover{
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.program-list .activty-group a:hover h3{
	color: #d8a0c7;
}
.program-list .activty-group a .photo-bg{
	border-radius: 20px 0 0 20px;
}
.program-list-time{
}
.active-list-title{
	padding: 20px 20px 20px 0;
}
.program-list .activty-group .program-list-place a{
	color: #d8a0c7;
}
.program-list .activty-group .program-list-place a:hover{
	color: #000000;
}
.program-title{
	border-bottom: 1px solid #d8a0c7;
	color: #d8a0c7;
	padding: 10px 0;
	margin-bottom: 0;
}
.program-menu{
	/*border-bottom: 1px solid rgb(180, 163, 121);*/
}
.form-style{
	padding: 20px;
	background-color: rgba(0,0,0,0.1);
}
.form-style .form-group{
	border-bottom: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.btn-nostyle{
	background: none;
	border: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d8a0c7;
    border-color: #d8a0c7;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.place-list .place-group a{
	color: #000000;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
	background-color: #d1d1d1;
	transition: all .5s ease;
	text-decoration: none;
	border-radius: 20px;
}
.place-list .place-group a .place-more{
	font-size: 0.8em;
}
.place-list .place-group a:hover{
	text-decoration: none;
	background-color: #b1dce8;
}
.place-photo {
	padding:0 0 50px 0;
	text-align: center;
}
.place-photo img{
	width: 100%;
}
.album-info {
    height: 600px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.album-info img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
.album-info-film .photo-bg{
	position: relative;
}
.album-info-film .photo-bg:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.4);
	z-index: 0;
}
.album-info-film a{
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 50px);
	width: 100px;
	height: 80px;
	display: block;
	color: #fff;
	text-align: center;
	transition: all .5s ease;
}
.album-info-film a i{
	position: relative;
	font-size: 100px;
	z-index: 10;
	text-shadow: 0 0 20px rgba(0,0,0,0.6);
}
.album-info-film a:hover{
	color: #d8a0c7;
}
.chickin-style{
	background-image: url('../img/visual-03.png'),
					  url('../img/banner-bg.png');
	background-size: cover,	
					 100% 100%;
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	min-height: calc(100vh - 233px);
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .slotholder:nth-child(1){
	display: block !important;
}
.banner .slotholder:nth-child(2){
	display: none !important;
}
.banner-btn{
	margin: -2px;
	display: block;
	padding: 14px 20px;
	color: #fff !important;
	border:1px solid #fff;
	text-decoration: none;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.9);
	transition: all .5s ease;
}
.banner-btn:hover{
	color: #fff;
	background-color: #D96355;
	text-decoration: none;
	border:1px solid #D96355;
}
.program-info .g-bg-secondary{
	color: #222;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border-radius:0 0 20px 20px;
	background-color: #d1d1d1 !important;
}

.sticky-scroll{
		top: 150px;
	    width: 100%;
	    position: sticky;
	}
	.sticky-scroll .program-sticky-wrapper {
		background-color: #e5e5e5;
	    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2);
	    border-radius: 30px;
	    padding: 60px 50px 10px 50px;
	    min-height: 577px;
	    margin-bottom: 50px;
	}
	.sticky-scroll:nth-child(even) .program-sticky-wrapper {
		background-color: #fff;
	}
	.section_carousel__wrap{
		background-color:#dbdbdb;
		border-radius:60px;
		margin-bottom:2rem;
		min-height:400px;
		overflow:hidden;
		padding:3rem;
		width: 100%;
	}
	.swiper-android .swiper-slide,
	.swiper-wrapper{
		transform:translateZ(0)
	}
	.swiper-pointer-events{
		touch-action:pan-y
	}
	.swiper-pointer-events.swiper-vertical{
		touch-action:pan-x
	}
	.swiper-wrapper{
		align-items:flex-start;
		transition-property:transform,height;
		perspective:1200px;
		transform-style:preserve-3d;
		-ms-overflow-style:none;
		overflow:auto;
		scrollbar-width:none;
	}
/*.sticky-scroll-01{
	height: 1600px; 
	margin-top: 0;
	background-color:#666;
}
.sticky-scroll-02{
	margin-top: -1200px; 
	height: 1200px; 
	z-index:2;
}
.sticky-scroll-03{
	margin-top: -800px; 
	height: 800px; 
	z-index:3;
}
.sticky-scroll-04{
	margin-top: -400px; 
	height: 400px; 
	z-index:4;
}*/
.program-sticky-wrapper .btn-more a {
    display: inline-block;
    color: #111;
    text-decoration: none;
}
.navbar-toggler .hamburger-line {
    height: 1px;
    background-color: #999;
    width: 1.5em;
    display: block;
    margin: 7px auto;
}
#stickyblock-start .g-pos-fix{
	padding-top: 80px;
	padding-bottom: 80px;
}
.program-info{
	padding-left: 30px;
	border-left: 2px solid #d8a0c7;
}
.program-btn-wrapper .btn {
    color: #6ec3e0;
    width: 100%;
    border: 2px solid #6ec3e0;
    text-align: center;
    font-size: 1.1em;
    padding: 8px 20px;
    margin: 10px 0;
    background-color: rgba(0,0,0,0);
    border-radius: 50px;
}
.program-btn-wrapper .btn:hover {
    color: #111;
    width: 100%;
    border: 2px solid #6ec3e0;
    text-align: center;
    font-size: 1.1em;
    padding: 8px 20px;
    margin: 10px 0;
    background-color: #6ec3e0;
}
.js-sticky-block a{
	text-decoration: none;
}
.js-sticky-block a:hover{
	color: #6ec3e0;
}
.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: #d1d1d1;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed) {
    color: #111;
    background-color: #d8a0c7;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #d1d1d1;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.download {
	color: #fff;
}
.download .g-bg-white {
    background-color: rgba(255,255,255,0.2) !important;
}
.download .g-brd-around {
    border: none !important;
}
.download .g-color-black-opacity-0_5 {
    color: rgba(255,255,255, 0.7) !important;
}
.stickyblock{
	top: 100px;
	width: 100%;
	position: sticky;
}
.g-cursor-pointer .photo-bg{
	border: 2px solid rgba(255,255,255,0.2);
	opacity: 0.3;
}
.g-cursor-pointer.slick-current .photo-bg{
	border: 2px solid rgba(255,255,255,0.8);
	opacity: 1;
}

iframe{
	border: none;
}


@media (min-width: 1200px){
	.container {
	    width: 100%;
	    max-width: 1380px;
	}
}
@media (min-width: 1200px) and (max-width: 1291px) {
	.u-header__section--dark .u-header__logo-img {
	    height: 60px;
	    width: auto;
	}
	.u-header {
	    font-size: 0.92em;
	}
	/*.u-header__section--light .u-header__logo-img {
	    height: 40px;
	}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
	.u-header__section--dark .u-header__logo-img {
	    height: 50px;
	    width: auto;
	}
	.navbar-brand {
	    display: inline-block;
	    margin-right: 0;
	}
	.container {
	    width: 100%;
	    max-width: 1190px;
	}
	.u-header__section--light .u-header__logo-img {
	    height: 40px;
	    width: 250px;
	}
	.u-header__section--light .navbar {
	    padding: 1px 0;
	}
	/*.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
	.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
	    font-size: 0.9em;
	}
	.u-header {
	    font-size: 0.9em;
	}*/
	.navbar-nav .nav-item {
	    margin: 0 5px;
	}
	.navbar {
	    padding: .5rem 0;
	}
	.banner {
	}
	.content-main{
		padding-top: 150px;
	}
}
@media (max-width: 991px) {
	.banner{
	}
	.navbar-nav .nav-link {
	    padding-right: 10px;
	    padding-left: 10px;
	}
	.activty{
	}
	.content-main{
		padding-top: 200px;
	}
	.u-header__section--dark .top-menu{
		position: relative;
		top: 0;
		right: auto;
		display: block;
		padding: 0 10px;
	}
	.u-header__section--light .top-menu{
		position: relative;
		top: 0;
		right: auto;
		display: block;
	}
	.js-mega-menu{
		background-color: #ffffff;
		padding: 20px;
	}
	.u-header__section--light .js-mega-menu{
		background-color: #d8a0c7;
	}
	.arties-wrapper:after{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 10vw;
		background-image: url('../img/fabric_1.png');
		content: "";
		z-index: 1;
	}
	.navbar .navbar-nav .nav-item {
	    text-align: left;
	}
	.bottom-item-01 a,
	.bottom-item-02 a,
	.bottom-item-03 a,
	.bottom-item-04 a{
		padding: 150px 20px 30px 20px;
		display: block;
		color: #ffffff;
		transition: all .5s ease;
	}
	.bottom-item-01 a:hover,
	.bottom-item-02 a:hover,
	.bottom-item-03 a:hover,
	.bottom-item-04 a:hover{
		padding: 130px 20px 50px 20px;
		text-decoration: none;
	}
	.bottom-item-01 a h3:after,
	.bottom-item-02 a h3:after,
	.bottom-item-03 a h3:after,
	.bottom-item-04 a h3:after{
		width: 50px;
		height: 3px;
		position: absolute;
		bottom: -20px;
		left: calc(50% - 25px);
		background-color: #ffffff;
		content: "";
		transition: all .5s ease;
	}
	.bottom-item-01 a:hover h3:after,
	.bottom-item-02 a:hover h3:after,
	.bottom-item-03 a:hover h3:after,
	.bottom-item-04 a:hover h3:after{
		width: 50px;
		height: 3px;
		position: absolute;
		bottom: -20px;
		left: calc(50% - 25px);
		background-color: #ffffff;
		content: "";
	}
	.left-side-wrapper {
	    padding-top: 0;
	}
	.program-list-time {
	    text-align: left;
	    margin-bottom: 10px;
	}
	.u-header__section--light .hamburger-inner, 
	.u-header__section--light .hamburger-inner::after, 
	.u-header__section--light .hamburger-inner::before {
	    background: #fff;
	}
	.album-info {
	    height: 600px;
	    margin-bottom: 10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
	.footer-sp-list-2 img{
		height: 70px;
	}
	.film-title {
	    border-bottom: none;
	    padding: 15px 20px 0 20px;
	}
	.film-title span {
	    -webkit-writing-mode: horizontal-tb;
	    writing-mode: horizontal-tb;
	    padding: 0 5px;
	    line-height: normal;
	}
	.pc-view{
		display: none;
	}
	.phone-view{
		display: block;
	}
	.activty-group .phone-view .h3{
		font-size: 1.3em;
	}
	.u-header__section--light .u-header__logo-img{
		height: 55px;
		margin-left: 15px;
	}
	.top-menu ul li{
		display: inline-block;
		margin-bottom: 5px;
	}
	.top-menu ul li a{
		padding: 8px 10px;
		font-size: 1.1em;
		display: block;
		color: #ffffff;
		transition: all .5s ease;
		background-color: rgba(0,0,0,0.6);
		text-align: center;
		width: 50px;
	}
	[class*="u-header--fullscreen"] .u-header__sections-container {
	    display: block;
	    height: 100%;
	    overflow-y: scroll;
	    padding-top:50px;
	    padding-bottom: 50px; 
	}
	.u-header__section--dark .u-header__logo-img {
	    height: 50px;
	    width: auto;
	}
	.banner .slotholder:nth-child(1){
		display: none !important;
	}
	.banner .slotholder:nth-child(2){
		display: block !important;
	}
	.sticky-scroll{
		top: 100px;
	    width: 100%;
	    position: sticky;
	}
	.navbar {
	    padding: 0 1rem;
	}
	.fixed-top {
	    position: fixed;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1030;
	}
	.btn-close {
	    width: 1em;
	    height: 1em;
	    color: #999;
	    font: normal normal normal 18px/1 FontAwesome;
	    border: 0;
	    content: "\f00d";
	    opacity: .5;
	}
	.top-menu .search {
	    border-bottom: 1px solid rgba(0,0,0,0);
	    padding: 3px 0;
	    margin-right: 0px;
	}
	.phone-menu h3{
		font-size: 1.2em;
		margin-bottom: 0;
	}
	.phone-menu h3 a{
		color: #111;
		text-decoration: none;
		padding: 5px 10px;
		display: block;
	}
	.phone-menu ul{
		margin: 0;
		padding: 0;
	}
	.phone-menu ul li{
		width: 50%;
		display: inline-block;
	}
	.phone-menu ul li a{
		padding: 0 10px;
	}
	.program-info{
		padding-left: 0;
		padding-top: 30px;
		border-left: none;
		border-top: 2px solid #d8a0c7;
		margin-top: 30px;
	}
	.h4, h4 {
	    font-size: 1.15em;
	}
}
@media (max-width: 767px) {
	.u-header__section--light .navbar {
	    padding: 1px 15px;
	}
	.active-group a img{
		width: 30px;
	}
	.active-group a .active-info {
	    letter-spacing: 0; 
	}
	.active-month h3 {
	    padding: 20px 0;
	    margin: 0 ;
	    -webkit-writing-mode: vertical-lr;
	    writing-mode: vertical-lr;
	    line-height: normal;
	    letter-spacing: 0;
	}
	.bottom-item-01 a,
	.bottom-item-02 a,
	.bottom-item-03 a,
	.bottom-item-04 a{
		padding: 50px 20px 20px 20px;
		display: block;
		color: #ffffff;
		transition: all .5s ease;
	}
	.bottom-item-01 a:hover,
	.bottom-item-02 a:hover,
	.bottom-item-03 a:hover,
	.bottom-item-04 a:hover{
		padding: 30px 20px 40px 20px;
		text-decoration: none;
	}
	.album-info {
	    height: 400px;
	    margin-bottom: 10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    text-align: center;
	}
	.main-title .container{
		padding: 0 15px 20px 15px;
	}
	.main-title .container a{
		height: 100px;
		width: 100%;
		max-width: 350px;
		display: block;
		font-size: 0;
		position: relative;
		z-index: 1000;
	}
	.u-header__section--light .u-header__logo-img {
	    height: 40px;
	    width: 260px;
	    margin-left: 0px;
	}
	.footer-sp-list div div{
		padding: 5px;
		font-size: 0.8em;
	}
    .footer-sp-list-2 img{
		height: 60px;
	}
	.top-menu{
		text-align: center;
	}
	.top-menu ul li{
		display: inline-block;
		margin-bottom: 5px;
	}
	.u-header-toggler--top-right, 
	.u-header-toggler--top-right.btn, 
	.u-header-toggler--top-left, 
	.u-header-toggler--top-left.btn {
	    top: 1.5rem;
	}
	.u-header-toggler--top-right, 
	.u-header-toggler--bottom-right {
	    right: -0.8em;
	}
	.sticky-scroll {
	    top: 80px;
	    width: 100%;
	    position: sticky;
	}
	.sticky-scroll .program-sticky-wrapper {
	    padding: 30px 20px 10px 20px;
	    min-height: 533px;
	    margin-bottom: 50px;
	    line-height: 1.4;
	}
	.program-sticky-wrapper h3 {
	    -webkit-writing-mode: horizontal-tb;
	    writing-mode: horizontal-tb;
	    padding: 0;
	    margin: 0;
	    width: 100%;
	    color: #222;
	    margin-bottom: 20px;
	}
	.activty-group-align-end {
	    position: relative;
	    left: 0;
	    bottom: 0;
	    padding: 5px 0 0 0;
	    border-top: 1px solid rgba(0,0,0,0.2);
	}
	.program-list .activty-group a .photo-bg {
	    border-radius: 20px 20px 0 0;
	}
	.active-list-title {
    	padding: 20px 20px 20px 20px;
	}
	.h5, h5 {
	    font-size: 1.1rem;
	}
}
@media (min-width: 415px) {
	.pc-view-414{
		display: block;
	}
	.phone-view-414{
		display: none;
	}
}
@media (max-width: 414px) {
	.banner{
		height: 550px;
		overflow: hidden;
	}
	.pc-view-414{
		display: none;
	}
	.phone-view-414{
		display: block;
	}

}
