/*------------------------- スライダー --------------------------------*/
#commonSlideArea {
    overflow: hidden;
}

#commonSlide {
    margin: 0;
    padding: 0;
}

#commonSlide div {
    margin: 0;
    padding: 0;
    line-height: 0;
}

#commonSlide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/*------------------------- カレンダー --------------------------------*/
.i_cal {
    width: 213px;
    height: 100%;
    float: right;
}
.calendar{
    font-size:10px;
    width:193px;
    height: 178px;
    background-color:#DDDDDD;
    padding:10px;
    color:#585858;
}

.calendar table{
    width:100%;
}

.calendar th{
    font-size:10px;
    font-weight:normal;
}

.calendar td{
    text-align:center;
    padding-bottom: 1px;
}

.calendar .cursor{
    text-align:center;
    padding:3px;
}

.calendar .cursor span{
    display:inline;
    padding:0px 5px;
    margin:5px 10px;
    border-radius:3px;
    font-size:10px;
    cursor:pointer;
}

.calendar .holiday{
    background-color:#FCF;
}

.calendar .comment{
    border:1px #666 solid;
    cursor:pointer;
}

.calendar .calendarYm{
    font-size:14px;
    text-align:left;
}

/*バナーここから*/

#banazone {
    width: 100%;
    margin-top: 14px;
}
#banazone ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#banazone ul li {
    width: 170px;
    height: 69px;
    margin-right : 17px;
    margin-bottom : 8px;
    float: left;
    list-style: none;
}
#banazone ul li img {
    width: 100%;
    height: auto;
    display: block;
}
.bana01 {
    width: 171px;
    height: 69px;
    float: left;
}
.bana02 {
    width: 171px;
    height: 69px;
    margin-left: 16px;
    float: left;
    background-color: #666;
}
/*バナーここまで*/



/*------------------------- instagram --------------------------------*/
#instagram{
	margin:0px 0px 20px 0px;
	padding-top:0px;
}
#instagram ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}
#instagram li{
	display:inline-block;
	width:114px;
	list-style:none;
}

#instagram li img{
	max-width:100%;
}

/*------------------------- photoGallery --------------------------------*/
#photoGallery,#photoGallery2{
    clear:both;
    /*width:650px;*/
    margin:0px;
    padding:5px 0px;
    margin-bottom:20px;
}

#photoGallery .item,#photoGallery2 .item{
    margin-right:10px;
    width:220px;
    height:200px;
    float:left;
    background-color:#FFF;
    -webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
}

#photoGallery .photo,#photoGallery2 .photo{
    display: block;
    width: 220px;
    height: 200px;
    overflow: hidden;
}

#photoGallery .photo a,#photoGallery2 .photo a{
    display: block;
    width: 100%;
    height: 100%;
}

#photoGallery .photo img,#photoGallery2 .photo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#gallery .tt {
}
.tt h2 {
    font-weight: normal;
    float: left;
    width: 50%;
    font-size: 12px;
}
#gallery .ichiran {
    float: right;
    width: 50%;
    text-align: right;
}
