*:not(.fontawesome) {
  font-family: "Noto Sans Japanese-Normal", sans-serif !important;
}

*::selection {
  background-color: #ff6337;
  color: #fff;
}

header {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: #fff;
}

nav {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  background-color: #252932;
}

footer,
footer a {
  color: #e3e6ed;
}

a {
  display: inline-block;
  text-decoration: none;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
}

.max1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/* nav.max1200 > :first-child {
  margin-left: 20px;
}

nav.max1200 > :last-child {
  margin-right: 20px;
} */

.menu {
  font-size: 0;
}

.menu a {
  padding: 15px;
  font-size: 15px;
  color: #505563;
}

.menu a:hover {
  color: #ff6e06;
}

a.menu-btn {
  background-color: #da3743;
  border: none;
  font-size: 18px;
  font-weight: 900;
  color: white;

  padding: 5px 25px;
  border-radius: 25px;
  line-height: 1.5;
}

a.menu-btn::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 27px;
  background: url(https://inline.imgix.net/images/ot-logo-white.png);
  background-size: 100%;
  margin-bottom: -4px;
  margin-right: 10px;
}

a.menu-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero,
.world-scale,
.features,
.self-recommend {
  background-size: cover;
}

.hero {
  position: relative;
  top: 85px;
  height: 650px;
  background-image: url("https://inline.company/wp-content/uploads/2023/12/New-official-website_v2_首圖.png");
  background-position: center center;
}

.hero .max1200 {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

/* .hero-content {
  width: 50%;
} */

.hero-title {
  margin-bottom: 40px;
}

.hero-title-zh {
  font-size: 44px;
}

.hero-title-en {
  font-size: 20px;
}

.hero-title-zh,
.hero-title-en {
  font-weight: 700;
  display: block;
  line-height: 2;
}

.hero-important {
  color: #ff6337;
}

.hero-description {
  color: #595959;
  margin-bottom: 70px;
  line-height: 2;
}

.hero .try-btn a {
  background-color: #064c8c;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
}

.world-scale {
  height: 600px;
  background-image: url("https://inline.company/wp-content/uploads/2023/12/New-official-website_v2_country.png");
  background-position: center center;
  margin-top: 85px;
}

.world-scale div {
  position: relative;
  top: 120px;
  text-align: center;
  color: #333333;
  font-size: 17px;
  line-height: 2;
}

.order0 {
  order: 0;
}

.order2 {
  order: 2;
}

.reservation {
  background-image: url("https://inline.company/wp-content/uploads/2024/07/New-official-website_v2_hp_background1.png");
  background-position: center center;
}

.reservation h2 {
  text-align: center;
  font-weight: 700;
}

.reservation .feature-heading-colored {
  color: #ec6300;
  font-size: 26px;
  margin-bottom: 40px;
}

.reservation .feature-heading-short-description {
  color: #252932;
  font-size: 32px;
}

.reservation-content,
.waiting-content,
.customer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.feature img {
  width: 560px;
  aspect-ratio: auto;
  margin-right: 26px;
}

.features {
  background-image: url("https://inline.company/wp-content/uploads/2024/07/New-official-website_v2_hp_background2.png");
  background-position: center center;
  padding-bottom: 160px;
}

.feature-title {
  font-size: 24px;
  color: #064c8c;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 40px;
  margin-left: 84px;
}

.feature .card-wrap {
  width: 560px;
}

.feature .card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.feature .feature-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  flex-grow: 0;
}

.feature .text {
  flex-grow: 1;
}

.feature .card .feature-item {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature .card .feature-caption {
  line-height: 2;
  font-size: 16px;
  color: #252932;
  text-align: justify;
}

.cooperation-company .max1200 {
  padding: 0 20px;
  box-sizing: border-box;
}

.cooperation-title {
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  color: #252932;
  margin-top: 60px;
  margin-bottom: 120px;
}

.panel {
  text-align: center;
  font-size: 0;
}

.panel input[type="radio"]:checked + label {
  color: #252932;
  border-bottom: 4px solid #ff6e06;
  cursor: default;
}

.panel label {
  display: inline-block;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 16px;
  color: #666666;
}

.panel input {
  display: none;
}

.panel-body {
  position: relative;
  font-size: 16px;
}

.panel-body::before {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f0f2f7;
}

.panel-body .chain-brands,
.panel-body .five-stars-brands,
.panel-body .mall-brands,
.panel-body .Michelin-brands,
.panel-body .famous-brands,
.panel-body .overseas-brands {
  display: none;
}

#chain:checked ~ .panel-body .chain-brands,
#five-stars:checked ~ .panel-body .five-stars-brands,
#mall:checked ~ .panel-body .mall-brands,
#Michelin:checked ~ .panel-body .Michelin-brands,
#famous:checked ~ .panel-body .famous-brands,
#overseas:checked ~ .panel-body .overseas-brands {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 14px 20px;
}

.panel-body .brand {
  width: calc(100% / 6);
}

.panel-body .brand img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.panel-body .brand:hover img {
  transform: scale(1.1);
}

.self-recommend {
  background-image: url("https://inline.company/wp-content/uploads/2024/07/New-official-website_v2_form_background.png");
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 80px;
}

blockquote {
  text-align: center;
}

blockquote .quote {
  font-size: 29px;
  color: #ff6600;
  font-weight: 700;
  line-height: 1.75;
}

.quote-source {
  font-size: 18px;
  color: #252932;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px;
}

.test-form {
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
  background-color: #fff;
  max-width: 800px;
  border-radius: 20px;
}

.hello {
  font-weight: 700;
  font-size: 26px;
  color: #064c8c;
}

.form-caption {
  font-size: 16px;
  color: #252932;
  font-weight: 700;
  margin: 20px 0;
  line-height: 2;
}

.form-caption span {
  color: #ff0000;
}

.form-caption a {
  color: #000080;
}

.test-form form {
  margin: 35px 130px 0;
}

.test-form legend {
  font-size: 16px;
  color: #252932;
  line-height: 1.5;
  margin-bottom: calc(2em + 30px);
}

.test-form label,
.test-form input,
.test-form select {
  display: block;
  width: 100%;
}

.test-form input,
.test-form select {
  margin-top: 8px;
  margin-bottom: 18px;
  padding: 10px 12px;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.test-form select {
  text-align: center;
}

.test-form input:focus,
.test-form select:focus {
  border-color: #999999;
}

.test-form label {
  cursor: pointer;
  color: #252932;
}

.test-form .captcha {
  width: 300px;
  height: 75px;
  line-height: 75px;
  border-radius: 3px;
  background-color: #f9f9f9;
}

.test-form input[type="submit"] {
  width: 120px;
  height: 40px;
  margin: 25px auto 15px;
  padding: 0;
  background-color: #ec6337;
  color: #ffffff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.form-notice {
  font-size: 10px;
  color: #252932;
}

.contact-trial {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.read-more {
  font-size: 32px;
  font-weight: 700;
  color: #252932;
  text-align: center;
}

.read-more h3 {
  margin-top: 80px;
  margin-bottom: 30px;
}

.read-more-btn a {
  display: inline-block;
  background-color: #064c8c;
  color: #fff;
  border: 1px solid #064c8c;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 85px;
}

.tel-contact,
.free-try {
  padding: 0 20px;
  width: 30%;
  position: relative;
}

.contact-trial-title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #333333;
  font-size: 21px;
}

.contact-trial-content {
  font-size: 14px;
  color: #252932;
  margin: 30px 0;
  font-weight: 400;
  line-height: 2;
}

.tel-number {
  font-weight: 700;
  font-size: 24px;
  color: #252932;
}

.tel-number:hover {
  color: #ff9800;
}

.tel-contact::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: calc(100% - 40px);
  top: 40px;
  right: 0;
  background-color: #cbd1dc;
}

.free-try-btn a {
  background-color: #ec6337;
  border-color: #ec6337;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 12px 20px 12px 20px;
}

.intercom {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #ff5722;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
}

.intercom img {
  max-width: 24px;
  max-height: 24px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.info {
  font-size: 12px;
  display: flex;
  padding: 60px 0 20px 0;
  gap: 40px;
}

.info img {
  width: 90px;
}

.info > div {
  width: 25%;
  /* margin: 0 20px; */
}

.info address {
  margin-top: 25px;
}

.info .title {
  margin-bottom: 20px;
}

.info .sitemap {
  margin-bottom: 40px;
}

.info .sitemap li,
.else li {
  border-bottom: 1px solid #384044;
}

.info .sitemap a,
.else a {
  display: inline-block;
  padding: 20px 10px 20px 0;
  width: 100%;
  font-size: 16px;
}

.country {
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 14px;
}

.jp-postal-code {
  margin: 14px 0 13px 0;
}

.else .active {
  color: #000;
}

.else p,
.else a {
  font-size: 16px;
}

.else p {
  margin-bottom: 16px;
}

.else p:first-of-type {
  line-height: 1.75;
}

.media-window > div {
  margin-bottom: 40px;
}

.facebook-item {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
}

.copyright {
  background: #191c23;
}

.copyright .max1200 {
  padding: 15px 0;
  width: 100%;
  color: #9ea6b7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}

/* .copyright .max1200 > :first-child {
  margin-left: 20px;
}

.copyright .max1200 > :last-child {
  margin-right: 20px;
} */

.copyright a {
  color: #9ea6b7;
}

.info a:hover:not(.active),
.copyright a:hover {
  color: #ff6e06;
}

.copyright .fontawesome {
  font-size: 22px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
