@charset "UTF-8";
header {
  margin: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  width: 240px;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header ul li {
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

header ul li:first-child {
  padding-right: 39px;
}

header ul li:first-child::after {
  content: "";
  background: url(../img/line.png) no-repeat;
  display: block;
  width: 9px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}

@media (max-width: 767px) {
  header {
    margin: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header ul {
    margin-top: 30px;
  }
}

.pagettl::before {
  content: "";
  background: url(../img/pagettl_bg.jpg) center no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 220px;
}

.pagettl .wrap {
  position: relative;
  background: #fff;
  width: 96%;
  max-width: 1500px;
  margin: -70px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagettl h2 {
  padding-top: 150px;
  font-size: 34px;
  font-family: 'Kumbh Sans', sans-serif;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .pagettl::before {
    height: 150px;
  }
  .pagettl .wrap {
    margin-top: -40px;
  }
  .pagettl h2 {
    padding-top: 80px;
    font-size: 32px;
  }
}

#contents {
  width: 94%;
  max-width: 1300px;
  font-family: 'Kumbh Sans', '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 0.5px;
  margin-left: auto;
  margin-right: auto;
}

.btn_insta {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 29px;
  z-index: 10;
}

#search .annotation {
  font-size: 13px;
  margin-top: 15px;
}

#search .accordion .aco_btn {
  position: relative;
  margin-bottom: 0;
}

#search .accordion .aco_btn::after {
  content: "";
  display: inline-block;
  background: url(../img/ico_aco.png) no-repeat;
  width: 20px;
  height: 12px;
  position: absolute;
  bottom: 18px;
  margin-left: 30px;
  -webkit-transition: .3s;
  transition: .3s;
}

#search .accordion .aco_btn:hover {
  cursor: pointer;
}

#search .accordion .aco_btn.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#search .accordion .aco_hide {
  display: none;
  margin-top: 20px;
}

#search .search_area_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#search .search_area_dl + dl {
  margin-top: 20px;
}

#search .search_area_dl dt {
  width: 10%;
  position: relative;
  padding: 3px 0;
  margin-right: 40px;
  border-right: 3px double #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

#search .search_area_dl dd {
  width: calc(90% - 40px);
}

#search .search_area_dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

#search .search_area_dl dd ul li {
  margin: 5px 0 5px 10px;
}

#search .search_area_dl dd ul a {
  width: 150px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 13px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 7px 16px;
  border-radius: 50px;
  border: 2px solid #000;
}

#search .search_area_dl dd ul a:hover {
  background: #000;
  color: #fff;
}

#search .search_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  padding-top: 100px;
}

#search .search_layout .p-index-contents-btn {
  width: 200px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  display: block;
  font-size: 13px;
  font-family: 'Kumbh Sans', '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
  text-align: center;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  padding: 11px 40px;
  border: none;
  cursor: pointer;
}

#search .search_layout .p-index-contents-btn:hover {
  background: #707070;
}

#search .search_layout .p-index-contents-btn:focus {
  outline: 0;
}

#search .search_layout .left {
  width: 420px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#search .search_layout .left > .sec_search:first-child {
  margin-top: 0;
}

#search .search_layout .right {
  width: calc(100% - 480px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}

#search .search_layout .right #map {
  width: 100%;
  min-height: 600px;
  position: static;
  top: 0px;
  bottom: auto;
  border: none;
}

#search .search_result_li {
  list-style: none;
  margin-top: 30px;
}

#search .search_result_li > li {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 3px solid #000;
}

#search .search_result_li > li + li {
  margin-top: 20px;
}

#search .search_result_li > li:hover {
  cursor: pointer;
}

#search .search_result_li > li > dl {
  margin-top: 30px;
}

#search .search_result_li > li > dl > dt {
  font-size: 24px;
  position: relative;
}

#search .search_result_li > li > dl > dt .ruby {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

#search .search_result_li .header {
  overflow: hidden;
}

#search .search_result_li .header > img {
  width: 100%;
}

#search .search_result_li .list-bland {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}

#search .search_result_li > li > dl > dd .data .fs {
  font-size: 12px;
}

#search .search_result_li > li > dl > dd .data > dl {
  margin-top: 25px;
}

#search .search_result_li > li > dl > dd .data > dl dt {
  color: #6c6c6c;
  font-size: 13px;
  font-weight: normal;
}

#search .search_result_li > li > dl > dd .data > dl dd {
  word-break: break-all;
}

#search .sec_search {
  text-align: left;
  margin-top: 80px;
}

#search .sec_search h2 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 30px;
}

#search .sec_search h2 span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}

#search .sec_search .btn_mt {
  margin-top: 20px;
}

#search .sec_search input[type=text] {
  width: 90%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 15px 10px;
  border: 3px solid #000;
  font-family: 'Kumbh Sans', '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

#search .sec_search input::-webkit-input-placeholder {
  color: #a9a9a9;
  font-size: 13px;
}

#search .sec_search input:-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 13px;
}

#search .sec_search input::-ms-input-placeholder {
  color: #a9a9a9;
  font-size: 13px;
}

#search .sec_search input::placeholder {
  color: #a9a9a9;
  font-size: 13px;
}

#search .sec_search .aco_hide .search_dl:first-child {
  margin-top: 0px;
}

#search .sec_search .search_inner select {
  width: 90%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 15px 10px;
  border: 3px solid #000;
  font-family: 'Kumbh Sans', '游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Noto Sans JP', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

#search .sec_search .search_inner p:not(:first-child) {
  padding-top: 10px !important;
}

#search .result_box > h2 {
  font-weight: 700;
  font-size: 22px;
}

#search .result_box > h2 span {
  display: inline-block;
  padding-left: 20px;
}

@media (max-width: 993px) and (min-width: 768px) {
  #search .search_layout .left {
    width: 48%;
  }
  #search .search_layout .left.mode_before {
    width: 100%;
  }
  #search .search_layout .right {
    width: 44%;
  }
  #search .search_layout .right.mode_before {
    display: none;
  }
}

@media (max-width: 767px) {
  #search .p-search-contents {
    padding: 20px 0 60px;
  }
  #search .result_box {
    padding-top: 60px;
  }
  #search #sec_search04 {
    display: none;
  }
  #search .search_layout {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 50px;
  }
  #search .search_layout .left {
    width: 100%;
  }
  #search .search_layout .right {
    width: 100%;
  }
  #search .search_layout .right #map {
    width: 100%;
    position: static;
    top: 0px;
    bottom: auto;
    min-height: 240px;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
  }
  #search .search_layout .right.map_fixed {
    height: 240px;
  }
  #search .search_layout .right.map_fixed > #map {
    width: calc(100% - 6%);
    position: fixed;
    top: 0;
    z-index: 5;
  }
  #search .search_layout .right.map_hide > #map {
    min-height: 0;
    opacity: 0;
  }
  #search .search_layout .right.mode_before {
    display: none;
  }
  #search .p-index-contents-btn {
    width: 70%;
    padding: 15px 40px;
  }
  #search .sec_search input[type=text] {
    width: 100%;
  }
  #search .sec_search .search_inner select {
    width: 100%;
  }
}
/*# sourceMappingURL=page.css.map */