body, html {
  margin: 0;
  font-family: kozuka-gothic-pro, sans-serif;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

th, td {
  color: #333333;
}

th {
  letter-spacing: 3px;
}

td {
  letter-spacing: 1px;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 30px;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  color: #333333;
}

h3 {
  letter-spacing: 3px;
}

img {
  width: 100%;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
}

.section-title {
  margin-bottom: 50px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
}

.section-title p {
  margin-bottom: 5px;
  letter-spacing: 3px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.section-title h2 {
  color: #fff;
  font-size: 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.section-title-content {
  position: relative;
}

.title-icon {
  position: absolute;
}

.text-strong {
  color: #A28700;
}

.btn-area {
  margin-top: 60px;
  text-align: center;
}

.book-btn {
  padding: 14px 20px;
  background-color: #F06473;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 3px 7px 6px rgba(0, 0, 0, 0.4);
  transition: all .3s;
}

.book-btn:hover {
  opacity: .8;
}

.book-btn span:first-child {
  margin-right: 20px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
}

.btn-msg-sub {
  padding: 14px 5px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 500;
  color: #F06473;
}

.pc-text-block {
  display: block;
}

header {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px #333333;
  background-color: #fff;
  z-index: 998;
  transition: all .3s;
}

header .container {
  max-width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left a {
  display: flex;
  align-items: center;
}

.header-left img:first-child {
  height: 60px;
  width: auto;
}

.header-left img:last-child {
  width: 100px;
}

.header-right ul {
  display: flex;
}

.header-right a {
  font-size: 15px;
  transition: all .3s;
  font-weight: 500;
}

.header-right a:hover {
  color: #38BEB9;
}

.header-right li {
  padding: 0 10px;
  line-height: 80px;
}

.header-right li:last-child a {
  padding: 12px 20px;
  border-radius: 30px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  color: #fff;
}

.header-right li:last-child a:hover {
  opacity: .7;
}

.menu-bar {
  display: none;
  margin-top: 7px;
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 35px;
  height: 22px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
}

.menu-trigger span:nth-of-type(1) {
  top: 1px;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

#menu-show {
  display: none;
  position: relative;
  z-index: 999;
}

.menu {
  width: 100%;
  height: auto;
  position: fixed;
  top: 80px;
  background-color: #eeeeee;
  text-align: center;
}

.menu ul li {
  border-bottom: 1px solid #c9c9c9;
}

.menu ul li:first-child {
  border-top: 2px solid #c9c9c9;
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
}

.menu ul li a:hover {
  opacity: 0.8;
}

footer {
  padding: 40px 0 10px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  text-align: center;
}

footer p {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 12px;
}

footer ul {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

footer li {
  padding: 0 10px;
}

footer li a {
  color: #fff;
  transition: all .3s;
}

footer li a:hover {
  opacity: .7;
}

.top-btn-show {
  display: none;
}

.top-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: flex;
  cursor: pointer;
  transition: all .3s;
  z-index: 999;
}

.top-btn:hover {
  opacity: .7;
}

.top-btn img {
  width: 50px;
}

.breadcrumbs-bar {
  padding: 12px 0;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
}

.breadcrumbs {
  color: #fff;
}

.breadcrumbs a {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.breadcrumbs span {
  font-size: 12px;
  color: #fff !important;
}

/* contact form css */
.required {
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  background: #850000;
}

input[type="text"], input[type="email"], input[type="tel"] {
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #fff;
}

textarea {
  margin-top: 5px;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
  height: 200px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  background-color: #fff;
  font-size: 15px;
}

input[type="submit"] {
  margin-top: 20px;
  padding: 12px 60px;
  border-radius: 20px;
  color: #fff;
  border: none;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  background: linear-gradient(to right, #38BEB9, #B2DBD8);
	transition: all .3s;
	cursor:pointer;
}

input[type="submit"]:hover {
	opacity: .7;
}
