.text-takamatsu, .txt-takamatsu {
  color: #ed945c;
}

.text-eastern, .txt-eastern {
  color: #a4cf3a;
}

.text-central, .txt-central {
  color: #6ba6d1;
}

.text-western, .txt-western {
  color: #e6c300;
}

.text-shodoshima, .txt-shodoshima {
  color: #60c76e;
}

.mainslider {
  padding: 3px;
  height: 400px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mainslider .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mainslider .flex-direction-nav a:before {
  color: #004ea2;
  font-size: 20px;
  margin-top: 30px;
}
.mainslider .flex-direction-nav .flex-prev {
  left: 15px;
  -moz-border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0;
  border-radius: 0 40px 40px 0;
}
.mainslider .flex-direction-nav .flex-prev:before {
  padding-right: 10px;
}
.mainslider .flex-direction-nav .flex-next {
  right: 15px;
  -moz-border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px 0 0 40px;
}
.mainslider .flex-direction-nav .flex-next:before {
  padding-left: 10px;
}
.mainslider .bannerContent img {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

/*resetCSS*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

body,
body * {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
}

.section {
  margin: 0 auto 40px;
}

.ttl-h2 {
  font-size: 18px;
  line-height: 1.2;
}

.accordion__btn span {
  margin: 0;
}
.accordion__btn-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #009946;
  background-color: #fff;
  position: absolute;
  right: 20px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  top: 50%;
  transform: translate(0, -50%);
}
.accordion__btn-icon::before {
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  right: calc((100% - 10px) / 2);
  top: calc((100% - 10px) / 2);
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #009946;
  border-right: solid 2px #009946;
  transform: rotate(-45deg);
}
.accordion__btn-icon.open {
  border-color: #80BA4E;
  background-color: #80BA4E;
}
.accordion__btn-icon.open::before {
  transform: rotate(135deg);
  border-color: #fff;
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown__item {
  position: relative;
  z-index: 1;
}
.dropdown__item > a {
  pointer-events: none;
}
.dropdown__item img {
  transition: 0.4s;
}
.dropdown__bg {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.slider {
  position: relative;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
.slider .prev-arrow {
  left: -24px;
}
.slider .next-arrow {
  right: -24px;
}
.slider.slick-initialized {
  opacity: 1;
}

.top__bg {
  background-color: #d5eddf;
  padding: 40px 0;
}
.top .wrapper {
  text-align: center;
}
.top__ttl {
  font-size: 18px;
  padding-left: 32px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top__ttl-spot::before {
  background-image: url(/images/theme2020/attraction/top_ttl-spot.png);
}
.top__ttl-event::before {
  background-image: url(/images/theme2020/attraction/top_ttl-event.png);
}

.search .column-2 {
  justify-content: center;
  align-items: center;
}
.search__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.search__box {
  height: 36px;
  border-radius: 18px;
  border: 2px solid #009946;
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.search__input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0 16px;
}
.search__btn {
  position: relative;
  border: none;
  font-weight: bold;
  font-size: 16px;
  height: 36px;
  border-radius: 18px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
  letter-spacing: 0.4em;
}
.search__btn i {
  position: absolute;
  left: 24px;
}

.spot__container {
  position: relative;
  z-index: 1;
}
.spot__tab {
  position: absolute;
  width: 100%;
  height: calc((100vw - 40px) * (253 / 376));
  z-index: 3;
}
.spot__tab li {
  border: 2px solid;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: bold;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  transition: 0.25s;
  pointer-events: auto;
}
.spot__tab li.kagawa {
  right: 0;
  bottom: 0;
}
.spot__tab li.kagawa.is-active {
  display: none;
}
.spot__tab .takamatsu {
  border-color: #ff8066;
  top: 40%;
  left: 46%;
}
.spot__tab .takamatsu.is-active, .spot__tab .takamatsu:hover {
  color: #ff8066;
}
.spot__tab .shodoshima {
  border-color: #9551a6;
  top: 4%;
  right: 0;
}
.spot__tab .shodoshima.is-active, .spot__tab .shodoshima:hover {
  color: #9551a6;
}
.spot__tab .eastern {
  border-color: #25a4c2;
  top: 58%;
  right: 0;
}
.spot__tab .eastern.is-active, .spot__tab .eastern:hover {
  color: #25a4c2;
}
.spot__tab .central {
  border-color: #efd31d;
  top: 58%;
  left: 32%;
}
.spot__tab .central.is-active, .spot__tab .central:hover {
  color: #efd31d;
}
.spot__tab .western {
  border-color: #489f59;
  bottom: 8%;
  left: 12%;
}
.spot__tab .western.is-active, .spot__tab .western:hover {
  color: #489f59;
}
.spot__area {
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.spot__area-item {
  display: block;
  opacity: 0;
  height: 0;
  font-size: 14px;
}
.spot__area-item img {
  width: 100%;
}
.spot__area-item.is-show {
  transition: 0.25s ease-in;
  opacity: 1;
  height: auto;
}
.spot__area-map {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: inherit;
}
.spot__area-list {
  position: relative;
}
.spot__area-list li {
  position: relative;
}
.spot__area-list li a {
  color: #000;
  pointer-events: auto;
  display: flex;
  align-items: flex-start;
}
.spot__area-list li a > img {
  width: 100px;
}
.spot__area-list li:not(:last-child) {
  margin-bottom: 16px;
}
.spot__area-list__item {
  margin-left: 16px;
}
.spot-name {
  font-size: 16px;
  padding: 4px 0 8px;
  font-weight: bold;
  color: #009946;
}

.category__list {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.category__list > li {
  width: calc((100% - 8px) / 2);
  margin-right: 8px;
}
.category__list > li:nth-child(2n), .category__list > li:last-child {
  margin-right: 0;
}
.category__list > li:nth-child(n + 3) {
  margin-top: 16px;
}
.category__list > li img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}
.category__list li a,
.category__list li img {
  display: block;
}
.category__list li a {
  color: inherit;
}
.category__ttl {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 64px;
}
.category__ttl-open {
  position: relative;
  color: #009946;
  background: none;
  background-color: #fff;
  padding: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid;
}
.category__items {
  padding: 0 8px;
  width: 100%;
}
.category__items li {
  width: 100%;
}
.category__items li:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.category__items li a {
  font-size: 16px;
  width: 100%;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
}
.category__menu {
  border: 2px solid #009946;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 320px;
}

.eventCalendar__list li {
  width: 100%;
  margin: 0 16px;
}
.eventCalendar__calender {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  box-sizing: border-box;
}
.eventCalendar__calender th,
.eventCalendar__calender td {
  width: calc(100% / 7);
  text-align: center;
  padding: 0;
  display: table-cell;
  box-sizing: border-box;
}
.eventCalendar__calender th[colspan="7"],
.eventCalendar__calender td[colspan="7"] {
  padding-top: 0;
}
.eventCalendar__calender th label,
.eventCalendar__calender td label {
  display: block;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: 100%;
}
.eventCalendar .calender-title {
  background-color: #80BA4E;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.eventCalendar .calender-year {
  position: absolute;
  left: 8px;
  font-size: 12px;
}
.eventCalendar .calender-month {
  text-align: center;
  font-size: 18px;
}
.eventCalendar .calender-month small {
  color: inherit;
  font-size: 14px;
}
.eventCalendar .calender-week {
  border-bottom: 1px solid #000;
}
.eventCalendar .calender-week th {
  padding: 6px 0;
}
.eventCalendar .calender-sunday, .eventCalendar .calender-holiday {
  color: #e65151;
}
.eventCalendar .calender-saturday {
  color: #1596d6;
}
.eventCalendar .calender .past {
  color: #ccc;
}
.eventCalendar .calender .today {
  font-weight: bold;
}
.eventCalendar .calender .none {
  background-color: #fafafa;
}
.eventCalendar .calender .active, .eventCalendar .calender .val:not(.past):hover {
  color: #fff;
  background-color: #ff7676;
}
.eventCalendar .calender .val:not(.past) label {
  cursor: pointer;
}
.eventCalendar__btn {
  margin-top: 40px;
}
.eventCalendar__btn .btn {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid;
  font-weight: bold;
  position: relative;
  width: 260px;
  margin: auto;
}
.eventCalendar__btn .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.eventCalendar__btn .btn-search {
  color: #009946;
}
.eventCalendar__btn .btn-search::after {
  background-image: url(/images/theme2020/common/ico-event.png);
}
.eventCalendar__btn .btn-clear {
  color: #999;
}
.eventCalendar__btn .btn-clear::after {
  background-image: url(/images/theme2020/attraction/ico-clear.png);
}
.eventCalendar__btn .btn:not(:last-child) {
  margin-bottom: 16px;
}

.searchResult {
  padding-top: 16px;
  border-top: 2px solid #009946;
}
.searchResult__top {
  margin-bottom: 24px;
}
.searchResult__count {
  font-size: 14px;
  font-weight: bold;
  color: #009946;
  margin-bottom: 16px;
  text-align: center;
}
.searchResult__count strong {
  font-size: 24px;
  margin-right: 8px;
}
.searchResult__container {
  max-width: 1280px;
  margin: auto;
}
.searchResult__display {
  padding: 16px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.searchResult__display-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchResult__display-list li:not(:last-child) {
  margin-right: 8px;
}
.searchResult__display-list a {
  color: #000;
  font-size: 14px;
}
.searchResult__display-list a i.fa {
  color: #009946;
  margin-right: 4px;
}
.searchResult__display-list a.active, .searchResult__display-list .eventCalendar .calender a.val:not(.past):hover, .eventCalendar .calender .searchResult__display-list a.val:not(.past):hover {
  color: #009946;
}
.searchResult__dateSort {
  margin-top: 16px;
}
.searchResult__dateSort .btn {
  width: 100%;
  max-width: 320px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009946;
  border-radius: 20px;
  border: 2px solid;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
  padding-right: 50px;
  margin: auto;
}
.searchResult__dateSort .btn:last-of-type {
  margin-top: 8px;
}
.searchResult__dateSort .btn::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.searchResult__dateSort .btn-event::after {
  background-image: url(/images/theme2020/common/ico-event.png);
}
.searchResult__dateSort .btn-modify::after {
  background-image: url(/images/theme2020/common/ico-event.png);
}
.searchResult__dateSort .btn-distance::after {
  background-image: url(/images/theme2020/common/ico-event.png);
}
.searchResult__tile a {
  color: #000;
}
.searchResult__tile .column-4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.searchResult__tile .column-4 li {
  width: calc((100% - 16px) / 2);
}
.searchResult__tile .column-4 li:not(:nth-child(2n)) {
  margin-right: 16px;
}
.searchResult__tile .column-4 li:nth-child(n + 3) {
  margin-top: 16px;
}
.searchResult__tile .column-4 li img,
.searchResult__tile .column-4 li a {
  display: block;
  width: 100%;
}
.searchResult__tile-name {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
.searchResult__list li:not(:last-child) {
  margin-bottom: 40px;
}
.searchResult__list li a {
  color: #000;
}
.searchResult__list .column-2 {
  align-items: flex-start;
  justify-content: space-between;
}
.searchResult__list-img {
  width: 120px;
  height: 120px;
}
.searchResult__list-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.searchResult__list-txt {
  width: calc(100% - 120px - 24px);
  font-size: 14px;
}
.searchResult__list-name {
  color: #009946;
  border: 2px solid;
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  border-radius: 8px;
  font-size: 18px;
  padding: 4px 8px;
  position: relative;
  margin-bottom: 16px;
  line-height: 1.2;
}
.searchResult__list-name::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #009946;
  width: 24px;
  left: -26px;
  top: calc((100% - 2px) / 2);
}
.searchResult__list-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.searchResult__list-items {
  margin-top: 16px;
  border-top: 1px dotted #ccc;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
}
.searchResult__list-items span {
  display: block;
  color: #009946;
}
.searchResult__list-items span:not(:last-of-type) {
  margin-right: 16px;
}
.searchResult__map--googleMap {
  width: 100%;
  height: 700px;
  background-color: #ccc;
}

_:-ms-lang(x)::backdrop,
.column-3 {
  width: calc((99.99% - 32px) / 3);
}

.paging__box {
  margin: 40px auto 0;
}
.paging__box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.paging__box ul li {
  padding: 0 5px;
}
.paging__box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #009946;
  border: 2px solid #009946;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.paging__box ul li.prev a, .paging__box ul li.next a {
  font-size: 34px;
  border: none;
}
.paging__box ul li.active a, .paging__box ul .eventCalendar .calender li.val:not(.past):hover a, .eventCalendar .calender .paging__box ul li.val:not(.past):hover a {
  color: #b8d9c7;
  border-color: #b8d9c7;
}

/*# sourceMappingURL=styles.css.map */
