@charset "UTF-8";

/* ------------------------
 for Wordpress styles
------------------------ */

/* --------------
 reset
-------------- */
input[type="submit"],label {
	cursor: pointer;
}

/* --------------
 base
-------------- */
h1 {font-size: 30px;}
h2 {font-size: 21px;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.5;
}

.ifsp {display: none;}

/* --------------
 modules css
-------------- */
/* ---------- float */
.fll { float: left;}
.flr { float: right;}
.flc { margin-left: auto; margin-right: auto;}

/* ---------- width */
.wd5 {width: 5% !important;}
.wd10 {width: 10% !important;}
.wd15 {width: 15% !important;}
.wd20 {width: 20% !important;}
.wd25 {width: 25% !important;}
.wd30 {width: 30% !important;}
.wd35 {width: 35% !important;}
.wd40 {width: 40% !important;}
.wd45 {width: 45% !important;}
.wd50 {width: 50% !important;}
.wd55 {width: 55% !important;}
.wd58 {width: 58% !important;}
.wd60 {width: 60% !important;}
.wd65 {width: 65% !important;}
.wd70 {width: 70% !important;}
.wd75 {width: 75% !important;}
.wd80 {width: 80% !important;}
.wd85 {width: 85% !important;}
.wd90 {width: 90% !important;}
.wd95 {width: 95% !important;}
.wd100 {width: 100% !important;}

.wd600p {max-width: 600px !important;}
.wd640p {max-width: 640px !important;}
.wd1200p {max-width: 1200px !important;}


/* ---------- margin,padding */
.ml40 {	margin-left: 40px !important;}
.ml50 {	margin-left: 50px !important;}

.mt40 {	margin-top: 40px !important;}

/* ----- images */
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ----- base width */
.in {
	max-width: 1000px;
	margin: 0 auto;
}


@media screen and (max-width: 1000px) { /*以下の時*/
.in {
	padding: 0 .5%;
}
}

/* ----- table */

/* ----- text */
.textL {
	width: 200px;
	padding: 5px 0 3px;
	font-size: 130%;
	/* gekijyo */
	position: absolute;
	left: 0;
	top: 180px;
}
/* gekijyo */
.textR {
	position: absolute;
	left: 0;
	top: 140px;
}



.btnC:not(.active) a {
	opacity: .3;
}

.btnC a:hover {
	opacity: 1;
}
/* --------------
 common
-------------- */

body {
}


/* =container
------------------------------------------------------------------------ **/

/* =header
-------------------------------------------------------------- **/
/*#headWrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 110px;
}

#header {
	position: absolute;
	left: 50%;
	top: 0;
}
#inHead {
	position: relative;
	height: 100px;
	left: -50%;
}
*/
#headWrap {
	width: 100%;
}

#inHead {
	height: 100px;
	display: flex;
	align-items: center;
}

#inHead:after,
#globalNav ul:after {
	display: none;
}

/* =siteHeader
---------------------------------------------------- */
#siteHeader {
	width: 20%;
}
#siteHeader #logo {
	width: 100%;
	margin:auto;
}
/* =globalNav
---------------------------------------------------- */
#globalNav {
	float: right;
	width: 80%;
	margin-top: 30px;
	
	text-align: center;
}
#globalNav ul {
	display: flex;
	justify-content: center;
}
#globalNav li {
	display: block;	
	border-right: #ccc 1px solid;
	
}
#globalNav li:last-child {
	border-right: none;
}
#globalNav a {
	display: block;
	padding: 8px 10px;
}

#globalNav i {
	letter-spacing: -0.05em;
	display: inline-block;
	white-space: nowrap;
}


@media screen and (max-width: 1000px) { /*以下の時*/
	#globalNav {
		font-size: 1.5vw;
	}
}

/* =contents
-------------------------------------------------------------- **/

#main {
	position: relative;
	padding-top: 100px;
	min-height: 450px;
}


.clm2, .clm3, .clm4, .clm5, .clm6, .clm7, .homeclm2 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	margin-left: -10px;
}
.homeclm2 {
	margin: 0;
}
.clm2 > * {
	width: calc((100% / 2) - 10px );
}
*::-ms-backdrop, .clm2 > * {
  width: calc(50% - 10px); /* IE11 */
}
.homeclm2 > * {
	width: calc((100% / 2));
}
.clm3 > * {
	width: calc((100% / 3) - 10px );
}
*::-ms-backdrop, .clm3 > * {
  width: calc(33.33% - 10px); /* IE11 */
}
.clm4 > * {
	width: calc((100% / 4) - 10px );
}
*::-ms-backdrop, .clm4 > * {
  width: calc(25% - 10px); /* IE11 */
}
.clm5 > * {
	width: calc((100% / 5) - 10px );
}
*::-ms-backdrop, .clm5 > * {
  width: calc(20% - 10px); /* IE11 */
}
.clm6 > * {
	width: calc((100% / 6) - 10px );
}
*::-ms-backdrop, .clm6 > * {
  width: calc(16.66% - 10px); /* IE11 */
}
.clm7 > * {
	width: calc((100% / 7) - 10px );
}
*::-ms-backdrop, .clm7 > * {
  width: calc(14.28% - 10px); /* IE11 */
}

.clm2 > *, .clm3 > *, .clm4 > *, .clm5 > *, .clm6 > *, .clm7 > *{
	margin-left: 10px;
}

.clm2 > * >a, .clm3 > * >a, .clm4 > * >a, .clm5 > * >a, .clm6 > * >a, .clm7 > * >a, .homeclm2 > * >a {
	position: relative;
	display: block;
}

.clm2:after, .clm3:after, .clm4:after, .clm5:after, .clm6:after, .clm7:after, .homeclm2:after{
	display: none;
}



/* =headline / titles
---------------------------------------------------- */
#post article h1 {
	font-size: 24px;
}

/* =list
---------------------------------------------------- */

.staffList {
}
.staffList dt,
.onairList dt {
	float: left;
	clear: both;
	width: 20%;
}
.staffList dd {
}
.musicList {
	margin: 0 55px;
}
.musicList dt {
	float: left;
	clear: both;
	width: 120px;
}
.musicList dd {
	float: left;
}

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

/* =siteFooter
---------------------------------------------------- */

.footerNav {
	text-align: center;
}
.footerNav li {
	display: inline-block;
}
.footerNav li a {
	display: block;
	padding: .3em .5em;
}

/* =social button
-------------------------------- */



/* =copyright
------------------------------------------ */

/* =pageTop
---------------------------------------------------- */
#pageTop {
	bottom: 50px;
}
@media screen and (max-width: 1100px) { /*以下の時*/
#pageTop {
	right: 10px;
}
}
@media screen and (min-width: 1101px) { /*以上の時*/
#pageTop {
	right: 60px;
}
}

#pageTop a {
}
/* --------------
 home container
-------------- */

#movie-visual,.contents.visual {
	padding-top: 0;
}
.contents.visual a.link-theater {
	width: 45%;
	height: 46%;
	top: 49%;
	left: 54%;
}
.contents.visual a.link-hanken {
	width: 45%;
	height: 46%;
	top: 3%;
	left: 54%;
}

/* theater
----------------------------------- */

#movie-theater .greetingBox {
	min-height: 100px;
}

#movie-theater .greetingBox.bg-sz,
#movie-theater-test .greetingBox.bg-sz {
	background-position: 250px 0%;
}
#movie-theater .greetingBox.bg-bm,
#movie-theater-test .greetingBox.bg-bm {
	background-position: 250px 10%;
}
#movie-theater .greetingBox.bg-hs,
#movie-theater-test .greetingBox.bg-hs {
	background-position: 250px 10%;
}
#movie-theater .greetingBox.bg-tb,
#movie-theater-test .greetingBox.bg-tb {
	background-position: 240px 10%;
}
#movie-theater .greetingBox.bg-oo,
#movie-theater-test .greetingBox.bg-oo {
	background-position: 250px 0%;
}
#movie-theater .greetingBox.bg-ot,
#movie-theater-test .greetingBox.bg-ot {
	background-position: 260px 20%;
}




.secLeft {
	width: 40%;
	float: left;
}

.secRight {
	width: 56%;
	float: right;
}
