@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {
  display: block;
}
.pc {
  display: none !important;
}

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

img {
  vertical-align: bottom;
}

.br {
  display: inline-block;
}

.top-title {
  width: 100%;
  position: relative;
  background-image: url("../images/top-bg.jpg");
  background-size: cover;
  background-position: bottom center;
}

.top-bg {
  width: 100%;
  height: 700px;
}

.gest-frame {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.re {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

.center-logo {
  width: 500px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.name-flex {
  position: absolute;
  display: flex;
  width: 70%;
  max-width: 800px;
  justify-content: space-between;
  margin-left: 15%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
  .gest-frame .center-logo {
    order: 1;
    margin: 30px auto 0;
  }
  .gest-frame img {
    margin-bottom: 0;
    margin-top: auto;
  }
  .name-flex {
    bottom: 0;
  }
  .re {
    flex-wrap: wrap-reverse;
  }
}

.name-box {
  background-color: #333333;
  color: white;
  width: 145px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 8px 13px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.name-box span {
  font-size: 14px;
  font-weight: 500;
}

.name-big {
  font-size: 22px !important;
}

.link-area {
  width: 100%;
  background-color: #fff7c8;
  color: #2d2b29;
}

.link-coment {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 45px;
  margin-top: 20px;
}

.link-bg-top {
  height: 350px;
  width: 100%;
  background-image: url("../images/link-bg2.jpg");
  background-size: cover;
  background-position: center;
}

.link-coment .bf {
  font-size: 30px;
}

.link-flex {
  max-width: 1180px;
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 700;
}

.link-box img {
  width: 90%;
}

.link-box:hover {
  opacity: 0.5;
  color: #2d2b29;
}

.list-area {
  background-color: hsla(0, 0%, 100%, 0.6);
  padding-bottom: 50px;
}

.list-title {
  padding-top: 70px;
  width: 90%;
}

table {
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  width: 90%;
  margin: 35px auto 0;
  max-width: 1100px;
}

th {
  width: 20%;
  background: rgba(229, 0, 18, 0.1);
  font-weight: 700;
}

td {
  width: 30%;
  background-color: white;
}

th,
td {
  padding: 15px;
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  vertical-align: middle;
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}

.footer-logo {
  padding: 35px 0;
}

@media screen and (max-width: 600px) {
  .gest-frame img {
    width: 180px;
  }
  .gest-frame .center-logo {
    width: 95%;
  }

  .gest-frame {
    width: 100%;
  }
  .name-flex {
    margin-bottom: 0;
  }
  .name-box {
    width: auto;
    font-size: 18px;
    line-height: 1.4;
  }
}

.youtube-link {
  max-width: 1180px;
  margin: 0 auto;
  width: 90%;
}

.youtube-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 60px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.movie-frame {
  width: 250px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 45px;
}

.town {
  font-size: 14px;
  padding: 5px;
  display: inline-block;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: white;
  font-weight: 600;
}

.title {
  font-weight: 600;
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline-block;
  background-color: white;
}

.comment {
  padding: 0 10px 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
}

.title-box {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.name-font {
  font-size: 12px;
}

@media screen and (max-width: 1320px) {
  .youtube-link {
    max-width: 870px;
  }
}
@media screen and (max-width: 980px) {
  .youtube-flex {
    max-width: 570px;
    margin: 35px auto;
  }
}
@media screen and (max-width: 630px) {
  .youtube-flex {
    max-width: 250px;
  }
}

.grand .text {
  font-size: 22px;
  font-weight: 800;
  margin-top: 18px;
}

.grand .text02 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 37px;
}

.grand .text02 span {
  display: inline-block;
}

.grand .red {
  font-size: 18px;
  font-weight: 800;
  color: #b21219;
  line-height: 1.2;
}

.grand-box {
  background-color: white;
  padding: 30px;
  box-sizing: border-box;
  width: 90%;
  max-width: 1080px;
  display: flex;
  margin: 20px auto 0;
}

.movie-box .youtube-box {
}

.movie-box .youtube-box .iframe-wrapper iframe {
  border-radius: 0;
}

.movie-box {
  display: flex;
  gap: 33px;
}

.right-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
}

.right-title span {
  width: 60px;
  height: 60px;
  background-color: #ffb100;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.right-text {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}

.grand-comment {
  background-color: white;
  width: 90%;
  max-width: 1080px;
  display: flex;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
  gap: 27px;
}

.red-title {
  background-color: #fc1414;
  color: white;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  padding-left: 15px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.grand .text03 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 45px;
}

@media screen and (max-width: 1190px) {
  .movie-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 990px) {
  .grand-comment {
    flex-direction: column;
  }
  .grand-comment img {
    width: 100%;
    max-width: 453px;
  }
}
@media screen and (max-width: 485px) {
  .right-title {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .grand-box {
    padding: 15px;
  }
  .grand-comment {
    padding: 15px;
  }
  .right-text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 400px) {
  .name-flex {
    width: 100%;
    margin-left: 0;
  }
}

.to-form {
  padding: 0 10px 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
}

.to-form-btn {
  color: #fff;
  display: inline-block;
  background: #ffb100;
  border-radius: 5px;
  padding: 0.3em 2em;
  transition: 0.3s ease-in-out;
}

.to-form-btn:hover {
  color: #222;
  transition: 0.3s ease-in-out;
}
.grand .text02_02 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  color: #b21219;
}