@charset "utf-8";

.mv {
  margin-top: 173px;
}
@media only screen and (max-width:980px) {
  .mv {
    margin-top: 80px;
  }
}
/* .mvSlider {
  margin-top: 30px;
} */
.loopslider {
  margin-top: 100px;
}
@media only screen and (max-width:768px) {
  .loopslider {
    margin-top: 40px;
  }
    .pd00{
        padding-top: 0px!important;
    }
}
/*===================================================================
biwako
/*================================================================= */
.biwako {
  margin-top: 100px;
}
@media only screen and (max-width:768px) {
  .biwako {
    margin-top: 40px;
  }
  .biwako_textimg {
    width: 30%;
    padding:80px 0;
    margin: 0 auto;
  }
  .biwako_text {
    text-align: center;
    margin-top: 40px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
  .biwako_img {
    margin-top: 40px;
  }
  .biwako_sp_box {
    margin-top: 10px;
    padding: 0 15px;
  }
  .biwako_sp_text {
    font-size: 12px;
  }
  .biwako_sp_cap {
    font-size: 10px;
    text-align: right;
  }
}

/*===================================================================
kurasi
/*================================================================= */
.kurasi {
  margin-top: 120px;
}
.kurasi .inner {
  max-width: 1100px;
}
@media only screen and (max-width:768px) {
  .kurasi_textimg {
    width: 90%;
    margin: 0 auto;
  }
}
.movieArea .inner {
  max-width: 900px;
  margin: 0 auto;
}
.movieArea {
  background-image: url(../images/top/movieArea_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .movieArea {
    background-image: url(../images/top/movieArea_bg_sp.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .movie_item {
    width: 80%;
    margin: 0 auto;
  }
}
.movieArea .cap {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
.movieArea_text {
  margin-top: 120px;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .movieArea_text {
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.6;
  }
}


/*===================================================================
section05
/*================================================================= */
.section05 {
  background: url(../images/top/section05Bg.png) no-repeat center center/cover;
  height: 670px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section05 {
    background: url(../images/top/section05Bg_sp.png) no-repeat center top/cover;
    height: 570px;
  }
}

.section05 .cap {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 6px;
}

.section05 .section05_1 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
}

.section05 .telBox {
  padding: 30px 60px;
  margin-top: 90px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section05 .telBox {
    padding: 34px 20px;
  }
}

.section05 .telBox .telBoxtitle {
  font-size: 38px;
  text-align: center;
  color: #0051a7;
}

@media screen and (max-width: 768px) {
  .section05 .telBox .telBoxtitle {
    font-size: 22px;
  }
}

.section05 .telBox .inBox {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #dfedff;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .section05 .telBox .inBox {
    display: block;
    padding: 20px 10px;
  }
}

.section05 .telBox .inBox figure {
  width: 100%;
  max-width: 340px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .section05 .telBox .inBox figure {
    margin: 0 auto;
  }
}

.section05 .telBox .inBox figure:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.section05 .telBox .inBox .textBox {
  width: 100%;
  max-width: 380px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .section05 .telBox .inBox .textBox {
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 2;
  }
}

.section05 .telBox::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #9595c5;
}


/*===================================================================
top_banner_area
/*================================================================= */
.top_banner_area {
  /* background-color: #dfedff; */
  padding-top: 40px;
  padding-bottom:60px;
}
.top_banner_area a:hover {
  opacity: .7;
  transition: .4s;
}
.top_banner_area figure {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .top_banner_area {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .top_banner_area figure {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------
bukken
------------------------------------------------------*/
.bukken {
  position: relative;
  padding: 120px 0 0px;
}
.bukken .mw700 {
  max-width: 700px;
}
.bukken::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 700px;
  background-image: url(../images/common/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top ;
  z-index: -1;
}
.bukken_title {
  font-size: 48px;
  color: #0051a7;
	letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.cards {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
.card {
  width: calc((100% - 20px * 2) / 2);
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  background-color: #fff;
}
.card:not(:nth-child(2n + 1)) {
  margin-left: 20px;
}
.card:nth-child(n + 3) {
  margin-top: 30px;
}
.card a {
  display: block;
  cursor: pointer;
}
.card:hover {
  opacity: .7;
  transition: .4s;
}
.card_img   {
  position: relative;

}
.card_cap {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.4);
}
.card_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 16px;
  color: #0051a7;
}
.card_text {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.card_label {
  position: relative;
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #0051a7;
}
.card_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-left: 20px;
}
.card_icon img {
  width: 19px;
}
@media only screen and (max-width:900px) {
  .card {
    width: calc((100% - 20px) / 2);
  }
  .card:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .card:nth-child(even) {
    margin-left: 20px;
  }
  .card:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width:768px) {
  .bukken {
    position: relative;
    padding: 60px 0 40px;
  }
  .bukken::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/bg_sp.png);
    background-position: center top ;
    background-size: cover;
    z-index: -1;
  }
  .bukken_title {
    font-size: 32px;
  }
  .cards {
    margin-top: 40px;
    display: block;
  }
  .card {
    margin: 20px auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
  }
  .card:not(:nth-child(3n + 1)) {
    margin-left: auto;
  }
  .card:nth-child(even) {
    margin-left: auto;
  }
  .card a {
    display: block;
    cursor: pointer;
  }
  .card:hover {
    opacity: .7;
    transition: .4s;
  }
  .card_img   {
    position: relative;
  
  }
  .card_cap {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .card_title {
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 16px;
    color: #0051a7;
  }
  .card_text {
    font-size: 16px;
    text-align: center;
    color: #000;
  }
  .card_label {
    position: relative;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #0051a7;
  }
  .card_icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    margin-left: 20px;
  }
  .card_icon img {
    width: 19px;
  }
}

.clnaBox {
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  border: solid 1px #d82828;
  color: #d82828;
}
.clnaBox .ttlText {
font-size: 18px;
font-weight: bold;
border-bottom: solid 1px #d82828;
margin-bottom: 15px;
display: inline-block;
padding: 0 20px 5px;
}
.clnaBox .lead {
font-size: 16px;
margin-bottom: 15px;
}
.clnaBox .linkText {
display: block;
font-size: 20px;
color: rgb(0, 0, 238);
}

@media (max-width: 768px) {
.clnaBox {
  padding: 20px;
}
.clnaBox .ttlText {
  font-size: 14px;
}
.clnaBox .lead {
  font-size: 12px;
}
.clnaBox .linkText {
  font-size: 16px;
}
}

.l-movieInfo {
  margin-top: 80px;
}
@media only screen and (max-width:768px) {
  .l-movieInfo {
    margin-top: 50px;
  }
}

.movieInfo {
border: 3px solid #c6c9e9;
padding: 25px 75px 20px;
background-image: url(../images/top/movi_info_bg_top.png),url(../images/top/movi_info_bg_bottom.png);
background-repeat: no-repeat,no-repeat;
background-position: center top,center bottom;
background-size: 100%,100%;
position: relative;
max-width: 800px;
margin: 0 auto;
}
.movieInfo.movieNew:after {
content: "";
display: block;
width: 80px;
height: 80px;
background: url(../images/top/movi_info_icn_new.png)no-repeat center / 100%;
position: absolute;
top: 0;
right: 0;
}
.movieInfo .movieInfoTtl {
margin-bottom: 20px;
}
.movieInfo dl {
overflow: auto;
height: 300px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}

.movieInfo dt:not(:last-of-type),
.movieInfo dd:not(:last-of-type) {
margin-bottom: 25px;
}
.movieInfo dt {
text-align: center;
border: 1px solid #c6c9e9;
width: 105px;
padding: 5px 0;
line-height: 1.2;
}
.movieInfo dd {
width: calc(100% - 135px);
}
.movieInfo dd p {
color: #2c337f;
}
.movieInfo dd a {
display: inline-block;
text-decoration: underline;
color: #2c337f;
transition: 0.5s;
}
.movieInfo dd a:hover {
text-decoration: none;
}
.movieInfo dd a.noLink {
pointer-events: none;
}
@media (max-width: 768px) {
.movieInfo {
  padding: 25px 15px 20px;
}
.movieInfo.movieNew:after {
  width: 50px;
  height: 50px;
}
.movieInfo .movieInfoTtl {
  margin-bottom: 20px;
}
.movieInfo dt:not(:last-of-type),
.movieInfo dd:not(:last-of-type) {
  margin-bottom: 25px;
}
.movieInfo dt {
  width: 70px;
  padding: 5px 0;
}
.movieInfo dd {
  width: calc(100% - 85px);
}
.movieInfo dl::-webkit-scrollbar {
  width: 5px;
}
.movieInfo dl::-webkit-scrollbar-track {
  background: #bbbbbb;
  border-radius: 3px;
}
.movieInfo dl::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 3px;
}
}





.l-movieInfo2 {
  margin-top: 80px;
}
@media only screen and (max-width:768px) {
  .l-movieInfo2 {
    margin-top: 50px;
  }
}

.movieInfo2 {
border: 3px solid #c6c9e9;
padding: 25px 0 0;
background: url(../images/top/movi_info_bg2.jpg) no-repeat center center / cover;
position: relative;
max-width: 800px;
margin: 0 auto;
}
.movieInfo2.movieNew:after {
content: "";
display: block;
width: 80px;
height: 80px;
background: url(../images/top/movi_info_icn_new.png)no-repeat center / 100%;
position: absolute;
top: 0;
right: 0;
}
.movieInfo2 .movieInfo2Ttl {
margin-bottom: 20px;
text-align: center;
line-height: 0;
}
.movieInfo2 .movieInfo2Ttl img {
  max-width: 90%;
  margin: 0 auto;
  height: auto;
}

.movieInfo2_texts {
  padding: 0 15px;
}

.movieInfo2_bg2 {
  padding-bottom: 60px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9668461134453782) 55%, rgba(255,255,255,0.7315519957983193) 70%, rgba(255,255,255,0) 100%);
}

.movieInfo2 dl {
overflow: auto;
width: calc(100% - 40px);
max-width: 730px;
max-height: 300px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
}

.movieInfo2 dt:not(:last-of-type),
.movieInfo2 dd:not(:last-of-type) {
margin-bottom: 25px;
}
.movieInfo2 dt {
text-align: center;
border: 1px solid #2C337F;
width: 105px;
padding: 5px 0;
line-height: 1.2;
background-color: #fff;
}
.movieInfo2 dd {
width: calc(100% - 135px);
}
.movieInfo2 dd p {
color: #2c337f;
}
.movieInfo2 dd a {
display: inline-block;
text-decoration: underline;
color: #2c337f;
transition: 0.5s;
}
.movieInfo2 dd a:hover {
text-decoration: none;
}
.movieInfo2 dd a.noLink {
pointer-events: none;
}
@media (max-width: 768px) {
.movieInfo2 {
  padding: 25px 0 0;
}
.movieInfo2 .movieInfo2Ttl img {
  max-width: 80%;
}
.movieInfo2.movieNew:after {
  width: 50px;
  height: 50px;
}
.movieInfo2 .movieInfo2Ttl {
  margin-bottom: 20px;
}
.movieInfo2 dt:not(:last-of-type),
.movieInfo2 dd:not(:last-of-type) {
  margin-bottom: 25px;
}
.movieInfo2_bg2 {
  padding-bottom: 20px;
}
.movieInfo2 dt {
  width: 70px;
  padding: 5px 0;
}
.movieInfo2 dd {
  width: calc(100% - 85px);
}
.movieInfo2 dl::-webkit-scrollbar {
  width: 5px;
}
.movieInfo2 dl::-webkit-scrollbar-track {
  background: #bbbbbb;
  border-radius: 3px;
}
.movieInfo2 dl::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 3px;
}
}

/*===================================================================
info_top-area
/*================================================================= */

.info_top-area a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}


.info_top-area .infoTitle {
  text-align: center;
  color: #0051a7;
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .info_top-area .infoTitle {
    font-size: 26px;
  }
}

.info_top-area .infoBox {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .info_top-area .infoBox {
    margin-top: 30px;
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
  }
}

.info_top-area .infoBox::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: solid 2px #9595c5;
}

.info_top-area .tel {
  max-width: 540px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  z-index: 2;
}

/* .info_top-area .infoBtn {
  max-width: 540px;
  width: 100%;
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
} */

.info_top-area p {
  font-size: 22px;
  line-height: 1.6;
}

.info_top-area p.head {
  font-size: 32px;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .info_top-area p {
    font-size: 18px;
  }

  .info_top-area p.head {
    font-size: 26px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .info_top-area p {
    font-size: 16px;
  }

  .info_top-area p.head {
    font-size: 22px;
    line-height: 1.6;
  }
}

.info_top-area .date {
  text-align: center;
  font-size: 14px;
}

.info_top-area .holiday {
  font-size: 15px;
  color: #8c281e;
  font-weight: bold;
  margin-top: 10px;
}
.holiday {
  font-size: 15px;
  color: #8c281e;
  font-weight: bold;
  margin-top: 10px;
}
.holiday_event {
  font-size: 15px;
  color: #8c281e;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .info_top-area .date {
    font-size: 13px;
  }
  .info_top-area .holiday {
    color: #8c281e;
    font-size: 14px;
    margin-top: 10px;
  }
  .holiday {
    font-size: 14px;
    color: #8c281e;
    margin-top: 10px;
  }
  .holiday_event {
    font-size: 14px;
    color: #8c281e;
    margin-top: 5px;
  }
}

.sold-out-info__title {
  font-size: 40px;
  color: #AA9580;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 40px;
}

.sold-out-info__text {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  margin-top: 45px;
}

.sold-out-info__img.--web {
  width: min(894px,100%);
}

.sold-out-info__img {
  width: fit-content;
  margin-inline: auto;
  margin-top: 36px;
}

@media only screen and (max-width: 768px) {
  .sold-out-info__title {
    font-size: max(16px,4vw);
    margin-bottom: 20px;
}
.sold-out-info__text {
  font-size: 14px;
  margin-top: 30px;
}

.sold-out-info__img.--web {
  width: min(350px,96%);
}
}