html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #fff;
	color: #000;
	line-height: 1.9em;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.roboto {
	font-family: 'Roboto';
}

.roboto-b {
	font-family: 'Roboto';
	font-weight: bold;
}

strong {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

a {
	color: #000;
	border-bottom: 1px solid #000;
}

a:link {
	color: #000;
	border-bottom: 1px solid #000;
}

a:hover {
	color: #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	text-decoration: none;
}

a img:hover {
	opacity: 0.8;
}

.no-bb {
	border-bottom: 0 !important;
}

.pagetop {
    position: fixed;
    top: 35px;
    left: 25px;
	width: 80px;
	height: 80px;
	z-index: 10000;
	margin: 0;
	padding: 0;
}

.pagetop a {
	border-bottom: 0px;
}

.text-large {
	font-size: 150%;
	letter-spacing: 1px;
	line-height: 1.8em;
}

.text-large-m {
	font-size: 125%;
	line-height: 1.8em;
}

.text-large-s {
	font-size: 110%;
	line-height: 1.8em;
}

.text-small {
	font-size: 90%;
	line-height: 1.8em;
}

.text-justify {
	text-align: justify;
}

.text-past {
	color: #5880b3;
}

.text-ul {
	border-bottom: 1px solid #e60011;
	padding-bottom: 3px;
}

#news p {
	margin-bottom: 1.3em;
}

.red-b {
	color: #980e0e;
	font-weight: bold;
}

.yellow {
	color: #FFEE00;
}

.cb {
	clear: both;
}


/* ========== トップ ヒーロー部分 ========== */ 

.red-line {
	height: 0.8vh;
	background-color: #e60011;
}

.jumbotron {
	background: #fff;
}

.jumbotron-main {
    background: url() #fff center center no-repeat;
    background-size: cover;
    height: 99.2vh;
    min-height: 500px;
    color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

.jumbotron-main a {
	border-bottom: 0px;}

.jumbotron-content {
    position: relative;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

.white-area {
	background: #fff;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #000;
}

.blue-area {
	background: #00377C;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
}

.blue-area a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.blue-area a:link {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.blue-area a:hover {
	color: #4272af;
	border-bottom: 1px solid #4272af;
	text-decoration: none;
}

.red-area {
	background: #e60011;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
}

.grey-area {
	background: #f1f1f1;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #000;
}

.bg-area {
	background: url(../images/kamome_bg_pc.jpg) no-repeat center center;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: block;
}

.bg-area-2020 {
	background: url(../images/kamome_bg_2020_pc.jpg) no-repeat center center;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: block;
}

.news-border {
	width: 100%;
	height: 1px;
	border-top: 1px #ccc solid;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 3em;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.8em !important;
	padding-top: 1em;
}
























body#kamomepage {
	margin: 0;
	background: #fff;
	color: #000;
	line-height: 1.9em;
	padding-top: 60px;
}

.jumbotron-kamome {
    background: url(../images/kamome_title.png) no-repeat center center,
		url(../images/kamome_visual_pc.jpg) no-repeat center center;	
	background-size: auto 100%, cover;
	background-position: left 30% center, center;
    height: calc(100vh - 60px);
    min-height: 800px;
    color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

nav {
	box-shadow: 10px 0px 10px rgba(0,0,0,0.2);
	font-weight: bold;
}

.navbar-header {
	height: 60px;
}

ul.navbar-nav {
	padding-top: 5px;
}

nav img.twitter-icon {
	margin-right: 20px;
}

nav img.header-hxat-logo {
	margin-left: 20px;
}




.news-date {
}

.news-text {
}

.cast-plays {
	float: left;
}

.cast-name {
	float: left;
}

.underline {
	padding-bottom: 8px;
	border-bottom: 3px #000 solid;
	letter-spacing: 2px;
}

.underline-wh {
	padding-bottom: 8px;
	border-bottom: 3px #fff solid;
	letter-spacing: 2px;
}

.large-text {
	font-size: 110%;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}



.seminar-box {
	border: 5px solid #ccc;
	padding: 25px;
}


.navbar-default {
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-header button{
	padding-top: 15px;
}
















.aud-title {
	padding: 20px 0 30px 0;
	font-size: 160%;
	line-height: 160%;
	text-align: center;
	font-weight: bold;
}

.aud-table-title {
	font-weight: bold;
	padding: 15px 0 5px 0;
	font-size: 120%;
}






.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #4272af;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #4272af;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-bordered {
  border: 1px solid #4272af;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #4272af;
}
.table th, .table td {
  vertical-align: middle !important;
  line-height: 1.8em !important;
}





.table-detail> thead > tr > th,
.table-detail> tbody > tr > th,
.table-detail> tfoot > tr > th,
.table-detail> thead > tr > td,
.table-detail> tbody > tr > td,
.table-detail> tfoot > tr > td {
  padding: 14px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table-detail> thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #4272af;
}
.table-detail> caption + thead > tr:first-child > th,
.table-detail> colgroup + thead > tr:first-child > th,
.table-detail> thead:first-child > tr:first-child > th,
.table-detail> caption + thead > tr:first-child > td,
.table-detail> colgroup + thead > tr:first-child > td,
.table-detail> thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-bordered {
  border: 1px solid #4272af;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #4272af;
}
.table-detailth, .table-detailtd {
  vertical-align: middle !important;
  line-height: 1.8em !important;
}






















span.sche-day {
	width: 13em;
	text-align: left;
	display: inline-block;
}

.btn-red {
  color: #ffffff;
  background-color: #980e0e;
  border-color: #980e0e;
}
.btn-red:focus,
.btn-red.focus {
  color: #ffffff;
  background-color: #7a0c0c;
  border-color: #7a0c0c;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #7a0c0c;
  border-color: #7a0c0c;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #ffffff;
  background-color: #7a0c0c;
  border-color: #7a0c0c;
}
.btn-red:active:hover,
.btn-red.active:hover,
.open > .dropdown-toggle.btn-red:hover,
.btn-red:active:focus,
.btn-red.active:focus,
.open > .dropdown-toggle.btn-red:focus,
.btn-red:active.focus,
.btn-red.active.focus,
.open > .dropdown-toggle.btn-red.focus {
  color: #ffffff;
  background-color: #7a0c0c;
  border-color: #7a0c0c;
}
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  background-image: none;
}




.btn-white {
  color: #00377C;
  background-color: #fff;
  border-color: #fff;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
}
.btn-white:focus,
.btn-white.focus {
  color: #002759;
  background-color: #c2ddff;
  border-color: #c2ddff;
}
.btn-white:hover {
  color: #002759;
  background-color: #c2ddff;
  border-color: #c2ddff;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #002759;
  background-color: #c2ddff;
  border-color: #c2ddff;
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #002759;
  background-color: #c2ddff;
  border-color: #c2ddff;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}




.move-space {
	margin-top: -60px;
	padding-top: 60px;
}








/* ========== レスポンシブ sm以上 ========== */ 

@media (min-width: 768px) {

.container {
	width: 750px;
}

.mt40-sm {margin-top: 40px;}
.mt160-sm {margin-top: 160px;}
.mb40-sm {margin-bottom: 40px;}
.mb50-sm {margin-bottom: 50px;}
.mb60-sm {margin-bottom: 60px;}
.mb70-sm {margin-bottom: 80px;}
.pb10-sm {padding-bottom: 10px;}
.pb20-sm {padding-bottom: 20px;}
.pb30-sm {padding-bottom: 30px;}
.pb40-sm {padding-bottom: 40px;}
.pb50-sm {padding-bottom: 50px;}
.pb60-sm {padding-bottom: 60px;}
.pb80-sm {padding-bottom: 80px;}
.pb100-sm {padding-bottom: 100px;}
.pt10-sm {padding-top: 10px;}
.pt20-sm {padding-top: 20px;}
.pt30-sm {padding-top: 30px;}
.pt40-sm {padding-top: 40px;}
.pt50-sm {padding-top: 50px;}
.pt60-sm {padding-top: 60px;}
.pt80-sm {padding-top: 80px;}
.pt100-sm {padding-top: 100px;}
.pt120-sm {padding-top: 120px;}
.pt140-sm {padding-top: 140px;}
.pt160-sm {padding-top: 160px;}

}





/* ========== レスポンシブ xs ========== */ 

@media (max-width: 767px) {

body {
	font-size: 13px;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 0.5em;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 0.5em;
	padding-top: 3em;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1em;
}


.l-large {
	font-size: 100%;
}

.container {
	padding: 3%;
}
.mt40-xs {margin-top: 40px;}
.mt160-xs {margin-top: 160px;}
.mb40-xs {margin-bottom: 40px;}
.mb50-xs {margin-bottom: 50px;}
.mb60-xs {margin-bottom: 60px;}
.mb80-xs {margin-bottom: 80px;}
.pb10-xs {padding-bottom: 10px;}
.pb20-xs {padding-bottom: 20px;}
.pb30-xs {padding-bottom: 40px;}
.pb40-xs {padding-bottom: 40px;}
.pb50-xs {padding-bottom: 50px;}
.pb60-xs {padding-bottom: 60px;}
.pb80-xs {padding-bottom: 80px;}
.pb100-xs {padding-bottom: 100px;}
.pt10-xs {padding-top: 10px;}
.pt20-xs {padding-top: 20px;}
.pt30-xs {padding-top: 30px;}
.pt40-xs {padding-top: 40px;}
.pt50-xs {padding-top: 50px;}
.pt60-xs {padding-top: 60px;}
.pt80-xs {padding-top: 80px;}
.pt100-xs {padding-top: 100px;}
.pt120-xs {padding-top: 120px;}
.pt140-xs {padding-top: 140px;}
.pt160-xs {padding-top: 160px;}

.pagetop {
    position: fixed;
    bottom: 23px;
    right: 0px;
	width: 50px;
	height: 50px;
	z-index: 10000;
	margin: 0;
	padding: 0;
}

 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0px;
  }

.bg-area {
	background: url(../images/kamome_bg_sp.jpg) no-repeat center center;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: block;
}
	
.bg-area-2020 {
	background: url(../images/kamome_bg_2020_sp.jpg) no-repeat center center;
	font-family: YuGothic, "Yu Gothic", "Noto Sans Japanese", "Lucida Grande", "Meiryo";
	color: #fff;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: block;
}
	
	.table-detail {
	}
	
	.text-center-xs {
		text-align: center;
	}

.seminar-box {
	border: 5px solid #ccc;
	padding: 0px;
}
	
}