@charset "utf-8";
/*---- CSS Reset ----*/
h1, h2, h3 {
  color: #8e1111;
}
h1 {
  font-style: italic;
}
h2 {
  font-weight: 600;
  font-size: 1.5em;
}
p {
  color: #000000
}
.form-control {
  border: 1px solid #8e1111;
}
/*====================== HEADER ======================*/
.logo {
  height: 6rem; /* Fixed height */
  aspect-ratio: 240.03 / 104.75; /* Width / Height from SVG viewBox attribute */
  background-image: url('/interface/2025_style/Graphics/EaT_logo_2025.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
/*====================== CONTACT ======================*/
#contact_thanks {
  display: none;
}
#debug_output {
  display: none;
}
/*This ID is set by hCaptcha
*/
#msg_fail {
  display: none;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: transparent;
  text-decoration: underline;
}
a:active, a:hover {
  outline-width: 0;
  -webkit-tap-highlight-color: transparent;
}
b, strong {
  font-weight: bolder;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, select, textarea {
  font: inherit;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input[type=text] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  outline: none;
}
dd, div, dl, dt, li, p, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body, html {
  width: 100%;
  height: 100%;
  font-size: 12px;
  margin: 0;
  background-color: #f1f1f1;
}
body {
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
.clearfix {
  clear: both;
  height: 100px;
}
/*---- Header ----*/
header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
  position: fixed;
  background-color: #f1f1f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  z-index: 2;
}
header .header-inner {
  width: 1100px;
  height: 104px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.logo {
  background-image: url('./Graphics/EaT_logo_2025.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 25px;
}
header .navbar {
  margin-left: auto;
}
header .header-inner ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-inner ul li {
  margin: 20px;
  position: relative;
  cursor: pointer
}
header .header-inner ul li.active-item, header .header-inner ul li:hover {
  color: #8e1111;
  font-weight: bold
}
header .header-inner ul li.active-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #8e1111;
  position: absolute;
  bottom: -5px;
  left: 0
}
.company-name {
  width: 1100px;
  margin: 0 auto;
}
.company-name h1 {
  margin: 40px 0 10px 0;
  font-size: 2.2em;
  font-family: Arial, Helvetica, sans-serif;
}
.company-name h2 {
  margin: 0;
}
/*---- Common Style ----*/
.divider {
  width: 1200px;
  height: 1px;
  border-bottom: 2px dashed #ccc;
  margin: 25px auto 0;
}
section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  box-sizing: border-box;
  width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}
section .section-content {
  flex: 1;
}
section .section-content h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: 'Yu Gothic';
}
section .section-content p {
  font-size: 16px;
  margin-bottom: 10px;
}
section .section-content a {
  color: #8e1111;
  text-decoration: underline;
}
section figure img {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  width: 400px;
}
section figcaption {
  font-size: 0;
}
/*---- Company Info Section ----*/
section#company-info h3 {
  text-align: center
}
section#company-info ul {
  width: 86%;
  margin: 0 auto
}
section#company-info ul li {
  padding: 10px;
  font-size: 18px;
}
/*---- Contact Section ----*/
section#contact {
  display: block;
  width: 800px;
  margin: 0 auto;
}
section#contact h3 {
  text-align: center;
  display: block;
  width: 100%;
  font-family: 'Yu Gothic';
  font-weight: bold;
  font-size: 2.6rem;
}
.contact-inner {
  width: auto;
  margin: 20px auto;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
}
#contact_thanks {
  width: 50%;
  background: radial-gradient(circle at -6% 50%, transparent 10%, #fff 4%) left, radial-gradient(circle at 106% 50%, transparent 10%, #fff 3.2%) right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  padding: 70px 30px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
}
#contact_thanks p {
  color: #8e1111;
  font-size: 18px;
  margin-bottom: 25px;
}
#contact_thanks p {
  font-weight: bold;
}
#contact_section {
  background: radial-gradient(circle at -6% 50%, transparent 10%, #fff 4%) left, radial-gradient(circle at 106% 50%, transparent 10%, #fff 3.2%) right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
  padding: 30px;
}
#contact_container {
  width: 100%;
  margin-top: 15px;
}
#contact_section p.tip {
  font-size: 15px;
  text-indent: 40px;
}
#contact_section .form_section {
  width: 100%;
  margin: 0 0 20px 40px;
  display: flex;
  align-items: flex-start;
}
#contact_section .form_section label {
  margin-right: 15px;
  width: 80px
}
#contact_section input, #contact_section textarea {
  border: 1px solid #45433e;
  height: 40px;
  font-size: 15px;
  width: 70%;
  padding: 0 10px;
  box-sizing: border-box
}
#contact_section textarea {
  height: 120px;
  padding: 10px
}
#contact_section .message-tip {
  font-size: 13px;
  margin-left: 135px;
  margin-top: -20px
}
#contact_section .captcha {
  margin-left: 135px;
  margin-top: 20px
}
#contact_section #contact_submit {
  width: 220px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #45433e;
  color: #45433e;
  background-color: #fff;
  margin-left: 135px;
  background: #fff url(./Graphics/icon_arrow_right.svg) no-repeat right 16px center;
  cursor: pointer;
}
/*---- Footer ----*/
footer {
  text-align: center;
  font-size: 15px;
  padding: 30px 0
}
/*---- Responsive Style ----*/
@media (max-width:1100px) {
  html {
    font-size: calc(100vw / 7.5)
  }
  header {
    border-bottom: 0;
    box-shadow: none;
    position: relative;
    margin-bottom: 0;
  }
  header .header-inner {
    width: 100%;
    height: 2.15rem;
    align-items: flex-end;
  }
  .navbar {
    display: none
  }
  .logo {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    height: 1.5rem;
  }
  .clearfix {
    display: none;
  }
  .company-name {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .company-name h1 {
    font-size: 0.6rem;
    margin: 0.3rem 0 0.15rem 0
  }
  .company-name h2 {
    font-size: 0.5rem;
    margin: 0
  }
  section {
    flex-direction: column;
    width: 80%;
    margin: 0.2rem auto;
    padding: 0;
    box-sizing: border-box
  }
  section .section-content {
    width: 100%
  }
  section .section-content h3, section#contact h3 {
    font-size: 0.38rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    font-family: 'Yu Gothic'
  }
  section .section-content p {
    font-size: 0.3rem;
    margin-bottom: 10px;
  }
  section figure {
    width: 100%;
    margin: 0
  }
  section figure img {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    width: 100%
  }
  .divider {
    width: 95%;
  }
  section#company-info {
    flex-direction: column-reverse
  }
  section#company-info ul {
    width: 100%
  }
  section#company-info ul li {
    font-size: 0.3rem;
    padding: 0.2rem 0
  }
  section#contact {
    width: 80%;
  }
  .contact-inner {
    width: 100%;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    background: none;
    margin: 0.2rem auto 0.1rem;
    overflow: hidden
  }
  #contact_thanks {
    width: 100%;
    border-bottom: 2px dashed #eee;
    border-right: 0; /*display:flex;flex-direction:column;align-items:center;justify-content:center;*/ background: radial-gradient(circle at -1% 50%, transparent 10%, #fff 4%) left, radial-gradient(circle at 101% 50%, transparent 10%, #fff 3.2%) right;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    padding: 0.7rem 0.3rem;
    box-sizing: border-box;
  }
  #contact_thanks p {
    font-size: 0.32rem;
    margin-bottom: 0.25rem
  }
  #contact_section p.tip {
    text-indent: 0;
    font-size: 0.24rem;
  }
  #contact_section .form_section {
    margin-left: 0;
  }
  #contact_section .form_section label {
    font-size: 0.3rem
  }
  #contact_section .captcha {
    margin: 0;
    padding: 0
  }
  #contact_section .message-tip {
    margin-left: 1.2rem;
    font-size: 0.22rem;
    width: 65%;
  }
  .h-captcha {
    width: 90%;
    margin: 0.35rem auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #contact_section {
    background: #fff;
    padding: 0.3rem
  }
  #contact_section .form_section label {
    font-size: 0.22rem;
    width: 0.9rem;
    text-align: right;
  }
  #contact_section input, #contact_section textarea {}
  #contact_section #contact_submit {
    width: 4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #45433e;
    color: #45433e;
    background-color: #fff;
    margin: 0 auto 0.5rem auto;
    background: #fff url(./Graphics/icon_arrow_right.svg) no-repeat right 0.16rem center;
    font-size: 0.3rem;
    display: block
  }
}