@charset "UTF-8";

.wrapper {
  background-color: #d9d9d9;
}

#infscr-loading {
  width: 100%;
  margin: 0 auto;
  font-size: 11px;
  clear: both;
}

#infscr-loading .comment {
  width: 260px;
  position: relative;
  top: 20px;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

#infscr-loading img {
  display: none;
}

.searchMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  overflow: hidden;
}

.searchMenu__box a {
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchMenu__box a:before {
  content: "";
  background-image: url(../img/search/ico_cursor_01_black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
}

.searchMenu__box.box__02 a {
  background-color: #062939;
  color: #fff;
}

.searchMenu__box.box__02 a:before {
  background-image: url(../img/search/ico_cursor_01_white.svg);
}

.searchNav {
  background-color: #062939;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.searchNav.is__open {
  padding: 30px 0;
  height: auto;
}

.searchNav__inner {
  margin-left: auto;
  margin-right: auto;
}

.searchNavMenu + .searchNavMenu {
  margin-top: 15px;
}

.searchNavMenu.menu__03 {
  margin-top: 40px;
}

.searchComponent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchComponent__list__item {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  margin-left: 40px;
}

.searchNavMenu__title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.searchNavMenu__title .mini {
  font-size: 12px;
}

.searchNavMenu__contents {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
}

.searchBtn {
  background-color: #50bef1;
  border: 0;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 226px;
  height: 46px;
  cursor: pointer;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.searchBtn:before {
  content: "";
  background-image: url(../img/search/ico_cursor_01_black.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.postListWrap {
  padding: 80px 0;
  background-color: #fff;
}

.searchLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.postList__item {
  position: relative;
}

.postList__item .category {
  background-color: #062939;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 140px;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.thumbnail__icon {
  background-color: #062939;
  background-image: url(../img/search/ico_zoom_01_pc.svg);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.postList__item__thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.postList__item__thumbnail__photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.postList__contents {
  background-color: #f5f5f5;
  padding: 15px 12px;
}

.postList__contents .title {
  font-size: 17px;
  font-weight: 500;
  color: #062939;
}

.postList__contents dl {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.postList__contents dl + dl {
  margin-top: 0px;
}

.postList__contents dl + dl dt,
.postList__contents dl + dl dd {
  padding-top: 5px;
}

.postList__contents dt {
  position: relative;
  width: 76px;
}

.postList__contents dt:before {
  content: "";
  background-color: #000;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.postList__contents dd {
  padding-left: 15px;
  width: 200px;
}

.moreButton {
  overflow: hidden;
  height: 0;
}

/*********************************************
*
* single 詳細ページ
*
**********************************************/

.single .wrapper {
  background-color: #fff;
}

.singlePost {
  padding-top: 80px;
  padding-bottom: 80px;
}

.osusumePoint {
  margin-top: 50px;
}

.singlePost__title {
  font-size: 26px;
  font-weight: 500;
}

.singlePost__mainvisual {
  width: 100%;
  height: 667px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 15px;
}

.singlePost__informationWrap {
  margin-top: 20px;
}

.singlePost__information dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.singlePost__information dt {
  position: relative;
  padding-right: 20px;
}

.singlePost__information dt:before {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.searchContactButton {
  position: relative;
  z-index: 60;
}

.searchContactButton a {
  background-color: #6a9d21;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 380px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.searchContactButton a:before {
  content: "";
  background-image: url(../img/search/ico_cursor_01_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchContactButton .in {
  padding-left: 40px;
  position: relative;
}

.searchContactButton .in:before {
  content: "";
  background-image: url(../img/search/ico_mail_01_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 29px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.searchListReturnButton a {
  background-color: #062939;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 380px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.searchListReturnButton a:before {
  content: "";
  background-image: url(../img/search/ico_cursor_01_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3px;
  bottom: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.searchListReturnButton .in {
  padding-left: 40px;
  position: relative;
}

.searchListReturnButton .in:before {
  content: "";
  background-image: url(../img/search/ico_square_01_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.singlePost__section + .singlePost__section {
  margin-top: 80px;
}

.singlePost__section__contents {
  margin-top: 30px;
}

.singlePost__sectionTitle {
  padding: 10px 20px;
  background-color: #062939;
  color: #fff;
}

.singlePost__sectionTitle .eng {
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.singlePost__sectionTitle .eng:before {
  content: "";
  background-color: #50bef1;
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.singlePost__sectionTitle .jpn {
  font-size: 20px;
}

.osusumePointList__item {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}

.osusumePointList__item:before {
  content: "";
  display: block;
  background-image: url(../img/search/ico_check_01.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 31px;
  height: 25px;
  top: 0;
  left: -5px;
}

.osusumePointList__item + .osusumePointList__item {
  margin-top: 10px;
}

.bikouTitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

.bikouContents {
  padding: 26px;
  border: 1px solid #9e9e9e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.571;
  margin-top: 5px;
}

.searchDownloadButton {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.searchDownloadButton a {
  background-color: #6a9d21;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.388;
  letter-spacing: 0.05em;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.searchDownloadButton .in {
  padding-left: 60px;
  position: relative;
}

.searchDownloadButton .in:before {
  content: "";
  background-image: url(../img/search/ico_cursor_02_white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* スライドショー
***************************************************************/

.slickSlide {
  margin-bottom: 40px;
}

.slickSlide .photoGalleryList__item {
  margin: 0 40px;
}

.slickSlide .photoGalleryList__item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 667px;
}

.slickSlide .slick-prev:before,
.slickSlide .slick-next:before {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 30px;
  height: 30px;
  margin-top: -10px;
}

.slickSlide .slick-prev {
  left: -880px;
  right: 0;
  width: 30px;
  height: 40px;
  margin: auto;
}

.slickSlide .slick-next {
  right: -880px;
  left: 0;
  width: 30px;
  height: 40px;
  margin: auto;
}

.slickSlide .img {
  width: 100%;
  overflow: hidden;
}

.slickSlide .textBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12px;
}

.slickSlide .textBox {
  font-size: 16px;
}

.slickThumbnail {
  width: 800px;
  margin: 0 auto;
}

.slickThumbnail .slick-list {
  padding: 0 !important;
}

.slickThumbnail .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.slickThumbnail .textBox {
  padding-top: 6px;
  padding-bottom: 12px;
}

.slickThumbnail .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90px;
}

.slickThumbnail {
  font-size: 11px;
  letter-spacing: 0;
  text-align: center;
}

.slickThumbnail .slick-current {
  position: relative;
}

.slickThumbnail .slick-current .img {
  position: relative;
}

.slickThumbnail .slick-current .img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 4px solid #4d4d4d;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slickThumbnail .slick-slide:hover {
  cursor: pointer;
}

.outlineList__item {
  font-size: 14px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.outlineList__item dt {
  padding-right: 20px;
  position: relative;
}

.outlineList__item dt:before {
  content: "□";
  margin-right: 3px;
}

.outlineList__item dt:after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}

.bikouTitle__02 {
  padding-top: 25px;
  border-top: 1px solid #000;
  margin-top: 30px;
  font-size: 14px;
}

.bikouTitle__02:before {
  content: "□";
}

.bikouContents__02 {
  font-size: 14px;
  line-height: 1.571;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

/*--------------------マップ基本設定--------------------*/

.map {
  width: 100%;
  height: 500px;
  background-color: grey;
  margin-top: 20px;
}

.map_wrap .btn {
  margin-top: 30px;
}

.access__address {
  font-size: 14px;
  margin-top: 10px;
}

.access__address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access__address dt {
  position: relative;
}

.access__address dt:after {
  content: "：";
}

.convertionButton {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .searchMenu__box a {
    width: 316px;
    height: 63px;
  }

  .searchNav__inner {
    width: 655px;
  }

  .searchComponent__list__item:first-child {
    margin-left: 0;
  }

  .postListWrap__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .postList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -50px;
    margin-left: -40px;
  }

  .postList__item {
    width: 304px;
    margin-top: 50px;
    margin-left: 40px;
  }

  .postList__item:hover .postList__item__thumbnail__photo {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  .postList__item__thumbnail {
    height: 228px;
  }

  .postList__item__thumbnail__photo {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .singlePost__inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .singlePost__informationWrap {
    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;
  }

  .singlePost__information {
    width: 390px;
  }

  .singlePost__sectionTitle .jpn {
    margin-left: 20px;
  }

  .searchDownloadButton {
    width: 445px;
  }

  .slick-prev,
  .slick-next {
    top: auto;
    bottom: -120px;
  }

  .slickSlide {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .outlineList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .outlineList__item {
    width: 400px;
  }

  .outlineList__item dt {
    width: 140px;
  }

  .outlineList__item dd {
    width: 260px;
  }

  .access__address {
    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;
  }

  .access__address dl {
    width: 385px;
  }

  .access__address dl + dl {
    margin-left: 30px;
  }

  .access__address dd {
    width: 314px;
  }

  .convertionButtonList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .convertionButtonList__item + .convertionButtonList__item {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .searchMenu__box a {
    width: 50vw;
    height: 63px;
  }

  .searchNav.is__open {
    padding: 10px 0 20px 0;
  }

  .searchNav__inner {
    margin-left: 20px;
    margin-right: 20px;
  }

  .searchNavMenu.menu__03 {
    margin-top: 20px;
  }

  .searchComponent__list {
    margin-left: -40px;
  }

  .searchComponent__list__item {
    font-size: 15px;
    margin-left: 40px;
  }

  .searchNavMenu__contents {
    padding: 5px 20px;
  }

  .searchBtn {
    margin-top: 20px;
  }

  .postListWrap {
    padding: 20px 0 40px 0;
  }

  .postList {
    margin-left: 20px;
    margin-right: 20px;
  }

  .postList__item + .postList__item {
    margin-top: 30px;
  }

  .postList__item__thumbnail {
    height: 65.7vw;
  }

  .singlePost {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .osusumePoint {
    margin-top: 25px;
  }

  .singlePost__title {
    font-size: 20px;
    letter-spacing: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .singlePost__mainvisual {
    width: auto;
    height: 62.7vw;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .singlePost__informationWrap {
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .singlePost__information {
    font-size: 16px;
    letter-spacing: 0;
  }

  .searchContactButton {
    margin-top: 20px;
  }

  .searchContactButton a {
    font-size: 18px;
    width: 100%;
  }

  .searchListReturnButton a {
    font-size: 18px;
    width: 100%;
  }

  .singlePost__section + .singlePost__section {
    margin-top: 40px;
  }

  .singlePost__section__contents {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .singlePost__sectionTitle {
    padding: 10px 10px;
    letter-spacing: 0;
  }

  .singlePost__sectionTitle .eng {
    font-size: 15px;
    display: block;
  }

  .singlePost__sectionTitle .jpn {
    font-size: 17px;
  }

  .osusumePointList__item {
    font-size: 15px;
    line-height: 1.8;
    padding-left: 20px;
  }

  .osusumePointList__item:before {
    background-image: url(../img/search/ico_check_01_sp.svg);
    width: 14px;
    height: 12px;
    top: 5px;
    left: 0;
  }

  .bikouContents {
    padding: 15px;
  }

  .searchDownloadButton {
    margin-top: 25px;
    max-width: 90vw;
  }

  .searchDownloadButton a {
    font-size: 14px;
  }

  .searchDownloadButton .in {
    padding-left: 30px;
  }

  .photoGallery .singlePost__section__contents {
    margin-left: 0;
    margin-right: 0;
  }

  .outlineList__item dt {
    width: 43%;
  }

  .outlineList__item dd {
    width: 57%;
  }

  /*--------------------マップ基本設定--------------------*/

  .map {
    width: 100%;
    height: 300px;
  }

  .map_wrap .btn {
    margin-top: 15px;
  }

  .access__address {
    margin-left: 20px;
    margin-right: 20px;
  }

  .access__address dt {
    padding-right: 20px;
    width: 20%;
  }

  .access__address dt:after {
    position: absolute;
    top: 0;
    right: 0;
  }

  .access__address dd {
    width: 80%;
  }

  .convertionButton {
    margin-top: 30px;
  }

  .convertionButtonList {
    margin-left: 20px;
    margin-right: 20px;
  }

  .convertionButtonList__item + .convertionButtonList__item {
    margin-top: 20px;
  }
}

@media all and (max-width: 480px) {
  .slickSlide {
    margin-bottom: 20px;
  }

  .slickSlide .photoGalleryList__item {
    margin: 0 25px;
  }

  .slickSlide .photoGalleryList__item .img {
    width: 100vw;
    height: 56vw;
  }

  .slickSlide .slick-prev:before,
  .slickSlide .slick-next:before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }

  .slickSlide .slick-prev {
    right: auto;
    left: 0;
    width: 25px;
    height: 30px;
    margin-top: -10px;
  }

  .slickSlide .slick-next {
    left: auto;
    right: 0;
    width: 25px;
    height: 30px;
    margin-top: -10px;
  }

  .slickSlide .textBox {
    padding-top: 6px;
  }

  .slickSlide .textBox {
    font-size: 11px;
  }

  .slickThumbnail .textBox {
    padding-top: 3px;
    padding-bottom: 6px;
  }

  .slickThumbnail {
    width: 100%;
  }

  .slickThumbnail .textBox {
    font-size: 10px;
    padding: 3px;
  }

  .slickThumbnail .slick-current .img::after {
    border: 3px solid #4d4d4d;
  }
}

@media screen and (max-width: 370px) {
  .singlePost__information {
    font-size: 12px;
  }

  .searchContactButton a {
    font-size: 14px;
  }

  .searchListReturnButton a {
    font-size: 14px;
  }

  .searchDownloadButton a {
    font-size: 12px;
  }

  .outlineList__item {
    font-size: 12px;
  }

  .access__address {
    font-size: 10px;
  }
}

@media all and (min-width: 481px) and (max-width: 1024px) {
  .map_wrap .btn {
    margin-top: 20px;
  }
}