/* media query */
header.photoMainimg > div > div > section > p.link {
  margin-top: 10px;
}

.result_Text {
  margin-top: 50px;
}

.result_Text h2 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 150%;
  margin-bottom: 40px;
}

.result_Text .keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 668px) {
  .result_Text .keyword {
    margin: 0 25px 50px;
  }
}

.result_Text .keyword li {
  text-align: center;
  background: #eee;
  padding: 2px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px 0 0;
  border-radius: 3px;
}

@media screen and (max-width: 668px) {
  .result_Text .keyword li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.result_Text .keyword li:last-child {
  margin-right: 0;
}

.experiencelist {
  position: relative;
  margin-bottom: 50px;
}

.experiencelist > section {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1200px) {
  .experiencelist > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .experiencelist > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.experiencelist > section::after {
  content: "";
  display: block;
  width: calc((100% / 3) - 30px);
}

@media screen and (max-width: 960px) {
  .experiencelist > section::after {
    width: calc((100% / 3) - 20px);
  }
}

.experiencelist > section article {
  width: calc((100% / 3) - 30px);
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .experiencelist > section article {
    width: calc((100% / 3) - 20px);
  }
}

@media screen and (max-width: 668px) {
  .experiencelist > section article {
    width: 100%;
    margin-bottom: 30px;
  }
}

.experiencelist > section article > p.photo {
  overflow: hidden;
}

.experiencelist > section article > p.photo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 68%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.experiencelist > section article > p.photo a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.experiencelist > section article > div {
  padding: 15px 20px;
  background: #fff;
  min-height: 123px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 668px) {
  .experiencelist > section article > div {
    padding: 15px;
    min-height: auto;
  }
}

.experiencelist > section article > div > p.cate {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 130%;
  padding: 5px 10px;
  margin: 0 0 10px;
  font-size: 0.9em;
}

.experiencelist > section article > div > h3 {
  font-size: 1em;
}

.experiencelist > section article > div > h3 a {
  display: block;
  font-size: 1.2em;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 960px) {
  .experiencelist > section article > div > h3 a {
    font-size: 1.1em;
  }
}

.searchArea {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

@media all and (max-width: 1200px) {
  .searchArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .searchArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.searchArea div.selectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.searchArea div.selectList select {
  width: 400px;
}

.searchArea div.selectList select:not(:first-child) {
  border-left: 0;
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList select:not(:first-child) {
    border-top: 0;
    border-left: 1px solid #222;
  }
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList select {
    width: 45%;
  }
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList select {
    width: 100%;
  }
}

.searchArea div.selectList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.searchArea div.selectList2 > div {
  position: relative;
}

.searchArea div.selectList2 > div:not(:first-child) p {
  border-left: 0;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div:not(:first-child) p {
    border-top: 0;
    border-left: 1px solid #222;
  }
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div {
    width: 100%;
  }
}

.searchArea div.selectList2 > div p {
  width: 400px;
  border: 1px solid #222;
  padding: 20px;
  font-size: 1.1em;
  letter-spacing: 1px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.239%22%20height%3D%225%22%20viewBox%3D%220%200%208.239%205%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(45.896%20-27.494)%20rotate(90)%22%20fill%3D%22%23222%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div p {
    width: 100%;
  }
}

.searchArea div.selectList2 > div div {
  position: absolute;
  left: 0;
  z-index: 99999;
  display: block;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div {
    position: relative;
  }
}

.searchArea div.selectList2 > div div ul {
  background: #f7f7f7;
  padding: 10px 15px;
  overflow: hidden;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
}

.searchArea div.selectList2 > div div.search1_List, .searchArea div.selectList2 > div div.search2_List, .searchArea div.selectList2 > div div.search3_List {
  display: none;
}

.searchArea div.selectList2 > div div.search1_List ul, .searchArea div.selectList2 > div div.search2_List ul, .searchArea div.selectList2 > div div.search3_List ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.searchArea div.selectList2 > div div.search1_List ul {
  width: 100vw;
  max-width: 1200px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search1_List ul {
    width: 100%;
  }
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList2 > div div.search1_List ul {
    display: block;
  }
}

.searchArea div.selectList2 > div div.search1_List ul li {
  width: 26%;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search1_List ul li {
    width: 50%;
  }
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList2 > div div.search1_List ul li {
    width: 100%;
  }
}

.searchArea div.selectList2 > div div.search2_List {
  left: -1px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search2_List {
    left: 0;
  }
}

.searchArea div.selectList2 > div div.search2_List ul {
  width: 100vw;
  max-width: 801px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search2_List ul {
    width: 100%;
  }
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList2 > div div.search2_List ul {
    display: block;
  }
}

.searchArea div.selectList2 > div div.search2_List ul li {
  width: 50%;
}

@media screen and (max-width: 668px) {
  .searchArea div.selectList2 > div div.search2_List ul li {
    width: 100%;
  }
}

.searchArea div.selectList2 > div div.search3_List {
  left: -1px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search3_List {
    left: 0;
  }
}

.searchArea div.selectList2 > div div.search3_List ul {
  width: 100vw;
  max-width: 401px;
}

@media screen and (max-width: 960px) {
  .searchArea div.selectList2 > div div.search3_List ul {
    width: 100%;
    max-width: 100%;
  }
}

.searchArea div.selectList2 > div div.search3_List ul li {
  width: 50%;
}

.searchArea div.keywordArea {
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .searchArea div.keywordArea {
    margin-bottom: 30px;
  }
}

.searchArea div.keywordArea .keywordBox {
  border: 1px solid #222;
  width: 100%;
  height: 73px;
  padding-left: 70px;
  font-size: 1.1em;
  letter-spacing: 1px;
  background: #fff url("../../common/images/icon_search.svg") no-repeat 26px center;
  background-size: 26px 26px;
  outline: none;
  cursor: pointer;
}

.searchArea div.submitBtn {
  text-align: center;
}

.searchArea div.submitBtn input[type="submit"] {
  width: 300px;
  font-size: 1.1em;
  letter-spacing: 1px;
  padding: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 15px center;
}

@media screen and (max-width: 668px) {
  .searchArea div.submitBtn input[type="submit"] {
    width: 100%;
  }
}

nav.navStd {
  height: 51px;
}

@media screen and (max-width: 668px) {
  nav.navStd {
    height: auto;
  }
}

nav.navStd.fixed {
  position: inherit;
}

.detailContents > section {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .detailContents > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailContents > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 668px) {
  .detailContents > section {
    margin-top: 30px;
  }
}

.detailContents > section h2 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 1px;
  line-height: 140%;
}

@media screen and (max-width: 668px) {
  .detailContents > section h2 {
    font-size: 1.5em;
  }
}

.detailContents > section div.favArea {
  text-align: right;
  margin: 10px 0 20px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .detailContents > section div.favArea {
    text-align: center;
  }
}

.detailContents > section div.favArea p.favIcon {
  font-size: 0.8em;
  border-radius: 7px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  line-height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 0 0 rgba(34, 34, 34, 0.05);
          box-shadow: 2px 2px 0 0 rgba(34, 34, 34, 0.05);
  display: inline-block;
}

.detailContents > section div.favArea p.favIcon::after {
  content: "";
  margin-left: 5px;
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20576%20512%22%20style%3D%22enable-background%3Anew%200%200%20576%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23EEEEEE%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M353.9%2C195.5h199.4c0.7%2C0%2C1.2%2C0.5%2C1.2%2C1.2v0.5c0%2C0.4-0.2%2C0.8-0.5%2C1L392.3%2C315.3c-0.4%2C0.3-0.6%2C0.9-0.4%2C1.4%20l63.3%2C192.6c0.2%2C0.6-0.1%2C1.3-0.8%2C1.5l0%2C0c-0.4%2C0.1-0.8%2C0.1-1.1-0.2l-164-118.9c-0.4-0.3-1-0.3-1.4%2C0l-164%2C118.9%20c-0.3%2C0.2-0.7%2C0.3-1.1%2C0.2h0c-0.6-0.2-1-0.9-0.8-1.5l63.3-192.6c0.2-0.5%2C0-1-0.4-1.4L23%2C198.1c-0.3-0.2-0.5-0.6-0.5-1v-0.5%20c0-0.7%2C0.5-1.2%2C1.2-1.2h199.4c0.5%2C0%2C1-0.3%2C1.1-0.8L287.1%2C2.8c0.2-0.5%2C0.6-0.8%2C1.1-0.8h0.6c0.5%2C0%2C1%2C0.3%2C1.1%2C0.8l62.8%2C191.8%20C352.9%2C195.1%2C353.4%2C195.5%2C353.9%2C195.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: text-bottom;
}

.detailContents > section div.favArea p.favIcon.on {
  color: #fff;
  background-color: #222;
}

.detailContents > section div.favArea p.favIcon.on::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20focusable%3D%22false%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M182.7%2C440.2L33.4%2C290.9c-9-9-9-23.5%2C0-32.5l32.5-32.5c9-9%2C23.5-9%2C32.5%2C0l100.6%2C100.6l215.4-215.4%20c9-9%2C23.5-9%2C32.5%2C0l32.5%2C32.5c9%2C9%2C9%2C23.5%2C0%2C32.5L215.2%2C440.2C206.2%2C449.1%2C191.7%2C449.1%2C182.7%2C440.2L182.7%2C440.2z%22%2F%3E%3C%2Fsvg%3E);
}

.detailContents > section .spotDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.detailContents > section .spotDetail li.textArea {
  width: 56%;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.textArea {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.detailContents > section .spotDetail li.textArea > p {
  line-height: 200%;
  margin: 30px 0;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.textArea > p {
    font-size: 0.9em;
  }
}

.detailContents > section .spotDetail li.textArea .spotInfo1 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.detailContents > section .spotDetail li.textArea .spotInfo1 table th,
.detailContents > section .spotDetail li.textArea .spotInfo1 table td {
  border: 1px solid #d6c193;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 180%;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.textArea .spotInfo1 table th,
  .detailContents > section .spotDetail li.textArea .spotInfo1 table td {
    min-width: 90px;
    font-size: 0.9em;
  }
}

.detailContents > section .spotDetail li.textArea .spotInfo1 table th {
  background: #f7f4ea;
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.textArea .spotInfo1 table th {
    padding: 15px 5px;
  }
}

.detailContents > section .spotDetail li.textArea .spotInfo1 table td {
  padding: 15px;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.textArea .spotInfo1 table td {
    padding: 15px 10px;
  }
}

.detailContents > section .spotDetail li.imageArea {
  width: 40%;
}

.detailContents > section .spotDetail li.imageArea p {
  margin-bottom: 15px;
}

@media screen and (max-width: 668px) {
  .detailContents > section .spotDetail li.imageArea {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.spotInfo2 {
  position: relative;
  margin: 120px 0 50px;
}

@media screen and (max-width: 668px) {
  .spotInfo2 {
    margin: 100px 0 50px;
  }
}

.spotInfo2::before {
  position: absolute;
  content: "";
  display: block;
  height: 70px;
  border-left: 1px solid #ccc;
  left: 50%;
  top: -50px;
  z-index: 1;
}

.spotInfo2::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  background: url(../../common/images/bg_gray.png);
  height: 350px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 668px) {
  .spotInfo2::after {
    height: 106%;
    padding-top: 30px;
  }
}

.spotInfo2 > section {
  max-width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1200px) {
  .spotInfo2 > section {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .spotInfo2 > section {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.spotInfo2 > section > div {
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div {
    padding: 30px 20px 20px 20px;
  }
}

.spotInfo2 > section > div > p {
  font-size: 1.5em;
  text-align: center;
}

.spotInfo2 > section > div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul {
    margin-top: 15px;
  }
}

.spotInfo2 > section > div ul li:first-child {
  width: 37%;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul li:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}

.spotInfo2 > section > div ul li:nth-child(2) {
  width: 58%;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul li:nth-child(2) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.spotInfo2 > section > div ul li:nth-child(2) dl dt {
  font-size: 1.2em;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul li:nth-child(2) dl dt {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul li:nth-child(2) dl dd {
    font-size: 0.9em;
  }
}

.spotInfo2 > section > div ul li:nth-child(2) dl dd.link {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 668px) {
  .spotInfo2 > section > div ul li:nth-child(2) dl dd.link {
    text-align: center;
  }
}

.spotInfo2 > section .link {
  text-align: center;
  margin-top: 40px;
}

.spotInfo2 > section .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
  background-color: #fff;
  letter-spacing: 5px;
}

.spotInfo2 > section .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.spotInfo2 > section .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}

@media screen and (max-width: 960px) {
  .spotInfo2 > section .link a {
    padding: 10px 35px 10px 15px;
  }
}

.spotInfo2 > section .link a:hover::after {
  right: 15px;
}
/*# sourceMappingURL=index.css.map */