@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */

.w33 li {
	width: 33.333%;
}

.calender .week p {
  font-size: 20px;
}

.calender table td.title  {
  background: #3d9254;
}

.calender .title div {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.column-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.column-wrap:before,
.column-wrap:after{
  width: calc(100% / 3 - 1%);
  display: block;
  content: "";
  order: 1;
}
.column-wrap .box{
  width: calc(100% / 3 - 1%);
  margin-bottom: 30px;
}
.column-wrap .box a{
  display: block;
  text-align: center;
}
#mainArea .main_img picture > img {
    width: 100vw;
    height: 83vh !important;
    object-fit: cover;
}
#mainArea .catch{
  justify-content: center !important;
}
@media only screen and (max-width: 1200px){
#mainArea .main_img picture > img {
    width: 100vw;
    height: 70vh !important;
    object-fit: cover;
}

}
/*===========================tab====================================== */
@media screen and (min-width: 641px) and (max-width: 834px){
#mainArea .main_img picture > img {
    width: 100vw;
    height: 55vh !important;
    object-fit: cover;
}

}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){

.column-wrap:after{
  width: 100%;
}
.column-wrap .box{
  width: 100%;
}

#mainArea .catch{
  justify-content: center;
}
#mainArea .main_img picture > img{
  height: 60vh !important;
}
}
/*===========================sp END====================================== */