@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  overflow: hidden;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.btn-box-pc {
  text-align: center;
}

.btn-box-pc .btn {
  background-color: black;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 20px;
  padding: 20px 0;
}

.header {
  position: relative;
}

.header .top-slider {
  list-style: none;
}

.header .top-slider li {
  height: clamp(500px, 75vh, 800px);
}

.header .top-slider li:focus {
  outline: none;
}

.header .top-slider li img {
  width: 100vw;
  height: clamp(500px, 75vh, 800px);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: auto;
}

.header h1 {
  color: white;
  font-size: clamp(20px, 10vw, 90px);
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100vw;
}

.header p {
  text-align: right;
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.header p img {
  width: clamp(100px, 10%, 200px);
  height: auto;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  width: 100%;
  height: 72px;
}

.nav-li {
  width: 100%;
  text-align: center;
}

.nav-a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  height: 72px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-a:hover {
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6) inset;
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6) inset;
}

.sec01 {
  background-color: #ffebd1;
  padding-top: 40px;
}

.sec01 h2 {
  font-size: 30px;
  margin: 0 20%;
}

.sec01 p {
  font-size: 20px;
  margin: 20px 20%;
  letter-spacing: 3px;
}

.sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15%;
  padding: 20px 0;
}

.sec01 ul h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.sec01 ul li {
  width: 300px;
  height: 300px;
  padding: 30px;
  margin: 10px;
  border: 1px solid black;
  border-radius: 50%;
  text-align: center;
}

.sec01 ul li p {
  border-top: 2px solid black;
  padding-top: 20px;
  margin: 0;
  font-size: 14px;
  letter-spacing: normal;
}

.sec02 {
  background-image: url("../images/sec02-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 20px 0 40px;
}

.sec02 h2 {
  text-align: center;
  margin: 0 15%;
  border-bottom: 2px solid black;
  padding: 30px 0;
  font-size: 25px;
}

.sec02 h2 span {
  font-size: 20px;
  font-weight: lighter;
  display: inline-block;
  padding-left: 30px;
}

.sec02 .sec02-contents-list {
  margin: 0 15% 50px;
  list-style: none;
}

.sec02 .sec02-contents-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 10px;
}

.sec02 .sec02-contents-list li h4 {
  color: #fff;
  background-color: black;
  width: 10%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 30px;
  font-size: 20px;
}

.sec02 .sec02-contents-list li p {
  font-size: 18px;
  width: 90%;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.sec02 .slide-row {
  list-style: none;
}

.sec02 .slide-row li {
  width: 400px;
  height: 400px;
}

.sec02 .slide-row li:focus {
  outline: none;
}

.sec02 .slide-row li img {
  width: 400px;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin: auto;
}

.sec03 h2 {
  text-align: center;
  margin: 0 15%;
  border-bottom: 2px solid black;
  padding: 60px 0 30px;
  font-size: 25px;
}

.sec03 p {
  margin: 30px 15%;
  font-size: 20px;
}

.sec04 {
  padding-bottom: 200px;
}

.sec04 h2 {
  text-align: center;
  margin: 0 15%;
  border-bottom: 2px solid black;
  padding: 30px 0;
  font-size: 25px;
}

.sec04 ul {
  list-style: none;
  margin: 0 15%;
  font-size: 20px;
}

.sec04 ul li {
  margin: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec04 ul li span {
  display: block;
  width: 30%;
}

.sec05 {
  background-image: url("../images/sec05-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 17%;
}

.sec05 ul {
  list-style: none;
  font-size: 20px;
  width: 60%;
}

.sec05 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}

.sec05 ul li .js-list-title {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 50px;
}

.sec05 ul li .js-list-title span {
  display: block;
}

.sec05 .google-map-pc {
  margin: auto;
  padding: 50px 0;
  text-align: center;
}

.google-map {
  display: none;
}

.btn-box {
  display: none;
}

.footer {
  background-color: black;
  padding: 25px 0;
}

.footer p {
  font-size: 14px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 720px) {
  .google-map-pc {
    display: none;
  }
  .btn-box-pc {
    display: none;
  }
  .btn-box {
    display: block;
    text-align: center;
    background-color: black;
  }
  .btn-box .btn {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    font-size: 20px;
  }
  .header h1 {
    font-size: 25px;
    text-align: center;
    width: 100vw;
    opacity: 1;
  }
  .nav ul {
    font-size: 12px;
  }
  .sec01 h2 {
    margin: 0 10px;
    font-size: 20px;
  }
  .sec01 p {
    margin: 10px;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .sec01 ul {
    margin: 0 10px;
  }
  .sec02 .sec02-contents-list {
    margin: 0 10px 30px;
  }
  .sec02 .sec02-contents-list li {
    display: block;
  }
  .sec02 .sec02-contents-list li h4 {
    width: 100%;
  }
  .sec02 .sec02-contents-list li p {
    margin: 0;
    width: 100%;
    font-size: 15px;
  }
  .sec02 .slide-row li {
    width: 150px;
    height: 150px;
  }
  .sec02 .slide-row li img {
    width: 150px;
    height: 150px;
  }
  .sec03 h2 {
    padding: 30px 0 15px;
  }
  .sec03 p {
    margin: 20px;
    font-size: 16px;
  }
  .sec04 {
    padding-bottom: 30px;
  }
  .sec04 h2 {
    padding: 30px 0 15px;
  }
  .sec04 ul {
    margin: 0 10px;
    font-size: 14px;
  }
  .sec04 ul li {
    margin: 20px 0;
  }
  .sec04 ul li span {
    display: inline-block;
    width: 30%;
  }
  .sec05 {
    display: block;
    padding: 50px 10px;
  }
  .sec05 ul {
    font-size: 14px;
    width: 100%;
  }
  .sec05 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
  }
  .sec05 ul li .js-list-title {
    width: 30%;
    margin-right: 15px;
  }
  .sec05 .google-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 15px;
    display: block;
  }
  .sec05 .google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .footer p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */