@charset "UTF-8";
.tint_wrapper {
	position: relative;
}
.tint_link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	top: 0;
	padding: 0 15px;
}
.tint_link a {
	display: block;
	width: 100%;
	height: 100%;
}
.tint_link a:focus, .tint_link a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	cursor: pointer;
}
.tint_area {
	position: relative;
	width: 100%;
	/*padding: 10px 10px 10% 10px;*/
	padding: 0;
	overflow: hidden;
	/*background: #F0F0F0;*/
	background-color: transparent;
	z-index: 0;
}
.tint_more {
	position: absolute;
	bottom: 5%;
}
table.calender caption {
	margin-top: 8px;
	padding-bottom: 0;
	font-size: .8em;
}
table.calender {
	float: left;
	width: 100%;
    table-layout: fixed;
	border: solid 1px #a6a6a6;
}
table.calender tbody th {
	white-space: nowrap;
}
table.calender th,
table.calender td {
	padding: 2px 5px 0;
	color: #313131;
	font-size: .85em;
	border: solid 1px #a6a6a6;
}
table.calender th {
	text-align: center;
	font-weight: normal;
	background: #f5f5f5;
	border-bottom: solid 2px #a6a6a6;
}
table.calender td {
	text-align: right;
}
table.calender th.sat {
	background: #f1f1ff;
	color: #3131aa;
}
table.calender th.sun {
	background: #fff1f1;
	color: #aa3131;
}
table.calender td.sat,
table.calender td.sun,
table.calender td.closeDay {
	background: #f6f6f6;
	color: #6c6c6c;
	background-image: url(/ja/about/experience/piano-factory-tour/reservation/images/close_day.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
p.notes {
	margin: 12px 14px 25px 0;
	font-size: 12px;
	/*text-align: right;*/
}
p.notes span {
	display: inline-block;
	padding: 0;
	line-height: 1;
}
/*
#collapseSns {
    border: none;
    padding: 0;
}
*/
#collapseSns {
	height: auto;
	max-height: 800px;
	overflow: auto;
	border: none;
	padding: 0;
}
.red {
	color: #CC0000;
}
.google-map {
	max-width: 100%;
	position: relative;
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width:768px) {
.slider_none .carousel-control {
	display: none;
}
}
    
@media screen and (min-width:768px) and ( max-width:991px) {
#slider_calender .row {
	 margin: 0;
}
#slider_calender .col-sm-4 {
    padding: 0 5px;
}
#slider_calender .carousel-control.left.outside {
    left: -30px;
}
#slider_calender .carousel-control.right.outside {
    right: -30px;
}
}
    
@media screen and (max-width:767px) {
.tint_area {
	padding: 10px 10px 20% 10px;
}
.tint_more {
	bottom: 3%;
}
table.calender {
	width: 78%;
	margin: 0 10%;
}
.carousel-control .fa-stack.chevron-circle-left {
	left: -50%;
	top: 40%;
}
.carousel-control .fa-stack.chevron-circle-right {
	right: -50%;
	top: 40%;
}
}

@media screen and (min-width:480px) and ( max-width:767px) {
#slider_calender .carousel-control.left.outside {
    left: 25px;
}
#slider_calender .carousel-control.right.outside {
    right: 25px;
}
}

/* more-contents 
.more-btn{
    background-color:black;
    color: #fff;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    width: 200px;
    text-align:center;
}

.more-btn:hover{
    cursor: pointer;
}*/


/* ------------------------------
 カレンダー 上書き
------------------------------ */
/* MONTH */
.calendar .month {
	display: flex;
	flex-flow: row wrap;
}
.calendar .month li {
	font-size: 16px;
	width: calc(100% / 7);
	line-height: 1;
	text-align: center;
	padding: 5% 0;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	border-left: solid 1px #a3a3a3;
	border-bottom: solid 1px #a3a3a3;
}
.calendar .month li:nth-child(6),
.calendar .month li:nth-child(13),
.calendar .month li:nth-child(20),
.calendar .month li:nth-child(27),
.calendar .month li:nth-child(34) {
	color: #2063cf;
}
.calendar .month li:nth-child(7n) {
	color: #d1001c !important;
	border-right: solid 1px #a3a3a3;
}
.calendar .closeday {
	background: #e8e8e8;
}

.calender-list.carousel-left-contents .swiper-horizontal > .swiper-pagination-bullets {
	bottom: -110px;
}
.calender-list.carousel-left-contents .calender-caption {
	margin-bottom: 10px;
}
/* ----------------
 SP用限定CSS
----------------- */
@media print, screen and (max-width: 767px) {
	.calendar .month li {
		font-size: 14px;
	}
	.calender-list.carousel-left-contents .swiper-horizontal > .swiper-pagination-bullets {
		bottom: -120px;
	}
}

/* ----------------
 ローカルナビ追従
----------------- */
.header-area {
	position: relative;
}
.maincontents {
	margin: 0 !important;
	padding-top: 0;
}