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

.seihin_tokusyu {
	clear: both;
	width: 2000;
	margin: 20px auto;
}

.seihin_tokusyu_top {
	padding: 0 0 80px 0;
}



.seihin_toksyu {
	clear: both;
	text-align: center;
	background: #fff;
	color: #2b2b2b;
	max-width: 1500px;
}

.contents_head {
	width: 100%;
}

.multi_featre {
	display: flex;
}

.multi_featre img {
	width: 100%;
}

#slick {
	line-height: 0;
}
.movie-wrap {
	clear: both;
	margin: 10px 0 0 0;
	padding: 50px 0 0px 60px;
	text-align: center;
	background: #0a0a0a;
}

.movie-wrap iframe {
}

.movie_sentence {
	background: #0a0a0a;
	margin-bottom: 10px;	
	color: #fff;
}

.movie_sentence h2 {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}

.movie_sentence p {
	text-align: center;
	font-size: 20px;
}

.contents_mokkou {
	background: #fff;
	margin: 0 auto;
	text-align: center;
}

.contents_mokkou h4 {
	font-size: 50px;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}


.contents_mokkou h3 {
	border-bottom: solid 2px #0a0a0a;
	line-height: 0;
}

#mokkouyo {
	background: #fff;
}

.mokkouyo_feature p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.kakaku_img {
	text-align: center;
	margin: 20px 0;
}

.kakaku_img img {
	border: solid 1px #ededed;
}

.kakakuhyo {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0px auto 40px auto;
  padding: 0;
  width: 1200px;
  table-layout: fixed;
	font-weight: bold;
}

.kakakuhyo caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.kakakuhyo tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.kakakuhyo th,
.kakakuhyo td {
  padding: .625em;
  text-align: center;
}

.kakakuhyo th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 954px) {
  .kakakuhyo {
    border: 0;
	  width: 100%;
  }

  .kakakuhyo caption {
    font-size: 1.3em;
  }
  
  .kakakuhyo thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .kakakuhyo tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .kakakuhyo td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .kakakuhyo td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .kakakuhyo td:last-child {
    border-bottom: 0;
  }
}



.kakaku {
	clear: both;
	width: 1000px;
	margin: 40px 0 40px 450px;
	font-weight: bold;
}

.kakaku td {
	height: 50px;
	border: solid 1px #bbb;
}







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


.multi_featre {
	display: flex;
	flex-direction: column;
}
	
.multi_featre img {
	width: 80%;
	text-align: center;
	border: solid 1px #333;
	margin: 0 auto;
	margin-top: 10px;
}
	
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin: 20px 0 0 0;
}
	
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 
.movie_sentence {
}	
	
.movie_sentence h2 {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
	
.movie_sentence p {
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.contents_mokkou h4 {
	font-size: 18px;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}


