@charset "UTF-8";
/* CSS Document */
.header-container {
  background: #593330;
  width: 100%;
  height: 212px;
}
.c-name {
  width: 360px;
  margin: 50px auto 0 100px;
  text-align: center;
  position: absolute;
}
.c-name h3 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #EAEAEA;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.c-name h1 {
  font-size: 60px;
  color: #EAEAEA;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tel-number {
  width: 450px;
  margin: 0 0 0 auto;
}
.tel-number h2 {
  font-size: 48px;
  color: #EAEAEA;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 90px 100px 0 0;
  float: right;
  position: absolute;
}
@media (max-width:768px) {
  .header-container {
    height: 140px;
  }
  .c-name h1 {
    font-size: 30px;
  }
  .c-name h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width:1000px) {
  .tel-number {
    display: none;
  }
  .c-name {
    margin: 30px auto;
    width: 100%;
  }
}
.main {
  background: #fff6dc;
  width: 100%;
  height: 650px;
}
.main-comment h1 {
  font-size: 36px;
  color: #161616;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0 auto 60px auto;
  padding-top: 200px;
  padding-bottom: 50px;
}
.main-comment h1 br {
  display: block;
  content: "";
  padding: 20px 0;
}
.reservation-button {
  background-color: #d39d71;
  border: solid 2px #161616;
  color: #161616;
  border-radius: 10px;
  padding: 20px 50px;
  text-decoration: none;
  font-size: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  box-shadow: 0 5px 0 #161616;
  display: inline-block;
  transition: .3s;
}
.reservation-button:hover {
  color: #161616;
  transform: translateY(5px);
  box-shadow: 0 0 0 #161616;
}
.tel-button {
  background-color: #d39d71;
  border: solid 2px #161616;
  color: #161616;
  border-radius: 10px;
  padding: 20px 66px;
  text-decoration: none;
  font-size: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  box-shadow: 0 5px 0 #161616;
  display: inline-block;
  transition: .3s;
	margin-top: 20px;
}
.tel-button:hover {
  color: #161616;
  transform: translateY(5px);
  box-shadow: 0 0 0 #161616;
}
@media (max-width:768px) {
  .main {
    height: 700px;
  }
  .main-comment h1 {
    font-size: 20px;
  }
}
@media (min-width:769px) {
	.tel-button {
		display: none;
	}
}
.footer {
  background: #593330;
  width: 100%;
  height: 110px;
}
.footer h5 {
  font-size: 15px;
  color: #eaeaea;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  margin: 0 auto;
  padding-top: 20px;
}