@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ 空き情報カレンダー ◇◆◇
  
  
========================================================================================================================*/
#mainVisual .calendar .inner {
			position: absolute;
            top: 30px;
            left: 1.5%;
            width:98%;
            height: 195px;
            box-sizing: border-box;
            list-style: none;
            overflow-y:hidden;
            
			}
            /*#mainVisual .calendar .inner::-webkit-scrollbar {
            width: 2px;
            }
            #mainVisual .calendar .inner::-webkit-scrollbar-track {
            background: #fff;
            border: none;
            border-radius: 10px;
            box-shadow: inset 0 0 2px #9a9a9a; 
            }
            #mainVisual .calendar .inner::-webkit-scrollbar-thumb {
            background: #aaa;
            border-radius: 10px;
            box-shadow: none;
            }*/
            #mainVisual .calendar .inner table{
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            }
        
            #mainVisual .calendar .inner table thead td{
            border:1px solid #E3E3E3;
            font-weight:bold;
            margin-top: 10px;
            font-size: 11px;
            padding: 0;
            box-sizing: border-box;
            background-color: #F5F5F5;
            }
            #mainVisual .calendar .inner table tbody td {
            text-align:center;
            border-left:1px dotted #E3E3E3;
            border-right:1px dotted #E3E3E3;
            border-bottom:1px dotted #E3E3E3;
            vertical-align:top;
            box-sizing: border-box;
            padding: 0;
            }
            #mainVisual .calendar .inner table thead td:first-child,
            #mainVisual .calendar .inner table tbody td:first-child{
            border-left:0px;
            }
            #mainVisual .calendar .inner table thead td:last-child,
            #mainVisual .calendar .inner table tbody td:last-child{
            border-right:0px ;
            }
            
            #mainVisual .calendar .inner .cal:nth-child(2){
            display: none;
            }
            
            #mainVisual .calendar .clickBtn1{
            padding: 0 1px;
            display: block;
            width: 10px;
            height: 10px;
            position: absolute;
            right: 12px;
            top: 40px;
            z-index: 1;
            font-size: 15px;
            font-weight: bold;
            border: none;
            background: url("../closed/image/next.gif") no-repeat center;
            }
            #mainVisual .calendar .clickBtn1:nth-child(2){
            padding: 0 1px;
            position: absolute;
            left: 12px;
            top: 40px;
            background: url("../closed/image/prev.gif") no-repeat center;
            }
            #mainVisual .calendar .calMonth{
            padding: 5px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            background-color: #F5F5F5;
            }
            #mainVisual .calendar .calMonth span{
            margin-left: 5px;
            }
            .cl-yasumi{
background-color: rosybrown;
}

.pc-none{
display: none;
}
@media screen and (max-width:480px) {
#mainVisual .calendar .inner {
			position: absolute;
            top: 30px;
            left: 1%;
            width:98%;
            height: 195px;
            box-sizing: border-box;
            list-style: none;
            overflow-y:hidden;
            
			}
            /*#mainVisual .calendar .inner::-webkit-scrollbar {
            width: 2px;
            }
            #mainVisual .calendar .inner::-webkit-scrollbar-track {
            background: #fff;
            border: none;
            border-radius: 10px;
            box-shadow: inset 0 0 2px #9a9a9a; 
            }
            #mainVisual .calendar .inner::-webkit-scrollbar-thumb {
            background: #aaa;
            border-radius: 10px;
            box-shadow: none;
            }*/
            #mainVisual .calendar .inner table{
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            }
        
            #mainVisual .calendar .inner table thead td{
            border:1px solid #E3E3E3;
            font-weight:bold;
            margin-top: 10px;
            font-size: 11px;
            padding: 0;
            box-sizing: border-box;
            background-color: #F5F5F5;
            }
            #mainVisual .calendar .inner table tbody td {
            text-align:center;
            border-left:1px dotted #E3E3E3;
            border-right:1px dotted #E3E3E3;
            border-bottom:1px dotted #E3E3E3;
            vertical-align:top;
            box-sizing: border-box;
            padding: 0;
            }
            #mainVisual .calendar .inner table thead td:first-child,
            #mainVisual .calendar .inner table tbody td:first-child{
            border-left:0px;
            }
            #mainVisual .calendar .inner table thead td:last-child,
            #mainVisual .calendar .inner table tbody td:last-child{
            border-right:0px ;
            }
            
            #mainVisual .calendar .inner .cal:nth-child(2){
            display: none;
            }
            
            #mainVisual .calendar .clickBtn1{
            padding: 0 1px;
            display: block;
            width: 10px;
            height: 10px;
            position: absolute;
            right: 12px;
            top: 40px;
            z-index: 1;
            font-size: 15px;
            font-weight: bold;
            border: none;
            background: url("../closed/image/next.gif") no-repeat center;
            }
            #mainVisual .calendar .clickBtn1:nth-child(2){
            padding: 0 1px;
            position: absolute;
            left: 12px;
            top: 40px;
            background: url("../closed/image/prev.gif") no-repeat center;
            }
            #mainVisual .calendar .calMonth{
            padding: 5px;
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            background-color: #F5F5F5;
            }
            #mainVisual .calendar .calMonth span{
            margin-left: 0px;
            font-size: 10px;
            }
            .cl-yasumi{
background-color: rosybrown;
}

.pc-none{
display: block;
}
}