@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
/* mixins
------------------------------------------------------- */
/* 色指定
------------------------------------------------------- */
#reserve .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#reserve .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#reserve .wrap .content .reserve {
  letter-spacing: 0.1em;
  padding: 30% 0 4%;
}
#reserve .wrap .content .reserve .txtArea {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#reserve .wrap .content .reserve .txtArea h2 {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  color: #9c9070;
  margin: 0 auto 6%;
}
#reserve .wrap .content .reserve .txtArea h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 auto 6%;
}
#reserve .wrap .content .reserve .txtArea .txtBlock {
  text-align: justify;
  margin: 0 auto 6%;
  padding: 0;
}

#reserve .wrap .content .reserve .reserveBtn {
  text-align: center;
  width: 100%;
  letter-spacing: 0.05em;
	margin: 16px 0;
}

#reserve .wrap .content .reserve .reserveBtn a {
  position: relative;
  display: block;
  color: #FFF;
  background-color:#333;
  padding: 12px 0 12px 0;
	font-size: 14px;
	font-size: 0.93333rem;
}

#reserve .wrap .content .reserve .reserveBtn a::after {
  position: absolute;
  top: 24px;
  right: 9px;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#reserve .wrap .content .reserve .btBox{
	width: 90%;
	margin: 0 auto;
}
/* reserve-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #reserve .wrap .content .reserve {
    padding-top: 13%;
  }
  #reserve .wrap .content .reserve .txtArea {
    margin: 50px auto;
  }
  #reserve .wrap .content .reserve .txtArea h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 auto 30px;
  }
  #reserve .wrap .content .reserve .txtArea h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 0 auto 30px;
  }
  #reserve .wrap .content .reserve .txtArea .txtBlock {
    text-align: center;
    margin: 0 auto 6%;
    padding: 0;
  }
#reserve .wrap .content .reserve .btBox{
	width: 700px;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}

#reserve .wrap .content .reserve .reserveBtn {
	width: 700px;
	padding: 1% 0;
}

#reserve .wrap .content .reserve .reserveBtn a {
	font-size: 24px;
	font-size: 1.5rem;
}
}