@charset "UTF-8";
.mainWrap {
  background: url(../img/index/header.jpg) center center no-repeat;
  background-size: cover;
  height: 42vw;
}
.mainWrap .inner {
  height: 100%;
}
.mainWrap .mainText {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../img/index/text_main.png) center left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.findWrap {
  background-color: #f4f4f4;
}
.findWrap .box {
  width: 100%;
}
.findWrap .search .title {
  background-color: #787f18;
  color: #fff;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.findWrap .search .title:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #787f18 transparent transparent transparent;
}
.findWrap .search input {
  width: calc(100% - 50px);
  height: 3em;
  border: 1px solid #cecece;
  border-radius: 8px;
  padding: 5px 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.findWrap .search button {
  background: #ce573c url(../img/search_ico.png) center center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  border: none;
  width: 44px;
  height: 44px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
.findWrap .search button span {
  display: none;
}
.findWrap .findList {
  border: 8px solid #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: top center no-repeat;
  background-size: 100%;
}
.findWrap .findList p {
  text-align: center;
  color: #787f18;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 8px 0;
}
.findWrap .findList:nth-child(2) {
  background-image: url(../img/index/findScene.jpg);
}
.findWrap .findList:nth-child(3) {
  background-image: url(../img/index/findEvent.jpg);
}

.aboutWrap {
  margin: 20px 0;
}
.aboutWrap .inner {
  align-items: center;
}
.aboutWrap .textBox {
  width: 100%;
}
.aboutWrap .textBox .title {
  color: #787f18;
  font-size: 6vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  border-left: 3px solid #787f18;
  padding-left: 10px;
  margin-bottom: 15px;
}
.aboutWrap .imgBox {
  width: 100%;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .mainWrap {
    padding: 5px;
  }
}
/*---------- モバイル縦長 ----------*/
@media screen and (max-width: 812px) and (orientation: portrait) {
  .findWrap .findList {
    margin-top: 10px;
    height: 70vw;
  }

  .aboutWrap .imgBox {
    margin-top: 10px;
  }
}
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .mainWrap {
    padding: 15px 0;
  }

  .findWrap .search {
    margin-bottom: 10px;
  }
  .findWrap .findList {
    width: 49.5%;
    height: 35vw;
  }
  .findWrap .findList p {
    font-size: 3vw;
  }

  .aboutWrap .inner {
    align-items: flex-end;
  }
  .aboutWrap .textBox {
    width: 53%;
  }
  .aboutWrap .textBox .title {
    font-size: 2rem;
  }
  .aboutWrap .imgBox {
    width: 45%;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .mainWrap {
    height: 500px;
  }
  .mainWrap .mainText {
    width: 431px;
  }

  .findWrap .box {
    width: 32%;
  }
  .findWrap .search .title {
    padding: 25px;
    margin-bottom: 30px;
  }
  .findWrap .search input {
    width: 100%;
  }
  .findWrap .search button {
    width: 95px;
    height: 95px;
    display: block;
    margin: 15px auto 0;
  }
  .findWrap .findList {
    transition-duration: .3s;
  }
  .findWrap .findList:hover {
    background-size: 110%;
  }

  .aboutWrap .textBox {
    width: 41%;
  }
  .aboutWrap .textBox .title {
    font-size: 2.8rem;
  }
  .aboutWrap .imgBox {
    width: 54%;
  }

  .contactWrap {
    height: 715px;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=index.css.map */
