@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.kiji h1 {
	font-size: 30px;
}
.kiji h2 {
	font-size: 20px;
	font-weight: 800;
	border-bottom: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.kiji h3 {
	font-size: 18px;
	font-weight: 800;
}
.kiji p {
	margin-bottom: 30px;
	font-size: 16px;
}
body {
	font-family: 'Noto Serif JP', serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	background-color: #EFEFEF;
}
.gaiyou a {
	color: #000000;
	text-decoration: none;
	outline: none;
	display: block;
}
.gaiyou a:hover {
	background-color: #EDEDED;
}
.gaiyou a:focus {
	background-color: #EDEDED;
}
.gaiyou a h2 {
	font-size: 20px;
	font-weight: bold;
}
.gaiyou.iconcard a span {
	font-size: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.gaiyou.iconcard a {
	background-color: #FDD757;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	height: 180px;
}
.gaiyou.iconcard a:hover {
	opacity: 0.8;
}
.gaiyou.iconcard.product a {
	background-color: #CDDE6C;
}
.gaiyou.iconcard.profile a {
	background-color: #F6BBC0;
}
.gaiyou.iconcard.contact a {
	background-color: #9CD5DE;
}
.fa.fa-line-chart {
	background-color: #F6BBC0;
}
.fa.fa-comments {
	background-color: #9CD5DE;
}
.fa.fa-key {
	background-color: #CDDE6C;
}
.enkaku {
	text-align: left;
	border-collapse: collapse;
	padding: 10px;
	background-color: #EAEAEA;
	border: 3px solid #FFFFFF;
}
.intro {
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	border-collapse: collapse;
	padding: 20px;
}
.wrap {
	font-size: 16px;
  	margin-bottom: 1.5rem;
}
.wrap img {
  width: 100%
}
.wrap:after{
    display: block;
    clear: both;
    content: "";
}
.cast {
	margin-left: 10px;
}


.hoff2 {
  background-color: #EEEEEE;
}

.little {
  background-color: #FFFBEA;
}

.video {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.float-right{
    float: right;
    width: 49.5%;
  }

.float-left{
    float:left;
    width: 49.5%;
  }

.img-responsive {
	max-width: 250px;
	height: auto;
}

.img-schedule {
	max-width: 90%;
	height: auto;
}

.top-image img{
	width: 100%;
}

#wrapper {
    padding: 80px 0;
    text-align: center; }
  
.colorbox {
   color: #08a945;
   outline: 0; }

.youtube-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 1fr;
	grid-gap: 0.8em;
	border: 1px solid #ddd;
	padding: 0.8em;
	margin: 0 0 2em; }

.youtube-list > div {
	background: #ddd;
	overflow: auto;
	min-width: 0;
	padding: 1em;
	text-align: center;
	}

.youtube-list h2 {
	font-size: 18px;
	border-bottom: 1px solid #575353;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: 'Noto Sans JP' , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI" , "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.aster dt {
  position: relative;
}
.aster dt span {
  position: absolute;
}
.aster dd {
  padding-left: 1em;
  font-size: 16px;
}




.slideshow {
	position: relative;
	overflow: hidden;
}

/* :::::: slideContents :::::: */
.slideContents {
	position: relative;
	background: white;
	text-align: center;
	-webkit-user-select: none;
	user-select: none;
}
.slideContents section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slideContents section img {
	max-width: 100%;
	padding: 0 0px;
	box-sizing: border-box;
	vertical-align: middle;
}

/* :::::: mechanism :::::: */
.slideContents #slide1 {
	position: relative;
}
.slideContents section {
	animation: autoplay 60s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@keyframes autoplay {
	0%, 13.66%, 100% { transform: none; }
	16.66% { transform: translateX(-100%); }
	16.661%, 97% { transform: translateX(100%); }
}
.slideContents #slide1 { animation-delay: 0s; }
.slideContents #slide2 { animation-delay: -50s; }
.slideContents #slide3 { animation-delay: -40s; }
.slideContents #slide4 { animation-delay: -30s; }
.slideContents #slide5 { animation-delay: -20s; }
.slideContents #slide6 { animation-delay: -10s; }






@media (min-width: 1200px){
.container-fluid {
	width: 1200px;
}

}
.sub-midashi {
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #DDDDDD;
}
.row.showcase > .col-sm-6:nth-child(odd) {
	clear: both;
}
.header-image {
	background: url(images/maronas_top.png) no-repeat center center;
	background-size: contain;
}
.catch {
	color: #FFFFFF;
	position: absolute;
	bottom: 50px;
	left: 37px;
	background-color: rgba(0,0,0,0.42);
	width: 370px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 23px;
	padding-right: 23px;
}
.footer-info {
	background-color: #EDEDED;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-copyright {
	background-color: #555555;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.footer-copyright a:link {
	color: #CDCFFF;
}
.footer-copyright a:visited {
	color: #DDDFFF;
}

.row.main-contents {
	margin-bottom: 20px;
	padding-left: 14px;
	padding-right: 14px;
}
.row.showcase > .col-sm-6 {
	margin-bottom: 20px;
}
.row.main-contents >  .col-sm-3.col-xs-6 {
	padding-left: 1px;
	padding-right: 1px;
}
.row.showcase .img-responsive {
	margin-bottom: 10px;
}




@media (max-width: 767px){
.navbar.navbar-default.navbar-static-top {
	margin-bottom: 0px;
}
.row.header-contents > .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.main-contents {
	padding-left: 0px;
	padding-right: 0px;
}
.row.main-contents >  .col-sm-3.col-xs-6 {
	padding-left: 0px;
	padding-right: 0px;
}
.row.showcase .img-responsive {
	width: 122px;
	float: left;
}
.row.showcase  p {
	margin-left: 132px;
}
.row.showcase .gaiyou {
	clear: both;
}







}
.sub-menu {
	margin-bottom: 30px;
}
.catch .btn.btn-primary {
	background-color: #FFFF00;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.nav.nav-news li a {
	border-bottom: 1px dotted #AAAAAA;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
}
.navbar-header .navbar-brand {
	font-style: normal;
	font-weight: 700;
	color: #000000;
	font-size: 20px;
}
.catch h1 {
	font-style: normal;
	font-weight: 700;
}
.navbar-brand img  {
	display: inline;
	margin-top: -5px;
	margin-right: 8px;
}
.kiji h1 {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.kiji h2 {
	text-align: center;
	border-left: 10px none #575353;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.kiji .img-responsive {
	margin-top: 20px;
	margin-bottom: 30px;
}









@media (min-width: 768px){
.row.header-contents {
	margin-bottom: 20px;
}
.row.contents .col-sm-9.col-sm-push-3 {
	padding-left: 0px;
}
.header-image {
	height: 438px;
	background-size: contain;
	background-position: center;
}


}

@media (max-width: 500px){
.gaiyou.iconcard a h2 {
	font-size: 18px;
}
.gaiyou.iconcard a p {
	font-size: 12px;
}
.gaiyou.iconcard a {
	height: 230px;
}
.catch {
	left: 0px;
	bottom: 30px;
	width: 100%;
}
.catch h1 {
	font-size: 26px;
}
.header-image {
	height: 200px;
	background-size: contain;
	background-position: center;
}
.kiji h1 {
	font-size: 24px;
}
.kiji h2 {
	font-size: 20px;
}
.float-right{
    float: none;
    width: 100%;
  }
.float-left{
    float: none;
    width: 100%;
  }
.wrap:after{
    display: inline;
    clear: none;
    content: "";
  }
.intro {
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
	border-collapse: collapse;
	padding: 10px;
}





}
.nav-contents {
	margin-top: 15px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px none #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.nav.nav-contents li a {
	color: #000000;
	border-bottom: 1px solid #DDDDDD;
}
.row.contents .col-sm-9.col-sm-push-3 {
	margin-bottom: 30px;
}
.row.contents .col-sm-3.col-sm-pull-9 {
	margin-bottom: 30px;
}

/* --- page-inner --- */
.page-inner {
  position: relative;
  width: 77.42%;
  margin: 0 6.85% 0 15.73%; }
@media screen and (min-width: 1240px) {
  .page-inner {
    max-width: 1070px;
    margin: 0 auto;
    padding: 0 0 0 110px; }
}
@media screen and (max-width: 768px) {
  .page-inner {
    width: 100%;
    margin: 0;
    padding: 0 20px; }
}

/* ==========================================================================
   THEATER
========================================================================== */
#theater {
  padding: 0 0 30px; }

@media screen and (max-width: 768px) {
  #theater {
    padding: 0 0 50px; }

    .theater-title {
      width: 159px;
      padding: 60px 0 35px; }
}

/* accordion */
.accordion-container {
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 10px; }
.accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  font-size: 2.2rem;
  font-weight: normal;
  background: #FFFFFF;
  cursor: pointer; }
.accordion-title:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 32%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%; }
.accordion-content {
  display: none;
  padding: 10px 20px;
  background: #f7f7f7; }

@media screen and (max-width: 768px) {
  .accordion-container {
    margin: 0 0 8px; }
  .accordion-title {
    padding: 10px 10px;
    font-size: 1.4rem; }
  .accordion-title:after {
    right: 15px;
    top: 36%;
    width: 9px;
    height: 9px; }
  .accordion-title.open:after {
    top: 45%; }
  .accordion-content {
    padding: 5px 10px; }
}

/* table */
#theater table {
  width: 100%; }
#theater th {
  font-weight: 400;
  text-align: left;
  padding: 0 5px 15px; }
#theater td {
  border-top:1px solid #a3a8a2;
  text-align: left;
  padding: 20px 5px }
#theater td a {
  color: #000;
  text-decoration: underline; }
#theater td a:hover {
  opacity: 0.6; }
#theater ul {
  padding: 25px 0 0; }
#theater li p {
  font-size: 1.4rem;
  line-height: 2.2; }

@media screen and (max-width: 768px) {
  #theater th {
    padding: 0 5px 10px;
    font-size: 1rem; }
  #theater th:nth-child(1), #theater td:nth-child(1) {
    width: 13%;
    padding: 0 5px 10px 0; }
  #theater th:nth-child(2), #theater td:nth-child(2) {
    width: 32%;
    padding: 0 10px 10px; }
  #theater th:nth-child(3), #theater td:nth-child(3) {
    width: 15%; }
  #theater th:nth-child(4), #theater td:nth-child(4) {
    width: 20%; }
  #theater th:nth-child(5), #theater td:nth-child(5) {
    width: 20%;
    padding: 0 0 10px 5px; }
  #theater td {
    padding: 10px 0;
    font-size: 1rem; }
  #theater ul {
    padding: 15px 0 0; }
  #theater li p {
    font-size: 1.1rem;
    line-height: 2.2; }
}

/* ==========================================================================
   ムビチケ バナー追加（2021.7.1）
========================================================================== */

.movieticket {
	width: 50%;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.movieticket {
		width: 88%;
		margin: 25px auto 0;
	}
}

/* ==========================================================================
   Navigation
========================================================================== */
/* --- img for PC/SP --- */
.img_pc {
  display: block !important; }
.img_sp {
  display: none !important; }
@media screen and (max-width: 768px) {
  .img_pc {
    display: none !important; }
  .img_sp {
    display: block !important; }
}

/* --- br for PC/SP --- */
.br_pc {
  display: inline !important; }
.br_sp {
  display: none !important; }
@media screen and (max-width: 768px) {
  .br_pc {
    display: none !important; }
  .br_sp {
    display: inline !important; }
}

/* hamburger */
.hamburger {
  display : none;
}
@media screen and (max-width: 1500px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3000;
    right: 10px;
    bottom: 30px;
    width: 57px;
    height: 57px;
    background-color: #f5f6f8;
    border-radius: 57px;
    cursor: pointer;
    text-align: center; }
  .hamburger span {
    display: block;
    position: absolute;
    width: 20px;
    height: 1px ;
    left: 18px;
    background: #7b7b7d;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .hamburger span:nth-child(1) {
    top: 14px; }
  .hamburger span:nth-child(2) {
    top: 20px; }
  .hamburger span:nth-child(3) {
    top: 26px; }
  .hamburger p {
    display: block;
    position: absolute;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    top: 33px;
    left: 13px;
 }
  .hamburger.active {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: none; }
  .hamburger.active span {
    width: 40px;
    height: 1px ;
    left: 0;
    background: #666;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 0;
    background:#666;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 20px;
    left: 0;
    background:#666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger.active p {
    display : none; }
}

/* gnav */
#gnav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  height: 100%;
  background: url(../images/common/menu_bg.png) repeat-y left top;
  background-size: 123px auto; }

#gnav .menu-title {
  display: none; }

#gnav ul {
  position: fixed;
  top: 26%;
  left: 15px;
  list-style: none; }
#gnav li {
  padding: 0 0 26px; }
#gnav a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
  filter:drop-shadow(0 0 7px rgba(0, 0, 0, 0.7)); }
#gnav a:hover {
  text-decoration: underline;
  text-underline-offset: 3px; }
#gnav a.current {
  text-decoration: underline;
  text-underline-offset: 3px; }

#gnav li.btn-trailer {
  display: none; }

#gnav .sns-wrap {
  position: fixed;
  bottom: 20px;
  left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
#gnav .sns-wrap div {
  width: 35px;
  margin: 0 7px 0 0; }
#gnav .sns-wrap div img {
  filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
#gnav .sns-wrap img:hover {
  opacity: 0.6; }

@media screen and (max-width: 1500px) {
  #gnav {
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #eee;
    transform: translateY(1000%);
    transition: all 0.6s; }
  #gnav.active {
    opacity: 100;
    display: block;
    transform: translateY(0%); }

  #gnav .menu-title {
    display: block;
    width: 93px;
    margin: 0 auto;
    padding: 35px 0 25px; }

  #gnav ul {
    position: static;
    width: 76%;
    border-top: 1px solid #a3a8a2;
    margin: 0 auto;
    padding: 0; }
  #gnav li {
    border-bottom: 1px solid #a3a8a2;
    text-align: center;
    padding: 15px 0; }
  #gnav li:last-child {
    padding: 15px 0; }
  #gnav li.multi {
    padding: 6px 0;
    border-bottom: 1px solid #a3a8a2;
    text-align: center; }
  #gnav li a {
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
    filter:drop-shadow(0 0 0 rgba(0, 0, 0, 0)); }
  #gnav li.multi a span {
    display: block;
    margin-top: -9px; }
  #gnav a:hover {
    text-decoration: none;
    text-underline-offset: 0; }
  #gnav a.current {
    text-decoration: none;
    text-underline-offset: 0; }

  #gnav .sns-wrap {
    position: static;
    margin: 20px auto 0;
    width: 180px;
 }
  #gnav .sns-wrap div {
    width: 45px;
    margin: 0; }
  #gnav .sns-wrap div img {
    filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.1)); }
}

/* ==========================================================================
   Top
========================================================================== */
  .top-link-news {
    text-align: center; }
  .top-link-news ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    padding: 1.3% 0 0 4.44%; }
  .top-link-news a {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
    color: #39647c; }
  .top-link-news ol, ul {
    list-style: none; }
  .top-link-news li {
    padding: 0 10px; }
  .top-link-news li:first-child {
    padding: 0px 10px 0; }
  .top-link-news li:last-child {
    padding: 0 10px 20px; }

@media screen and (max-width: 767px) {
	.top-link-news ul {
      padding: 5px 5px 0; }
    .top-link-news a {
      font-size: 1.4rem;
      line-height: 1.4; }
    .top-link-news ol, ul {
      list-style: none; }
    .top-link-news li {
      padding: 0 0 0 1em;
      text-indent: -1em; }
    .top-link-news li:first-child {
      padding: 0px 0 0 1em; }
    .top-link-news li:last-child {
      padding: 0 0 20px 1em; }
}