@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	background-position: center center;
	box-sizing: border-box;
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
}

@media screen and (max-width:1340px) {
	html {
		font-size: 56.25%;
	}
}

@media screen and (min-width:1600px) {
	html {
		font-size: 68.75%;
	}
}


body {
	position: relative;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic",'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',"メイリオ", sans-serif;
	font-weight: 500;
	color: #444;
	font-size: 1.6rem;
	line-height: 1.75;
	margin: auto;
	text-align: left;
	letter-spacing: 0.04em;
	background: #fff;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	list-style: none;
}


/*基本パーツ*/

p {
	text-align: justify;
	line-height: 2.0;
	letter-spacing: 0.04em;
	font-weight: 500;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}

*::selection {
	background: #444;
	color: #fff;
}

h1, h2, h3, h4, .loading, .tab, .btn {
	line-height: 1.5;
	font-size: 100%;
	letter-spacing: 0.10em;
	font-family: 'Inter','見出ゴMB31','A-OTF 見出ゴMB31 Pro';
	font-weight: 600;
}

table {
	border-collapse: collapse;
}


.sp_only {
	display: none;
}

.pc_only {
	display: block;
}


/*リンク*/

a {
	text-decoration: none;
	color: #444;
	transition: 0.2s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #888;
}

a.child:hover {
	color: inherit;
}

a img {
	transition: 0.6s ease-in-out;
}

a:hover img {
	
}

p a {
	text-decoration: underline;
}

/*文字詰め*/

.kern01 {
	letter-spacing: 0.1em;
}

.kern02 {
	letter-spacing: 0.2em;
}

.kern03 {
	letter-spacing: 0.3em;
}

.kern04 {
	letter-spacing: 0.4em;
}

.kern05 {
	letter-spacing: 0.5em;
}

.kern-005 {
	letter-spacing: -0.05em;
}

.kern-01 {
	letter-spacing: -0.1em;
}

.kern-02 {
	letter-spacing: -0.2em;
}

.kern-03 {
	letter-spacing: -0.3em;
}

.kern-04 {
	letter-spacing: -0.4em;
}

.kern-05 {
	letter-spacing: -0.5em;
}

/*Google map*/

.gmap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.lead {
	font-size: 1.8rem;
}

.btn {
	background: #2e9568;
	display: block;
	text-align: center;
	color: #fff;
	padding: 20px 30px;
	border-radius: 6px;
	font-size: 1.4rem;
}

.bn .btn {
	font-size: 1.6rem;
}

.btn:hover {
	color: #fff;
	background: #333;
}

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


header {

}


header .logo {
	font-size: 2.4rem;
}


header .navi ul {
	display: flex;
}

header .navi_sub ul {
	display: flex;
	font-size: 1.4rem;
}







/*--------------------------------------
	
	Flex
	
--------------------------------------*/

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}

.flex_end {
	align-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
}

.flex_center {
	align-content: center;
	align-items: center;
	align-self: center;
}

.img_list {
	margin-bottom: 120px;
}

.img_list .child {
	margin-bottom: 60px;
}

.img_list li .img {
	margin: 0 0 30px 0;
}

.img_list li .img img {
	border-radius: 40px;
}

.img_list li .text {
	padding: 10px;
}

.img_list li .text h3 {
	font-size: 2.0rem;
	margin: 0 0 20px 0;
}

.img_list li .text p {
	margin: 0 0 30px 0;
}

.img_list_3::after{
  content:"";
  display: block;
  width:29.6%;
}

.img_list_4::before{
  content:"";
  display: block;
  width:20.8%;
  order:1;
}
.img_list_4::after{
  content:"";
  display: block;
  width:20.8%;
}


/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/

.content_area {
	background: #f7fbeb;
	padding-bottom: 140px;
}

.section {
	padding-bottom: 160px;
}

.component {
	margin-bottom: 120px;
}

.component:last-child {
	margin-bottom: 0;
}


.wide_standard {
	width: 100%;
	padding-left: 120px;
	padding-right: 120px;
	margin: 0 auto;
	max-width: 1340px;
}

.wide_standard_w {

}

.wide_1_1 {
	width: 100%;
}

.wide_1_4 {
	width: 20.8%;
}

.wide_1_4_w {
	width: 26.3%;
}

.wide_3_4 {
	width: 73.6%;
}

.wide_3_4_w {
	width: 79.1%;
}

.wide_1_3 {
	width: 29.6%;
}

.wide_1_3_w {
	width: 35.5%;
}

.wide_2_3 {
	width: 64.5%;
}

.wide_2_3_w {
	width: 71.0%;
}

.wide_1_2 {
	width: 46.6%;
}

.wide_1_2_w {
	width: 53.6%;
}




/*--------------------------------------
	
	kv
	
--------------------------------------*/

.loading {
	width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #2e9568; z-index: 9999;  text-align: center; color: #fff; display: flex; align-content: center; align-items: center; justify-content: center; font-size: 44px;
	transition: 0.8s ease-in-out;
	overflow: hidden;
}
.loading.hide {
	height: 0;
}
.loading .text {
	display: inline-block; position: relative;
}
.loading .text .cover {
	background: #2e9568; display: block; width: 100%; height: 0%; position: absolute; bottom: 0; left: 0;
	transition: 0.6s ease-in-out;
}
.loading .text .cover.hide {
	height: 100%;
}

.kv {
	width: 100%; height: 97%; position: relative; display: flex; justify-content: space-between;
}

.logo_area {
	flex: 1; display: flex; flex-direction: column; align-content: center; align-items: center;
}

.logo {
	width: 100%; flex: 1; display: flex; align-content: center; align-items: center; justify-content: center;
}

.logo img {
	width: 62%; max-width: 440px; margin-bottom: -64px;
}

.lifework_logo {
	height: 128px; width: 100%; display: flex; align-content: center; align-items: center; justify-content: center;	
}

.lifework_logo img {
	width: 40%; max-width: 222px;
}



.scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: inline-block;
	width: 1px;
	height: 26px;
	background: #444;
	animation: scrollanime 5.0s infinite ;
}



@keyframes scrollanime {
	0% {height: 26px;}
	50% {height: 26px;}
	60% {height: 0px;}
	70% {height: 26px;}
	80% {height: 0px;}
	90% {height: 26px;}
	100% {height: 26px;}
}





/*--------------------------------------
	
	scroll
	
--------------------------------------*/

.fade {
	transition: 0.8s ease-in-out;
	opacity: 0;
}

.fade.show {
	opacity: 1;
}


/*--------------------------------------
	
	footer
	
--------------------------------------*/


footer {
	position: relative;
	z-index: 30;
	background: #fff;
	padding: 200px 0 100px 0;
}

footer .wide_standard {
	max-width: 1360px;
}

footer .layout_flex {
	align-content: flex-end;
	align-items: flex-end;
}

.bn_footer {
	width: 40%;
	max-width: 930px;
	border-left: 1px solid #444;
}

.bn_footer a {
	width: 50%;
	border-right: 1px solid #444;
}

footer p {
	font-size: 1.6rem;
}

footer h2 {
	margin-bottom: 30px;
}

footer .copyright {
	font-size: 1.2rem;
	margin-top: 30px;
}

.pagetop {
	position: fixed;
	right: 30px;
	bottom: 5px;
	width: 30px;
	padding: 10px 0 0 0;
}

.pagetop:hover {
	padding: 0 0 10px 0;
}

#pagetopicon {
	opacity: 0;
}

#pagetopicon.visible {
	opacity: 1;
	bottom: 20px;
}


/*--------------------------------------
	
	about
	
--------------------------------------*/

.about {
	background: url(images/bg.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 180px 0;
}

.about .flex {
	align-content: center;
	align-items: center;
}

.about .text {
	width: 59.2%;
}

.about .img {
	width: 33.1%;
}

.about h2 {
	font-size: 5.2rem;
	margin: 0 0 30px 0;
}

/*--------------------------------------
	
	title_section
	
--------------------------------------*/

.title_section {
	padding-top: 120px;
	padding-bottom: 80px;
}

.title_section h2 {
	font-size: 4.4rem;
	margin: 0 0 20px 0;
}

.title_section h2 .sub {
	color: #2e9568;
	font-size: 2.4rem;
	display: block;
}

.title_section p {
	font-size: 1.8rem;
}


/*--------------------------------------
	
	content
	
--------------------------------------*/


.plan_wrapper {
	background: #fff;
	border-radius: 60px;
	max-width: 1240px;
	padding: 80px;
}

.tab {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 15px;
	display: flex;
}

.tab li {
	width: 50%;
	text-align: center;
	padding: 24px;
	border-radius: 10px;
	color: #2e9568;
	font-size: 2.0rem;
	cursor: pointer;
}

.tab li.on {
	background: #2e9568;
	color: #fff;
}

.tab li span {
	display: inline-block;
	padding: 8px 0 3px 0;
	border-bottom: 2px solid #2e9568;
}


.a_day {
	position: relative;
	border-bottom: 1px solid #2e9568;

}

.tab_content {
	display: block;
}

.tab_content.off {
	display: none;
}

.a_day:last-child {
	border-bottom: none;
}

.day_icon {
	width: 140px;
	position: absolute;
	right: 0;
	top: -40px;
	z-index: 20;
}

.a_day .event {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.a_day .event:first-child {
	padding-top: 120px;
}



.a_day .event:nth-child(odd):after,
.a_day .event:nth-child(even):after {
	content: '';
	display: block;
	width: 371px;
	height: 263px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	background-size: cover;
	background-position: center center;
	z-index: 10;
}

.a_day .event:nth-child(odd):after {
	margin-left: -285px;
	background-image: url(images/root01.png);

}

.a_day .event:nth-child(even):after {
	margin-left: -85px;
	background-image: url(images/root02.png);

}

.a_day .event:last-child:after {
	content: none;
}

.a_day .event .text {
	padding: 40px 0;	
	position: relative;
	z-index: 20;
}


.a_day .event .text li {
	position: relative;
	padding: 0 0 0 72px;
	margin: 0 0 70px 0;
}

.a_day .event .text h3 {
	margin: 0 0 10px 0;
}

.a_day .event .text h3 img {
	width: 47px;
	position: absolute;
	left: 0;
	top: 0;
}

.a_day .event .text h3 .time {
	font-size: 2.4rem;
	color: #2e9568;
	display: block;
	line-height: 1.75;
}

.a_day .event .text h3 .title {
	font-size: 2.8rem;
}




.a_day .img {
	width: 46.6%;
	position: relative;
	margin-bottom: 120px;
	padding-top: 55%;
	z-index: 20;

}

.a_day .img .ph {
	width: 94%;
	padding: 16px 16px 56px 16px;
	background: #fafafa;
	box-shadow: 0 4px 6px 0px rgba(0,0,0,0.1);
	transform: rotate(4deg);
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 10;
}

.a_day .img:after {
	content: '';
	display: block;
	width: 94%;
	padding: 107% 0 0 0;
	background: #f5f5f5;
	box-shadow: 0 4px 6px 0px rgba(0,0,0,0.1);
	transform: rotate(-2deg);
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 5;
}


.a_day .event:nth-child(even) .text {
	order: 2;
}

.a_day .event:nth-child(even) .img {
	order: 1;
}

.a_day .event:nth-child(even) .img .ph {
	right: auto;
	left: -20px;
	transform: rotate(-4deg);
}

.a_day .event:nth-child(even) .img:after {
	right: auto;
	left: 40px;
	transform: rotate(4deg);
}



.bn {
	max-width: 1240px;
	padding: 80px;
	position: relative;
	padding: 38.7% 0 0 0;
	background: url(images/bn.jpg) center center;
	background-size: cover;
	border-radius: 60px;
}

.bn h2 {
	position: absolute;
	bottom: 70px;
	left: 70px;
	font-size: 4.0rem;
	color: #fff;
	line-height: 1.75;
	letter-spacing: 0.14em;
}

.bn .btn {
	display: inline-block;
	position: absolute;
	right: 70px;
	bottom: 70px;
}








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

	スマホここから
	
------------------------------------------------------------------------------------------------------------------------------------*/

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

html {
	font-size: 62.5%;
	width: 100%;
}

body {
	font-size: 1.4rem;
}

body, html {
	min-width: 100%;
	height: 100%;
}

p {
	font-size: 1.4rem;
	text-align: left;
}

h1,h2,h3,h4 {
	font-size: 1.6rem;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.gmap {
	padding-top: 150%;
}

/*--------------------------------------
	
	Flex
	
--------------------------------------*/

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
}

.flex_end {
	align-content: flex-end;
	align-items: flex-end;
	align-self: flex-end;
}

.flex_center {
	align-content: center;
	align-items: center;
	align-self: center;
}

.img_list {
	margin-bottom: 6vw;
}

.img_list .child {
	margin-bottom: 8vw;
}

.img_list li .img {
	margin: 0 0 3vw 0;
}

.img_list li .text {
	padding: 3vw;
}



/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/

.content_area {
	padding-bottom: 0;
}

.section {
	padding-bottom: 16vw;
}

.component {
	margin-bottom: 12vw;
}

.wide_standard {
	padding: 0 8vw;
}

.wide_standard_sp {
	padding: 0;
}

.wide_max {
	padding: 0 5vw;
}

.wide_min {
	padding: 0 8vw;
}

.wide_1_4 {
	width: 45.5%;
}

.wide_1_4_w {
	width: 45.5%;
}

.wide_3_4 {
	width: 100%;
}

.wide_3_4_w {
	width: 100%;
}

.wide_1_3 {
	width: 100%;
}

.wide_1_3_w {
	width: 45.5%;
}

.wide_2_3 {
	width: 100%;
}

.wide_2_3_w {
	width: 100%;
}

.wide_1_2 {
	width: 100%;
}

.wide_1_2_w {
	width: 100%;
}

.wide_100 {
	width: 100%;	
}

.wide_100 {
	width: 100%;
}


/*--------------------------------------
	
	kv
	
--------------------------------------*/

.kv_area {
	margin-bottom: 16vw;
}

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

header {
	width: 100%;
	text-align: center;
	padding: 0;
}

header .logo {
	position: relative;
	width: 100%;
	font-size: 5.3vw;
	display: inline-block;
	padding: 6.8vw 0;
	margin: 0 auto;
}

.toggle {
	display: block ;
	position: fixed;
	z-index: 300;
	top: 4.8vw;
	right: 4.4vw;
	width: 60px;
	height: 60px;
	transition: 0.3s ease-in-out;
	opacity: 1;
}

.toggle.fix {
	opacity: 1;
}

.toggle span {
	display: block;
	position: absolute;
	background: #444;
	transition: 0.3s ease-in-out;
	width: 30px;
	height: 1px;
	left: 15px;
}

.toggle span:first-child {
	top: 22px;

}

.toggle span:nth-child(2) {
	top: 32px;
}

.toggle.active span:first-child {
	transform: rotate(30deg);
	top: 28px;
}

.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
	transform: rotate(-30deg);
	top: 28px;
}

header .navi,
header .navi_sub {
	padding: 0;
	position: relative;
	z-index: 300;
}


#menu:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #e8e8e8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

header.normal #menu:before {
	opacity: 1;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	transition: 0.6s ease-in-out;
	pointer-events: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

header.normal #menu {
	opacity: 1;
	pointer-events: auto;
}

header .navi,
header .navi_sub {
	width: 100%;
	position: static;
	text-align: left;
}

header .navi,
header .navi_sub {
	padding: 0 10vw;
}




header a {
	display: block;
}



header .navi {
	font-size: 1.3rem;
	height: auto;
	margin-bottom: 5vw;
}

header .navi ul {
	display: block;

	width: 100%;
	height: 100%;
}

header .navi ul li {
	width: 100%;
	display: block;
	margin-bottom: 0;
}



header .navi a {
	width: 100%;
	display: block;
	padding: 6vw 0;
	border-bottom: 1px solid #444;
}


header .navi_sub ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 0;
}


header .navi_sub li {
	display: inline-block;
	width: 46.5%;
	margin-bottom: 4.5vw;
}

header .navi_sub li a {
	padding: 5vw 0;
	font-size: 1.2rem;
	border-bottom: 1px solid #444;
}



/*--------------------------------------
	
	footer
	
--------------------------------------*/

.pagetop {
	left: auto;
	right: 8vw;
	bottom: 9vw;
	background-size: 15px auto;
	padding: 0 0 0 20px;
	font-size: 1.0rem;
}


/*--------------------------------------
	
	modal
	
--------------------------------------*/


.modal {
	padding: 0;
}


.modal_next,
.modal_prev {
	z-index: 1400;
	left: auto;
	width: 8vw;
	height: 8vw;
}

.modal_next {
	background-image: url(images/arrow_right.svg);
	right: 2vw;
	margin-left: 0;
}

.modal_prev {
	background-image: url(images/arrow_left.svg);
	left: 2vw;
	margin-left: 0;
}


.modal .window {

	padding: 6vw;


}


/*--------------------------------------
	
	slider
	
--------------------------------------*/


.slider_area {
	padding: 0 0 12vw 0;
}

.slider_area {
	width: 100%;
}

.slider_inner {
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -298vw;
	width: 510vw;
	margin-left: -1110px;
	width: 1900px;
}


.bx-wrapper {
	max-width: 100% !important;
}

.list_slider {
	display: block;
}

.slider_area .list_slider li {
	width: 80vw !important;
	width: 300px !important;
	margin: 0 20px 0 0;
}

.slider_area .list_slider li .img {
	margin: 0 0 25px 0;
}

.slider_area .list_slider li .text {
	padding: 0 5vw;
}

.slider_area .list_slider li .st {
	font-size: 1.6rem;
	margin: 0 0 2vw 0;
}

.slider_area .list_slider li .sub {
	display: flex;
	justify-content: space-between;

}

.slider_area .list_slider li .sub p {
	font-size: 1.2rem;
	
}

.bx-controls-direction a {
	left: 290px;
	margin-left: 950px;
	width: 30px !important;
	height: 30px !important;
}

/*--------------------------------------
	
	footer
	
--------------------------------------*/

footer {

	padding: 100px 0 45px 0;
}



.bn_footer {
	width: 100%;
	border-left: 0.7px solid #444;
	display: flex;
}

.bn_footer a {
	width: 50%;
	border-right: 0.4px solid #444;
}

footer p {
	font-size: 1.2rem;
}

footer h2 {
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.75;
}

footer .copyright {
	font-size: 1.0rem;
	margin-top: 15px;
	margin-bottom: 30px;
}

.pagetop {

	right: 15px;
	bottom: 5px;
	width: 20px;

}





#pagetopicon.visible {
	bottom: 0px;
}





/*--------------------------------------
	
	kv
	
--------------------------------------*/

.loading {
	font-size: 2.0rem;
}





.kv {
	width: 100%; height: 97%; position: relative; display: flex; justify-content: space-between; flex-direction: column;
}



.logo {
	width: 100%; height: auto; flex: auto; display: flex; flex-direction: column;  justify-content: flex-end;
}

.logo img {
	width: 56%; margin-bottom: 0;
}

.lifework_logo {

	flex: auto;
	height: auto; width: 100%; display: flex; flex-direction: column; justify-content: flex-start;
	padding-top: 40px;
}

.lifework_logo img {
	width: 40%; max-width: 222px;
}



/*--------------------------------------
	
	about
	
--------------------------------------*/

.about {

	background-size: cover;

	padding: 12vw 0;
}

.about .flex {
	display: block;
	align-content: center;
	align-items: center;
}

.about .text {
	width: 100%;
	margin-bottom: 8vw;
}

.about .img {
	width: 100%;
	text-align: right;
}

.about .img img {
	width: 60%;
}

.about h2 {
	font-size: 2.8rem;
	margin: 0 0 6vw 0;
}

.about p {
	font-size: 1.6rem;
}

/*--------------------------------------
	
	title_section
	
--------------------------------------*/

.title_section {
	padding-top: 12vw;
	padding-bottom: 10vw;
}

.title_section h2 {
	font-size: 2.4rem;
	margin: 0 0 6vw 0;
}

.title_section h2 .sub {
	font-size: 1.8rem;
	margin-bottom: 2vw;
}

.title_section p {
	font-size: 1.6rem;
}

.title_section p br {
	display: none;
}

/*--------------------------------------
	
	content
	
--------------------------------------*/


.plan_wrapper {
	border-radius: 0px;
	padding: 8vw 6vw;
}

.tab {
	border-radius: 6px;
	padding: 0;
}

.tab li {
	width: 50%;
	padding: 6vw 3vw;
	
	border-radius: 4px 0 0 4px;
	font-size: 1.4rem;
}

.tab li:nth-child(2) {
	border-radius: 0 4px 4px 0;
}





.day_icon {
	width: 80px;
	right: 0;
	top: -20px;
}



.a_day .event {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-direction: column-reverse;
	align-content: center;
	align-items: center;

}

.a_day .event:first-child {
	padding-top: 12vw;
}



.a_day .event:nth-child(odd):after,
.a_day .event:nth-child(even):after {
	content: none;
}



.a_day .event:last-child:after {
	content: none;
}






.a_day .event .text {
	padding: 8vw 0 6vw 0;	
	position: relative;
	z-index: 20;
}


.a_day .event .text li {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0 0 8vw 0;
}

.a_day .event .text h3 {
	margin: 0 0 4vw 0;
}

.a_day .event .text h3 img {
	width: 32px;
}

.a_day .event .text h3 .time {
	font-size: 2.0rem;
}

.a_day .event .text h3 .title {
	font-size: 2.4rem;
}




.a_day .img {
	width: 100%;
	position: relative;
	margin-bottom: 8vw;
	padding-top: 0;
	z-index: 20;
	align-self: center;

}

.a_day .img .ph {
	width: 80%;
	margin: 0;
	position: relative;
	right: auto;
	left: 50%;
	margin-left: -40%;
	top: 0;
	z-index: 10;
}

.a_day .img:after {
	width: 80%;
	padding: 95% 0 0 0;
	position: absolute;
	right: auto;
	left: 50%;
	top: 0;
	margin-left: -40%;
	right: auto;
	z-index: 5;
}









.a_day .event .text,
.a_day .event:nth-child(even) .text {
	order: 1;
}

.a_day .event .img,
.a_day .event:nth-child(even) .img {
	order:2;
}

.a_day .event:nth-child(even) .img .ph {
	right: auto;
	left: 50%;
}

.a_day .event:nth-child(even) .img:after {
	right: auto;
	left: 50%;

}










.bn {


	position: relative;
	padding: 120% 0 0 0;
	background: url(images/bn.jpg) center center;
	background-size: cover;
	border-radius: 0;
}

.bn h2 {
	position: absolute;
	bottom: auto;
	left: 6vw;
	top: 6vw;
	font-size: 2.4rem;


	letter-spacing: 0.14em;
}

.bn .btn {
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	border-radius: 0;
	font-size: 1.3rem;
}






}

