@charset "utf-8";

body {
  /* まず最優先でNoto Sans JPを当て、パソコンに最初から入っているヒラギノやメイリオを保険として並べます */
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #221613;
  font-style: normal;
  font-weight: 300;
}

img {
  display: block;
  width: 100%;
  height: auto; /* 画像の縦横比を保つ */
}

/* 汎用 */
.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 18px;
  }

  .mt50 {
    margin-top: 25px;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

/* 共通 */

.maincontents {
  background-image: url("../images/background.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  margin-top: -2px;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 50px 70px;
}

.section.lead {
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  line-height: 2;
}

.section.lead > span {
  color: #ffee00;
  font-size: 30px;
}

.section_contents {
  background-image: url("../images/section_background_middle.png");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: left top;
  padding: 30px 125px;
  position: relative;
}

.section_contents_title {
  position: absolute;
  width: 56%;
  left: 22%;
  top: -265px;
}

.section_contents_img_txt {
  position: relative;
  width: 100%;
}

.section_contents_img_txt > p {
  font-size: 20px;
  text-align: center;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .maincontents {
  }

  .section {
    padding: 15px;
  }

  .section.lead {
    font-size: 16px;
  }

  .section.lead > span {
    font-size: 18px;
  }

  .section_contents {
    padding: 10px 10px;
  }

  .section_contents_title {
    position: absolute;
  }

  .section_contents_img_txt {
  }

  .section_contents_img_txt > p {
    font-size: 11px;
    line-height: 1.2;
  }
}

/* section1 個別微調整 */

.section1 .section_contents_title {
  width: 56%;
  left: 22%;
  top: -265px;
}

.section_contents_img_txt.section_contents_00103 > img {
  width: 90%;
}

.section_contents_img_txt.section_contents_00103 > p {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 25%;
}

.section_contents_img_txt.section_contents_00105 > img:nth-of-type(1) {
  width: 77%;
}
.section_contents_img_txt.section_contents_00105a > img:nth-of-type(1) {
  width: 100%;
}

.section_contents_img_txt.section_contents_00105 > p {
  position: absolute;
  width: 60%;
  top: 18%;
  left: 25%;
}

.section_contents_img_txt.section_contents_00105 > img:nth-of-type(2) {
  margin-top: -40px;
}

@media screen and (max-width: 768px) {
  .section1 .section_contents_title {
    top: -80px;
  }

  .section_contents_img_txt.section_contents_00103 > img {
  }

  .section_contents_img_txt.section_contents_00103 > p {
    width: 65%;
  }

  .section_contents_img_txt.section_contents_00105 > img:nth-of-type(1) {
    width: 77%;
  }

  .section_contents_img_txt.section_contents_00105 > p {
    width: 70%;
    top: 15%;
    letter-spacing: -0.5px;
  }

  .section_contents_img_txt.section_contents_00105 > img:nth-of-type(2) {
    margin-top: 0px;
  }
}

/* section2 個別微調整 */

.section2 .section_contents_title {
  width: 40%;
  left: 30%;
  top: -265px;
}

.section_contents_img_txt.section_contents_00203 > img {
  width: 80%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00203 > p {
  padding: 50px 0 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section2 .section_contents_title {
    top: -80px;
  }

  .section_contents_img_txt.section_contents_00203 > img {
  }

  .section_contents_img_txt.section_contents_00203 > p {
    padding: 10px 0 0;
  }
}

/* section3 個別微調整 */

.section3 .section_contents_title {
  width: 52%;
  left: 24%;
  top: -265px;
}

.section_contents_img_txt.section_contents_00303 > img {
  width: 60%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00303 > p {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section3 .section_contents_title {
    top: -80px;
  }

  .section_contents_img_txt.section_contents_00303 > img {
  }

  .section_contents_img_txt.section_contents_00303 > p {
    padding: 10px 0 25px;
    letter-spacing: -0.5px;
  }
}

/* section4 個別微調整 */

.section4 .section_contents_title {
  width: 58%;
  left: 21%;
  top: -265px;
}

@media screen and (max-width: 768px) {
  .section4 .section_contents_title {
    top: -80px;
  }
}

/* 見どころ1 */
.section_contents_img_txt.section_contents_00402 {
  padding: 50px 0 0;
}

.section_contents_img_txt.section_contents_00402 > img {
  position: absolute;
  top: -63px;
  left: 20%;
  width: 85%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00402 > p {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_contents_img_txt.section_contents_00402 {
    margin-top: 10px;
    padding: 25px 0 0;
  }

  .section_contents_img_txt.section_contents_00402 > img {
    top: -5px;
    left: 16%;
    width: 85%;
  }

  .section_contents_img_txt.section_contents_00402 > p {
    padding: 20px 0 10px;
  }
}

/* 見どころ2 */
.section_contents_img_txt.section_contents_00404 {
  padding: 50px 0 0;
  margin-top: 150px;
}

.section_contents_img_txt.section_contents_00404 > img {
  position: absolute;
  top: -63px;
  left: 20%;
  width: 85%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00404 > p {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_contents_img_txt.section_contents_00404 {
    margin-top: 30px;
    padding: 25px 0 0;
  }

  .section_contents_img_txt.section_contents_00404 > img {
    top: -5px;
    left: 16%;
    width: 85%;
  }

  .section_contents_img_txt.section_contents_00404 > p {
    padding: 12px 0 10px;
  }
}

/* 見どころ3 */
.section_contents_img_txt.section_contents_00406 {
  padding: 50px 0;
  margin-top: 50px;
}

.section_contents_img_txt.section_contents_00406 > img {
  width: 60%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00406 > p {
  padding: 50px 0 0;
  width: 100%;
  text-align: center;
}

.section_contents_00407:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .section_contents_img_txt.section_contents_00406 {
    margin-top: 30px;
    padding: 0;
  }

  .section_contents_img_txt.section_contents_00406 > img {
  }

  .section_contents_img_txt.section_contents_00406 > p {
    padding: 12px 0 10px;
  }
}

/* 見どころ4 */
.section_contents_img_txt.section_contents_00408 {
  margin-top: 50px;
}

.section_contents_img_txt.section_contents_00408 > img {
  width: 45%;
  margin: auto;
}

.section_contents_img_txt.section_contents_00408 > p {
  padding: 50px 0;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_contents_img_txt.section_contents_00408 {
    margin-top: 15px;
  }

  .section_contents_img_txt.section_contents_00408 > img {
  }

  .section_contents_img_txt.section_contents_00408 > p {
    padding: 12px 0 10px;
  }
}

/* 見どころ5 */
.section_contents_img_txt.section_contents_00410 {
  margin-top: 50px;
  padding-bottom: 150px;
}

.section_contents_img_txt.section_contents_00410 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
}

.section_contents_img_txt.section_contents_00410 > p {
  padding: 285px 0 0 540px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .section_contents_img_txt.section_contents_00410 {
    margin-top: 5px;
    padding-bottom: 35px;
  }

  .section_contents_img_txt.section_contents_00410 > img {
  }

  .section_contents_img_txt.section_contents_00410 > p {
    padding: 108px 0 0 155px;
  }
}

/* footer */
footer {
  /* background-color: #002e46; */
}

.footer_container1 {
  background-color: #002e46;
}

.footer_inner1 {
  position: relative;
  max-width: 1520px;
  height: 170px;
  margin: 0 auto;
}

.footer_inner1 > a:nth-of-type(1) {
  display: block;
  width: 245px;
  position: absolute;
  top: 30px;
  left: 1%;
}

.footer_inner1 > a:nth-of-type(2) {
  display: block;
  width: 64px;
  position: absolute;
  top: 50px;
  right: 110px;
}

.footer_inner1 > a:nth-of-type(3) {
  display: block;
  width: 45px;
  position: absolute;
  top: 50px;
  right: 1%;
}

.footer_container2 {
  background-color: #021e2c;
}

.footer_inner2 {
  max-width: 1520px;
  height: 90px;
  margin: 0 auto;
  font-size: 13px;
  letter-spacing: 1.5px;
  color: #ffffff;
  padding: 36px 0;
}

@media screen and (max-width: 768px) {
  .footer_inner1 {
    height: 120px;
  }

  .footer_inner1 > a:nth-of-type(1) {
    width: 150px;
    top: 30px;
    left: 5%;
  }

  .footer_inner1 > a:nth-of-type(2) {
    width: 50px;
    top: 35px;
    right: 75px;
  }

  .footer_inner1 > a:nth-of-type(3) {
    width: 36px;
    top: 35px;
    right: 5%;
  }

  .footer_inner2 {
    height: 40px;
    font-size: 8px;
    letter-spacing: 0.3px;
    padding: 16px 10px;
  }
}
