@charset "utf-8";
/* CSS Document */

/*******************************
common
*******************************/
html {
	height: 100%;
}
 
body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual {
	position: relative;
	height: 65%;
}

#mainVisual2 {
	position: relative;
	height: 65%;
	background-color: rgba(0,0,0,0.3);
}

#mainVisual .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainIndex01.jpg') no-repeat 0 0 #222;
	background-size: 110%;
}

#mainVisual .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAbout01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainCcard01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainShop01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual .bg5 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/learn/images/mainAttraction01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual h1,
#mainVisual2 h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}

#mainVisual h1 b,
#mainVisual2 h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}

#mainVisual a.arrow01,
#mainVisual2 a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual .arrow01 span,
#mainVisual2 .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#featured h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

#featured h2 span {
	display: block;
    font-weight: 300;
	line-height: 0.65em;
	font-size: 0.65em;
	opacity: 0.7;
}

#featured ul {
	letter-spacing: -.4em;
}

#featured ul li {
	width: 23.5%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
}

#featured ul li:not(:nth-child(4n)) {
	margin-right: 2%;
}

#featured ul li a {
	display: block;
	color: #000;
}

#featured ul li a img {
	width: 100%;
}

#featured ul li a dl {
	margin-top: 0.8em;
}

#featured ul li a dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;	
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;	
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

/*******************************
index
*******************************/
#index .mainBox p:not(:last-child) {
	margin-bottom: 1em;
}

/*******************************
/movie/
*******************************/
.sp_parts {
    display: none;
}

h2 {
    font-size: 2em;
    font-style: italic;
    margin-bottom: 40px;
    color: #1d84b5;
    font-weight: bold;
    text-align: center;
}
h3 {
    font-weight: bold;
    color: #fff;
    background: #1d84b5;
    padding: 4px 0 4px 5px;
    font-size: 1.2em;
    margin-top: 40px;
}
.mt_10 {
    margin-top: 10px;
}
.mt_30 {
    margin-top: 30px;
}
.flex3 {
    display: flex;
    justify-content: space-around;
}
.flex3 a p:nth-child(2){
    margin-bottom: 0px!important;
    margin-top: 1em;
}
.fleximg {
    height: 115px;
    display: flex;
    align-items: center;
}
.fwb {
    font-weight: bold;
}
.tc {
    text-align: center;
}
.moviebtn {
    background: #1d84b5;
    color: #fff;
    padding: 10px 60px;
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    margin: 40px auto 80px;
    border-radius: 30px; 
}
.listflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 30px;
}
.listflex>a {
    color: #1d84b5;
    width: 31%;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    background: #fff;
    border: 2px solid;
}
.listflex>a:hover {
    color: #fff;
    background: linear-gradient(to right,#1d84b5,#77b5d2 );
    opacity: 1!important;
}
.listflex>span a{
    color: #1d84b5;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    background: #fff;
    border: 2px solid;
    display: block;
    width: 100%;
}
.listflex>span a:hover {
    color: #fff;
    background: linear-gradient(to right,#1d84b5,#77b5d2 );
    opacity: 1!important;
}
.lastlist {
    width: 31%;
    margin-right: 4px;
}
.lastlist .stxt {
    color: #1d84b5;
    font-weight: bold;
    text-align: center;
}
.stxt {
    font-size: 16px;
    font-weight: normal;
}
.movielist {
    padding-bottom: 50px;
}
.movielist a {
    color: #1d84b5;
    /*background: linear-gradient(to right,#1d84b5,#77b5d2 );*/
    width: 60%;
    text-align: center;
    margin-bottom: 30px;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.3em;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    border: 2px solid;
}
.movielist a:hover {
    color: #fff;
    background: linear-gradient(to right,#1d84b5,#77b5d2 );
    opacity: 1!important;
}
.cmnBtn {
    /*width: 100%;
    height: auto;
    border: 1px solid;
    text-align: center;
    display: block;
    line-height: 24px;
    position: relative;
    margin: auto;
    overflow: visible;
    padding: 7px 10px;
    margin-top: 30px;*/
    background: #1d84b5;
    color: #fff;
    padding: 10px 60px;
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    margin: 40px auto 0px;
    border-radius: 30px;
    display: table;
}
.customCloseButton {
    cursor: pointer;
}
.customCloseButton:hover {
    /*background-color: #333;
    color: #FFF;
    border-color: #333;*/
    opacity: 0.7;
}
.iziModal-content {
    padding: 40px !important;
}
#top {
    margin-top: -80px;
    padding-top: 80px;
}
.txtright {
    text-align: right;
}
.pb_40 {
    padding-bottom: 40px;
}