@charset "utf-8";
.column_frame {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.16);
  box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.16);
  border-radius: 10px;
  overflow-x: hidden;
  margin-bottom: 9rem;
}
.column_text {
  font-size: 2rem;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 20px;
  height: 100vw;
  max-height: 27rem;
  line-height: 170%;
  overflow-y: hidden;
}
.btn_space {
  margin-top: 3vw;
  margin-bottom: 2.5vw;
}
.column_restaurant {
  font-size: 1.8rem;
  margin-top: 14px;
  line-height: 150%;
}





@media (max-width: 1200px){
.column_text {
  font-size: 1.9rem;
  padding-left: 28px;
  padding-right: 28px;
  max-height: 28rem;
}

}



@media (max-width: 992px){
.column_text {
  font-size: 1.9rem;
  padding-left: 30px;
  padding-right: 30px;
  max-height: 25.5rem;
}
}



@media (max-width: 768px){
.column_text {
  max-height: 24rem;
  font-size: 1.8rem;
}
.btn_space {
  margin-top: 4vw;
  margin-bottom: 4.6vw;
}


}

@media (max-width: 575px){
.column_frame  {
  margin-bottom: 5rem;
}
.column_text {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 1.6rem;
  max-height: 24rem;
}
.btn_space {
  margin-top: 3.5vw;
  margin-bottom: 4.6vw;
}
.column_restaurant {
  font-size: 1.6rem;
}




}
