@charset "utf-8";
/* CSS Document */

.clrFix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clrFix {
    display: block;
}

img{
	vertical-align:bottom;
}

ul{
	list-style-type:none;
}

.p100{
	width:100%;
}
.main_bg{
    background: #65adf5;
    padding-bottom: 10%;
    position: relative;
}
#taisou{
    margin: 0 auto;
}
#taisou .sewrap{
	background-image: url("../images/main_sp.jpg");
	width: 100%;
	height: 100%;
	padding-top: 218.75%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height:1.5;
	background-size: cover;
}
#taisou .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
	position:absolute;
	top: 0;
}
.btn{
    box-sizing: content-box;
    text-decoration: none;
    background: #000;
    color: #ffffff;
    width: 90%;
    line-height: 3;
    text-align: center;
    border-radius: 3vw;
    font-size: 4vw;
    font-weight: bold;
    margin: 5% auto;
    display: block;
    position: relative;
}
.btn:hover{
    text-decoration: none;
    opacity: 0.8;
}
.main_bg a.btn2.map {
    background:#00aa60;
    margin: 0 auto 0 auto;
}
.main_bg a.btn2.map span{
    display: flex;
    justify-content: center;
    transition: .3s;
}
.main_bg a.btn2.map:hover span {
    color: #ffff00;
}
.main_bg a.btn2.map span:before {
    content:"";
    display: inline-block;
    width: 11%;
    max-width: 70px;
    margin-right: 2%;
    vertical-align: bottom;
    background: url(../../images/map_btn_icon.png) no-repeat center center;
    background-size: contain;
}
.moviewrap{
    width: 95%;
    display: block;
    margin: 0 auto;
}
.movie_bg{
    background: #fff;
    width: 100%;
    padding: 3%;
    margin: 3% 0 0;
}
.movie_bg h2{
    color: #e60012;
    font-size: 24px;
}
.movie_bg h3{
    color: #e70012;
    font-size: 18px;
}
.movie{
    display: block;
    width: 100%;
    padding-top: 56.5%;
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 26.7%;
    right: 0;
}
.movie .movieCon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}