/* CSS Document */
/* --------------------------------------------------
mainarea
-------------------------------------------------- */
.h-logo {
	position: absolute;
	width: 50%;
	max-width: 505px;	
}
.h-logo img{
	width: 100%;
	max-width: 505px;
}
#header span {
  position: relative;
  display: block;	
}
.h-logo span:before {
	content: url(../img/pct-header01.png);
	margin-left: -220px;
	top: 15px;
	position: absolute;
	z-index: -1;
	left: 0;
}
.h-logo span:after {
	content: url(../img/pct-header02.png);
	margin-right: -230px;
	top: 15px;
	position: absolute;
	z-index: -1;
	right: 0;
}

#gnav li a {
	width: 25%;
}
#gnav li:nth-of-type(2) a {
	margin-right: 0;
}
.h-logo img {
	max-width: inherit;
}
#mainbox {
	height: auto;
	position: relative;
}
#header {
	height: auto;	
}
#mainbox {
	position:relative;
	width:100%;
/*	min-width:1100px;*/
	height:0;
  padding-top: 43.5%;
	overflow:hidden;
}
#js-slider .txt-cap {
	position: absolute;
	bottom: 10px;
	right: 20px;
	color: #fff;	
}

#mainbox #js-slider {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}
#mainbox .txt-slider{
	position: absolute;
	left: 0;
	bottom: 20px;
	background-color: rgba(51,153,204,0.75);
	color: #fff;
	padding: 10px 20px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
}

#mainbox .txt-date {
	position: absolute;
	left: 0;
	bottom: 20px;
}
#mainbox .txt-date p span {
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
}
.aki #mainbox .txt-date p span {
  background-color: rgba(247,194,93,0.75);
}
.haru #mainbox .txt-date p span {
  background-color: rgba(219,119,165,0.75);
}
#mainbox .txt-date p:first-child span {
	font-size: 3.0rem;
	margin-bottom: 10px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*-------後で消すかも*/


#mainbox .txt-dateSlide {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 20;
	
}
#mainbox .txt-dateSlide p{
	margin-bottom:10px;  
}
.aki #mainbox .txt-dateSlide span{
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.0;
	background-color: rgba(171, 120, 0, 0.75);
}
.haru #mainbox .txt-dateSlide span{
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.0;
	background-color: rgba(171, 120, 0, 0.75);
}

@media screen and (max-width: 480px) {

#mainbox .txt-dateSlide{
	position: inherit;
	bottom: 0;
	width: 100%;
	
}	
#mainbox .txt-dateSlide p{
	color: #fff;
	display: block;
	margin-bottom: 5px;
	
}	
	
.aki #mainbox .txt-dateSlide span{
	
	font-size: 4vw;
	font-weight: bold;
	lline-height: 1vw;
	padding: 5px 10px;
	background-color: rgba(171, 120, 0, 0.75);
}
.haru #mainbox .txt-dateSlide span{
	
	font-size: 2.6vw;
	font-weight: bold;
	line-height: 1.0vw;
	background-color: rgba(219,119,165,1.0);
}
/*.haru #mainbox .txt-dateSlide p span {
  background-color: rgba(219,119,165,1.0);
}*/	


}



/*-------後で消すかも*/

.sp-slides img {
	width: 100%;
}
/*header-sns*/
.header-sns {
	margin: 0 auto;
	background: url(../img/bg-deco01.png) repeat;
	padding: 20px 0;
	z-index: 1;
}
.header-sns ul {
	z-index: 120;
}
.header-sns li {
	float: right;
}
.header-sns li {
	font-size: 3.0rem;
}
.header-sns li {
	margin-right: 10px;
}
.header-sns li:first-child {
	margin-right: 0;
}
.header-sns a {
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	list-style: none;
	display: block;
	background-color: #000;
}
.header-sns i {
	position: absolute;
	padding: 6px;
	font-size: 18px;
	color: #FFF;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.header-sns a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
section h2 {
	font-size: 3.0rem;
	font-weight: bold;
}
/* --------------------------------------------------
animation
-------------------------------------------------- */
.flake-block ul li {
	opacity: 0;
	-webkit-transform-origin: 0px 0px;
	-ms-transform-origin: 0px 0px;
	transform-origin: 0px 0px;
	-webkit-animation-name: Drop;
	animation-name: Drop;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	position: absolute;
	display: block;
	z-index: 999;
}
.aki .flake-block ul li.flake1 {
	width: 109px;
	height: 117px;
	background: url("../img/pct-aki01.png") no-repeat;
}
.aki .flake-block ul li.flake2 {
	width: 88px;
	height: 93px;
	background: url("../img/pct-aki02.png") no-repeat;
}
.aki .flake-block ul li.flake3 {
	width: 70px;
	height: 70px;
	background: url("../img/pct-aki03.png") no-repeat;
}
.haru .flake-block ul li.flake1 {
	width: 100px;
	height: 98px;
	background: url("../img/pct-haru01.png") no-repeat;
}
.haru .flake-block ul li.flake2 {
	width: 70px;
	height: 98px;
	background: url("../img/pct-haru02.png") no-repeat;
}
.haru .flake-block ul li.flake3 {
	width: 62px;
	height: 76px;
	background: url("../img/pct-haru03.png") no-repeat;
}
.flake-block ul li.flake1 {
	top: 10px;	
	left: 40px;
	-webkit-animation-duration: 5.0s;
	animation-duration: 5.0s;	
}

.flake-block ul li.flake2 {
	top: 10px;		
	right: 40px;
	-webkit-animation-duration: 5.0s;
	animation-duration: 5.0s;		
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.flake-block ul li.flake3 {
	left: 50%;
	bottom: 20%;
	-webkit-animation-duration: 5.0s;
	animation-duration: 5.0s;		
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
@-webkit-keyframes Drop {
	0% {
			-webkit-transform: translateY(0px) rotate(15deg);
			transform: translateY(0px) rotate(15deg);
			opacity: 0;
	}
	25% {
			-webkit-transform: translateY(50px) rotate(0deg);
			transform: translateY(50px) rotate(0deg);
			opacity: 1;
	}
	50% {
			-webkit-transform: translateY(100px) rotate(15deg);
			transform: translateY(100px) rotate(15deg);
			opacity: 0;
	}
	100% {
			-webkit-transform: translateY(100px) rotate(30deg);
			transform: translateY(100px) rotate(30deg);
			opacity: 0;
	}
}

@keyframes Drop {
	0% {
			-webkit-transform: translateY(0px) rotate(15deg);
			transform: translateY(0px) rotate(15deg);
			opacity: 0;
	}
	25% {
			-webkit-transform: translateY(50px) rotate(0deg);
			transform: translateY(50px) rotate(0deg);
			opacity: 1;
	} 
	50% {
			-webkit-transform: translateY(100px) rotate(15deg);
			transform: translateY(100px) rotate(15deg);
			opacity: 0;
	}
	100% {
			-webkit-transform: translateY(100px) rotate(30deg);
			transform: translateY(100px) rotate(30deg);
			opacity: 0;
	}
}
@-webkit-keyframes Drop2 {
	0% {
			-webkit-transform: translateY(0px) rotate(15deg);
			transform: translateY(0px) rotate(15deg);
			opacity: 0;
	}
	25% {
			-webkit-transform: translateY(25px) rotate(0deg);
			transform: translateY(25px) rotate(0deg);
			opacity: 1;
	}
	50% {
			-webkit-transform: translateY(50px) rotate(15deg);
			transform: translateY(50px) rotate(15deg);
			opacity: 0;
	}
	100% {
			-webkit-transform: translateY(50px) rotate(15deg);
			transform: translateY(50px) rotate(15deg);
			opacity: 0;
	}
}

@keyframes Drop2 {
	0% {
			-webkit-transform: translateY(0px) rotate(15deg);
			transform: translateY(0px) rotate(15deg);
			opacity: 0;
	}
	25% {
			-webkit-transform: translateY(25px) rotate(0deg);
			transform: translateY(25px) rotate(0deg);
			opacity: 1;
	}
	50% {
			-webkit-transform: translateY(50px) rotate(15deg);
			transform: translateY(50px) rotate(15deg);
			opacity: 0;
	}
	100% {
			-webkit-transform: translateY(50px) rotate(15deg);
			transform: translateY(50px) rotate(15deg);
			opacity: 0;
	}
}

/* --------------------------------------------------
about
-------------------------------------------------- */
#wrapper_about {
	width: 100%;
	padding: 50px 0;
}
.aki #wrapper_about {
	background: #FFF1EE;
}
.haru #wrapper_about {
	background: #FBF2F6;
}
#wrapper_about h2 {
	position: relative;
  margin-bottom: 40px;	
}
.about01 h2:before {
	content: "";
	background: url(../img/ico-nav.png) no-repeat;
	display: block;
	margin: 0 auto 10px;
	width: 69px;
	height: 68px;
	background-position: -5px -63px;
}
.about01 h2 span{
	background: url(../img/pct-about01.png) no-repeat left bottom;
	font-size: 5.0rem;
	padding-bottom: 20px;
}
.about02 h2 span{
	background: url(../img/pct-about03.png) no-repeat left bottom;
	padding-bottom: 15px;
	display: block;
	margin-left: 100px;
}
.about03 h2 span{

	margin-left: 100px;
	background: url(../img/pct-about03.png) no-repeat left bottom;
	text-align: left;
	padding-bottom: 15px;
	display: block;
	
	/*margin-left: 80px;
	background: url(../img/pct-about03.png) no-repeat bottom;
	text-align: right;
	padding-bottom: 15px;
	display: block;
  	padding-left: 20px;	*/
}
.about04 h2 span{
	
	margin-left: 100px;
	background: url(../img/pct-about03.png) no-repeat left bottom;
	text-align: left;
	padding-bottom: 15px;
	display: block;
  	
}

.about02 h2 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 78px;
	background: url(../img/pct-haru01.png) no-repeat;
	background-size: 80px;
	left: 0;
	top: -10px;
}

.about03 h2 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 97px;
	background: url(../img/pct-aki01.png) no-repeat;
	background-size: 90px;
	left: 0;
	top: -20px;
}

.about04 h2 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 97px;
	background: url(../img/pct-event.png) no-repeat;
	background-size: 90px;
	left: 0;
	top: -20px;

}
#wrapper_about div.inner_wrapper {
	max-width: 1280px;
	margin: 0 auto;
	background: url(../img/pct-about02.png) no-repeat center bottom;
}
#wrapper_about div.inner_wrapper:last-child {
	background: none;
}
.about_l_block {
	float: left;
	margin-right: 4%;
	width: 46%;
}
.about_s_block {
	width: 35%;
}
.about02 .about_s_block {
	float: right;
	margin-left: 5%;	
}
.about03 .about_s_block {
	float: left;
	margin-right: 5%;	
}
.about04 .about_s_block {
	float: left;
	margin-right: 5%;	
}
#wrapper_about .about01 .about_block {
	float: right;
	width: 50%;
	position: relative;
	text-align: center;
}
#wrapper_about .about02 .about_block {
	float: left;
	width: 60%;
}
#wrapper_about .about03 .about_block {
	float: right;
	width: 60%;
	text-align: right;	
}
#wrapper_about .about04 .about_block {
	float: right;
	width: 60%;
	text-align: right;	
}
#wrapper_about .about01 {
	padding-bottom: 120px;
}
#wrapper_about .about02 {
	padding: 40px 0 120px;
}
#wrapper_about .about03 {
	padding: 40px 0 120px;
}
#wrapper_about .about04 {
	padding: 40px 0 120px;
}
#wrapper_about .txt-about {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: left;
}
/* --------------------------------------------------
events
-------------------------------------------------- */
.events-list figure {
	position: relative;
	width: 100%;
	padding-top: 75%;
	overflow: hidden;
	margin: 0 auto;	
}
.events-list figure img {
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: -200%;
	right: -200%;
	margin: auto;
	width: auto;
	height: 100%;
	min-height: 100%;
	min-width: 100%;	
}
#wrapper_events {
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
}
#wrapper_events h2 {
	text-align: center;
	margin-bottom: 40px;
}
#wrapper_events h2:before,
#wrapper_access h2:before {
	content: "";
	background: url(../img/ico-nav.png) no-repeat;
	display: block;
	margin: 0 auto 10px;
}
#wrapper_events h2:before {
	width: 38px;
	height: 48px;
	background-position: -63px -5px;
}
/*photoGallery*/
.events-list {
	margin: 0 auto;
}
.events-list li {
	margin-right: 1%;
	width: 24.25%;
	text-align: center;
	float: left;
}
.events-list li:nth-child(4n) {
	margin-right: 0;
}
.events-list li:nth-child(n+5) {
	margin-top: 1%;
}
.events-list li img {
	text-align: center;
/*	width: 100%;*/
}
.events-list figcaption .ttl-events .txt-ttl {
	font-size: 2.0rem;
	margin-bottom: 10px;
	line-height: 1.2;	
}
.events-list figcaption .ttl-events .txt-events-date {
	font-size: 1.8rem;
}
.events-list .clearfix {
	clear: both;
	float: none;
}
/* Effect 01 */
.events-list .transform01 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.events-list figure:hover .transform01 {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.events-list figure {
	position: relative;
/*	overflow: hidden;*/
}
.events-list figcaption .ttl-events {
	color: #fff;
	text-align: center;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 5%;
	text-shadow: 1px 1px 1px #000;
}
.events-list figcaption div {
	color: #fff;
}
.events-list figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
.events-list figure:hover figcaption {
	opacity: 1;
	background: rgba(0,0,0,0.6);
}
.events-list figure figcaption > a {
	display: block;
	height: 100%;
}
/* --------------------------------------------------
partner
-------------------------------------------------- */

#wrapper_partner {
	width: 100%;
	background: #DAB951;
	padding: 65px 0;
	text-align: center;
}
#wrapper_partner h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #fff;
}
#wrapper_partner h2:before {
	content: "\f08a";
	color: #fff;
	font-size: 3.4rem;
	font-family: fontawesome;
	display: block;
	font-weight: bold;
	height: 48px;
	margin-bottom: 10px;
}
#wrapper_partner ul {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	right: -1%;
	position: relative;
}
#wrapper_partner ul li a {
	width: 18%;
	height: 100px;
	text-align: center;
	margin-right: 2%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
#wrapper_partner ul li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
}
.partner_bnr {
	width: 100%;
	height: 346px;
	overflow: hidden;
	position: relative;
}
.partner_bnr img:nth-child(1) {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.partner_bnr img:nth-child(2) {
	width: 100%;
	transition: all 0.3s linear;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.partner_bnr:hover img:nth-child(2) {
	transform: scale(1.1);
	opacity: 1;
}
/* --------------------------------------------------
access
-------------------------------------------------- */
#wrapper_access {
	max-width: 1280px;
	margin: 0 auto;
	padding: 50px 0;
}
#wrapper_access h2 {
	text-align: center;
	margin-bottom: 40px;
}
#wrapper_access h2:before {
	width: 40px;
	height: 48px;
	background-position: -111px -5px;
}
#wrapper_access .read-access {
	text-align: center;
	margin-bottom: 40px;
}
.access_block > div {
	float: left;
	margin-right: 2%;
	width: 32%;
}
.access_block > div:last-child {
	margin-right: 0;
}
.access_block h3 {
	color: #DCB76A;
	padding: 10px 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.access_block dl dt {
	margin: 20px 0 10px;
	font-weight: bold;
	font-size: 1.8rem;
}
.access_block dl dt span:before {
	font-family: fontawesome;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
}
.access_block dl dt .ico-access01:before {
	content: "\f238";
}
.access_block dl dt .ico-access02:before {
	content: "\f207";
}
.access_block dl dt .ico-access03:before {
	content: "\f1b9";
}
.bnr_block img {
	width: 100%;
}

@media screen and (max-width: 1300px) {
#wrapper_about div.inner_wrapper,
#wrapper_access,
.bnr_block	{
	width: 96%;
}
}

@media screen and (max-width: 1080px) {
.header-sns {
	padding: 20px 2%;		
}
#mainbox {
	width: 100%;
	height: auto;
  padding-top: 50%;	
}
section h2 {
  font-size: 2.6rem;
}

/* --------------------------------------------------
animation
-------------------------------------------------- */
.flake-block ul li {
	-webkit-animation-name: Drop2;
	animation-name: Drop2;
}
.aki .flake-block ul li.flake1 {
	background-size: 54px;
	width: 54px;
	height: 58px;
}
.aki .flake-block ul li.flake2 {
	background-size: 44px;
	width: 44px;
	height: 58px
}
.aki .flake-block ul li.flake3 {
	background-size: 35px;
	width: 35px;
	height: 35px;
}
.haru .flake-block ul li.flake1 {
	background-size: 50px;
	width: 50px;
	height: 49px;
}
.haru .flake-block ul li.flake2 {
	background-size: 35px;
	width: 35px;
	height: 49px;
}
.haru .flake-block ul li.flake3 {
	background-size: 31px;
	width: 31px;
	height: 38px;
}
.flake-block ul li.flake1 {
	top: 30px;	
	left: 20px;
}
.flake-block ul li.flake2 {
	top: 30px;		
	right: 30px;
}
.flake-block ul li.flake3 {
	left: 50%;
	bottom: 25%;
}
	
#wrapper_about .txt-about {
	font-size: 1.6rem;
	}
#wrapper_about .about01 .about_block {
  margin-right: 2%;
  width: 48%;	
	}
.about_l_block {
	float: left;
	margin-right: 2%;
	margin-left: 2%;
	width: 46%;
}
.about01 h2 span{
	background: url(../img/pct-about01.png) no-repeat center bottom;
	font-size: 3.0rem;
	background-size: 100%;
}
.about01 h2:before {
	content: "";
	background: url(../img/ico-nav.png) no-repeat;
	display: block;
	margin: 0 auto 10px;
	width: 49px;
	height: 48px;
	background-position: -5px -5px;
}
.about02 h2 span {
  margin-left: 60px;
}
.about02 h2 span:before {
	width: 48px;
	height: 47px;
	background-size: 47px;
	top: 0;
}
.about03 h2 span {
  margin-left: 60px;
}
.about03 h2 span:before {
	width: 48px;
	height: 52px;
	background-size: 48px;
	top: 0;
	right: 420px;
	/*right: 320px;*/
}	
.about04 h2 span {
  margin-left: 60px;
}
.about04 h2 span:before {
	width: 48px;
	height: 52px;
	background-size: 48px;
	top: 0;
	right: 420px;
	/*width: 48px;
	height: 47px;
	background-size: 47px;
	top: 0;*/
}
#wrapper_partner {
	padding: 50px 5%
}
#wrapper_partner ul {
	width: 100%;
	right: -2%;
	position: relative;
}
#wrapper_partner ul li a {
	width: 31%;
	height: 90px;
	margin-right: 2%;
}
#wrapper_partner ul li img {
	max-width: 80%;
	max-height: 96%;
}	
	
}
@media screen and (max-width: 767px) {
.h-logo {
  width: 60%;
}
.h-logo img {
  max-width: 250px;
}
.flake-block ul li.flake3 {
	left: auto;
	right: 10px;
	bottom: 25%;
}	
#wrapper_about,
#wrapper_events,
#wrapper_partner,
#wrapper_access	{
  padding: 5% 0;
}
#wrapper_about {
	padding: 0;		
}
#mainbox {
  padding-top: 52.63%;
	}
.about01 h2 span,
section h2,
#mainbox .txt-date p:first-child span	{
	font-size: 2.0rem;
}
#mainbox .txt-date p span,
#mainbox .txt-slider {
	font-size: 2.0rem;
	padding: 10px;
}	
#wrapper_about .txt-about {
  font-size: 1.3rem;
  line-height: 1.6;	
}
.events-list figcaption .ttl-events .txt-ttl {
  font-size: 1.6rem;
}
.events-list figcaption .ttl-events .txt-events-date,
.access_block dl dt	{
	font-size: 1.4rem;	
}
.access_block dl dd br{
  display: none;
}
#wrapper_access .read-access {
	text-align: left;
}	
#wrapper_events h2,
#wrapper_partner h2,
#wrapper_access h2	{
  margin-bottom: 5%;
}
#wrapper_about div.inner_wrapper {
	width: 100%;
	text-align: center;
  padding: 5% 5% 10%;
	background-size: 640px;
}
#wrapper_about div.inner_wrapper:last-child {
  padding: 5%;
}	
.about02 h2 span{
  background-size: 100%;
	display: inline-block;
	letter-spacing: -0.05em;
	font-size: 1.8rem;
}
.about03 h2 span{
	background-size: 100%;
	display: inline-block;
	letter-spacing: -0.05em;
	font-size: 1.8rem;
	margin-left: 20px;
}

.about04 h2 span{
	background-size: 100%;
	display: inline-block;
	letter-spacing: -0.05em;
	font-size: 1.8rem;
	width: 60%;
}

.about03 h2 span:before {
	right: 300px;	
}
#wrapper_about .about02 .about_block {
  text-align: left;
}
#wrapper_about .about04 .about_block {
 /* text-align: left;*/
}	
.events-list li,
.events-list li:nth-child(4n)	{
	margin-right: 2%;
	width: 49%;
}
.events-list li:nth-child(2n) {
	margin-right: 0;
}	
.events-list li:nth-child(n+5) {
	margin-top: 0;
}
.events-list li:nth-child(n+3) {
	margin-top: 2%;
}
.access_block > div {
	float: none;
	margin: 0 0 40px 0;
	width: 100%;
}
.access_block > div:last-child {
	margin: 0;
}
.access_block h3 {
	font-size: 1.6rem;
}
#gnav li a {
	width: 50%;
}	
}
@media screen and (max-width: 480px) {
#wrapper_events, 
#wrapper_partner, 
#wrapper_access {
    padding: 10% 0;
}	
.flake-block ul li.flake1 {
	top: 30px;	
	left: 10px;
} 
.flake-block ul li.flake2 {
	top: 30px;		
	right: 10px;
} 
.flake-block ul li.flake3 {
	right: 10px;
	bottom: 40%;
}
.about01 h2:before,
#wrapper_events h2:before,
#wrapper_access h2:before	{	
	background-size: 113px;
	}
.about01 h2:before {
	width: 36px;
	height: 35px;
	background-position: -2px -31px;
	position: absolute;
	left: -45px;	
}
.about02 h2 span, 
.about03 h2 span, 
.about04 h2 span{
  position: relative;
  margin: 0 0 0 20px;
}	
.about02 h2 span:before {
	width: 40px;
	height: 39px;
	background-size: 40px;
	left: -50px;	
}
.about03 h2 span:before {
	width: 45px;
	height: 47px;
	background-size: 45px;
	right: auto;
	left: -55px;	
}
.about04 h2 span:before {
	width: 40px;
	height: 39px;
	background-size: 40px;
	left: -50px;	
}
.about01 h2 span, section h2, 
#mainbox .txt-date p:first-child span {
  font-size: 2.0rem;
}
.about01 h2 span {
  padding-bottom: 10px;
}
#mainbox .txt-date p span {
	color: #fff;
	display: block;
  padding: 5px 10px;	
}
.aki #mainbox .txt-date p span {
  background-color: rgba(247,194,93,1.0);
}
.haru #mainbox .txt-date p span {
  background-color: rgba(219,119,165,1.0);
}	
#mainbox .txt-date p:first-child span {
  font-size: 1.8rem;
	margin-bottom: 0;
}
#mainbox .txt-date p span {
	font-size: 1.6rem;
}
#mainbox .txt-slider {
	font-size: 1.4rem;
}	
#mainbox .txt-date,
#mainbox .txt-slider	{
	 bottom: 0;
	 position: inherit;
	width: 100%;
	text-align: center;	
}
.ttl {
	padding: 30px 0 20px 0;
}
#wrapper_about div.inner_wrapper {
  padding: 5% 5% 20%;
}
#wrapper_about div.inner_wrapper:last-child {
  padding: 10% 5%;
}	
/*#wrapper_about {
  padding: 10% 0 0;
}	*/
/*#wrapper_about div.inner_wrapper {
	width: 100%;
	text-align: center;
	padding: 0 5% 10%;
	background-size: 90%;
}*/
.about02 .about_s_block,
.about03 .about_s_block,
.about04 .about_s_block	{
  margin: 0 0 20px;
	float: none;
	width: 90%;	
}	
.about_l_block {
	float: none;
	width: 90%;
	margin: 0 0 20px;
}
#wrapper_about h2 {
  margin-bottom: 20px;
}	
#wrapper_about about_block img {
	width: 100%;
}
#wrapper_about .about01 .about_block,
#wrapper_about .about02 .about_block,
#wrapper_about .about03 .about_block,
#wrapper_about .about04 .about_block{
	float: none;
	width: 100%;
  text-align: center;	
}
#wrapper_about .about01 .about_block {
	position: relative;
	display: inline-block;
	width: auto;
  margin-left: 30px;	
}	
.about03 h2 span {
	padding-right: 0; 
}			
#wrapper_events h2:before {
	width: 30px;
	height: 35px;
	background-position: -42px -32px;
}	
#wrapper_access h2:before {
	width: 30px;
	height: 36px;
	background-position: -80px -3px;
}
#wrapper_partner h2:before {
	font-size: 2.8rem;
	height: 40px;
	margin-bottom: 0;
}
#js-slider img {
	width: 100%;
}
.subtxt_about {
	font-size: 1.2rem;
}
#wrapper_partner h2 img {
	height: 20px;
}
#wrapper_partner ul {
	margin-bottom: 20px;
}
#wrapper_partner ul li a {
	height: 50px;
}
#footer .footerLogo {
	width: 180px;
}
}
