@charset "UTF-8";
#main {
  background-color: #fdfdfd;
  padding-bottom: 20px;
}

#pageHead.photoHead {
  margin-top: 80px;
}
#pageHead.photoHead .hero_pc_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
}
#pageHead.photoHead .hero_photo {
  position: absolute;
  top: 1%;
  z-index: 1;
  max-width: 240px;
  display: none;
}
@media only screen and (min-width: 1200px) {
  #pageHead.photoHead .hero_photo {
    display: block;
  }
}
#pageHead.photoHead .hero_photo.left {
  left: 3%;
}
#pageHead.photoHead .hero_photo.right {
  right: 3%;
}
#pageHead.photoHead .hero_sp {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  #pageHead.photoHead .hero_sp {
    display: none;
  }
}

.hero_pc {
  margin: 0;
  height: 60vh;
  background: #87ceeb; /* 空（水色） */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .hero_pc {
    min-height: 720px;
    display: block;
  }
}
.hero_pc .ground {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30vh; /* 大地の高さ */
  background: #6fd58c; /* 緑の大地 */
  border-top-left-radius: 90% 200px; /* 左右を丸める */
  border-top-right-radius: 90% 200px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .hero_pc .ground {
    display: block;
  }
}

/*=============================================
=            FIXEDBTN            =
=============================================*/
.fixedBtnWrapper {
  position: fixed;
  top: auto;
  z-index: 10;
  width: 80%;
  max-width: 250px;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 13;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .fixedBtnWrapper {
    left: auto;
    bottom: 20px;
    right: 20px;
    width: 160px;
    transform: translateX(0);
  }
}
@media only screen and (min-width: 1200px) {
  .fixedBtnWrapper {
    width: 220px;
  }
}
.fixedBtnWrapper a {
  display: block;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.fixedBtnWrapper a:hover {
  transform: scale(1.05);
}
@media only screen and (min-width: 768px) {
  .fixedBtnWrapper picture {
    filter: drop-shadow(0px 0px 20px rgba(51, 51, 51, 0.15));
  }
}

/*=====  End of FIXEDBTN  ======*/
/*=============================================
=            NOTICE            =
=============================================*/
#notice {
  padding-top: 50px;
  padding-bottom: 50px;
}
#notice .noticeWrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  position: relative;
  border: 2px solid #ccc;
  font-size: 1.2rem;
}
#notice .noticeWrapper .inner {
  background-color: #fdfdfd;
  padding: 10px;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #notice .noticeWrapper .inner {
    padding: 20px;
  }
}
#notice .noticeWrapper .inner h6 {
  font-size: 1.2rem;
  font-weight: bold;
}
#notice .noticeWrapper .inner .dscBox {
  margin-bottom: 30px;
}
#notice .noticeWrapper .inner ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#notice .noticeWrapper .inner ul > li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.2em;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
#notice .noticeWrapper .inner ul > li .dots {
  color: #55c0dc;
  font-size: 0.8em;
}

/*=====  End of NOTICE  ======*/
/*=============================================
=            FOOTER            =
=============================================*/
footer.site-footer {
  color: #333;
  background-color: #fdfdfd;
}
footer.site-footer #pageTop {
  background-color: #f5b94d;
}
footer.site-footer .sponsorWrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  footer.site-footer .sponsorWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  footer.site-footer .sponsorBox {
    display: flex;
    align-items: center;
  }
}
footer.site-footer .sponsorBox a {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .sponsorBox a {
    width: 160px;
  }
}
footer.site-footer .sponsorBox .title {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  footer.site-footer .sponsorBox .title {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  footer.site-footer .infoBox {
    display: flex;
    align-items: center;
  }
}
footer.site-footer .infoBox .title {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  footer.site-footer .infoBox .title {
    margin-right: 30px;
  }
}
footer.site-footer .infoBox .dscWrapper {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  footer.site-footer .infoBox .dscWrapper {
    font-size: 1.6rem;
    line-height: 4rem;
    margin-top: 0;
  }
}
footer.site-footer .infoBox .dscWrapper a {
  word-break: break-all;
  text-decoration: none;
}
footer.site-footer .infoBox .dscWrapper small {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

/*=====  End of FOOTER  ======*/
/*=============================================
=            btnArea            =
=============================================*/
#btnArea,
#btnArea02 {
  margin: 0;
  position: relative;
  padding: 40px 0 20px;
  z-index: 2;
  overflow: hidden;
}
#btnArea .btnArea_left,
#btnArea .btnArea_right,
#btnArea02 .btnArea_left,
#btnArea02 .btnArea_right {
  position: absolute;
  top: 30%;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  #btnArea .btnArea_left,
  #btnArea .btnArea_right,
  #btnArea02 .btnArea_left,
  #btnArea02 .btnArea_right {
    top: 0;
  }
}
#btnArea .btnArea_left,
#btnArea02 .btnArea_left {
  left: -20%;
}
@media only screen and (min-width: 992px) {
  #btnArea .btnArea_left,
  #btnArea02 .btnArea_left {
    left: 0;
  }
}
#btnArea .btnArea_right,
#btnArea02 .btnArea_right {
  right: -20%;
}
@media only screen and (min-width: 992px) {
  #btnArea .btnArea_right,
  #btnArea02 .btnArea_right {
    right: 0;
  }
}
#btnArea .photoBtnWrapper,
#btnArea02 .photoBtnWrapper {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
#btnArea .photoBtnWrapper .photoBtn,
#btnArea02 .photoBtnWrapper .photoBtn {
  display: block;
  text-align: center;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
#btnArea .photoBtnWrapper .photoBtn:hover,
#btnArea02 .photoBtnWrapper .photoBtn:hover {
  opacity: 0.8;
}
#btnArea .photoBtnWrapper small,
#btnArea02 .photoBtnWrapper small {
  font-size: 1.4rem;
  font-weight: 900;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  #btnArea .photoBtnWrapper small,
  #btnArea02 .photoBtnWrapper small {
    font-size: 2rem;
  }
}

.modallink {
  transition: 0.3s;
}
.modallink img {
  cursor: pointer;
}
.modallink:hover {
  opacity: 0.7;
}

.modal-dialog {
  max-width: 94%;
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}

.modal-header {
  justify-content: flex-end;
  color: #fff;
  border: none;
  position: relative;
  z-index: 2;
}
.modal-header button {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}

.modal-content {
  position: relative;
  z-index: 1;
  background-color: #92c7f8;
  position: relative;
  border-radius: 20px;
}

.modal-body {
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.modal-body p {
  font-weight: bold;
  margin: 40px 0;
  line-height: 2.2;
}
.modal-body .msub {
  margin: 10px 0;
}
.modal-body .mbutton {
  width: 480px;
  color: #fff;
  background-color: #6295c3;
  padding: 14px 40px;
  font-weight: bold;
  transition: 0.5s; /*0.5秒で変化*/
  border-radius: 40px;
}
.modal-body .mbutton:hover {
  background: #013e7b;
  color: #fff;
  transition: 0.5s; /*0.5秒で変化*/
}

.modal_back_left,
.modal_back_right {
  position: absolute;
  top: 0;
  z-index: 1;
}

.modal_back_left {
  left: 0;
}

.modal_back_right {
  right: 0;
}

#btnArea02 {
  background-image: repeating-linear-gradient(90deg, #ea651d, #ea651d 40px, #f96718 40px, #f96718 80px);
}
#btnArea02 h2 {
  color: #f7f6ed;
  margin-bottom: 40px;
}
#btnArea02 .container {
  position: relative;
  z-index: 4;
}

/*=====  End of btnArea  ======*/
/*=============================================
=            culture            =
=============================================*/
#pageHead.culHead {
  position: relative;
  z-index: 1;
  background-color: #fdfdfd;
  padding: 0 0 1em;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead {
    margin-top: 80px;
  }
}
#pageHead.culHead > .hero_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead > .hero_pc {
    display: block;
  }
}
#pageHead.culHead .main_btn {
  width: 140px;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 4;
}
#pageHead.culHead .main_btn a {
  opacity: 1;
  transition: 0.4s;
}
#pageHead.culHead .main_btn a:hover {
  opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead .main_btn {
    right: 0;
    left: auto;
  }
}
@media only screen and (min-width: 992px) {
  #pageHead.culHead .main_btn {
    width: 200px;
    bottom: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  #pageHead.culHead .main_btn {
    margin: auto;
    bottom: -20px;
    right: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  #pageHead.culHead .main_btn {
    right: 15%;
  }
}
#pageHead.culHead .main_back_l,
#pageHead.culHead .main_back_r {
  position: absolute;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead .main_back_l,
  #pageHead.culHead .main_back_r {
    display: block;
  }
}
#pageHead.culHead .main_back_l {
  bottom: 0;
  left: 0;
}
#pageHead.culHead .main_back_r {
  top: 0;
  right: 0;
}
#pageHead.culHead .headTitleWrapper {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: none;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead .headTitleWrapper {
    display: block;
  }
}
#pageHead.culHead .hero_sp {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #pageHead.culHead .hero_sp {
    display: none;
  }
}
#pageHead.culHead .dots {
  content: "";
  position: absolute;
  left: 0;
  z-index: 3;
  max-width: 100%;
  width: 100%;
}
#pageHead.culHead .dots img {
  width: 90%;
  max-width: 800px;
}
#pageHead.culHead .dots.bottom {
  bottom: 0;
}
#pageHead.culHead .dots.bottom .hero_text {
  background-color: #fc9b9e;
  bottom: -6%;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=custom.css.map */