@charset "UTF-8";

/* -------------- Resetting Again Base CSS Start -------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* -------------- フォーム用リセット -------------- */
input,
button,
select,
textarea {
/*	-webkit-appearance: none; */
/*	-moz-appearance: none; */
/*	appearance: none; */
	background: transparent;
	border: none;
	border-radius: 0;
/*	font: inherit; */ /* font系のスタイル継承 */
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
/*	display: none; */
}

*:focus {
	outline: none;
}

/* -------------- clearfix -------------- */
.clearfix {
	overflow: hidden;
}

.clearboth {
	clear: both;
}

* html .clearfix {
	zoom: 1;
}



/* -------------- サイト共通基本プロパティ -------------- */
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	color: #333;
	font-size: 16px;
	background: #fff;
}
a {
	color: #000;
	text-decoration: none;
}

#contact-box h2 a:link,
h2.alone a:link {
	text-decoration: underline;
}

#contact-box h2 a:hover,
a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

#contact-box h2.nml {
	font-weight: normal;
}

.contents {
	width: 800px;
	margin: 1em auto;
}

h2 {
	font-weight: bold;
	line-height: 1.4;
	font-size: 20px;
	color: #222;
}


h2:before {
	content: "●";
	color: #37b48d;
	margin-right: 0.5em;
}

#coment-box h2:before,
#movie2-box h2:before {
	content: none;
	margin-right: 0;
}

#coment-box h2,
#movie2-box h2 {
	background: url(../imgs/title_teacher.png) no-repeat;
	background-position: top left;
	background-size: 150px;
	background-size: contain;
	padding: 20px 0 20px 130px;
	line-height: 1.6;
	margin-bottom: 0.5em;
}

#coment-box h2 br,
#movie2-box h2 br {
	display: none;
}

#coment-box h2 span,
#movie2-box h2 span {
	font-size: 14px;
	margin: 0 0 0 -8px;
	font-weight: normal;
	display: block;
}

a.btn {
	width: 100%;
	padding:8px 20px;
	background-color: #37b48d;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	border-radius: 5px;
}

h2.alone {
	margin: 0 0 2em;
}

/* -------------- * -------------- */
header {
	margin: 0 0 2em 0;
}

/* -------------- movie -------------- */

.movie-scd h3 {
	font-size: 18px;
	margin-top: 0.75em;
}

#movie-box,
#movie2-box  {
	margin-bottom: 3em;
}

#movie-box ul,
.movie-scd dl,
.movie-thd dl {
	width: 48%;
	margin: 0.5em 0 3em;
}


#movie-box iframe,
#movie2-box iframe {
	aspect-ratio:16 / 9;
	width:100%;
	height:100%;
	margin-bottom: 0.5em;
}

.movie-scd {
	display: flex;
	justify-content: space-between;
}

.movie-scd dt {
	font-weight: bold;
	font-size: 14px;
}

.movie-scd dt p {
	display: inline;
}

.movie-thd dt {
	margin: 0.5em 0 0;
	text-align: center;
}

/* ------ recommend ------*/

#recommend-box div {
	border: 2px solid #37b48d;
	border-radius: 10px;
	padding: 2em;
	margin: 1em auto 2em;
}

#recommend-box div span { 
	background: linear-gradient(transparent 50%, #ffead7 50%);
}

#recommend-box div p {
	line-height: 1.6;
	margin: 0 0 1em;
}

#recommend-box dl {
	margin: 2em 0 0;
	display: flex;
	justify-content: center;
}

#recommend-box dt {
	width: 25%;
}

#recommend-box dt p {
	font-size: 14px;
	margin: 10px 0 0;
}
#recommend-box dd {
	width: 75%;
	margin-left: 2em;
}

#recommend-box dd h3 {
	color: #37b48d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#recommend-box dd p {
	text-align: justify;
}
/* -------------- Lineup -------------- */

#contact-box {
	margin-bottom: 2em;
}

#coment-box div {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
}
#coment-box div p {
	padding-bottom: 30px;
	line-height: 1.6;
	border-bottom: 5px dotted #ccc;
	margin-bottom: 30px;
	text-align: justify;
}

#coment-box div p:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

#head-box {
	margin-top: 2em;
	padding-top: 0.1em;
}
.head-img-smf {
	display: none;
}

.head-img,
#lineup-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.head-sun,
.head-star,
.lineup-sun,
.lineup-star {
	width: 380px;
}

.head-img {
	margin: 3em 0;
}

.head-img dl {
}


.head-star,
.lineup-star {
	margin-left: 30px;
}

p.head-read {
	line-height: 1.6;
	margin: 0 0 2em 1.5em;
}

#contact-box a,
p.head-read a:link {
	text-decoration: underline;
/*	margin-left: 1em;*/
}


.grade {
	font-weight: bold;
	font-size: 16px;
}

.price {
	font-size: 18px;
	margin-top: 0.5em;
}

.price-set {
	font-size: 11px;
	margin-top: 0.5em;
}
.overview-set {
	font-size: 13px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 1em;
}

.movie-scd dt span,
.grade span {
	padding: 5px 15px;
	margin-right: 1em;
	color: #fff;
	border-radius: 5px;
}
.mv-head-sun span,
.head-sun .grade span {
	background: #e84388;

}
.mv-head-star span,
.head-star .grade span {
	background: #00a0e2;
}

.lineup-sun dl,
.lineup-star dl {
	position: relative;
	max-height: 350px;
}

.lineup-sun dl {
	background: #fce9f2;
}

.lineup-star dl {
	background: #e1f3fc;
}

#lineup-box dl {
	padding: 20px 10px 0 20px;
	border-radius: 10px;
	margin-bottom: 3em; 
}

#lineup-box dd {
	margin-top: 0.5em;

}

.lineup-sun .lineup-month {
	display: none;
}

.lineup-star .lineup-month {
	position: absolute;
	top: -30px;
	left: -80px;
	width: 100px;
}

.actor p,
.image p,
.keyword p {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.isbn {
	font-size: 14px;
	margin-bottom: 1em;
}

.keyword {
	padding-bottom: 1.5em;
}

.actor p:last-child,
.keyword p:last-child {
	margin-left: 0.75em;
}

.image p:last-child {
	margin-left: 0;
}

.actor {
	margin-left: -0.5em;
}
.isbn {
	margin-left: 0.25em;
}

.lineup-sun .actor span.actor-ccl {
	color: #ea6094;
	font-size: 12px;
	vertical-align: middle;
}
.lineup-star .actor span.actor-ccl {
	color: #00a9e4;
	font-size: 12px;
	vertical-align: middle;
}

#lineup-box dt {
	font-size: 20px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	font-weight: bold;
	min-height: 35px;
}

.keyword p {
	margin-top: 5px;
}

.keyword p:nth-of-type(1) img {
	height: 26px;
}

.keyword p:nth-of-type(2) img {
	height: 18px;

}

.image p:first-child {
	width: 50%;
}



.image p:last-child {
	width: 45%;
	height: 120px;
	margin-left: 10px;
}

.image p:last-child img {
	max-height: 100%;


}


/* 個別設定 */


/*
div.lineup-sun dl:nth-of-type(5) .image p:last-child img,
div.lineup-star dl:nth-of-type(5) .image p:last-child img,
div.lineup-sun dl:nth-of-type(8) .image p:last-child img,
div.lineup-star dl:nth-of-type(8) .image p:last-child img,
div.lineup-star dl:nth-of-type(10) .image p:last-child img {
	max-width: 90%;
	border:2px solid;
}
*/

.smfhen {
	display: none;
}


/* -------------- pagetop -------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:10;
}
#page-top a {
	background: #37b48d;
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 15px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	dopacity: .8;
}

/* -------------- Footer -------------- */

footer {
	font-size: 20px;
	text-align: center;
	padding-bottom: 1em;
	
}