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

/*100 200 300 400 500 700 900*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
	width: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 200;
	margin:0;
	height:0;
	width:100%;
	height:100%;
}

.f_red {
	color: #e20027;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
}
h2 {
	letter-spacing: 5px;
	color: #BCA50C;
	text-align: center;
}
h3 {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 3px;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	padding: 10px 0px;
}

strong {
	font-weight: 400;
}

.cover-unit {
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	padding:0;
	background-image: url(../img/top.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}
@media (max-width: 767px) {
.cover-unit {
	display:table;
	width:100%;
	height:100%;
	min-height:100%;
	padding:0;
	background-image: url(../img/top_xs.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:scroll;
}
}

.cover-section {
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.cover-section img.topImg {
	width: 70%;
}
@media (max-width: 767px) {
.cover-section img.topImg {
	width: auto;
	margin-top: auto;
	margin-bottom: auto;
}
}

/*　各項目　見出し　*/
.title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 0.25em;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(50,73,66,0.75);
}
@media (max-width: 767px) {
.title {
	font-size: 28px;
	margin-top: 35px;
}
}

/*　ストーリー　*/
#story {
	background-color: #F3F7F8;
}
#story .txt {
	color: #548C92;
	line-height: 2em;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.25em;
	margin-top: 10px;
	margin-bottom: 50px;
}
#story .txt .big {
	font-size: 28px;
}
@media (max-width: 767px) {
#story .txt {
	line-height: 2em;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 35px;
}
#story .txt .big {
	font-size: 26px;
}
}

/*　キャスト　ラチエン　*/
#cast_rachien {
}
#cast_rachien .rachien {
	background-image: url(../img/cast_rachien_xs.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(min-width:768px) {
#cast_rachien .rachien {
	background-image: url(../img/cast_rachien.jpg);
}
}
@media(min-width:992px) {
#cast_rachien .rachien {
	background-image: url(../img/cast_rachien.jpg);
}
}
@media(min-width:1200px) {
#cast_rachien .rachien {
	background-image: url(../img/cast_rachien.jpg);
}
}

#cast_rachien .rachien .name {
	margin-top: 140px;
}
@media(min-width:768px) {
#cast_rachien .rachien .name {
	margin-top: 70px;
}
}
@media(min-width:992px) {
#cast_rachien .rachien .name {
	margin-top: 160px;
}
}
@media(min-width:1200px) {
#cast_rachien .rachien .name {
	margin-top: 190px;
}
}

#cast_rachien .rachien .ex {
	margin-top: 10px;
}

#cast_rachien .rachien .ex .rachien_logo img {
	margin-bottom: 10px;
	width: 40px;
}
@media(min-width:768px) {
#cast_rachien .rachien .ex .rachien_logo img {
	margin-top: 100px;
	width: 40px;
}
}
@media(min-width:992px) {
#cast_rachien .rachien .ex .rachien_logo img {
	margin-top: 60px;
	width: 50px;
}
}
@media(min-width:1200px) {
#cast_rachien .rachien .ex .rachien_logo img {
	margin-top: 60px;
	width: 60px;
}
}

#cast_rachien .rachien .ex .rachien_e {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 9px;
	padding-left: 30px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
@media(min-width:768px) {
#cast_rachien .rachien .ex .rachien_e {
	font-size: 13px;
	letter-spacing: 12px;
	padding-left: 10px;
}
}
@media(min-width:992px) {
#cast_rachien .rachien .ex .rachien_e {
	font-size: 16px;
	letter-spacing: 16px;
	padding-left: 15px;
}
}
@media(min-width:1200px) {
#cast_rachien .rachien .ex .rachien_e {
	font-size: 16px;
	letter-spacing: 21px;
	padding-left: 30px;
}
}

#cast_rachien .rachien .ex .rachien_j {
	color: #FFFFFF;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 10px;
	padding-left: 30px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
@media(min-width:768px) {
#cast_rachien .rachien .ex .rachien_j {
	font-size: 23px;
	letter-spacing: 14px;
	padding-left: 20px;
}
}
@media(min-width:992px) {
#cast_rachien .rachien .ex .rachien_j {
	font-size: 25px;
	letter-spacing: 23px;
	padding-left: 30px;
}
}
@media(min-width:1200px) {
#cast_rachien .rachien .ex .rachien_j {
	font-size: 25px;
	letter-spacing: 31px;
	padding-left: 40px;
}
}

#cast_rachien .rachien .ex .rachien_ex {
	color: #FFFFFF;
	font-weight: 400;
	padding: 0px 50px 0px 50px;
	line-height: 24px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
@media(min-width:768px) {
#cast_rachien .rachien .ex .rachien_ex {
	padding: 0px 14px 0px 14px;
	line-height: 24px;
}
}
@media(min-width:992px) {
#cast_rachien .rachien .ex .rachien_ex {
	padding: 0px 30px 0px 30px;
	line-height: 24px;
}
}
@media(min-width:1200px) {
#cast_rachien .rachien .ex .rachien_ex {
	padding: 0px 50px 0px 50px;
	line-height: 24px;
}
}

/*　キャスト　*/
#cast {
}
#cast .row {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
#cast .row {
	margin-bottom: 15px;
}
}

#cast .box {
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
}
@media (max-width: 767px) {
#cast .box {
	font-size: 11px;
	letter-spacing: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
}
#cast .box img {
	border: 2px solid #EBF6F5;
}
@media (max-width: 991px) {
#cast .box img {
	border-width: 1px;
}
}

/*　スタッフ　*/
#staff {
	background-color: rgba(243,247,248,1.00);
}

#staff .container .row {
	margin: auto auto 20px;
}
#staff table {
	font-size: 13px;
}
#staff table th {
	width: 30%;
	font-weight: 200;
}
#staff table td {
	font-weight: 200;
}

/*　公演情報　*/
#outline {
	color: #000000;
	background-image: url(../img/back01.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media(max-width:767px) {
#outline {
	background-image: url(../img/back02.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
}
}

#outline .container .row {
	margin: 45px auto 50px;
	background-color: rgba(243,247,248,0.65);
	padding: 10px;
}
#outline .container .row h3 {
	font-weight: 500;
}

#outline .container .row .schedule {
	font-weight: 900;
	font-size: 24px;
	color: #548C92;
}
@media(max-width:767px) {
#outline .container .row .schedule {
	font-size: 17px;
}
}

#outline .container .row .kakaku {
	font-weight: 900;
	font-size: 22px;
}
#outline .container .row .kakaku .kome {
	font-weight: 600;
	font-size: 14px;
}

#outline .container .row .jouhou {
	font-weight: 500;
	font-size: 16px;
	line-height: 2em;
}

#outline table {
	font-size: 12px;
}
@media(min-width:768px) {
#outline table {
	font-size: 16px;
}
}
@media(min-width:992px) {
#outline table {
	font-size: 16px;
}
}
@media(min-width:1200px) {
#outline table {
	font-size: 16px;
}
}
#outline table th {
	text-align: center;
	font-weight: 300;
	background-color: #F3F7F8;
}
#outline table td {
	text-align: center;
	background-color: #fff;
}

/* Google Map */
.GoogleMap {
    overflow: hidden;
    position: relative;
    margin:15px 0;
    /* paddingで高さを出している */
    height: 0;
    padding-bottom: 75%;
}
.GoogleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* バナー */
#banner {
}
#banner .banner {
	margin: 15px auto;
}

/* フラワー */
#flower {
	background-image: -webkit-linear-gradient(270deg,rgba(255,237,0,1.00) 0%,rgba(255,203,172,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,237,0,1.00) 0%,rgba(255,203,172,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,237,0,1.00) 0%,rgba(255,203,172,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,237,0,1.00) 0%,rgba(255,203,172,1.00) 100%);
	border-top: rgba(243,247,248,1.00) 8px solid;
	border-bottom: rgba(243,247,248,1.00) 8px solid;
}
#flower .txt {
	margin-top: 30px;
	color: #0651FF;
	font-weight: 700;
	font-size: 1.4em;
}
@media (max-width: 767px) {
#flower .txt {
	font-size: 1.1em;
}
}

#flower .go {
	margin: 20px auto 30px;
	font-size: 1.4em;
	font-weight: 900;
	width: 220px;
	padding: 6px;
	background-image: -webkit-linear-gradient(270deg,rgba(140,0,0,1.00) 0%,rgba(221,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(140,0,0,1.00) 0%,rgba(221,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(140,0,0,1.00) 0%,rgba(221,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(140,0,0,1.00) 0%,rgba(221,0,0,1.00) 100%);
	-webkit-box-shadow: 0px 2px 4px 1px #763E00;
	box-shadow: 0px 2px 4px 1px #763E00;
}
#flower .go a {
	color: #FFFFFF;
}

/* フッター */
footer {
	background-color: #548C92;
}
footer .copyright {
	margin: 20px 0px;
	color: #fff;
}
@media(min-width:768px) {
footer .copyright {
	margin: 40px 0px;
	color: #fff;
}
}
