@charset "UTF-8";
.banner {
  margin: 16px;
}

a.instagram {
  display: inline-block;
  z-index: 1000;
  border-radius: 16px;
  background-color: #fff;
  padding: 8px 16px;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.instagram:hover {
  background-color: #EA609E;
  cursor: pointer;
}
a.instagram:hover svg path, a.instagram:hover svg ellipse {
  fill: #00A0E9;
}
a.instagram span {
  display: inline-block;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
a.instagram svg {
  height: 32px;
  width: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
a.instagram svg path, a.instagram svg ellipse {
  fill: #EA609E;
}

.order {
  margin-top: 32px;
  padding: 16px 8px;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.order h2 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
}
.order .brand__img {
  margin-top: 1em;
}
.order .brand__img img {
  width: 100%;
  max-width: 300px;
}
.order .phone {
  font-size: 2.5em;
  font-weight: bold;
  color: #EA609E;
}
.order .phone::before {
  text-transform: lowercase;
  margin-right: 0.2em;
  content: "phone_in_talk";
  font-family: "Material Icons";
  font-size: 1.4em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.order .manager {
  font-size: 1.2em;
  font-weight: bold;
}
.order .catch {
  margin-top: 1em;
}

#top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100vh;
  background: url("../images/img_bg.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#top .blk_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto 0;
}
#top .blk_logo {
  overflow: hidden;
}
#top .logo img {
  width: 100%;
  max-width: 400px;
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}
#top #logo_top-page {
  text-align: center;
  opacity: 0;
  -webkit-animation: hogeanime 0.9s 3.8s ease forwards;
  animation: hogeanime 0.9s 3.8s ease forwards;
}
@media screen and (min-width: 769px) {
  #top #logo_top-page {
    margin: 48px;
    text-align: left;
  }
}
@-webkit-keyframes hogeanime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hogeanime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
#top ul#top_text {
  margin: 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  #top ul#top_text {
    margin: 32px;
  }
}
#top ul#top_text li {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px;
  font-size: 6.6666666667vw;
  font-weight: bold;
  color: #333;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #top ul#top_text li {
    font-size: 2.7777777778vw;
  }
}
#top ul#top_text li em {
  display: block;
  font-style: normal;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#top ul#top_text li.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#top ul#top_text li.active em {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.top-page-umemaru {
  opacity: 0;
  -webkit-animation: umemaruanime 0.9s 3.8s ease forwards;
  animation: umemaruanime 0.9s 3.8s ease forwards;
  position: absolute;
  width: 120px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .top-page-umemaru {
    top: 32px;
    right: 32px;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.top-page-umemaru svg {
  width: 100%;
}
.top-page-umemaru p {
  font-size: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}

@-webkit-keyframes umemaruanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes umemaruanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gmap {
  width: 100%;
  height: 0;
  padding-top: 400px; /*比率をお好みで*/
}
@media screen and (min-width: 769px) {
  .gmap {
    padding-top: 56.25%; /*比率をお好みで*/
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company a {
  color: #00A0E9;
}
#company .contents__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #00A0E9;
}
#company .contents__map-header {
  padding: 0 0 24px;
  text-align: center;
}
#company .contents__map-header .title {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.5em;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  color: #b6e8ff;
  z-index: 0;
}
#company .contents__map-header .title::before {
  text-transform: lowercase;
  margin-right: 0.2em;
  content: "map";
  font-family: "Material Icons";
  font-size: 1.4em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
#company .contents__map-header .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 70px solid #007db6;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 120%;
  z-index: -10;
}
@media screen and (min-width: 769px) {
  #company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #company .contents__info,
  #company .contents__map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#company .gmap_wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 12px;
}

.company_info--header {
  padding: 60px 0;
  margin-bottom: 60px;
  position: relative;
  background-color: #e7f5fc;
  text-align: center;
}
.company_info--header .title {
  font-size: 2em;
  text-transform: capitalize;
}
.company_info--header .logo {
  position: absolute;
  bottom: calc(-92px / 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company_info--header .logo img {
  width: 92px;
}
.company_info--body .wrapper > dl {
  padding: 18px 12px;
}
.company_info--body .wrapper > dl:nth-child(even) {
  background: #f0f0f0;
}
.company_info--body .wrapper > dl > dt {
  display: inline-block;
  margin-bottom: 8px;
  border-bottom: 2px solid #000;
}
.company_info--body .wrapper > dl > dd {
  padding-left: 6px;
}
@media screen and (min-width: 769px) {
  .company_info--body .wrapper > dl {
    display: table;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.2em 0.5em;
  }
  .company_info--body .wrapper > dl > dt {
    margin-bottom: 0;
    border-bottom: none;
    display: table-cell;
    vertical-align: middle;
  }
  .company_info--body .wrapper > dl > dd {
    border-left: 2px solid #000;
    padding: 8px 0 8px 14px;
  }
  .company_info--body .wrapper > dl dt {
    width: 140px;
    font-weight: normal;
  }
  .company_info--body .wrapper > dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.company_info--body ul.address li:not(:last-child) {
  margin-bottom: 0.6em;
}
.company_info--body ul.address dl {
  display: block;
}
.company_info--body ul.address dt {
  margin-bottom: 2px;
  width: 100%;
}
.company_info--body ul.address dt::before {
  margin-right: 0.2em;
  content: "room";
  font-family: "Material Icons";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.company_info--body ul.address dd {
  margin-left: 1em;
}

#equipments {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: gold url("../images/bg_equipment_24.png") no-repeat left center;
  background-size: contain;
}
#equipments .section-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 16px 8px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 8px solid #EA609E;
}
#equipments .section-header {
  margin-bottom: 3em;
  text-align: center;
  position: relative;
}
#equipments .section-header::after {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #f75fa6;
  position: absolute;
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#equipments .section-header .title {
  font-size: 1.8em;
}
@media screen and (min-width: 769px) {
  #equipments .section-wrapper {
    padding: 32px;
  }
}
#equipments table {
  width: 100%;
  border-collapse: collapse;
}
#equipments table thead tr {
  border-bottom: 3px solid orange;
}
#equipments table tbody tr:not(:last-child) {
  border-bottom: 1px solid orange;
}
#equipments table tbody tr:hover {
  background-color: rgba(255, 0, 0, 0.2);
}
#equipments table th, #equipments table td {
  padding: 1em;
  text-align: center;
}
#equipments table .url {
  color: dodgerblue;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
#equipments table .url:hover {
  color: hotpink;
}
#equipments table .url::after {
  margin-left: 0.2em;
  content: "download";
  font-family: "Material Icons";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

#works {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f75fa6 url("../images/bg_works.png") no-repeat left bottom;
}
#works .section-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 16px 8px;
  background-color: rgba(255, 255, 255, 0.85);
  border: 8px solid #00A0E9;
}
#works .section-header {
  margin-bottom: 3em;
  text-align: center;
  position: relative;
}
#works .section-header::after {
  content: "";
  width: 64px;
  height: 3px;
  background-color: #00A0E9;
  position: absolute;
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#works .section-header .title {
  font-size: 1.8em;
}
#works .section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#works .section-body .work-list-year {
  position: relative;
  margin-bottom: 3rem;
  color: #00A0E9;
  text-align: center;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#works .section-body .work-list-year::after {
  content: "\e5d4";
  font-family: "Material Icons";
  font-style: normal;
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#works .section-body .section-body-content {
  margin-bottom: 32px;
}
#works .section-body .work-list li {
  line-height: 1.6;
}
#works .section-body .work-list li:before {
  content: "\e838";
  font-family: "Material Icons";
  margin-right: 0.5em;
  font-size: 0.6em;
}
@media screen and (min-width: 769px) {
  #works .section-wrapper {
    padding: 32px;
  }
  #works .section-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  #contact {
    background: #f75fa6 url("../images/bg_contact.png") no-repeat left bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #contact .wrapper {
    width: 50%;
  }
}
#contact .form {
  position: relative;
  padding: 5px;
  width: 100%;
  max-width: 620px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 769px) {
  #contact .form {
    padding: 40px;
    border-radius: 12px;
  }
}
#contact .form-header {
  padding: 24px 0;
  margin: 36px 18px;
  color: #fff;
  background: #333;
}
@media screen and (min-width: 769px) {
  #contact .form-header {
    padding: 22px 0;
    margin-bottom: 22px;
    margin: 0 0 22px 0;
  }
}
#contact .form-header .title, #contact .form-header .subtitle {
  text-align: center;
}
#contact .form-header .title {
  font-size: 1.6em;
}
#contact .form span.form-error {
  color: red;
}
#contact form > div:not(.btn-area) {
  margin-bottom: 1em;
}
#contact form > div:not(.btn-area) label {
  display: inline-block;
  margin-bottom: 0.4em;
  color: #444;
}
#contact input, #contact textarea {
  width: 100%;
  border: 1px solid #999;
  border-radius: 5px;
  padding: 0.9em;
}
#contact .btn-area {
  text-align: center;
  margin-bottom: 24px;
}
#contact .btn-area .button {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background: #333;
  padding: 0.6em 1.5em 0.6em 2em;
  border-radius: 1.6em;
  font-size: 1.2em;
  letter-spacing: 0.3em;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contact .btn-area .button:hover {
  color: #fff;
  background: #f75fa6;
}
#contact #send::after {
  margin-left: 0.2em;
  content: "send";
  font-family: "Material Icons";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
#contact #btnConfirmClose::after {
  margin-left: 0.2em;
  content: "cancel";
  font-family: "Material Icons";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
#contact #formConfirm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background-color: tomato;
  background-color: wheat;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  #contact #formConfirm {
    border-radius: 12px;
  }
}
#contact #formConfirm.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 100;
}
#contact #formConfirm-header {
  margin: 30px 0;
}
#contact #formConfirm-header .title {
  font-size: 2em;
}
#contact #formConfirm-header .subtitle {
  font-size: 1em;
}
#contact #formConfirm-body p {
  padding-bottom: 0.6em;
  line-height: 1.6;
}
#contact #formConfirm-body p em {
  padding: 0 0.4em;
  letter-spacing: 0.1em;
  background-color: #efca86;
}
#contact #formConfirm-body .contact {
  margin-bottom: 24px;
  text-align: center;
}
#contact #formConfirm-body .contact ul {
  display: inline-block;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid #000;
  border-radius: 12px;
}
#contact #formConfirm-body .contact ul li {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#contact #formConfirm-body .contact ul li:first-child {
  margin-bottom: 0.4em;
}
#umemaru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
#umemaru::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 50vw solid #00A0E9;
  border-right: 100vw solid transparent;
  z-index: -1;
}
#umemaru .header {
  margin-top: 80px;
  margin: 4em 0 2em;
  padding: 16px;
  width: 100%;
  background: rgba(80, 200, 255, 0.5);
}
#umemaru .header h2 {
  font-size: 1.1em;
  font-style: oblique;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #umemaru .header h2 {
    font-size: 5.2631578947vw;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  }
}
#umemaru .umemaru__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
#umemaru .umemaru__body .fig_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  #umemaru .umemaru__body .fig_wrapper {
    margin: 0 auto 32px;
    max-width: 720px;
  }
}
#umemaru .umemaru__body .fig_wrapper figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px;
}
#umemaru .umemaru__body .fig_wrapper figure.brand__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#umemaru .umemaru__body .fig_wrapper figure img {
  display: block;
  margin: auto;
}
#umemaru .umemaru__body .fig_wrapper figure figcaption {
  font-size: 0.8em;
  text-align: center;
}
#umemaru .umemaru__body .btn {
  padding-top: 1px;
}
#umemaru .umemaru__body .btn a {
  padding: 8px 12px;
  border-radius: 1em;
  color: #fff;
  background: #00A0E9;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#umemaru .umemaru__body .btn a:hover {
  background: #EA609E;
}
#umemaru .footer {
  width: 100%;
  background: #fff;
  text-align: center;
}
#umemaru .footer .brand__img {
  margin: 0 auto 32px;
  max-width: 520px;
}
#umemaru .footer .brand__img img {
  width: 100%;
}
#umemaru .footer .brand__text {
  padding: 16px;
  color: #fff;
  background: #00A0E9;
}
#umemaru .footer .catch {
  margin-bottom: 0.8em;
}
#umemaru .footer .phone {
  font-size: 1.4em;
}
#umemaru .footer .phone::before {
  text-transform: lowercase;
  margin-right: 0.2em;
  content: "phone_in_talk";
  font-family: "Material Icons";
  font-size: 1.4em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

section {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  main {
    overflow: auto;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
    height: 100vh;
  }
  section {
    height: 100vh;
    scroll-snap-align: start;
  }
}