@charset "utf-8";

@media screen and (min-width: 769px) {
  .comming_soon {
    width: 1000px;
    margin: 0 auto;
  }
}

/*===============================================
common
===============================================*/

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.full_width {
  width: 100%;
  height: auto;
}

strong,
.bold {
  font-weight: 600 !important;
}

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

a img:hover {
  opacity: 0.8;
}

a.line {
  text-decoration: underline;
}

body {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  background: #fff;
  color: #436074;
  font-weight: 400;
}


/*layout*/
.inr {
  width: 1080px;
  margin: 0 auto;
}

.box {
  padding: 20px;
  box-sizing: border-box;
}

.sec {
  padding: 40px 0 30px 0;
}

.sec_l {
  float: left;
}

.sec_r {
  float: right;
}

.txt_r {
  text-align: right;
}

.txt_l {
  text-align: left;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.center {
  text-align: center;
}

.r {
  text-align: right;
}

.flex {
  display: flex;
}

.line {
  background: linear-gradient(transparent 50%, yellow 50%);
  padding: 5px 8px;
}

.lineh_b {
  line-height: 2.4;
}

section {
  margin: 0;
  padding: 0;
}

.sec_l {
  float: left;
}

.sec_r {
  float: right;
}

/*===============================================
table
===============================================*/

.table {
  width: 100%;
}

.table th,
.table td {
  border-bottom: 1px #ccc solid;
  padding: 5px 0;
  vertical-align: middle;
}

.table th {
  width: 25%;
  vertical-align: middle;
  color: #444;
}

.table_sec {
  display: table;
  width: 70%;
  margin: 0 auto;
}

.table_sec>dl {
  display: block;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  margin-bottom: 10px;
}

.table_sec>dl>dt,
.table_sec>dl>dd {
  display: table-cell;
}

.table_sec>dl>dt {
  text-align: center;
}

.news_sec .tag span {
  text-align: center;
  background: #bd83a5;
  padding: 3px 20px;
  font-size: 1.1rem;
  line-height: 1 !important;
  ;
  color: #fff !important;
  display: inline-block;
  min-width: 60px;
}

.table_sec>dl>dd.day {
  padding: 0 15px;
  color: #555;
  font-size: 1.3rem;
}

.tag_blue span {
  background: #4eb4fb !important;
  color: #fff;
}

.tag_green span {
  background: #9cc251 !important;
  color: #fff;
}

.table_sec.sub>dl {
  padding: 2px 0;
}

/*===============================================
color
===============================================*/

.red {
  color: #921610 !important;
}

.orange {
  color: #c34f2f !important;
}

.green {
  color: #1a4323 !important;
}

.blue {
  color: #4eb4fb !important;
}

.white {
  color: #fff !important;
}

.bg_glay {
  background: #eaeaea;
}

/*===============================================
ttl
===============================================*/

.ttl {
  text-align: center;
  margin-bottom: 50px;
}

.ttl h2 {
  display: inline-block;
  padding: 0 50px;
  border-bottom: 3px solid #4eb4fb;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
}


/*===============================================
header
===============================================*/

header {
  border-top: 7px solid #4eb4fb;
}

header h1 {
  width: 70px;
  float: left;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  header nav {
    float: right;
    width: 880px;
    padding-top: 45px;
  }

  header nav>ul {
    display: flex;
    justify-content: space-between;
  }

  header nav>ul>li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #436074 !important;
  }
}

.news_sec .tag span {
  padding: 2px 10px;
  font-size: 1.0rem;
}

/*===============================================
main
===============================================*/

.main {
  background: url("../images/main_bg_pc.jpg") no-repeat center bottom #4eb4fb;
  padding: 0px 0 0 0;
  background-size: contain;
}

.main .inr {}

.main .inr h2 {
  width: 370px;
  margin: 0 auto;
  padding: 120px 0;
}

/*===============================================
.movieList
===============================================*/

.movieList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.movieList ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 40px;
  float: left;
}

.movieList ul li h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.movieList ul li .tag {
  width: 100%;
  background: #4eb4fb;
  color: #fff;
  font-weight: 500;
  padding: 6px 15px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 1.2rem;
  z-index: 10;
}

.movieList ul li .tag.black {
  background: #000;
  color: #eef84c;
  font-weight: 400;
}

.movieList ul::after {
  content: "";
  width: 30%;
}

.movieList.sub_list ul li {
  width: 19%;
  float: left;
}

.movieList.sub_list ul li h3 {
  font-size: 1.1rem;
}

.movieList.sub_list ul li .tag {
  font-size: 0.9rem;
  padding: 1px 5px;
}

.movieList.sub_list ul::before {
  content: "";
  width: 19%;
  order: 1;
}

.movieList.sub_list ul::after {
  content: "";
  width: 19%;
}

.movieList ul li .poster {
  border-radius: 5px;
  overflow: hidden;
  background: #999;
  font-size: 0;
  margin-bottom: 10px;
}

/*===============================================
schedule_sec
===============================================*/

.schedule_sec figure {
  width: 60%;
  margin: 0 auto;
}

/*===============================================
footer
===============================================*/

footer {
  text-align: center;
}

footer .top {
  background: url("../images/footer_bg_pc.jpg") no-repeat bottom center;
  background-size: contain;
}

footer .top dl {
  padding: 30px 0 0 0;
}

footer .top dl dt {
  font-weight: 500;
  font-size: 1.5rem;
}

footer .bottom {
  background: #4eb4fb;
  color: #fff !important;
}

footer .bottom .logo {
  width: 240px;
  margin: 0 auto;
  padding: 30px 0;
}

footer .bottom ul {
  display: flex;
  text-align: center;
  justify-content: center;
}

footer .bottom ul li a {
  color: #fff;
  padding: 0 20px;
}

footer .copyright {
  font-size: 1.0rem;
  padding: 30px 0;
}


footer .sns ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  line-height: 0;
}

footer .sns ul li {
  width: 40px;
  margin: 0 12px;
  box-sizing: border-box;
}


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

  body {
    font-size: 1.1rem;
  }


  /*===============================================
common
===============================================*/

  .inr {
    width: 96%;
    margin: 2% auto;
    padding: 0;
    box-sizing: border-box;
  }

  .no_br {
    text-align: left;
  }

  .no_br br {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .sec {
    padding: 30px 0;
  }




  /*===============================================
header
===============================================*/

  header {
    border-top: 5px solid #4eb4fb;
  }

  header h1 {
    width: 60px;
    float: none;
    padding: 4px 0;
    margin: 0 auto;
  }

  header nav {}

  header nav ul li a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #436074 !important;
  }

  /*===============================================
ttl
===============================================*/

  .ttl {
    margin-bottom: 40px;
  }

  .ttl h2 {
    font-size: 2rem;
    padding: 0 30px;
  }

  /*===============================================
main
===============================================*/

  .main {
    background: url("../images/main_bg_sp.jpg") no-repeat center bottom #4eb4fb;
    background-size: 100%;
  }

  .main .inr h2 {
    width: 240px;
    padding: 90px 0;
  }

  /*===============================================
news_sec
===============================================*/

  .news_sec .table_sec {
    width: 100%;
    margin: 0%;
  }

  .table_sec dt {
    display: inline-block;
    text-align: left;
    margin-bottom: 8px;
    width: auto;
    line-height: 1;
  }

  .table_sec dl dt span {
    padding: 0px 12px;
    font-size: 1.0rem;
    margin: 0;
  }

  .table_sec dl dd {
    padding: 0;
    display: inline-block;
  }

  .table_sec dl dd.day {
    font-size: 1.1rem !important;
    width: auto !important;
    padding-left: 0px;
    margin: 5px 0 1px 0;
  }

  .table_sec dl dd.title {
    display: block;
    width: 100%;
  }

  /*===============================================
.movieList
===============================================*/

  .movieList ul {}

  .movieList ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  .movieList ul li h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .movieList ul li .tag {
    left: 5px;
    top: 5px;
    padding: 3px 7px;
    line-height: 1;
    font-size: 0.9rem;
  }

  .movieList ul li .tag.black {
    background: #000;
  }

  .movieList ul:after {
    content: '';
    width: 28%;
  }


  .movieList.sub_list ul li {
    width: 32%;
    margin-bottom: 5px;
  }

  .movieList.sub_list ul li h3 {
    font-size: 1.0rem;
  }

  .movieList.sub_list ul:after {
    content: '';
    width: 32%;
  }

  /*.movieList.sub_list ul:before { content: ''; width: 24%;   order:1;}*/

  /*===============================================
schedule_sec
===============================================*/

  .schedule_sec figure {
    width: 100%;
  }

  /*===============================================
footer
===============================================*/

  footer .top {
    background: url("../images/footer_bg_sp.jpg") no-repeat bottom center;
    background-size: contain;
  }

  footer .bottom .logo {
    width: 220px;
    padding: 30px 0 0 0;
  }

  footer .bottom {
    padding-bottom: 60px;
  }

  footer .bottom ul {
    display: block;
    font-size: 1.3rem;
    padding: 5px 0;
  }

  footer .bottom ul li a {
    display: block;
    margin: 10px 0;
    color: #fff;
    padding: 5px 0px;
    border-bottom: 1px dashed #aad7f6;
  }

  .sp_foot_btn {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 98%;
    margin: 0 1%;
    z-index: 10;
    background: #2172aa;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    border: 2px solid #fff;
    border-bottom: none;
    box-sizing: border-box;
  }

  .sp_foot_btn a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .sp_foot_btn a span {
    position: relative;
  }

  .sp_foot_btn a span:before {
    background: url("../images/icon_movie.png") no-repeat;
    background-size: contain;
    height: 20px;
    width: 30px;
    left: -30px;
    top: 0;
    content: "";
    position: absolute;
  }

  footer .sns ul li {
    width: 8%;
    margin: 0 12px;
    box-sizing: border-box;
  }

  /*===============================================
menu
===============================================*/

  body {
    height: 100%;
    overflow-x: hidden;
    position: relative;
  }

  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(78, 180, 251, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
  }

  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #contents {
    height: 100%;
    min-height: 100vh;
    transition: all .5s;
  }

  .menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 26px;
    right: 20px;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
  }

  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #436074;
    transition: all .5s;
  }

  .menu-trigger.active span {
    background-color: #436074;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }

  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  header nav {
    width: 65%;
    height: 100%;
    padding-top: 40px;
    background-color: rgb(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    transform: translate(100%);
    transition: all .5s;
  }

  header nav.open {
    transform: translateZ(0);
  }

  header nav>ul {
    padding: 10px 20px;
  }

  header nav>ul>li a {
    font-size: 1.3rem;
    border-bottom: 1px dashed #436074;
    padding: 15px 0;
    display: block;
    text-align: left;
  }

  header nav>.sns ul {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }

  header nav>.sns ul li {
    width: 15%;
    box-sizing: border-box;
  }


}