@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 18px;
  color: #333333;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.container {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px 10px 70px;
}
.container:nth-child(even) {
  background-color: #fff0e1;
  background-image: url(img/bgMain_02.png);
  background-repeat: no-repeat;
  background-position: top;
}
.container:nth-child(odd) {
  background-image: url(img/bgMain_01.png);
  background-repeat: no-repeat;
  background-position: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.2em;
}

h2 {
  font-weight: bold;
  font-size: 1.8m;
  margin: 40px 0 40px !important;
  padding: 20px;
  border-bottom: #333333 solid 2px;
}

.h2img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -60px;
}
.h2img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.3em;
  margin: 30px 0 20px;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
  margin: 20px 0 10px;
  font-weight: bold;
}

p {
  font-size: 1em;
  letter-spacing: 0.15em;
  /* line-height: 1.5em; */
}

.attention {
  font-weight: 500;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  border-left: #ff0000 solid 4px;
  color: #ff0000;
}

ul {
  margin: 0 30px 20px;
  padding: 0;
}
ul li {
  line-height: 1.6em;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(to bottom, #f68223, #c45c08);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  letter-spacing: 0.1em;
  box-shadow: #ccc 2px 2px 2px;
}
a.button:hover {
  background-color: #ac5107;
}

i {
  margin-right: 10px;
}

.message {
  width: 100%;
  margin: 0;
  padding: 10px 20px 5px;
  background: linear-gradient(to right, #dd6809, #ff708d);
}
.message .card-subtitle {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px !important;
  text-align: center;
  color: #fff;
  letter-spacing: 0em;
}
.message .message_body {
  max-width: 600px;
  font-size: 1.2em;
}
.message .message_body p {
  padding: 0;
  margin: 0;
  color: #fff;
}

.sticky-top {
  padding-top: 0;
}

.nav {
  background-color: #fff !important;
  color: #333333;
  padding: 10px;
}
.nav a {
  margin-top: 0;
  font-size: 1.2em;
}
.nav.button {
  margin: 0;
}
.nav .container {
  background-color: #fff !important;
  padding: 10px 0 0;
  background-image: none;
}
.nav .container .brand {
  margin-bottom: 10px;
}
.nav #navbarNav ul {
  margin-bottom: 0;
}
.nav #navbarNav ul li {
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.nav #navbarNav ul li a {
  color: #333333;
  text-decoration: none;
  font-size: 0.8em;
  text-align: center;
}
.nav #navbarNav .container {
  margin: 0;
  padding: 0;
  background-color: #fff !important;
  max-width: none;
}

#mainvisual {
  background-image: none !important;
  max-width: 100%;
  margin-top: -20px;
}
#mainvisual .hero {
  background: url(./img/mainVisual.png?20250327) no-repeat center center;
  background-size: cover;
  height: 50vh;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 10vw;
  padding-top: 20px;
}
#mainvisual .hero h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 25%;
  min-width: 230px;
}
#mainvisual .hero h1 img {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.6));
}
#mainvisual .hero p {
  text-align: left;
  font-size: 1em;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
#mainvisual .context {
  margin: 20px auto;
  width: 100%;
  margin-bottom: 40px;
  max-width: 600px;
}
#mainvisual .context p {
  display: block;
  max-width: 600px;
}

#contact .microcopy {
  margin-top: 20px;
  margin-bottom: 5px;
  text-align: center;
}
#contact .microcopy::before {
  content: "＼";
  margin-right: 5px;
  font-size: 1.2em;
  color: #ff0000;
}
#contact .microcopy::after {
  content: "／";
  margin-left: 5px;
  font-size: 1.2em;
  color: #ff0000;
}
#contact .button:nth-child(1) {
  margin-top: 5px;
}

#items .items-list {
  margin: 10px;
}
#items .items-list img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px 3px 30% 30%;
  box-shadow: 2px 2px 0 rgba(255, 180, 0, 0.4);
  margin-bottom: 10px;
}

#flow h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
  margin-top: 60px;
  margin-left: 1%;
}

#access .map {
  margin-bottom: 20px;
  height: 400px;
  border-radius: 3px;
}

#company .row:nth-last-child(1) {
  padding-left: 20px;
}
#company p {
  border-left: 3px solid #333333;
}

footer {
  color: #fff;
  margin-bottom: 0;
}
footer .container {
  padding-bottom: 20px !important;
  max-width: 100% !important;
  background-color: #dd6809 !important;
  background-image: none !important;
}
footer .copy {
  border-top: 1px solid #cd8b8b;
  padding: 10px;
}
footer nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */