@charset "Shift_JIS";

html{
-webkit-font-smoothing: antialiased;
}

body{
	margin-left: auto;
    margin-right: auto;
}
body #contentsArea:not(.sp) {
  width: 1120px;
  margin:auto;
}

.is-pc{
	display: inline-block;
}
.is-sp{
	display: none !important;
}

#mainContents{
	width: 1120px;
	margin: auto;
	text-align:center;
	position: relative;
}
#mainContents h1 img{
	width:100%;
}
#mainContents h2{
	font-size: 30px;
    margin: 0px;
	margin-bottom: 20px;
	padding-top: 50px;
}

#mainContents .overview{
	font-size: 14px;
    padding: 20px 6% 6% 6%;
    background: #FFFFFF;
}


#mainContents .overview ul li{
	overflow:hidden;
	text-align:left;
	padding:15px;
	border-bottom:1px solid #CCCCCC;
}

#mainContents .overview ul li p{
	float:left;
}

#mainContents .overview ul li .left{
	color:#c33737;
	width:150px;
	font-weight:bold;
}

#mainContents .overview ul li .right{
	width:795px;
}

#mainContents .overview ul li a{ text-decoration:underline;}

#mainContents #tuiteru_hawaii{
	margin-top:90px;
	}
#mainContents #tuiteru_hawaii a:hover img{
	opacity:0.6;
	}




/*20190221*/

#mainContents h1 {
	line-height: 0;
}

#mainContents .overview ul li div.right {
	float: left;
}
#mainContents .overview ul li.date div.right {
	font-weight: bold;
}
#mainContents .overview .date_list {
	width: 790px;
	border: 1px solid  #ccc;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 5px;
}
#mainContents .overview .date_list tr {
	
}
#mainContents .overview .date_list th {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	background: #dee9f6;
	border-right: 1px solid  #ccc;
	padding: 15px 0;
}
#mainContents .overview .date_list td {
	text-align: center;
	line-height: 100%;
	border-right: 1px solid  #ccc;
	border-bottom: none;
	vertical-align: top;
	padding: 10px 0;
}
#mainContents .overview .date_list ul {
	padding: 0;
}
#mainContents .overview .date_list li {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-bottom: none;
	padding: 5px 0;
	padding-right: 5px;
}
#mainContents .overview .date_list li.soon {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}
#mainContents .overview .date_list li.full {
	color: #b3b3b3;
	font-size: 14px;
	font-weight: normal;
}
#mainContents .overview .date_list li:before {
	content: '';
	color: #fff;
}
#mainContents .overview .date_list li.soon:before {
	content: '';
	color: #d90000;
}
#mainContents .overview .date_list li.full:before {
	content: '~';
	color: #3193d7;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#mainContents .overview p.means {
	color: #333;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#mainContents .overview p.means span.soon {
	color: #d90000;
	font-size: 12px;
}
#mainContents .overview p.means span.full {
	color: #3193d7;
	font-size: 16px;
}
#mainContents .overview p.comment {
	clear: both;
	margin-top: 0;
	float: none;
}
#mainContents .overview .date p.comment {
	padding-top: 10px;
}

#mainContents .movie_area {
	background: url(../images/movie_bg.gif) repeat;
	text-align: center;
	padding: 50px 0 60px;
	margin-bottom: 60px;
}
#mainContents .movie_area .movie {
	line-height: 0;
}



#end_text {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	margin-top: 90px;
}
#end_text span {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#end_text.display_on {
	display: block;
}

.no_display {
	display: none;
}



/*20200309*/

#mainContents #tuiteru_hawaii h3 {
	color: #333;
	font-size: 30px;
	margin-bottom: 30px;
}
#mainContents #tuiteru_hawaii ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 100px;
}
#mainContents #tuiteru_hawaii li {
	display: inline-block;
	margin: 0 10px;
}



.overview ul {
	padding: 0;
}
.data_calendar {
	display: inline-block;
	width: calc((100% - 80px)/3);
	margin-top: 15px;
	margin-right: 35px;
	clear: both;
}
.data_calendar.data_calendar9 {
	margin-right: 0;
}
.data_calendar table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
}
.data_calendar tr {
	
}
.data_calendar th {
	padding: 5px;
	background: #bbb;
	color: #fff;
	text-align: center;
	border: 1px solid #ccc;
}
.data_calendar .month th {
	color: #333;
	font-weight: bold;
	
	background: #dde9f5;
}
.data_calendar .week th:first-child {
	background: #e57e7f;
}
.data_calendar .week th:last-child {
	background: #7eb9e5;
}
.data_calendar td {
	padding: 5px 0 0;
	border: 1px solid #ccc;
	background: #eee;
}
.data_calendar td:nth-child(2),
.data_calendar td:nth-child(4),
.data_calendar td:nth-child(6),
.data_calendar td:nth-child(7) {
	
}
.data_calendar td:after {
	content: 'Z';
	display: block;
	padding: 5px;
	background: #fff;
}
.data_calendar td:nth-child(2):after,
.data_calendar td:nth-child(4):after,
.data_calendar td:nth-child(6):after,
.data_calendar td:nth-child(7):after {
	content: '@';
	background: #eee;
}
.data_calendar td.nodate:after {
	content: '@';
	display: block;
	padding: 5px;
	background: #eee;
}
.data_calendar td.soon:after {
	content: '';
	color: #d00;
	font-weight: bold;
}
.data_calendar td.full {
	
}
.data_calendar td.full:after {
	content: '~';
	color: #3193d7;
	font-weight: bold;
}












