@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: "kozuka-mincho-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}

img {
  width: 100%;
  display: block;
}

p {
  font-size: 18px;
  line-height: 200%;
}

.block {
  width: 1200px;
  max-width: 90%;
  margin: 100px auto;
}

h2 {
  color: #a4712f;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

h3 {
  line-height: 150%;
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
header .logo img {
  height: 60px;
  width: auto;
}
header .lang {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
header .lang a {
  text-align: center;
  display: block;
  background: white;
  padding: 0px 10px;
  border-radius: 9999px;
  text-decoration: none;
  color: black;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
header .lang .btn {
  cursor: pointer;
}
header .lang .hover {
  display: none;
}
header .lang .btn:active + .hover {
  display: block;
}

.section1 .block {
  width: 1000px;
}
.section1 h1 {
  font-size: 32px;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
.section1 .h1_sub {
  font-size: 20px;
  margin-bottom: 20px;
}

.section2 {
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}
.section2 .block {
  max-width: 100%;
  width: 1500px;
  padding: 100px 0 200px 0;
  background-image: url("../../src/bg.webp");
  background-size: cover;
  margin-bottom: 0;
}
.section2 h2 {
  margin-bottom: 40px;
}
.section2 .block2_flex {
  display: flex;
}
.section2 .left {
  width: 700px;
  margin-left: auto;
  max-width: 90%;
}
.section2 .right {
  width: 500px;
  max-width: 100%;
}
.section2 .left {
  display: flex;
  align-items: center;
  padding: 20px 5%;
}
.section2 .int {
  font-size: 50px;
  color: #a4712f;
  border-right: solid 1px #a4712f;
  padding-right: 20px;
  margin-right: 20px;
}
.section2 .block2_flex:nth-child(odd) {
  flex-direction: row-reverse;
  background: #103304;
  color: white;
}
.section2 .block2_flex:nth-child(odd) .int {
  color: white;
  border-right: solid 1px white;
}
.section2 .block2_flex:nth-child(odd) .left {
  margin-left: 0;
  margin-right: auto;
}
.section2 h3 {
  font-size: 24px;
  font-weight: 800;
}

.section3 {
  background-image: url("../../src/bg2.webp");
  background-size: cover;
  padding: 80px 0 80px 0;
}
.section3 .block {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.section3 h2 {
  color: white;
  font-size: 36px;
}
.section3 .block3 {
  width: 600px;
  padding: 150px 5% 0 5%;
  max-width: 90%;
}
.section3 .left h3 {
  text-align: left;
  font-size: 24px;
  color: white;
  font-weight: 700;
  margin-bottom: 20px;
}
.section3 .left p {
  color: white;
}

.section3_5 {
  background: #faf5e8;
  padding: 100px 0 200px 0;
}
.section3_5 .block {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  width: 1100px;
  position: relative;
  align-items: flex-start;
}
.section3_5 .block .left {
  width: 55%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.section3_5 .block .left .img {
  width: calc(50% - 20px);
}
.section3_5 .block .right {
  width: 45%;
}
.section3_5 .circle {
  position: absolute;
  width: 250px;
  bottom: -320px;
  left: -5%;
  z-index: 1;
}

.section4 {
  overflow: hidden;
}
.section4 .block {
  position: relative;
}
.section4 .circle {
  position: absolute;
  width: 170px;
  top: 50%;
  right: -15%;
  z-index: -1;
}
.section4 .block4_flex {
  display: flex;
}
.section4 h3 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}
.section4 .title {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.section4 .date {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #d9d9d9;
  font-weight: 800;
}
.section4 .block4_flex {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.section4 .left {
  width: 350px;
}
.section4 .left img {
  margin-top: -60px;
  margin-bottom: 100px;
}
.section4 .right {
  width: calc(100% - 350px);
  padding-left: 80px;
  position: relative;
  padding-top: 10px;
}
.section4 .right .title2 {
  font-size: 18px;
  font-weight: 800;
}
.section4 .right p {
  margin-bottom: 30px;
}
.section4 .right::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background: #d9d9d9;
  top: 20px;
  left: 30px;
}
.section4 .right::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #d9d9d9;
  top: 20px;
  left: 39px;
}
.section4 .block4_flex:first-child .right::before,
.section4 .block4_flex:nth-child(10) .right::before {
  content: none;
}
.section4 .block4_flex:first-child .right::after {
  content: none;
}
.section4 .block4_flex:nth-child(8) .right {
  padding-bottom: 80px;
}
.section4 .block4_flex:nth-child(15) .right {
  padding-bottom: 40px;
}
.section4 .block4_flex:nth-child(2) .left img,
.section4 .block4_flex:nth-child(7) .left img,
.section4 .block4_flex:nth-child(11) .left img {
  margin-top: 0;
  margin-bottom: 0px;
}
.section4 .block4_flex:nth-child(2) .right::after {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  position: absolute;
  background: #d9d9d9;
  top: 0px;
}
.section4 .block4_flex:nth-child(14) .left img {
  margin-top: -30px;
  margin-bottom: 0px;
}

.section5 {
  overflow-x: hidden;
  margin-top: -200px;
}
.section5 .block {
  width: 1000px;
  padding-top: 120px;
}
.section5 .block5_flex {
  display: flex;
  position: relative;
}
.section5 .block5_flex .left {
  margin-right: -20px;
}
.section5 .block5_flex .left img {
  box-shadow: 10px 10px 0 rgba(164, 113, 47, 0.6745098039);
}
.section5 .block5_flex .right {
  margin-top: 18%;
  margin-left: -20px;
}
.section5 .block5_flex .right img {
  box-shadow: 10px 10px 0 rgba(240, 193, 132, 0.3254901961);
}
.section5 .circle {
  position: absolute;
  width: 200px;
  top: -130px;
  left: -70px;
  z-index: -1;
}

.section6 {
  background: #faf5e8;
  padding: 20px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
.section6 .block {
  width: 1000px;
}
.section6 h2 {
  color: black;
  margin-bottom: 20px;
}
.section6 h3 {
  text-align: center;
  color: black;
  font-size: 18px;
  margin-bottom: 40px;
}
.section6 .block6_flex {
  display: flex;
  margin-bottom: 100px;
  background: white;
  padding: 50px 5%;
  gap: 20px;
}
.section6 .block6_flex .left {
  display: flex;
  gap: 20px;
  width: calc(50% - 20px);
}
.section6 .block6_flex .left .img {
  width: calc(50% - 20px);
}
.section6 .block6_flex p {
  line-height: 150%;
  font-size: 14px;
}
.section6 .block6_flex .right {
  width: calc(50% - 20px);
}
.section6 .block6_flex .right ul {
  font-size: 24px;
  padding-left: 80px;
  font-weight: 800;
}
.section6 .block6_flex .right ul li {
  list-style: "体験1 : ";
}
.section6 .block6_flex .right table {
  margin: 20px 0;
}
.section6 .block6_flex .right table th {
  width: 100px;
}
.section6 .block6_flex .right table th span {
  display: block;
  background: #103304;
  width: 90px;
  color: white;
  font-weight: 800;
  border-radius: 9999px;
  font-size: 12px;
  padding: 3px 0;
}
.section6 .block6_flex .right table th,
.section6 .block6_flex .right table td {
  padding-bottom: 10px;
}
.section6 .block6_flex .right table td {
  font-size: 14px;
}
.section6 .block6_flex.block6_flex2 .right ul li {
  list-style: "体験2 : ";
}

.hands-on h3 {
  font-size: 20px;
  font-weight: 600;
}
.hands-on .hands-on_flex {
  display: flex;
  gap: 30px;
  margin-bottom: 100px;
  justify-content: center;
}
.hands-on .hands-on_flex .card {
  width: calc(25% - 30px);
  background: white;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
  border-top: solid 7px #103304;
}
.hands-on .hands-on_flex .card h4 {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 600;
  color: #103304;
}
.hands-on .hands-on_flex .card p {
  width: 90%;
  margin: 20px auto 50px auto;
  font-size: 14px;
  line-height: 130%;
}

.triangle {
  background: #faf5e8;
}

.spot {
  background-image: url("../../src/spot/bg.webp");
  background-size: 100%;
  background-repeat: repeat-y;
}
.spot .block {
  width: 800px;
  margin: 0 auto;
}
.spot h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  padding-top: 50px;
  font-size: 32px;
}
.spot h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: #a4712f;
  font-weight: 800;
  font-size: 24px;
  padding-top: 10px;
  margin-bottom: 50px;
}
.spot h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
}
.spot h4 span {
  font-weight: 400;
  font-size: 18px;
  padding-left: 15px;
}
.spot .spot_flex {
  display: flex;
  margin-bottom: 70px;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  gap: 5%;
}
.spot .spot_flex .img {
  width: 40%;
}
.spot .spot_flex .text {
  width: 55%;
}
.spot .spot_flex .text p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 150%;
}

.spot1 {
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
}
.spot1 .bg1 {
  position: absolute;
  width: 25%;
  left: 0%;
  bottom: 5%;
}
.spot1 .bg2 {
  position: absolute;
  width: 25%;
  right: -5%;
  bottom: 10%;
}
.spot1 .spot_flex:nth-child(4) {
  flex-direction: row-reverse;
}

.spot2 {
  padding-bottom: 50px;
}
.spot2 h3 {
  color: black;
  padding-bottom: 5px;
  border-bottom: solid 3px #a4712f;
  display: inline-block;
  margin-bottom: 0px;
}
.spot2 h4 {
  color: #103304;
}
.spot2 p {
  margin: 20px 0;
}
.spot2 p.sub {
  font-size: 18px;
}
.spot2 .spot_flex {
  margin-bottom: 20px;
  margin-top: 50px;
}
.spot2 .spot_box p {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 150%;
}
.spot2 .spot_box .btn {
  margin-bottom: 150px;
}
.spot2 .spot_box:nth-child(5) p {
  margin-bottom: 150px;
}
.spot2 th,
.spot2 td {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.spot2 table {
  margin: 20px 0;
}
.spot2 th {
  color: 103304;
  text-align: left;
  font-weight: 800;
  color: #103304;
  padding-right: 10px;
}

.section7 {
  background: #103304;
  color: white;
  margin-top: 0;
  padding: 10px 0 10px 0px;
  overflow-x: hidden;
  /*
      .train {
          padding-left: 72px;
          li {
              list-style: "電車で：";
          }
      }

      .car {
          padding-left: 55px;
          li {
              list-style: "車で：";
          }
      }
  */
}
.section7 h2 {
  color: white;
  margin-bottom: 40px;
}
.section7 .block {
  width: 1000px;
  position: relative;
  margin-bottom: 10px;
}
.section7 .block .access {
  position: absolute;
  z-index: 1;
  width: 70%;
  top: -110px;
  left: -10%;
}
.section7 .block7_flex {
  display: flex;
}
.section7 .block7_flex .left {
  width: 50%;
}
.section7 .block7_flex .right {
  width: 50%;
  font-size: 18px;
  padding-bottom: 50px;
}
.section7 .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}
.section7 .map iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 90%;
  height: 80%;
}
.section7 p {
  margin-top: 10px;
}
.section7 p:first-child {
  margin-top: 0;
}

.section8 {
  background: #f3fae8;
  text-align: center;
}
.section8 .map {
  background: #009245;
  display: inline-block;
  margin-bottom: 20px;
  color: white;
  padding: 5px 20px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 800;
}
.section8 .map::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 4px;
  width: 270px;
  background: #009245;
  z-index: -1;
}
.section8 h2 {
  color: black;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 50px;
  font-size: 30px;
}
.section8 .block {
  width: 800px;
  margin: 0 auto;
  padding: 150px 0;
}
.section8 .map1 {
  margin-bottom: 70px;
}

/*
.section6_5 {
    .block {
        width: 1500px;
        max-width: 100%;
        margin: 0 auto;
        height: 200px;
        background-image: url("../../src/bg3.webp");
        background-position: bottom;
        background-size: cover;
    }
}*/
footer {
  background: #103304;
  padding: 50px;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer .block {
  margin-top: 0;
  margin-bottom: 0;
}
footer .block8_flex {
  display: flex;
  gap: 20px;
}
footer .company {
  font-size: 24px;
  margin-bottom: 30px;
}
footer .left {
  width: calc(60% - 20px);
}
footer .right {
  font-size: 14px;
  width: calc(40% - 20px);
}
footer .address1 {
  font-size: 10px;
}
footer .address2 {
  font-size: 14px;
}
footer .sns {
  display: flex;
  gap: 50px;
  margin-top: 10px;
}
footer .sns img {
  width: 50px;
}
footer .copyright {
  font-size: 8px;
  text-align: center;
  margin-top: 30px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.btn a {
  display: block;
  width: 400px;
  margin: 30px auto;
  max-width: 90%;
}

.btn_flex {
  display: flex;
  margin: 30px 0;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.btn_flex .btn_box {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1200px) and (min-width: 701px) {
  .section2 .right {
    width: 300px;
  }
  .section2 .right img {
    width: 300px;
    height: 100%;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .hands-on .hands-on_flex {
    flex-wrap: wrap;
  }
  .hands-on .hands-on_flex .card {
    width: calc(50% - 30px);
  }
  .hands-on .hands-on_flex .card .pc {
    display: none !important;
  }
  .hands-on .hands-on_flex .card .sp {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  p {
    font-size: 14px;
    line-height: 200%;
  }
  h2 {
    font-size: 20px;
  }
  .block {
    margin: 50px auto;
  }
  header .lang a {
    font-size: 10px;
  }
  header .banner {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section1 h1 {
    font-size: 20px;
  }
  .section1 .h1_sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .section2 .block2_flex:nth-child(odd) .int {
    border-right: none;
    border-bottom: solid 1px white;
  }
  .section2 {
    overflow-x: hidden;
  }
  .section2 h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .section2 .block2_flex {
    flex-direction: column;
  }
  .section2 .left {
    flex-direction: column;
    width: 80%;
    padding: 40px 10%;
    margin: 0 auto;
    max-width: 80%;
  }
  .section2 .block {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .section2 .block .right img {
    width: 80%;
    margin: 0 auto;
  }
  .section2 .int {
    font-size: 30px;
    border-right: 0;
    border-bottom: solid 1px #a4712f;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .section2 h2 {
    margin-bottom: 0px;
  }
  .section2 .right {
    margin: 0 auto;
  }
  .section2 .block2_flex:nth-child(odd) {
    flex-direction: column;
    background: transparent;
  }
  .section2 .block2_flex:nth-child(odd) .left {
    margin: 0 auto;
    background: #103304;
  }
  .section3 {
    background-position: left 40% center;
  }
  .section3 h2 {
    font-size: 28px;
  }
  .section3 .block3 {
    padding: 100px 5% 0 5%;
  }
  .section3 .left h3 {
    font-size: 18px;
  }
  .section3_5 {
    padding: 70px 0 150px 0;
  }
  .section3_5 .block {
    flex-direction: column-reverse;
  }
  .section3_5 .block .right {
    width: 100%;
  }
  .section3_5 .block .left {
    width: 100%;
    flex-direction: column;
  }
  .section3_5 .block .left .img {
    width: 100%;
  }
  .section3_5 .block .left .img:nth-child(3),
  .section3_5 .block .left .img:nth-child(4) {
    display: none;
  }
  .section3_5 .circle {
    width: 200px;
    bottom: -250px;
  }
  .section4 {
    position: relative;
    z-index: 2;
  }
  .section4 .left {
    width: 350px;
    display: none;
  }
  .section4 .right {
    width: 100%;
  }
  .section4 .circle {
    width: 100px;
  }
  .section4 .block {
    margin: 150px auto 100px auto;
  }
  .section4 .date {
    font-size: 20px;
  }
  .section4 .title {
    font-size: 14px;
  }
  .section4 h3 {
    font-size: 14px;
  }
  .section4 .right {
    padding-left: 40px;
    padding-top: 15px;
  }
  .section4 .right img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
  }
  .section4 .right p {
    margin-bottom: 10px;
  }
  .section4 .right::before {
    left: 0px;
  }
  .section4 .right::after {
    left: 9px;
  }
  .section4 .right .title2 {
    font-size: 14px;
  }
  .section5 .block5_flex .left img {
    box-shadow: 7px 7px 0 rgba(164, 113, 47, 0.6745098039);
  }
  .section5 .block5_flex .right img {
    box-shadow: 7px 7px 0 rgba(240, 193, 132, 0.3254901961);
  }
  .section5 .block {
    width: 100%;
    max-width: calc(100% - 7px);
    margin-left: 0;
  }
  .section5 .circle {
    width: 80px;
    top: -40px;
    left: 10px;
  }
  .section6 h2 {
    background: white;
    margin-bottom: 0;
    padding: 70px 0 0px 0;
  }
  .section6 h3 {
    font-size: 14px;
    background: white;
    padding: 20px 5%;
    margin-bottom: 0;
  }
  .section6 .block6_flex {
    flex-direction: column;
  }
  .section6 .block6_flex .left {
    width: 100%;
    flex-direction: column;
  }
  .section6 .block6_flex .left .img {
    width: 100%;
  }
  .section6 .block6_flex .right {
    width: 100%;
  }
  .section6 .block6_flex .right ul {
    font-size: 18px;
  }
  .hands-on h3 {
    background: transparent;
    font-size: 20px;
  }
  .hands-on .hands-on_flex .card {
    width: 100%;
  }
  .spot .spot_flex {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .spot .spot_flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .spot .spot_flex .text {
    width: 100%;
  }
  .spot h2 {
    font-size: 24px;
  }
  .spot h3 {
    font-size: 20px;
  }
  .spot .block {
    max-width: 75%;
  }
  .spot h4 span {
    font-size: 14px;
    padding-left: 5px;
  }
  .spot1 {
    padding-bottom: 30%;
  }
  .spot1 .spot_flex:nth-child(4) {
    flex-direction: column-reverse;
  }
  .spot1 .bg2 {
    position: absolute;
    width: 25%;
    right: -5%;
    bottom: 8%;
  }
  .spot2 h3 {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .spot2 h4 {
    font-size: 18px;
  }
  .spot2 p.sub {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .spot2 th,
  .spot2 td {
    font-size: 14px;
  }
  .spot2 th {
    width: 70px;
    padding-right: 0;
  }
  .spot2 table {
    margin-bottom: 0;
  }
  .spot2 .spot_box p {
    margin-bottom: 0px;
  }
  .spot2 .spot_box .btn {
    margin-bottom: 100px;
  }
  .spot2 .spot_box:nth-child(5) p {
    margin-bottom: 100px;
  }
  .section7 .block .access {
    top: -80px;
    left: -5%;
  }
  .section7 h2 {
    margin-top: 70px;
  }
  .section7 .block7_flex {
    flex-direction: column;
  }
  .section7 .block7_flex .left {
    width: 100%;
  }
  .section7 .block7_flex .right {
    font-size: 14px;
  }
  .section7 .block7_flex .right {
    width: 100%;
  }
  .section7 .map iframe {
    width: 100%;
  }
  .section8 .block {
    padding: 70px 0;
  }
  .section8 .map::before {
    width: 200px;
  }
  .section8 h2 {
    font-size: 20px;
  }
  footer .company {
    font-size: 14px;
  }
  footer .block8_flex {
    flex-direction: column;
  }
  footer .block8_flex .left {
    width: 100%;
  }
  footer .block8_flex .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  footer .block8_flex .sns {
    justify-content: center;
    margin-top: 20px;
  }
  footer .block8_flex .sns img {
    width: 70px;
  }
  .btn_flex .btn_box {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 300px) {
  header .logo img {
    height: auto;
    width: 70%;
  }
  footer .block8_flex .sns {
    flex-direction: column;
    justify-content: center;
  }
  footer .block8_flex .sns img {
    margin: 0 auto;
  }
}/*# sourceMappingURL=index.css.map */