@charset "utf-8";
/* CSS Document */


/* -------------------------
  common
--------------------------*/

h1.title_img {
background-image: url(img/img_flower_headbase.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
height: 240px;
}
h1.title_img img {
text-align: center;
display: flex;
margin: auto;
padding-top: 20px;
}
.day {
margin-right: 10px;
}

/* -------------------------
  tile
--------------------------*/

.col1 {
display: inline-block;
width:46%;
margin-right: 20px;
margin-bottom: 25px;
vertical-align: top;
}
.col2 {
display: inline-block;
margin-bottom: 25px;
width:46%;
vertical-align: top;
}
.col img {
width: 100%;
height:auto;
margin-bottom: 10px;
}
.col .icon {
width:15px;
margin: 0 5px 0 0;
}
.col a:hover {
opacity: 0.6;
filter: brightness(110%);
}
.col p {
margin: 0 0 5px 0;
padding: 0 3px;
}
.cap1 {
font-weight: bold;
}
.cap2 {
font-size: 1em !important;
}
.col a, .more:hover{
text-decoration: none;
}
.more {
text-decoration: underline;
margin-bottom: 20px;
}

.comingsoon {
position: relative;
}
.cover {
position: absolute;
top: 0;
left: 0;
}