@charset "UTF-8";

.second-list ul {
  justify-content: space-between;
  max-width: 760px;
  margin: 0 auto;
}

.second-list ul li {
  margin: 0 !important;
}

.second-list ul li:nth-child(1) {
  width: 45%;
  margin-block: -2% 50px !important;
}

.second-list ul li:nth-child(2) {
  width: 45%;
}

.second-list ul li:nth-child(3) {
  width: 51%;
  margin-left: -4% !important;
}

.second-list ul li:nth-child(4) {
  width: 49%;
  margin-top: 0;
}

.second-list-img {
  margin-bottom: 10px;
}

.place-list ul li:nth-child(4) {
  border-right: 1px dashed #D1C7B8;
}

.place-list.present-list ul li {
  border: none;
}

.banner-title h2 {
  padding-bottom: 15px;
}

.banner-title p {
  color: #3B517D;
  font-size: 24px;
}

.banner-cont img {
  margin-bottom: 30px;
  display: block;
}

.campaign-title {
  max-width: 900px;
  margin: 60px auto 40px;
}

.btn-wrap {
  max-width: 620px;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}

.btn-wrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.camp-images {
  position: relative;
}

.camp-images.border {
  border: 2px solid;
  max-width: 980px;
  margin: 5em auto;
}

div#camp01.border {
  border-color: #56a343;
}

.camp-images .camp-btns {
  max-width: 758px;
  width: 77%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5em 4em;
  margin: 1em auto 5em;
  padding: 0 !important;
}

.camp-images .camp-btns a {
  border-radius: 3em;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  display: block;
}

div#camp01 .camp-btns a {
  background-color: #56a343;
}

.camp-images .camp-btns p {
  margin: 1em 1em;
  text-align: justify;
  word-break: break-all;
}

.campaign a {
  transition: all .7s;
}

.campaign a:hover {
  opacity: .8;
}

.img_980 img {
  max-width: 980px !important;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.campaign a img {
  max-width: 100% !important;
}

@media screen and (max-width: 980px) {
  .camp-images .camp-btns {
    /* max-width: 65vw; */
    bottom: 5vw;
  }
}

@media screen and (max-width: 834px) {
  .second-list ul li:nth-child(1) {
    width: 47%;
    margin-block: -2.5% 20px !important;
  }

  .second-list ul li:nth-child(2) {
    width: 47%;
  }

  .second-list ul li:nth-child(3) {
    width: 49%;
    margin-left: -1% !important;
  }

  .second-list ul li:nth-child(4) {
    width: 50.5%;
    margin-top: -1.25% !important;
  }

  .place-list ul li:nth-child(4) {
    border: none;
  }

  .banner-title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .campaign-title {
    max-width: 400px;
    margin: 40px auto 30px;
    width: calc(100% - 20px);
  }

  .btn-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 50px;
  }

  .btn-wrap ul {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  .btn-wrap ul li {
    margin-bottom: 20px;
  }

  .camp-images .camp-btns {
    max-width: 78%;
    width: 100%;
    display: block;
  }

  .camp-btns li {
    margin-bottom: 2em;
    display: block;
  }

  .camp-btns a:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 499px) {}

header.logo-only {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  padding: 0px 0 0 0;
}

header.logo-only .mv-logo {
  position: relative;
  transform: translate(0);
  left: 0;
  margin: 0 auto;
  top: 0;
  padding: 1.4em 0;
  max-width: 175px;
}

.comfortable-cont-bottom-txt p span {
  color: #3F517A;
}

#second {
  background: #fff;
}

#section2 {
  padding: 130px 0;
}

.second-txt {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  #section2 {
    padding: 100px 0;
  }

  .second-txt {
    max-width: 500px;
  }

  .second-txt img {
    width: 100%;
    display: block;
  }
}
