    body {
      margin: 0;
      padding: 0;
      font-family: 'Noto Sans JP', sans-serif;
    }

    .gallery-container {
      max-width: 750px;
      width: 100%;
      margin: 0 auto;
    }

    .gallery-container img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta_box {
	  padding: 20px 0;
      text-align: center;
    }

    .cta_box p {
      margin: 0;
      font-size: 2.5em;
      font-weight: bold;
	  color: #432b17;
    }
    .cta_box p.text2 {
      font-size: 1.2em;
      font-weight: normal;
    }

    .bk_brown {
      background-color: #581818;
    }

    .bk_brown p {
      color: #ffffff;
    }
    .cta_box a img {
      margin-top: 10px;
    }

	@media (max-width: 480px) {
		.cta_box p {
			font-size: 1.4em;
		}
		.cta_box p.text2 {
			font-size: 0.8em;
			font-weight: normal;
		}
		
	}


@keyframes pulse {
  0%   { transform: scale(0.9); }
  50%  { transform: scale(1.0); }
  100% { transform: scale(0.9); }
}

.btn-animate {
  animation: pulse 1.5s ease-in-out infinite;
  display: inline-block;
  transition: transform 0.2s;
}

footer {
  text-align: center;
  font-size: 0.9em;
  margin-top: 40px;
  background-color: #d14338;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 480px) {
	footer {
	  font-size: 0.8em;
	}
}

.footer-links {
  line-height: 1.8;
  color: #fff;
}

.footer-links a {
  text-decoration: none;
  color: #fff;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #fff;
}