@charset "UTF-8";
/* CSS Document */

.youtube-banner {
	max-width: 1020px;
	margin: 0 auto 40px;
	padding: 0 10px;
}
.youtube-right {
	margin: 0 auto 20px;
	max-width: 300px;
}
.youtube img {
	max-width: 100%;
}

#modal-open {
}
/* モーダル コンテンツエリア */
.modal-main {
  display: none;
  margin: 0;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  position:fixed;
  z-index: 2000;
  width: 960px;
  height: auto;
}

.modal-main2 {
	display: none;
	margin: 0;
	padding: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #fff;
	position:fixed;
	z-index: 2000;
	width: 500px;
	height: auto;
  }
  
@media screen and (max-width: 640px) {
	.modal-main, .modal-main2 {width: 100%;
	}
  }
/* モーダル 背景エリア */
#modal-bg {
  display:none;
  width:100%;
  height:100%;
  background-color: rgba(0,0,0,0.5);
  position:fixed;
  top:0;
  left:0;
  z-index: 1000;
}

.modelroom-iframe {
	max-width: 960px;
	margin: auto;
	margin-bottom: 0px; }
  
 .aspect-ratio {
	height: 0;
	padding-top: 56.25%;
	position: relative; }
  
  .mr-title img {
	margin: auto; }
  
.aspect-ratio--object {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10; }

.mv img{
	width: 100%;
	
}

.news img{
	width: 100%;
	background: #75c7a5;
	margin-bottom: 40px;
}

.info-mv {
	margin-top: 40px;
	background: #80bda7;
	padding: 40px 0;
}

.info-title {
	text-align: center;
}
.info-title img{
	max-width: 100%;
	margin-bottom: 40px;
}

.top-info-flex {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.top-info-flex li {
	width: 33%;
}

.top-info-flex li:nth-child(2) {
	margin-top: 60px;
}


.top-info-flex li img {
	max-width: 100%;
}

.white {
	background: #fff;
}

.info-section-tab {
	background: #009776;
	padding: 20px 10px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

.info-section-tab li {
	width: 30%;
	text-align: center;
}

.info-section-tab li img {
	max-width: 70%;
}

.info-top {
	background: #80bda7;
}

.max-img img {
	max-width: 100%;
}

.info-heading, .info-under-heading {
	text-align: center;
}

.info-heading img, .info-under-heading img, {
	max-width: 100%;
}

.info-heading img {
	width: 20%;
}

.info-line {
	border: #009776 1px solid;
}

.info-life-line {
	border: #80bda7 1px solid;
	margin: 0 40px;
}

.info-life-flex {
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 0px 10px;
}

.info-life-flex2 {
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 0px 10px;
	padding-bottom: 40px;
}

.info-life-flex2 li {
	width: 32%;
}

.info-life-flex2 li img {
	max-width: 100%;
}

.info-life-flex3 {
	margin: 60px auto;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	padding: 0px 10px;
}

.info-life-flex3 li {
	margin-right: 20px;
}

.info-subheading {
	border-top: #009776 1px solid;
	border-bottom: #009776 1px solid;
	padding: 40px;
	text-align: center;
	margin: 0 40px;
}


@media screen and (max-width: 767px) {
	.youtube-right {
		max-width: 100%;
	}
	.youtube-right img {
		width: 100%;
	}
	.info-life-flex, .info-life-flex2, .info-life-flex3 {
		padding: 0 20px;
		margin: 40px auto;
		text-align: center;
	}
	.info-life-flex3 li {
		margin-right: 0;
	}
	.info-life-line {
		margin: 0 20px;
	}
	.top-info-flex {
		padding: 0 20px;
	}
	.top-info-flex li {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.top-info-flex li:nth-child(2) {
		margin-top: 30px;
	}
	.info-life-flex li, .info-life-flex3 li{
		margin-bottom: 40px;
	}
	.info-life-flex2 li {
		width: 48%;
		margin-bottom: 20px;
	}
	.info-heading, .under-info-heading {
		padding: 0 20px;
	}

	.info-heading img {
		width: 40%;
	}

	.info-section-tab li img {
		max-width: 100%;
	}

	.info-subheading {
		padding: 20px;
		margin: 20px;
	}

	h2.movie-title {
		font-size: 18px;
	}
	.info-section-tab {
		flex-flow: column;
		padding: 10px;
	}
	.info-section-tab li {
		width: 50%;
		margin: 0 auto 15px;
	}

	.info-under-heading {
		padding: 20px;
	}

	.info-section-tab li:last-child {
		margin-bottom: 0;
	}
}

