@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}
 
body {
	font-size: 1.6rem;
	color: #333;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

.pcNone {
	display: none;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

.br01 {
	display: block;
	font-weight: inherit;
}

.br02 {
	font-weight: inherit;
}

.color01 {
	color: #90aa89 !important;
}

@media screen and (max-width: 767px) {
body {
	width: 100%;
	font-family: -apple-system, "HelveticaNeue";
	font-size: 1.4rem;
	-webkit-text-size-adjust: 100%;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

.br01 {
	display: inline;
}

.br02 {
	display: block;
}

}


/* link 
*****************************************/
a {
	color: #333;
	text-decoration: underline;
}

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

a:focus {
	overflow: hidden;
}

.hover a img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.hover a:hover img {
	opacity: .6;
}

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

.hover a:hover img {
	opacity: 1.0;
}

}

/* header
*****************************************/
#header01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 476px;
	border-bottom: #fff solid 1px;
}
#header01.type01 {
	background-color: rgba(146, 125, 116, .85);
}
#header01.type02 {
	background-color: rgba(120, 145, 164, .85);
}
#header01.type03 {
	background-color: rgba(144, 170, 137, .85);
}
#header01.type04 {
	background-color: rgba(157, 145, 111, .85);
}

#header01.scroll {
	position: fixed;
	margin-top: -126px;
	height: 126px;
	animation: header01 .3s linear both;
	-webkit-animation: header01 .3s linear both;
}

@-webkit-keyframes header01 {
	0% {
		margin-top: -126px;
	}
	100% {
		margin-top: 0;
	}
}
@keyframes header01 {
	0% {
		margin-top: -126px;
	}
	100% {
		margin-top: 0;
	}
}

#header01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#header01 > .inner01 > .logo01 {
	position: absolute;
	top: 126px;
	left: 50%;
	margin-left: -174px;
	width: 348px;
}

#header01 > .inner01 > .logo01 .image02 {
	display: none;
}

#header01.scroll > .inner01 > .logo01 {
	top: 19px;
	left: 0;
	margin-left: 0;
	width: 373px;
	height: 35px;
}

#header01.scroll > .inner01 > .logo01 .image01 {
	display: none;
}
#header01.scroll > .inner01 > .logo01 .image02 {
	display: block;
}

.headList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 10px;
	right: 0;
}

.scroll .headList01 {
	top: 20px;
}

.headList01 > li {
	margin-left: 5px;
	width: 30px;
	height: 30px;
}

.headList01 > li:first-child {
	margin-left: 0;
}

.headList01 > li .svg {
	opacity: .5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.headList01 > li .svg:hover {
	opacity: 1.0;
}

.globalNav01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: #333;
}

.globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	width: 1000px;
}

.globalNav01 > ul > li:nth-child(1) {
	margin-top: 15px;
	font-weight: bold;
	width: 240px;
}
.globalNav01 > ul > li:nth-child(2) {
	margin-top: 15px;
	font-weight: bold;
	width: 230px;
}
.globalNav01 > ul > li:nth-child(3) {
	padding: 10px 0 0 20px;
	width: 360px;
}
.globalNav01 > ul > li:nth-child(4) {
	padding: 10px 0 0 20px;
	width: 170px;
}

.globalNav01 > ul > li:nth-child(1) a:before,
.globalNav01 > ul > li:nth-child(2) a:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: " ";
	margin-top: -9px;
	width: 1px;
	height: 18px;
	background-color: #515151;
}

.globalNav01 > ul > li a {
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.globalNav01 > ul > li a {
	opacity: 1.0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.globalNav01 > ul > li a:hover {
	opacity: .6;
}

.globalNav01 > ul > li .button01 a {
	display: inline-block;
	padding: 6px 10px 4px;	
	border: #fff solid 1px;
	border-radius: 2px;
	font-size: 90%;
}

@media screen and (max-width: 767px) {
#header01,
#header01.scroll {
	position: inherit;
	margin-top: 0;
	height: 408px;
	animation: none;
	-webkit-animation: none;
}

#header01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 100%;
}

#header01 > .inner01 > .logo01,
#header01.scroll > .inner01 > .logo01 {
	position: static;
	top: 0;
	margin: 0 auto;
	padding-top: 60px;
	width: 174px;
}

#header01.scroll > .inner01 > .logo01 .image01 {
	display: block;
}
#header01.scroll > .inner01 > .logo01 .image02 {
	display: none;
}

.headList01,
.scroll .headList01 {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	position: static;
	top: 0;
	margin: 17px 10px 0 auto;
}

.headList01 > li {
	width: 35px;
	height: 35px;
}

.headList01 > li:first-child {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.globalNav01 {
	position: static;
	height: auto;
}

.globalNav01 > ul {
	margin-top: 10px;
	width: 100%;
}

.globalNav01 > ul > li {
	border-top: #515151 solid 1px;
	text-align: center;
}

.globalNav01 > ul > li:firs-child {
	border-top: none;
}

.globalNav01 > ul > li:nth-child(1),
.globalNav01 > ul > li:nth-child(2),
.globalNav01 > ul > li:nth-child(3),
.globalNav01 > ul > li:nth-child(4) {
	margin: 0;
	padding: 0;
	width: 100%;
}

.globalNav01 > ul > li:nth-child(1) a:before,
.globalNav01 > ul > li:nth-child(2) a:before {
	width: 0;
}

.globalNav01 > ul > li a {
	padding: 10px 0;
}

.globalNav01 > ul > li a:hover {
	opacity: 1.0;
}

.globalNav01 > ul > li .button01 {
	margin: 10px 0;
}

}

/* footer
*****************************************/
#footer01 {
	position: relative;
	margin: 60px 0 35px;
}

#footer01 > .inner01 {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#footer01 > .inner01 > .banner01 {
	margin: 0 auto;
	width: 480px;
}

.snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}

.snsBtn01 > li {
	margin: 10px 5px 0;
	font-size: 0;
}

.footList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.snsBtn01 + .footList01 {
	margin-top: 40px;
}

.footList01 > li {
	position: relative;
	margin-right: 12px;
	padding-right: 11px;
	font-size: 1.2rem;
}

.footList01 > li:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	margin-top: -5px;
	width: 1px;
	height: 11px;
	background-color: #a5a3a4;
}

.footList01 > li:last-child {
	margin-right: 0;	
	padding-right: 0;
}

.footList01 > li:last-child:before {
	width: 0;
	height: 0;
}

.copyright01 {
	margin-top: 5px;
	font-size: 1.2rem;
	text-align: center;
}

.pagetop01 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 62px;
}

@media screen and (max-width: 767px) {
#footer01 {
	margin-top: 40px;
}

#footer01 > .inner01 {
	padding: 0 10px;
	width: 100%;
}

#footer01 > .inner01 > .banner01 {
	margin-top: 40px;
	width: 100%;
}

.snsBtn01 img {
	width: auto;
}

.lineBtn01 img {
	height: 20px;
}

.pagetop01 {
	position: static;
	margin: 0 auto;
	width: 16%;
}

}


/* contents
*****************************************/
#contents01 {
	position: relative;
	padding-top: 475px;
	overflow: hidden;
}

.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.wrap01.aB {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.col01 {
	width: 485px;
}

.col02 {
	margin-top: 30px;
	width: 280px;
}

.col03 {
	margin-top: 30px;
	width: 630px;
}

.btn01 {
	position: fixed;
	bottom: -107px;
	right: 20px;
	z-index: 100;
	-webkit-transition: bottom .3s;
	transition: bottom .3s;
}

.btn01.scroll {
	bottom: 20px;
}

.btn01.scroll.stop {
	bottom: -107px;
}

.btn02 {
	position: relative;
	display: inline-block;
	padding: 1px 5px 1px 12px;
	border: #333 solid 1px;
	font-size: 1.1rem;
	text-decoration: none;
	text-indent: 0em;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	float:right;
	margin-left:5px;
}

.btn02:hover {
	opacity: .6;
}

.btn02:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	content: " ";
	vertical-align: middle;
	margin: auto;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn03 {
	position: relative;
	display: inline-block;
	padding: 1px 5px 1px 12px;
	border: #333 solid 1px;
	font-size: 1.1rem;
	text-decoration: none;
	text-indent: 0em;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	margin-right: 5px;
}

.btn03:hover {
	opacity: .6;
}

.btn03:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3px;
	content: " ";
	vertical-align: middle;
	margin: auto;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.sectionWrap01 {
	padding-top: 100px;
}

.section01 {
	margin-top: -126px;
	padding-top: 126px;
}

.section02 {
	position: relative;
	margin-top: 40px;
	padding-bottom: 80px;
}

.section02 > .inner01 {
	margin: 0 auto;
	width: 1000px;
}

.section02:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
	background: linear-gradient(to right,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
}

.infoArea01 {
	margin: 40px auto 0;
	width: 1000px;
}

.infoArea01 > .text01 {
	display: table;
	padding: 4px 10px 2px;
	background-color: #333;
	color: #fff;
	font-size: 1.2rem;
}

.heading01 {
	position: relative;
	padding: 40px 10px 35px;
	background-color: #333;
	text-align: center;
}

.heading01:before {
	position: absolute;
	top: 2px;
	left: 0;
	content: " ";
	width: 100%;
	height: 3px;
	background: -webkit-linear-gradient(left,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
	background: linear-gradient(to right,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
}

.heading01 > .inner01 {
	display: block;
	margin-top: 15px;
	color: #90aa89;
}

.heading02 {
	display: table;
	margin: 0 auto;
	border-bottom: #333 solid 4px;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}

.movie {
	margin-top: 40px;
	text-align:center;
}



.movieList01 {
	margin-top: 40px;
}

.movieList01 > .inner01 {
	margin: 0 auto;
	width: 1216px;
}

.movieList01 ul > li {
	float: left;
	margin-right: 20px;
	width:300px;
}

.movieList01 ul li a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.movieList01 ul li a:hover {
	opacity: .6;
}

.movieList01 ul li img,
.movieList03 ul li img {
	width: 100%;
	height: auto;
}

.movieList02 {
	display: none;
}

.bx-wrapper .bx-pager {
	margin-top: 20px;
	width: 100%;
	text-align: center;
	line-height: 1.0;
	z-index: 100;
}

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	position: relative;
	margin: 0 4px;
	width: 14px;
	height: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 14px;
	height: 14px;
	border: #515151 solid 3px;
	background-color: #515151;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #fff;
}

.movieArea01 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movieArea01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list01 {
	padding-bottom: 15px;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
}

.list01 > dt {
	margin-top: 15px;
	width: 105px;
	color: #888;
	font-size: 1.2rem;
}

.list01 > dd {
	margin-top: 15px;
	width: calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	font-size: 1.4rem;
}

.list02 > dt {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px;
	background-color: #90aa89;
	color: #fff;
	line-height: 1.0;
}

.list02 > dd {
	margin-top: 10px;
}

.list03 > li {
	position: relative;
	padding-left: 15px;
}

.list03 > li:before {
	position: absolute;
	top: .5em;
	left: 0;
	content: " ";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #90aa89;
}

.list04 {
	margin-top: 10px;
	counter-reset: li
}

.list04:first-child {
	margin-top: 0;
}

.list04 > li {
	padding: 0.7em 0.5em 0.5em 2.5em;
	text-indent: -2.0em; 
	border-bottom: solid 1px ;
}

.list04 > li:first-child {
	margin-top: 0;
}

.list04 > li:before {
	counter-increment: li;
	content: counter(li,decimal-leading-zero) ". ";
}

.list04 > li > .inner01 {
	margin-right: 10px;
}


.list04 > li > .moreinfo{
	font-size:80%;
	color:#4e8040;
}

.list04 dd {
	display: none;
	background-color: #ccc;
	padding: 10px;
}

.list05,
.list06,
.list07 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.list05:first-child,
.list06:first-child {
	margin-top: 40px;
}

.list05 > li img {
	height: 100%;
	transition: opacity .3s;
}

.list06 > li img {
	transition: opacity .3s;
}

.list05 > li a:hover img,
.list06 > li a:hover img {
	opacity: .6;
}

.list05 > li {
	margin: 20px 8px 0;
	height: 50px;
}

.list06 {
	margin: 0 auto;
	width: 670px;
}

.list06 > li {
	margin: 16px 8px 0;
	width: 150px;
}

.list07 {
	margin: 30px auto 0;
	width: 1000px;
}

.list07 > li {
	margin: 0 20px;
	width: 480px;
}

.list07 > li:nth-child(odd) {
	margin-left: 0;
}
.list07 > li:nth-child(even) {
	margin-right: 0;
}

.list08 {
	margin-top: 10px;
	counter-reset: li
}

.list08:first-child {
	margin-top: 0;
}

.list08 > dt {
	position: relative;
	padding: 0.7em 0.5em 0.5em 2.5em;
	text-indent: -2.0em; 
	border-bottom: solid 1px;
	counter-increment: dt;
}

.list08 > dt:first-child {
	margin-top: 0;
}

.list08 > dt:before {
	content: counter(dt,decimal-leading-zero) ". ";
}

.list08 > dt:after {
	position: absolute;
	content: "";
	top: 16px;
	right: 15px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.list08 > dt.active:after {
	top: 20px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list08 > dt:hover {
	background-color: #e6e6e6;
}

.list08 > dt > .inner01 {
	margin-right: 10px;
}

.list08 .moreinfo {
	margin-top: 5px;
	font-size:80%;
	color:#4e8040;
}

.list08 dd {
	display: none;
	padding: 0.8em 0.8em 1em;
	color: #888;
}

.list08 dd .text01 {
	margin-top: 5px;
}


.frameArea01 {
	margin-top: 30px;
	padding: 30px;
	border: #333 solid 1px;
}

.frameArea01 > .title01 {
	margin: -30px -30px 0;
	padding: 10px 20px;
	background-color: #333;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

.frameArea01 > .title01.type02 {
	text-align: left;
}

.frameArea01 > .title01 > .inner01 {
	font-size: 1.6rem;
	font-weight: normal;
}

.frameArea01 > .image01 {
	margin: 30px auto 0;
	width: 280px;
}

.frameArea01 > .text01 {
	margin-top: 10px;
	text-align: center;
}

.frameArea02 {
	margin-top: 30px;
	padding: 4px;
	background: -webkit-linear-gradient(left,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
	background: linear-gradient(to right,  #82a7c4 0%,#a5c6aa 34%,#b9aa7e 68%,#b2968a 100%);
}

.frameArea02 > .inner01 {
	padding: 40px 20px;
	background-color: #fff;
}

.frameArea02 > .inner01 > .text01 {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 10px;
	background-color: #90aa89;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
}

.frameArea02 > .inner01 > .text02 {
	font-size: 2.0rem;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
#contents01 {
	padding-top: 0;
}

.col01 {
	width: 100%;
}

.col02 {
	margin-top: 20px;
	width: 100%;
}

.col02 > .image01 {
	margin: 0 auto;
	width: 62%;
}

.col03 {
	margin-top: 10px;
	width: 100%;
}

.col03 > .text01 {
	text-align: center;
}

.btn01 {
	bottom: -100%;
	right: 0;
	width: 100%;
}

.btn01.scroll {
	bottom: 0;
}

.btn01.scroll.stop {
	bottom: -100%;
}

.btn02 {
	margin-top: 3px;
}

.sectionWrap01 {
	margin-top: 50px;
	padding-top: 0;
}

.section01 {
	margin-top: 0;
	padding-top: 0;
}

.section02 > .inner01 {
	padding: 0 10px;
	width: 100%;
}

.infoArea01 {
	margin-top: 30px;
	padding: 0 10px;
	width: 100%;
}

.infoArea01 > .text01 {
	padding: 4px 10px;
	color: #fff;
	font-size: 1.0rem;
}

.heading01 {
	padding: 40px;
}

.heading02 {
	font-size: 2.6rem;
}

.movie iframe{
	width:95%;
	height:200px;
}



.movieList01 {
	display: none;
}

.movieList02 {
	display: block;
	margin-top: 20px;
}

.movieList02 > .inner01 {
	margin: 0 auto;
	width: 84%;
	padding: 5px;
	background-color: #fff;
	box-sizing: border-box;
}

.movieList02 ul li {
	display: none;
}

.bx-wrapper {
	position: relative;
}

.bx-viewport {
	padding: 0;
}

.bx-wrapper .bx-controls-direction a {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 19px;
	height: 19px;
	outline: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-prev {
	left: -29px;
	background: url(../images/bt02.png) no-repeat left top;
	background-size: 100%;
}

.bx-wrapper .bx-next {
	right: -29px;
	background: url(../images/bt03.png) no-repeat left top;
	background-size: 100%;
}

.list01 {
	padding-bottom: 15px;
	border-top: #333 solid 1px;
	border-bottom: #333 solid 1px;
}

.list01 > dt {
	margin-top: 15px;
	width: 100%;
	font-size: 1.0rem;
}

.list01 > dd {
	margin-top: 0;
	width: 100%;
	font-size: 1.2rem;
}


.list04 > li {
	padding-left: 0em;
	text-indent: 0em; 
}


.list04 > li > .moreinfo{
	display: inline-block;
    line-height: 1.3;
    padding-top: 1em;
}


.list05 li img {
	height: auto;
}

.list05 li a:hover img,
.list06 li a:hover img {
	opacity: 1.0;
}

.list05,
.list06 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
}

.list05 > li {
	margin: 20px 0 0;
	width: 48%;
	height: auto;
}

.list06 {
	width: 100%;
}

.list06 > li {
	margin: 8px 0 0;
	width: 48%;
}

.list07 {
	margin-top: 20px;
	padding: 0 10px;
	width: 100%;
}

.list07 > li {
	margin: 10px 0 0;
	width: 100%;
}

.list08 > dt:hover {
	background-color: #fff;
}

.list08 > dt:after {
	top: 13px;
}

.list08 > dt.active:after {
	top: 17px;
}

.frameArea01 {
	padding: 20px;
}

.frameArea01 > .title01 {
	margin: -20px -20px 0;
	padding: 10px 20px;
	font-size: 1.8rem;
}

.frameArea01 > .title01 > .inner01 {
	font-size: 1.4rem;
}

.frameArea01 > .image01 {
	margin-top: 20px;
	width: 62%;
}

.frameArea02 > .inner01 {
	padding: 20px;
}

.frameArea02 > .inner01 > .text01 {
	margin: 0 auto 0 0;
	padding: 5px 10px;
	font-size: 1.8rem;
}

.frameArea02 > .inner01 > .text02 {
	margin-top: 10px;
	width: 100%;
	font-size: 1.8rem;
}

.list04 > li > .inner02 {
	font-size:85%;
	margin-right:0;
}

}


}


/* Clearfix
*****************************************/
.movieList01 ul:after,
.movieList03 ul:after,
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
