@charset "utf-8";
@media screen and (max-width:767px){
.areaTtl{
text-align: center;
}
}
.areaTtl .txtIn{
border-bottom: 1px solid #000;
}
.hallOuter .hallContent{
width: 46%;
}
@media screen and (max-width:767px){
.hallOuter .hallContent{
width: 100%;
}
}
@media screen and (max-width:767px){
.accordionOuter{
background: #fff;
border: 1px solid #d2d2d2;
padding: 12px 20px 0;
margin-bottom: 20px;
}
.accordionOuter .accordionTtl .plus{
width: 15px;
height: 15px;
top: 50%;
transform: translate(0,-50%);
right: 0;
}
.accordionOuter .accordionTtl .plus:before,
.accordionOuter .accordionTtl .plus:after{
content: "";
position:absolute;
top: 50%;
left: 0;
width: 100%;
height: 1px;
background: #000;
}
.accordionOuter .accordionTtl .plus:after{
transform: rotate(90deg);
transition: all 0.3s ease;
}
.accordionOuter .accordionTtl.open .plus:after{
transform: rotate(0);
}
.accordionOuter .accordionBox{
display: none;
padding-top: 10px;
}
}
.topArea{
margin-top:100px;
}
@media screen and (max-width:980px){
.topArea{
margin-top:70px;
}
}
@media screen and (max-width:767px){
.topArea{
margin-top:50px;
}
}
.topArea .topAreaInner{
width: 50%;
height: 600px;
}
@media screen and (max-width:980px){
.topArea .topAreaInner{
width: 50%;
height:500px;
}
}
@media screen and (max-width:767px){
.topArea .topAreaInner{
width: 100%;
height: 290px;
}
}
.topArea .slide{
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
transform: scale(1.2);
opacity: 0;
animation-duration: 8s;
animation-timing-function: ease;
animation-iteration-count: infinite;
animation-direction: normal;
animation-fill-mode: forwards;
animation-name: topvisualanime;
}
.topArea .slide00 {
animation-duration: 6s;
animation-iteration-count: unset;
animation-name: topvisualanime_start;
}
.topArea .slide01 {
animation-delay: 5s;
}
.topArea .slide02{
animation-delay: 9s;
}
@keyframes topvisualanime_start {
0% {
transform: scale(1.2);
opacity: 0;
}

20% {
transform: scale(1);
opacity: 1;
}

80% {
transform: scale(1);
opacity: 1;
}

100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes topvisualanime {
0% {
transform: scale(1.2);
opacity: 0;
}

20% {
transform: scale(1);
opacity: 1;
}

50% {
transform: scale(1);
opacity: 1;
}

70% {
transform: scale(1.2);
opacity: 0;
}

100% {
transform: scale(1.2);
opacity: 0;
}
}
.topArea .herbis .slide00{
background: url("../images/common/slide-herbis01.jpg") center no-repeat;
background-size: cover;
}
.topArea .herbis .slide01{
background: url("../images/common/slide-herbis02.jpg") center no-repeat;
background-size: cover;
}
.topArea .herbis .slide02{
background: url("../images/common/slide-herbis01.jpg") center no-repeat;
background-size: cover;
}

.topArea .south .slide00{
background: url("../images/common/slide-south01.jpg") center no-repeat;
background-size: cover;
}
.topArea .south .slide01{
background: url("../images/common/slide-south02.jpg") center no-repeat;
background-size: cover;
}
.topArea .south .slide02{
background: url("../images/common/slide-south01.jpg") center no-repeat;
background-size: cover;
}
.topArea .topAreaInner .bar a{
bottom: 0;
left: 0;
width: 100%;
height: 65px;
line-height: 67px;
}
@media screen and (max-width:980px){
.topArea .topAreaInner .bar a{
height: 45px;
line-height: 47px;
}
}
.topArea .topAreaInner .bar .u-bgHerbis:hover{
background: #bc5774;
}
.topArea .topAreaInner .bar .u-bgSouth:hover{
background: #dbe766;
}
.topArea .topAreaInner .bar a .jp{
padding-right: 20px;
}
@media screen and (max-width:980px){
.topArea .topAreaInner .bar a .jp{
font-size: 1.4rem;
}
.topArea .topAreaInner .bar a .en{
font-size: 1.5rem;
}
}
.topArea .topAreaInner .bar a .jp:after{
content: "";
position: absolute;
top: 2px;
right: 10px;
width: 1px;
height: 18px;
}
@media screen and (max-width:980px){
.topArea .topAreaInner .bar a .jp:after{
top: 1px;
height: 14px;
}
}
.topArea .topAreaInner .bar .u-bgHerbis .jp:after{
background: #fff;
}
.topArea .topAreaInner .bar .u-bgSouth .jp:after{
background: #000;
}
.topArea .topAreaInner .bar a .arrow{
width: 15px;
margin-left: 20px;
top: -3px;
}
@media screen and (max-width:980px){
.topArea .topAreaInner .bar a .arrow{
width: 13px;
margin-left: 15px;
top: -2px;
}
}
.aboutArea {
padding: 50px 0;
}
@media screen and (max-width:767px){
.aboutArea .areaTtl{
width: 100%;
margin-bottom: 20px;
}
}
.aboutArea .txtBox{
width: 575px;
}
@media screen and (max-width:980px){
.aboutArea .txtBox{
width: 550px;
}
}
@media screen and (max-width:767px){
.aboutArea .txtBox{
width: 100%;
}
}
@media screen and (max-width:767px){
.mapArea{
margin-bottom: 70px;
}
.mapArea .hallOuter{
width: 100%;
}
.mapArea .hallOuter .hallContent{
padding: 0 10%;
width: 80%;
}
.mapArea .hallOuter .hallContent:first-child{
border-bottom: 1px solid #d2d2d2;
padding-bottom: 35px;
margin-bottom: 35px;
}
}
.mapArea .movieImg,
.mapArea .movieTxt{
max-width: 285px;
}
.movieImg .cover{
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
transition: all 0.3s ease;
}
.movieImg .link:hover .cover{
background: rgba(0,0,0,0);
}
.movieImg .play-button{
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 55px;
}
.specArea{
padding: 100px 0;
}
@media screen and (max-width:767px){
.specArea{
padding: 50px 0 0;
}
.specArea .hallContent{
margin-bottom: 50px;
}
.specArea .accordionAfter{
padding: 0 20px;
}
.specArea .accordionOuter .areaTtl,
.specArea .accordionAfter .areaTtl{
text-align: left;
}
}
.specArea .herbis .ttlBox,
.specArea .herbis .infoBox{
padding-left: 30px;
border-left: 2px solid #a00f38;
}
@media screen and (max-width:767px){
.specArea .herbis .infoBox{
padding-left: 0;
border-left:none;
}
}
.specArea .south .ttlBox,
.specArea .south .infoBox{
padding-left: 30px;
border-left: 2px solid #c4d700;
}
@media screen and (max-width:767px){
.specArea .south .infoBox{
padding-left: 0;
border-left:none;
}
}
.specArea .herbis .logo{
width:  71px;
}
.specArea .south .logo{
width:  68px;
}
.specArea table .ttl{
width: 110px;
}
.specArea table .subTtl{
width: 110px;
}
.specArea table .info{
width: 65px;
padding-bottom: 5px;
}
.specArea table .info .notes{
white-space: nowrap;
bottom: 3px;
right: -10px;
transform: translate(100%,0);
}
@media only screen and (max-width:980px){
.specArea table .info .notes{
display: block;
position: static;
transform: translate(0,-3px);
}
}
.specArea .numberList{
margin-left: 30px;
min-height: 3.6em;
}
.specArea .numberList .num{
margin-left: -30px;
width: 20px;
height: 20px;
line-height: 23px;
margin-right: 10px;
}
.specArea .movieImg,
.specArea .movieTxt{
max-width: 285px;
}
@media screen and (max-width:767px){
.informationArea .areaTtl{
text-align: left;
margin-left: 10%;
}
}
.informationArea .hallContent{
width: 49%
}
@media screen and (max-width:767px){
.informationArea .hallContent{
width: 100%
}
}
.informationArea .bar{
width: 84px;
height:2px;
}
@media screen and (max-width:767px){
.informationArea .bar{
width: 48px;
height:1px;
}
}
.informationArea .infoList{
padding: 18px 15px 15px;
}
@media screen and (max-width:767px){
.informationArea .accordionBox{
box-sizing: border-box;
margin-left: -20px;
width: calc(100% + 40px);
}
.informationArea .infoList{
border-top: 1px solid #d2d2d2;
border-bottom: 1px solid #d2d2d2;
}
.informationArea .infoList:last-child{
border-bottom: none;
}
}
.informationArea .infoList .infoTtl{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.contactArea{
padding: 100px 0;
border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width:767px){
.contactArea{
padding: 50px 0;
}
.contactArea .ttlOuter{
width: 90%;
}
}
.contactArea .ttlOuter .areaTtl{
width: 160px;
}
@media screen and (max-width:767px){
.contactArea .ttlOuter .areaTtl{
width: 100%;
margin-bottom: 15px;
text-align: left;
}
}
.contactArea .ttlOuter .note{
width: calc(100% - 160px);
}
@media screen and (max-width:767px){
.contactArea .ttlOuter .note{
width: 100%;
}
}
.contactArea .contactBox .box{
width: 33.333%;
box-sizing: border-box;
padding: 30px;
}
@media screen and (max-width:980px){
.contactArea .contactBox .box .fs-20{
font-size: 1.6rem;
}
.contactArea .contactBox .box:nth-child(2){
width: 30.3333%;
}
.contactArea .contactBox .box:last-child{
width: 36.3333%;
}
}
@media screen and (max-width:767px){
.contactArea .contactBox .box .fs-20{
font-size: 2.0rem;
}
.contactArea .contactBox .box,
.contactArea .contactBox .box:nth-child(2),
.contactArea .contactBox .box:last-child{
width: 100%;
padding: 30px 30px 0;
}
.contactArea .contactBox .box:last-child{
padding-bottom: 30px;
}
}
.contactArea .contactBox .box:after{
content: "";
position: absolute;
top: 30px;
right: 0;
width: 1px;
height: calc(100% - 60px);
background:  #d2d2d2;
}
@media screen and (max-width:767px){
.contactArea .contactBox .box:after{
display: none;
}
}
.contactArea .contactBox .box:last-child:after{
display: none;
}
/*動画ポップアップ*/
.mfp-content{
width: 90%;
max-width: 800px;
}
.movie-wrap{
height: 0;
overflow:hidden;
padding-top: 56.25%;
}
.movie-wrap iframe{
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgb(0 0 0 / 60%);
background: #000;
}
