body {
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  color: #4E4E4E;
}

h1, h3 {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.tc1 {
  color: #FF524A;
}

.ts0 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 4.5rem;
}

.ts {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.ts1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.ts2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.ts2_n {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
}

.ts3 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.ts3_n {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: normal;
}

.ts4 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.ts5 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 3.5rem;
}

.ts6 {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8rem;
}

.ts7 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
}

.mt1 {
  margin-top: 100px !important;
}

.mt2 {
  margin-top: 50px !important;
}

.mb1 {
  margin-bottom: 20px;
}

.mb2 {
  margin-bottom: 0px !important;
}

.pb1 {
  padding-bottom: 0px !important;
}

.fw1 {
  font-weight: bold;
}

.fw2 {
  font-weight: normal;
}

.bn {
  border: none !important;
}

header {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: solid 1px #eee;
  position: relative;
}

header .inner {
  position: relative;
}

header .inner .logo {
  position: absolute;
  top: 15px;
  left: 20px;
}

header .inner .logo span {
  font-size: 0.5rem;
  color: #989898;
}

header .inner .logo span img {
  vertical-align: middle;
  margin-right: 10px;
}

header .inner .reserveBtn {
  display: block;
  padding: 10px;
  text-align: center;
  border: solid 1px #FF524A;
  color: #FF524A;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 10px;
  width: 150px;
  position: absolute;
  top: 12px;
  right: 20px;
}

.container__inner .hero__inner {
  height: 50vh;
  width: 100%;
  background: url(../../assets/images/hero_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.container__inner .hero__inner .title {
  width: 80%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -15vh;
  margin: auto;
  color: #fff;
  text-align: center;
}

.container__inner .hero__inner .title h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-bottom: 20px;
}

.container__inner .hero__inner .title h3 {
  font-size: 2rem;
}

.container__inner .section_contact__inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.container__inner .section_contact__inner h1 {
  text-align: center;
}

.container__inner .section_contact__inner .box {
  width: 80%;
  margin: 50px auto;
  border: solid 1px #dadada;
  border-radius: 20px;
  padding: 50px;
  text-align: center;
}

.container__inner .section_contact__inner .box h3 {
  margin: 0 0 20px 0;
}

.container__inner .section_contact__inner .box .attention {
  line-height: 1.5rem;
}

.container__inner .section_contact__inner .box .contactbtn {
  border-radius: 100px;
  border: solid 1px #FF524A;
  display: block;
  padding: 20px;
  width: 220px;
  margin: 0 auto;
}

.container__inner .section_cancel__inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.container__inner .section_cancel__inner h1 {
  text-align: center;
}

.container__inner .section_cancel__inner .box {
  width: 80%;
  margin: 50px auto;
  border: solid 1px #dadada;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
}

.container__inner .section_cancel__inner .box__inner {
  text-align: left;
  margin-bottom: 50px;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
}

.container__inner .section_cancel__inner .box__inner .attention {
  line-height: 1.5rem;
}

.container__inner .section_cancel__inner .box p a {
  text-decoration: underline;
}

.container__inner .section_changeTime__inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.container__inner .section_changeTime__inner h1 {
  text-align: center;
}

.container__inner .section_changeTime__inner h2 {
  text-align: center;
  margin-top: 50px;
}

.container__inner .section_changeTime__inner .box {
  width: 80%;
  margin: 50px auto;
  border: solid 1px #dadada;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
}

.container__inner .section_changeTime__inner .box__inner {
  text-align: left;
  margin-bottom: 50px;
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
}

.container__inner .section_changeTime__inner .box__inner .attention {
  line-height: 1.5rem;
}

.container__inner .section_changeTime__inner .box p a {
  text-decoration: underline;
}

.container__inner .section_notCome__inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.container__inner .section_notCome__inner h1 {
  text-align: center;
}

.container__inner .section_notCome__inner h2 {
  text-align: center;
  margin-top: 50px;
}

.container__inner .section_notCome__inner .box {
  width: 80%;
  margin: 50px auto;
  border: solid 1px #dadada;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
}

.container__inner .section_notCome__inner .box__inner {
  border-bottom: solid 1px #eee;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.container__inner .section_notCome__inner .box__inner .num {
  width: 15%;
}

.container__inner .section_notCome__inner .box__inner .time {
  font-weight: bold;
}

.container__inner .section_notCome__inner .box__inner .attention {
  width: 80%;
  line-height: 1.5rem;
}

.container__inner .section_notCome__inner .box p a {
  text-decoration: underline;
}

.container__inner .section_qa__inner {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0 0;
}

.container__inner .section_qa__inner h1 {
  text-align: center;
  margin-bottom: 20px;
}

.container__inner .section_qa__inner .txt1 {
  text-align: center;
  margin-top: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 80%;
  margin: 0 auto;
}

.container__inner .section_qa__inner .box {
  width: 80%;
  margin: 50px auto;
  border: solid 1px #dadada;
  border-radius: 20px;
  padding: 50px;
  text-align: left;
}

.container__inner .section_qa__inner .box__inner {
  border-bottom: solid 1px #dadada;
  padding-bottom: 20px;
  text-align: left;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.container__inner .section_qa__inner .box__inner a {
  color: #4E4E4E;
  width: 90%;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.container__inner .section_qa__inner .box__inner a:hover {
  text-decoration: underline;
}

footer {
  width: 98%;
  margin: 0 auto;
  background: #fff;
  border-bottom: solid 1px #eee;
  position: relative;
  padding: 0 0 50px 0;
}

footer .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: 80px;
}

footer .inner .logo {
  position: absolute;
  top: 15px;
  left: 20px;
}

footer .inner .links {
  position: absolute;
  right: 0px;
}

footer .inner .links ul {
  padding-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

footer .inner .links ul li {
  margin: 0 15px;
}

footer .inner .links ul li a {
  font-size: 1rem;
  color: #797979;
}

footer .copy {
  width: 87%;
  font-size: 0.8rem;
  text-align: left;
  color: #797979;
  margin: 0 auto;
}
