@charset "UTF-8";
/*-----------------
style.css
- 周辺観光情報ページ用
------------------*/
/* kv
-----------------------------------------------------------------*/
.kv--lower {
  background: url("../images/kv.jpg") center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .kv--lower {
    background: url("../images/kv-sp.jpg") center center;
    background-size: cover;
  }
}

/* main
-----------------------------------------------------------------*/
main {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 40px;
  }
}

/* スポット
-----------------------------------------------------------------*/
.spot {
  font-family: YakuHanMPs,'Noto Serif Japanese',serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 40px;
}

@media screen and (max-width: 767px) {
  .spot {
    margin: 0 20px;
  }
}

.spot__card {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 0 30px 100px 0;
  padding-bottom: 30px;
  text-align: left;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .spot__card {
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 30px;
  }
}

.spot__card:nth-child(3n) {
  margin-right: 0;
}

.spot__img {
  width: 100%;
}

.spot__txt {
  min-height: 295px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .spot__txt {
    min-height: 0;
  }
}

.spot .linkArrow {
  position: absolute;
  bottom: 6px;
  right: 12px;
}

@media screen and (max-width: 767px) {
  .spot .linkArrow {
    right: 10px;
  }
}

.spotInfo {
  padding: 20px 30px 0;
}

@media screen and (max-width: 767px) {
  .spotInfo {
    padding: 20px 20px 0px 20px;
  }
}

.spotInfo dt {
  font-size: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .spotInfo dt {
    font-size: 15px;
    line-height: 1.2;
  }
}

.spotInfo dd {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .spotInfo dd {
    font-size: 13px;
    margin-top: 5px;
  }
}

.spotDetail {
  margin: 14px 30px 0;
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.625;
  border-top: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .spotDetail {
    font-size: 13px;
    margin: 12px 20px 0;
    padding-top: 12px;
  }
}

.spotDetail dt {
  color: #c59600;
}

.spotDetail__address {
  position: relative;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .spotDetail__address {
    font-size: 11px;
  }
}

.spotDetail__address:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 17px;
  background: url("../images/icon-pin.png") center top no-repeat;
}

@media screen and (max-width: 767px) {
  .spotDetail__address:before {
    top: 0;
  }
}

/* 大通公園イベントカレンダー
-----------------------------------------------------------------*/
.event {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .event {
    margin-top: 80px;
  }
}

.calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 30px 0 50px 40px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .calendar {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding: 20px;
    padding-bottom: 30px;
  }
}

.calendar__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 33%;
  padding: 0 34px 50px 20px;
  text-align: left;
  border-left: 1px solid #c59600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .calendar__unit {
    padding: 0 0 29px 9px;
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .calendar__unit img {
    max-width: 147px;
  }
}

.calendar__unit:nth-child(3n) {
  margin-right: 0;
}

.calendar__unit:nth-child(n + 4) {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .calendar__unit:nth-child(n + 4) {
    padding-bottom: 29px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__unit:nth-last-child(-n+2) {
    padding-bottom: 0;
  }
  .calendar__unit:nth-child(even) {
    margin-left: 20px;
  }
}

.calendar__txt {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .calendar__txt {
    margin-bottom: 10px;
  }
}

.calendar__txt--june {
  margin-bottom: 10px;
}

.calendar__title {
  font-size: 30px;
  line-height: 1;
  color: #95050e;
}

@media screen and (max-width: 767px) {
  .calendar__title {
    font-size: 20px;
  }
}

.calendar__title span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .calendar__title span {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .calendar__title .lilac {
    font-size: 20px;
  }
}

.eventList {
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .eventList {
    font-size: 11px;
    margin-top: 9px;
  }
}

.eventList > li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .eventList > li {
    margin-bottom: 3px;
    line-height: 1.3;
    padding-left: 8px;
  }
}

.eventList > li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #c59600;
}

@media screen and (max-width: 767px) {
  .eventList > li:before {
    top: 6px;
    width: 5px;
    height: 5px;
  }
}

.eventList .yosakoi {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .eventList .yosakoi {
    margin-top: 10px;
  }
}

.lilac {
  position: relative;
}

.lilac__arrow {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 260px;
  width: 173px;
  border-bottom: 2px dotted #c59600;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .lilac__arrow {
    display: none;
  }
}

.lilac__arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #c59600;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.lilac__arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  width: 9px;
  height: 2px;
  margin-top: -1px;
  background-color: #c59600;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media screen and (max-width: 767px) {
  .calendarImg {
    width: 100%;
  }
}

/* 空室検索
-----------------------------------------------------------------*/
.searchBtnWrap {
  margin-top: 170px;
}

@media screen and (max-width: 767px) {
  .searchBtnWrap {
    margin-top: 150px;
  }
}
