@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-right: 10px;
}

li {
  list-style: none;
}

/*ボタン記述ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.burger {
  --opacity: 1;
  --rotate: 0;
  --translate: 0.8rem;
  display: grid;
  place-items: center;
  width: 44px;
  height: 50px;
  aspect-ratio: 1;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  .burger {
    display: none;
  }
}
@media (max-width: 1170px) {
  .burger {
    display: none;
  }
}
@media (max-width: 830px) {
  .burger {
    display: grid;
  }
}
.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
}

.burger-line {
  display: block;
  width: 40%;
  height: 2px;
  background-color: #000;
  grid-area: 1/1/-1/-1;
  transition: opacity 0.4s ease, rotate 0.4s, translate 0.4s ease;
}
.burger-line:nth-child(1) {
  opacity: var(--opacity);
}
.burger-line:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}
.burger-line:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  transform: translatex(100%);
  padding: 1rem;
  pointer-events: none;
  background-color: rgb(255, 255, 255);
  height: 50vh;
  width: 40%;
  padding-bottom: 40px;
  transition: 0.6s;
}
.menu.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translatex(0%);
  transition: 0.6s;
}

.header-botton {
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 30px;
  border-bottom: none;
}
@media (max-width: 830px) {
  .header-botton {
    border-bottom: 1px solid #f39494;
  }
}

#header {
  background-color: rgb(253, 247, 247);
  padding: 0;
  color: #313131;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.3s;
  height: 235px;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 880px) {
  #header {
    height: 180px;
    justify-content: space-evenly;
  }
}
@media (max-width: 830px) {
  #header {
    height: 115px;
  }
}

.yoyaku-button a {
  display: flex;
  justify-content: flex-end;
}

.tonbo-rogo {
  width: 30%;
  margin-right: 13px;
}

.header-rogo {
  display: flex;
  margin: 38px 37px 0 20px;
}
@media (max-width: 830px) {
  .header-rogo {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .header-rogo {
    padding-bottom: 0;
  }
}

.header-botton a {
  font-size: 1.6rem;
  padding-right: 24px;
}

.header-flex2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button-list {
  padding-top: 85px;
}
.button-list ul {
  display: flex;
}
@media (max-width: 830px) {
  .button-list {
    display: none;
  }
}

h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 800;
  margin-top: 13px;
}
@media (max-width: 830px) {
  h1 {
    width: 143px;
    font-size: 1.6rem;
    margin-top: 0px;
  }
}

.header-h1 {
  margin-top: 20px;
}
@media (max-width: 880px) {
  .header-h1 {
    margin-top: 28px;
  }
}
@media (max-width: 620px) {
  .header-h1 {
    margin-top: 12px;
  }
}

.header-imformation {
  font-size: 1.5rem;
  margin-top: 6px;
}
@media (max-width: 880px) {
  .header-imformation {
    display: none;
  }
}

.header-price {
  padding: 22px 0 28px 0;
}

.yoyaku-button img {
  padding-top: 18px;
  width: 75%;
}
@media (max-width: 830px) {
  .yoyaku-button img {
    padding-top: 0;
  }
}
@media (max-width: 880px) {
  .yoyaku-button img {
    width: 55%;
  }
}
@media (max-width: 480px) {
  .yoyaku-button img {
    width: 60%;
  }
}
@media (max-width: 365px) {
  .yoyaku-button img {
    width: 90%;
  }
}

.top-flex {
  position: relative;
  display: flex;
  padding-bottom: 60px;
  padding-top: 55px;
}
@media (max-width: 830px) {
  .top-flex {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .top-flex {
    padding-bottom: 0;
  }
}

.top-title {
  position: absolute;
  white-space: nowrap;
  transform: translate(-160px, 10px);
  font-size: 4.5rem;
  font-weight: 400;
}
@media (max-width: 830px) {
  .top-title {
    font-size: 1.6rem;
    transform: translate(-9px, 10px);
  }
}
@media (max-width: 880px) {
  .top-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .top-title {
    font-size: 1.6rem;
  }
}

.top-br {
  width: 100%;
}

.time {
  max-width: 1170px;
  margin: 0 80px 100px 80px;
}

.time-grid1 {
  font-size: 1.7rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 139px;
  justify-items: center;
  align-items: center;
}
@media (max-width: 480px) {
  .time-grid1 {
    padding: 30px 0 20px 0;
    margin: 0 auto;
  }
}

.time-grid2 {
  font-size: 1.7rem;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 225px;
  padding-bottom: 35px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 480px) {
  .time-grid2 {
    margin: 0 auto;
  }
}

.time-title1 {
  position: relative;
  z-index: 1;
  grid-row: 1/1;
  grid-column: 1/1;
}

.time-group {
  font-size: 1.8rem;
}
@media (max-width: 830px) {
  .time-group {
    margin: 60px auto;
  }
}
@media (max-width: 480px) {
  .time-group {
    margin-bottom: 0;
  }
}

.time-text1 {
  padding-bottom: 20px;
}

.time-text1,
.time-text2 {
  line-height: 1.3;
  margin: 20px;
}

.time-bg {
  grid-column: 1/1;
  grid-row: 1/1;
}

.time-flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 75px;
}
@media (max-width: 830px) {
  .time-flex {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .time-flex {
    flex-direction: column-reverse;
  }
}

@media (max-width: 830px) {
  .x {
    margin: 0 auto;
  }
}

.x-title {
  font-size: 2rem;
  grid-column: 1/1;
  grid-row: 1/1;
}

@media (max-width: 830px) {
  .twitter-timeline {
    width: 320px;
  }
}
@media (max-width: 480px) {
  .twitter-timeline {
    margin: 0 auto;
  }
}

.onayami-h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 40px;
  display: inline-block;
}
@media (max-width: 480px) {
  .onayami-h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}

.onayami-br2 {
  display: none;
}
@media (max-width: 1170px) {
  .onayami-br2 {
    display: block;
  }
}
@media (max-width: 880px) {
  .onayami-br2 {
    font-size: 1.6rem;
  }
}

.onayami-group {
  border: 2px solid #f9eaea;
  border-radius: 33px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
}
@media (max-width: 480px) {
  .onayami-group {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.onayami-flex {
  display: flex;
  justify-content: center;
  margin: 0 20px 20px 20px;
}
@media (max-width: 480px) {
  .onayami-flex {
    flex-direction: column;
  }
}

.onayami-br {
  display: none;
}
@media (max-width: 1170px) {
  .onayami-br {
    display: block;
  }
}

.onayami-h2 {
  font-size: 3.5rem;
  color: #f39494;
  text-align: center;
  margin: 50px 20px;
}
@media (max-width: 620px) {
  .onayami-h2 {
    font-size: 2.9rem;
  }
}
@media (max-width: 830px) {
  .onayami-h2 {
    font-size: 2.2rem;
  }
}

.onayami-title {
  font-size: 1.9rem;
  text-align: center;
  padding-bottom: 18px;
}

.yazirushi-pic {
  text-align: center;
}
.yazirushi-pic a {
  display: block;
}

.onayami-flex3 {
  display: flex;
  margin: 85px 75px 165px 75px;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 880px) {
  .onayami-flex3 {
    margin: 85px 30px 85px 30px;
  }
}

@media (max-width: 830px) {
  .nurse-pic-mob {
    display: block;
  }
}
@media (max-width: 880px) {
  .nurse-pic-mob {
    display: none;
    width: 30%;
  }
}
@media (max-width: 1170px) {
  .nurse-pic-mob {
    display: none;
  }
}

@media (max-width: 830px) {
  .nurse-pic {
    display: none;
  }
}

.onayami-text1,
.onayami-text2 {
  font-size: 1.6rem;
}

.onayami-text2 a {
  padding-bottom: 30px;
}

.onayami-text4 {
  padding-bottom: 30px;
}

.onayami-grid1 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  justify-items: center;
  align-items: center;
  width: 250px;
}

.onayami-grid2 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  width: 250px;
  justify-items: center;
  align-items: center;
}

.onayami-text1 {
  grid-row: 1/1;
  grid-column: 1/1;
  position: relative;
  z-index: 1;
  color: #e8a8a8;
}

.onayami-text2 {
  grid-row: 1/1;
  grid-column: 1/1;
  position: relative;
  z-index: 1;
  color: #e8a8a8;
}

.onayami-flex2 {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 880px) {
  .onayami-flex2 {
    padding: 50px 10px 0 10px;
  }
}

.onayami-bg1,
.onayami-bg2 {
  grid-row: 1/1;
  grid-column: 1/1;
}

.onayami-text3 {
  line-height: 1.5;
  flex: 1;
}

.onayami-text5 {
  padding-bottom: 30px;
}

.onayami-text-bg1 {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
}

.text-big {
  font-weight: 600;
}

.yazirushi-pic {
  width: 8%;
  margin: 0 auto;
}
@media (max-width: 830px) {
  .yazirushi-pic {
    width: 15%;
  }
}

.onayami-purasu {
  padding: 30px 20px 0px 20px;
}

.customer-title {
  font-size: 1.7rem;
  padding-left: 90px;
  padding-bottom: 40px;
}

.customer-text {
  width: 90%;
  font-size: 1.6rem;
  line-height: 1.5;
}

.customer-name {
  margin: 10px 0 10px 0;
}

.customer-group1,
.customer-group2,
.customer-group3 {
  margin-bottom: 80px;
  border-radius: 20px 20px 20px 20px;
  /* 左上(20px)　右上(40px)　右下(60px)　左下(80px) */
  width: 90%;
  background-color: #f8e3e3;
  opacity: 0.8;
  display: flex;
  padding: 60px;
}

.customer-group1,
.customer-group3 {
  margin: 10px auto 60px auto;
}

.customer-group2 {
  margin: 20px auto 60px auto;
}

.customer-pic {
  margin-right: 30px;
  width: 65%;
}
@media (max-width: 880px) {
  .customer-pic {
    width: 100%;
  }
}
@media (max-width: 830px) {
  .customer-pic {
    display: none;
  }
}

.customer-pic-mob {
  display: none;
}
@media (max-width: 830px) {
  .customer-pic-mob {
    width: 22%;
    padding-left: 30px;
    display: block;
  }
}

.customer-pic img {
  width: 50%;
  margin-bottom: 10px;
}

.customer-name-mob {
  margin: 10px 0 10px 0;
}

.mail-pic {
  width: 13%;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 830px) {
  .mail-pic {
    width: 22%;
    margin: 0 auto;
  }
}

.mail-button {
  margin-top: 70px;
  text-align: center;
  font-size: 1.7rem;
}

.footer {
  background-color: #fdf7f7;
}

.footer-flex {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.footer-button-list ul {
  display: flex;
  margin-top: 90px;
}
@media (max-width: 830px) {
  .footer-button-list {
    display: none;
  }
}

.footer-logo {
  font-size: 2.2rem;
  margin-top: 90px;
}

small {
  text-align: center;
  display: block;
  padding: 50px 0 30px 0;
  font-size: 1.2rem;
}

@media (max-width: 830px) {
  .nurse-pic {
    display: none;
  }
}

@media (max-width: 830px) {
  .nurse-pic--mobWrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 830px) {
  .nurse-pic--mobWrapper span {
    flex: 1;
  }
}

.nurse-pic-mob {
  display: none;
}
@media (max-width: 830px) {
  .nurse-pic-mob {
    display: block;
    width: 40%;
  }
}

#header {
  transition: 0.3s;
}

.main {
  margin-top: 235px;
}
@media (max-width: 880px) {
  .main {
    margin-top: 155px;
  }
}
@media (max-width: 480px) {
  .main {
    margin-top: 135px;
  }
}

#header.small {
  height: 175px;
}
@media (max-width: 830px) {
  #header.small {
    height: 155px;
  }
}
#header.small .header-imformation {
  display: none;
}

.price-title-grid {
  display: grid;
  transform: translateY(-190px);
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  align-items: center;
  justify-items: center;
}
@media (max-width: 880px) {
  .price-title-grid {
    transform: translateY(-20px);
  }
}

.time-bg {
  grid-column: 1/1;
  grid-row: 1/1;
  font-size: 1.5rem;
  z-index: -1;
}

.price-title1 {
  grid-column: 1/1;
  grid-row: 1/1;
  z-index: -1;
  padding-right: 20px;
  font-size: 1.6rem;
}

.price-pic {
  width: 40%;
  margin-right: 15px;
}
@media (max-width: 830px) {
  .price-pic {
    width: 92%;
  }
}

.flag {
  margin: 0 auto 40px auto;
  width: 90%;
}
@media (max-width: 830px) {
  .flag {
    display: none;
  }
}

.flag-mobile {
  display: none;
}
@media (max-width: 880px) {
  .flag-mobile {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}

.price-flex {
  display: flex;
  padding-top: 70px;
  padding-left: 45px;
  padding-bottom: 45px;
}
@media (max-width: 880px) {
  .price-flex {
    padding-top: 0;
  }
}
@media (max-width: 830px) {
  .price-flex {
    flex-direction: column;
  }
}

.price-list1 {
  display: flex;
  justify-content: center;
}

table {
  width: 500px;
  max-width: 60%;
  text-align: center;
  border-collapse: collapse;
}

th,
td {
  font-size: 1.6rem;
  border: solid 1px #f39494;
  /* 線の種類 太さ 色 */
}

td {
  padding: 5px;
}

.price-text {
  margin: 10px 40px 100px 40px;
  text-align: center;
  line-height: 1.4;
}

.car-title {
  margin-left: 30px;
}

.car-fukidashi {
  width: 50%;
}
@media (max-width: 880px) {
  .car-fukidashi {
    margin: 0 auto 30px auto;
    width: 70%;
  }
}

.car-h3-text {
  font-size: 3.2rem;
  color: #f39494;
  text-align: center;
  margin: 30px 0 110px 0;
}
@media (max-width: 830px) {
  .car-h3-text {
    line-height: 1.4;
  }
}

.car-h3-text-br {
  display: none;
}
@media (max-width: 830px) {
  .car-h3-text-br {
    display: block;
  }
}

.car-text {
  font-size: 1.6rem;
  margin: 0 50px 60px 50px;
  line-height: 1.4;
}

.car-text-strong {
  font-weight: 500;
  font-size: 1.7rem;
  margin: 0 50px 100px 50px;
}

.car-flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 830px) {
  .car-flex {
    flex-direction: column;
  }
}

.explain-flag {
  width: 30%;
}

.explain-text1 {
  font-size: 1.6rem;
  margin: 0 0 50px 40px;
}

.explain-flex {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 90px;
}
@media (max-width: 620px) {
  .explain-flex {
    display: block;
  }
}

.explain-flag-group1,
.explain-flag-group2,
.explain-flag-group3 {
  background-color: #e8a8a8;
  border-radius: 20px;
  width: 200px;
  height: 120px;
}
@media (max-width: 620px) {
  .explain-flag-group1,
  .explain-flag-group2,
  .explain-flag-group3 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.explain-flag-text {
  font-size: 1.6rem;
  padding-left: 20px;
}

@media (max-width: 880px) {
  .explain-pic {
    width: 190%;
  }
}

.font1 {
  font-size: 4.5rem;
  font-weight: 600;
  padding-left: 15px;
}

.explain-text2,
.explain-text3,
.explain-text4,
.explain-text5 {
  font-size: 1.6rem;
  text-align: left;
  margin: 0 50px 0 50px;
}

.explain-text2,
.explain-text3,
.explain-text4 {
  margin-bottom: 50px;
}

.explain-text5 {
  margin: 30px 50px 100px 50px;
}
@media (max-width: 620px) {
  .explain-text5 {
    margin-bottom: 30px;
  }
}

.explain-flex2 {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 620px) {
  .explain-flex2 {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .explain-pic {
    width: 50%;
  }
}

.family-pic {
  width: 50%;
  margin: 50px auto 50px auto;
}
@media (max-width: 880px) {
  .family-pic {
    width: 70%;
    margin: 0 auto 0 auto;
  }
}

.company-main {
  margin-top: 300px;
}
@media (max-width: 880px) {
  .company-main {
    margin-top: 210px;
  }
}
@media (max-width: 830px) {
  .company-main {
    margin-top: 150px;
  }
}

.family-text {
  font-size: 3rem;
  text-align: right;
  transform: translate(-67px, -102px);
}
@media (max-width: 880px) {
  .family-text {
    font-size: 2rem;
    text-align: right;
    transform: translate(-61px, -34px);
  }
}
@media (max-width: 830px) {
  .family-text {
    font-size: 2.3rem;
    transform: translate(-120px, -12px);
  }
}
@media (max-width: 480px) {
  .family-text {
    font-size: 1.8rem;
    transform: translate(-16px, -12px);
  }
}

@media (max-width: 880px) {
  .product {
    margin-top: 50px;
  }
}

.product-flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 830px) {
  .product-flex {
    flex-direction: column;
    align-items: center;
  }
}

.product-pic1,
.product-pic2 {
  width: 20%;
  margin-right: 40px;
}
@media (max-width: 830px) {
  .product-pic1,
  .product-pic2 {
    width: 40%;
  }
}

@media (max-width: 830px) {
  .product-pic2 {
    margin-bottom: 30px;
  }
}

.product-pic3,
.product-pic6 {
  width: 30%;
}

.product-pic3 {
  width: 35%;
}

.product-pic4,
.product-pic5 {
  width: 15%;
}
@media (max-width: 880px) {
  .product-pic4,
  .product-pic5 {
    width: 25%;
  }
}

@media (max-width: 830px) {
  .product-pic5 {
    margin-right: 10px;
  }
}

.product-pic4 {
  margin-right: 100px;
}
@media (max-width: 830px) {
  .product-pic4 {
    margin-right: 0;
  }
}

.product-title {
  font-size: 1.8rem;
  padding-left: 50px;
  padding-bottom: 30px;
}

.product-title2 {
  font-size: 1.7rem;
  margin: 70px 0 30px 40px;
}

.product-h4,
.product-text {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.product-text {
  margin-top: 20px;
  width: 170px;
}
@media (max-width: 830px) {
  .product-text {
    margin-bottom: 30px;
  }
}

.product-text2 {
  margin: 40px 50px 40px 50px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.product-flex2 {
  display: flex;
  justify-content: center;
}
@media (max-width: 830px) {
  .product-flex2 {
    flex-direction: row-reverse;
  }
}

.machine-text-span {
  font-weight: 600;
  font-size: 1.8rem;
}

.product-group {
  background-color: rgb(253, 247, 247);
  margin: 30px 50px;
  padding: 20px;
}
@media (max-width: 830px) {
  .product-group {
    margin: 10px;
    padding: 10px;
  }
}

.product-strong-text {
  font-weight: 600;
}

.product-fukidashi {
  width: 30%;
}

.product-flex3 {
  display: flex;
  justify-content: flex-end;
}

.b-nurse-fukidashi {
  display: flex;
  justify-content: flex-end;
  transform: translateY(20%);
}
.b-nurse-fukidashi figure {
  padding-right: 20px;
  width: 40%;
}
@media (max-width: 880px) {
  .b-nurse-fukidashi figure {
    width: 60%;
    padding-bottom: 85px;
  }
}
@media (max-width: 830px) {
  .b-nurse-fukidashi figure {
    width: 80%;
    margin-bottom: 65px;
  }
}
@media (max-width: 480px) {
  .b-nurse-fukidashi figure {
    width: 72%;
    padding-bottom: 20px;
  }
}

.machine-flex {
  display: flex;
  padding-bottom: 115px;
}
@media (max-width: 830px) {
  .machine-flex {
    flex-direction: column;
  }
}

.machine-group1,
.machine-group2,
.machine-group3,
.machine-group4 {
  background-color: rgb(253, 247, 247);
  margin: 20px 40px 20px 40px;
  padding: 15px;
}
@media (max-width: 830px) {
  .machine-group1,
  .machine-group2,
  .machine-group3,
  .machine-group4 {
    margin: 10px;
  }
}

.machine-group2 {
  transform: translateY(120px);
}
@media (max-width: 830px) {
  .machine-group2 {
    margin-bottom: 100px;
  }
}

.machine-group4 {
  transform: translateY(120px);
}

.machine-title {
  font-size: 1.8rem;
  padding-bottom: 35px;
  font-weight: 500;
}

.machine-pic-flex {
  display: flex;
  padding-bottom: 20px;
}

.machine-pic1 {
  width: 60%;
  margin-bottom: 30px;
}

.machine-pic2 {
  width: 30%;
  padding-right: 20px;
}
@media (max-width: 620px) {
  .machine-pic2 {
    width: 50%;
  }
}

.machine-pic3 {
  padding-right: 20px;
  width: 30%;
}
@media (max-width: 620px) {
  .machine-pic3 {
    width: 50%;
  }
}

.machine-pic4 {
  width: 72%;
  padding-bottom: 28px;
}
@media (max-width: 480px) {
  .machine-pic4 {
    width: 55%;
  }
}

.machine-pic5 {
  width: 32%;
  padding-bottom: 20px;
}
@media (max-width: 620px) {
  .machine-pic5 {
    width: 40%;
  }
}

.machine-text-small {
  font-size: 1.6rem;
  padding-bottom: 30px;
  line-height: 1.6;
}

.machine-text-big {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.machine-flex1 {
  margin-bottom: 70px;
}
@media (max-width: 830px) {
  .machine-flex1 {
    margin-bottom: 0;
  }
}

.access-title-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  place-items: flex-start;
  padding: 42px 0 40px 39px;
  align-items: center;
  max-width: 270px;
}
@media (max-width: 830px) {
  .access-title-grid {
    padding: 0 0 30px 10px;
    max-width: 185px;
  }
}
@media (max-width: 480px) {
  .access-title-grid {
    width: 190px;
  }
}
@media (max-width: 365px) {
  .access-title-grid {
    width: 150px;
  }
}

.access-title {
  width: 100%;
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
  text-align: center;
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access-text {
  margin: 30px auto 30px auto;
  text-align: center;
  font-size: 1.6rem;
}

.access-text-top {
  margin-top: 70px;
}

.contact-pic {
  width: 20%;
}
@media (max-width: 620px) {
  .contact-pic {
    transform: translateX(-150px);
    padding-top: 35px;
  }
}
@media (max-width: 830px) {
  .contact-pic {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .contact-pic {
    transform: translateX(-115px);
  }
}

.contact-text {
  font-size: 2.5rem;
  background: linear-gradient(transparent 60%, #e9bbbb 30%);
  margin-left: 20px;
}
@media (max-width: 880px) {
  .contact-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 620px) {
  .contact-text {
    background: linear-gradient(transparent 80%, #e9bbbb 30%);
    margin-left: 20px;
    font-size: 1.6rem;
    padding-top: 30px;
  }
}
@media (max-width: 830px) {
  .contact-text {
    display: none;
  }
}

.contact-text-mob1 {
  display: none;
}
@media (max-width: 830px) {
  .contact-text-mob1 {
    display: block;
    background: linear-gradient(transparent 70%, #e9bbbb 30%);
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.contact-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 620px) {
  .contact-flex {
    flex-direction: column;
  }
}

.contact-title {
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

.box {
  margin: auto;
  width: 60%;
  height: 50px;
  border: 1px solid;
  margin-bottom: 30px;
}

.box-big {
  margin: auto;
  width: 60%;
  height: 400px;
  border: 1px solid;
}

.box-flex {
  display: flex;
}

.box-text {
  font-size: 1.6rem;
  padding-left: 40px;
  width: 30%;
}
@media (max-width: 480px) {
  .box-text {
    width: 37%;
    padding-left: 25px;
    font-size: 1.5rem;
  }
}

.box p {
  height: 100%;
  font-size: 1.8rem;
}
.box span {
  height: 100%;
}
.box input {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
}

.box-big textarea {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
}

.contact-button {
  margin: 0 auto;
  font-size: 1.9rem;
  margin-top: 20px;
  width: 80px;
  border-radius: 10px;
  border: none;
  background-color: #e8a8a8;
  opacity: 0.9;
  text-align: center;
}/*# sourceMappingURL=style.css.map */