@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Carattere&family=Tangerine:wght@400;700&family=Whisper&display=swap");

/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*----------------------------------------
	main
----------------------------------------*/
#container {
  margin: 10px auto;
}
.con_main_box {
  margin: 40px 0 0;
}
.hotel_code {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 5px 30px;
  margin: 0;
}
.container #h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  margin: 30px 0 50px 0;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.container h1 {
  display: none;
}
.container p span {
  display: none;
}