@charset "utf-8";

  .main  {
   margin-top: 60px;
   margin-right: 30px;
   margin-left: 30px;
  }

  .title h1 {
   font-family: "M PLUS Rounded 1c", sans-serif;
   font-size: 32px;
   line-height: 30px;
 }

  .title p {
   font-family: "M PLUS Rounded 1c", sans-serif;
   font-weight: 400;
   font-size: 20px;
   line-height: 35px;
  }

  .calender iframe {
   display: block;
   width: 800px;
   height: 600px;
   margin-top: 15px;
 }

 .link-button-area {
  text-align: center;
  margin-top: 40px;
 }
 
 .link-button {
  background-color: #f5d9ff;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
 } 

 .link-button:hover {
  background-color: #ecc3fb;
 }

 .footer {
  margin-top: 50px;
 }

 @media (max-width: 800px) {
  .main {
  display: 500px;
  margin-top: 45px;
 }
 
  .title h1 {
   font-size: 24px;
   line-height: 40px;
 }

  .title p {
   font-weight: 400;
   font-size: 16px;
   line-height: 15px;
  }
 
 .calender iframe {
  width: 100%;  
 }
}

