@charset "UTF-8";
/* 設定
******************************************************************************************** */
/* txt-maker */
/* btn */
/* $width-pc: 1281px; */
/* $width-smartphone: 600px; */
/* $width-scrollbar: 20px; */
/* index CONFIG
******************************************************************************************** */
.hero {
  width: 100%;
}

.block {
  padding: 60px 0;
}
.block__txt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8em;
  letter-spacing: 0.01em;
}
.block__ttl {
  text-align: center;
  color: #b50014;
  font-size: 28px;
  font-size: 1.75rem;
}
.block__ttl img {
  width: auto;
  height: 25px;
}
.block__sub {
  text-align: center;
  color: #b50014;
  font-size: 23px;
  font-size: 1.4375rem;
}
.block__sub .line {
  border-left: 2px solid #b50014;
  border-right: 2px solid #b50014;
  padding: 0 10px;
}
.block__sub .sub {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.block__third {
  text-align: center;
  color: #b50014;
  font-size: 19px;
  font-size: 1.1875rem;
}
.block__double {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block__half {
  width: 48%;
}
.block__btn {
  text-align: center;
}
.block__btn a {
  color: #b50014;
  background: #fff;
  border: 1px solid #b50014;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 30px;
  text-shadow: none;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.block__btn a i {
  margin-right: 1em;
}
.block__btn a:hover {
  transition: 0.5s ease-in-out;
  color: #fff;
  background: #b50014;
  border: 1px solid #fff;
  text-decoration: none;
}
.block__btn a:hover i {
  transition: 0.5s ease-in-out;
  transform: scale(1.5);
}
.block__btn a--arrow {
  padding: 3px 20px 3px 40px;
}
.block__btn a--arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 20px;
}

/* =================================
  ABOUT
================================= */
.about__inner {
  max-width: 800px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .about__inner {
    width: 100%;
  }
}
.about__img {
  margin-top: 60px;
  text-align: center;
}
.about__img img {
  width: 393px;
}
.about__name {
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
}
.about__title {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1.5em;
}
.about .block__txt {
  color: #433f3f;
}

/* =================================
  WORK
================================= */
.work {
  background: #fff;
}
.work__inner {
  max-width: 800px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .work__inner {
    width: 100%;
  }
}
.work .upper {
  margin-bottom: 60px;
}
.work .curtain {
  margin-bottom: 60px;
}
.work .order {
  margin-bottom: 60px;
}
.work .reform .block__half {
  width: 47%;
}
.work .reform .block__txt {
  margin: 0;
}
.work__list {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.work__list li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  width: 32%;
}
.work__title {
  display: block;
  color: #b50014;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

/* =================================
  INFORMATION
================================= */
.info__inner {
  max-width: 800px;
  margin: 0 auto;
  /*  Smartphone */
}
@media only screen and (max-width: 640px) {
  .info__inner {
    width: 100%;
  }
}
.info__list {
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.info__list::after {
  content: "";
  width: 30%;
  margin: 0 0 10px 0;
}
.info__list li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  width: 30%;
}
.info__img {
  margin-bottom: 10px;
  display: block;
}
.info__img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info__title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.info__date {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}

/* =================================
  CONTACT
================================= */
.contact {
  background: #b50014;
}
.contact__icon {
  text-align: center;
}
.contact__icon img {
  width: 31px;
}
.contact__txt {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
.contact .block__ttl {
  color: #fff;
}/*# sourceMappingURL=index.css.map */