@charset "utf-8";

/***************************************************************************

  共通

***************************************************************************/
/*****************************************
  タイトル
*****************************************/
.lowerTtlBlock.eventTtl h2 {
  padding: 102px 0 96px 0;
}

.lowerTtlBlock.eventTtl h2 span {
  line-height: 82px;
  display: block;
  font-size: 240%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2a0e00;
  padding: 0 0 0 100px;
  background: url("../images/event_icn.png") no-repeat left center;
  background-size: 82px auto;
}

@media screen and (max-width: 767px) {
  .lowerTtlBlock.eventTtl h2 {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
  }

  .lowerTtlBlock.eventTtl h2 span {
    line-height: 40px;
    font-size: 167.5%;
    padding: 0 0 0 50px;
    background-size: 40px auto;
  }
}

/*****************************************
  基本情報
*****************************************/
body.cntBgEvent02 {
  background-color: #fff8f5;
  background-image: none;
}

.sp {
  display: none;
}

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

/*****************************************
  タブ
*****************************************/
.event02TopBlock {}

.event02TabWrap {}

.event02TabUl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.event02TabLi {
  width: 30%;
  height: 56px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: solid 2px #fbc2ac;
  border-bottom: none;
  background-color: #fff;
  font-weight: bold;
  font-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
}

.event02TabLi a {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.event02TabLi a:hover {
  opacity: 0.6;
}

.event02TabLi.current {
  background-color: #fbc2ac;
  font-size: 110%;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.event02TabLi.current span {
  margin-top: -10px;
  position: relative;
}

.event02TabLi.current span:after {
  position: absolute;
  content: '';
  background: #ffffff;
  height: calc(tan(60deg) * 8px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  bottom: -10px;
  left: 50%;
}

.event02TabLi a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .event02TabLi {
    width: 32%;
    font-size: 90%;
  }

  .event02TabLi {
    width: 32%;
    font-size: 12px;
  }

  .event02TabLi.current {
    font-size: 12px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}

/*****************************************
  リスト
*****************************************/
.event02ListBlock {
  background-color: #fff;
  border: solid 2px #fbc2ac;
  border-radius: 20px;
  padding: 36px 60px;
  margin-bottom: 80px;
}

.weekendTitle {
  font-size: 130%;
  color: #DE6D1E;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  display: block;
  padding: 0 0 10px;
  margin: 10px auto 50px;
  border-bottom: dotted 2px #fbc3ad;
}

.numberDisp {
  font-size: 90%;
  margin-bottom: 20px;
}

.numberDisp span {
  font-size: 110%;
  font-weight: bold;
}

.event02ListWrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 0;
  letter-spacing: 0.05em;
}

.event02ListWrap:after {
  content: '';
  display: block;
  width: calc(100% / 3 - 14px);
}

.event02ListBox {
  width: calc(100% / 3 - 14px);
  margin-bottom: 30px;
}

.event02ListBox .inner {
  border: solid 2px #fbc2ac;
  border-radius: 20px;
  position: relative;
  padding: 16px;
  height: 100%;
}

.event02ListBox .inner a {
  color: #000;
}

.kaisaiFlag {
  position: absolute;
  color: #fff;
  font-size: 90%;
  background-color: #DE6D1E;
  padding: 4px 20px;
  top: -16px;
  left: -10px;
  border-radius: 20px;
}

.event02ListBox img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 102 / 77;
  object-fit: contain;
  margin-bottom: 16px;
}

.event02ListTi {
  margin-bottom: 12px;
  font-weight: bold;
  color: #DE6D1E;
  line-height: 1.4;
}

.icoCal,
.icoMap {
  font-size: 80%;
  padding-left: 20px;
  position: relative;
}

.icoCal:before,
.icoMap:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../images/lower/event02/ico_cal.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.icoCal {
  margin-bottom: 6px;
}

.icoMap:before {
  width: 12px;
  height: 16px;
  background-image: url("../images/lower/event02/ico_baloon.svg");
  top: 2px;
  left: 2px;
}

.btnMore {
  width: 50%;
  margin: 0 auto;
  background-color: #ffd505;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}

.btnMore:after,
.btnMore:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 16px;
  background-color: #000;
  right: 30px;
  top: 14px;
}

.btnMore:before {
  transform: rotate(90deg);
}

.ItemsShown {
  font-size: 93.33%;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 0 30px;
}

.ItemsShown span {
  font-size: 128.5714%;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 3px 0 0;
}

.ItemsShown i {
  font-weight: bold;
  padding: 0 2px;
}

@media screen and (max-width: 767px) {
  .event02ListBlock {
    border-radius: 0;
    padding: 18px 20px 40px 20px;
    margin-bottom: 40px;
    border-right: none;
    border-left: none;
  }

  .ItemsShown {
    font-size: 92%;
    padding: 0 0 20px;
  }

  .ItemsShown span {
    font-size: 136%;
  }

  .weekendTitle {
    margin: 0 auto 30px;
  }

  .numberDisp {
    font-size: 100%;
    margin-bottom: 24px;
  }

  .numberDisp span {
    font-size: 130%;
  }

  .event02ListWrap {
    display: block;
    margin-bottom: 40px;
  }

  .event02ListWrap:after {
    display: none;
  }

  .event02ListBox {
    width: 100%;
    margin-bottom: 30px;
  }

  .kaisaiFlag {
    font-size: 100%;
  }

  .event02ListBox figure img {
    width: 100%;
    height: 185px;
  }

  .event02ListTi {
    font-size: 110%;
  }

  .icoCal,
  .icoMap {
    font-size: 100%;
  }

  .btnMore {
    width: 70%;
  }

  .btnMore:after,
  .btnMore:before {
    top: 12px;
  }
}

/*****************************************
  カレンダー
*****************************************/
.event02CalHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.event02CalHead.underNavi {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.monthDisp {
  font-size: 160%;
  color: #DE6D1E;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  margin: 30px 0 20px;
  border-bottom: dotted 2px #fbc3ad;
}

.monthNaviUl {
  display: flex;
  align-items: center;
}

.monthNaviUl a {
  color: #000;
  display: block;
  transition: 0.3s;
}

.monthNaviUl a:hover {
  opacity: 0.7;
}

.monthNaviUl li {}

.prevMonth a {
  background-color: #b93a09;
  color: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 6px 20px 6px 36px;
  position: relative;
}

.prevMonth a:after {
  position: absolute;
  content: '';
  background: #fff;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  left: 16px;
  margin-top: -4px;
}

.thisMonth a {
  margin: 0 20px;
  border: solid 2px #b93a09;
  border-radius: 20px;
  padding: 6px 26px;
}

.nextMonth a {
  background-color: #b93a09;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 6px 36px 6px 20px;
  position: relative;
}

.nextMonth a:after {
  position: absolute;
  content: '';
  background: #fff;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 16px;
  margin-top: -4px;
}

.event02CalListWrap {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

.event02CalDay {
  border: solid 2px #fbc2ac;
  border-radius: 20px;
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  padding: 2px;
}

.event02CalDay.sat .event02CalDayDt {
  background-color: #d6e6f6;
  color: #076cca;
}

.event02CalDay.sun .event02CalDayDt {
  background-color: #fcd6e3;
  color: #ca0730;
}

.event02CalDayDt {
  background-color: #feeee7;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 160px;
  padding: 14px;
}

.event02CalDayDt span {
  font-size: 130%;
  font-weight: bold;
}

.event02CalDayDd .event02ListTi {
  margin-bottom: 8px;
  position: relative;
}

.event02CalDayDd .event02ListTi span {
  color: #1d8007;
  font-size: 73.4%;
  border: solid 1px #afd7af;
  background-color: #f2fcf2;
  margin: 3px 0 3px 6px;
  padding: 3px 12px;
  border-radius: 4px;
  display: inline-block;
  letter-spacing: 0;
}

.event02CalDayDd .event02ListTi:before {
  position: absolute;
  content: '';
  background: #DE6D1E;
  height: calc(tan(60deg) * 8px / 2);
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 6px;
  left: -10px;
}

.event02CalDayDd {
  width: calc(100% - 160px);
}

.event02CalDayUl {
  padding: 14px 14px 9px;
}

.event02CalDayUl li {
  padding-left: 16px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cecece;
}

.event02CalDayUl li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.event02CalDayUl li a {
  color: #000;
  transition: 0.3s;
}

.event02CalDayUl li a:hover {
  opacity: 0.7;
}

.event02CalDayUl li .icoCal {
  margin-bottom: 0;
}

.allShow a {
  background-color: #faaf3b;
  width: 260px;
  color: #000;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  display: block;
  position: relative;
}

.allShow a:before,
.allShow a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 2px;
  height: 12px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 1px);
  margin-top: -6px;
}

.allShow a:before {
  transform: rotate(45deg);
}

.allShow a:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .event02CalHead {
    display: block;
    margin-bottom: 20px;
  }

  .monthDisp {
    text-align: center;
    margin: 0 0 20px;
  }

  .monthNavi {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .prevMonth a {
    padding: 6px 10px 6px 26px;
  }

  .prevMonth a:after {
    left: 10px;
  }

  .thisMonth a {
    margin: 0 20px;
    padding: 6px 16px;
  }

  .nextMonth a {
    padding: 6px 26px 6px 10px;
  }

  .nextMonth a:after {
    right: 10px;
  }

  .event02CalDay {
    display: block;
  }

  .event02CalDayDt {
    border-radius: 18px 18px 0 0;
    width: 100%;
    padding: 14px;
  }

  .event02CalDayDt:has(+ dd:empty) {
    border-radius: 18px 18px 18px 18px;
  }

  .event02CalDayDd {
    width: 100%;
  }

  .allShow a {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*****************************************
  サイドナビ
*****************************************/
.navSearch {
  margin: 0 0 20px;
  display: block;
  text-align: center;
  color: #222;
  font-weight: bold;
  background: #fbc2ac url(../images/search_icn.png) no-repeat center 20px;
  background-size: 20px auto;
  border-radius: 20px;
  padding: 50px 20px 20px;
  transition: 0.3s;
  cursor: pointer;
}

.navSearch a {
  color: #222;
}

.navSearch:hover {
  opacity: 0.7;
}


/***************************************************************************

  記事ページ

***************************************************************************/
.eventIntBlock {
  width: 100%;
  background: #fff;
  padding: 40px 0;
  margin: 0 0 30px;
}

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

/*****************************************
  グリッド
*****************************************/
.eventIntBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto 1fr;
}

.eventIntBlock .eventIntName {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.eventIntBlock .eventIntPhoto {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .eventIntBlock .wrap {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .eventIntBlock .eventIntName {
    padding: 0 20px 20px;
  }
}

.eventIntSummary {}

.eventIntAttribute {}

/* 絞り込み条件BOX */
.filterConditionsBox {
  box-sizing: border-box;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 2px solid #b93a09;
  border-radius: 20px;
  transition: .3s;
  position: relative;
}

.filterConditionsBoxHead {
  border-radius: 18px 18px 0 0;
  background-color: #b93a09;
  padding: 15px 0;
}

.filterConditionsBoxHead > .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.filterConditionsBoxBody {
  padding: 20px;
}

.fcbDisp .row {
  display: flex;
  margin-bottom: 15px;
}

.fcbDisp .row:last-of-type {
  margin-bottom: 0;
}

.fcbDisp .row > div {
  padding-left: 20px;
  box-sizing: border-box;
  width: calc(100% - 130px);
}

.fcbDisp .row > .ttl {
  width: 130px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 10px;
  border-right: dashed 2px #a1a1a1;
}

@media screen and (max-width: 767px) {
  .filterConditionsBox {
    width: 100%;
    margin: 0 auto 20px;
    border-radius: 15px;
  }

  .eventIntPhoto {
    width: 100%;
    height: auto;
  }

  .filterConditionsBoxHead {
    border-radius: 13px 13px 0 0;
    padding: 5px 0;
  }

  .filterConditionsBoxHead > .ttl {
    font-size: 106.6%;
  }

  .filterConditionsBoxBody {
    padding: 10px 20px;
  }

  .fcbDisp .row {
    margin-bottom: 5px;
  }

  .fcbDisp .row > .ttl {
    width: 70px;
    border-right-width: 1px;
  }

  .fcbDisp .row > div {
    width: calc(100% - 70px);
  }
}


/*****************************************
  グリッド内コンテンツ
*****************************************/
.eventIntName {
  width: 100%;
  padding: 0 0 30px;
}

.eventIntName h3 {
  display: inline-block;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
  color: #DE6D1E;
  letter-spacing: 0.1em;
  padding: 0 0 10px;
  margin: 0 0 12px;
  border-bottom: dotted 2px #fbc3ad;
}

.eventIntName span {
  display: block;
  font-size: 106.66%;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.eventIntSummary {
  width: 100%;
  background: #fff7d0;
  font-size: 100%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 20px 29px;
  border-radius: 20px;
}

.eventIntAttribute {
  width: 100%;
  padding: 40px 0 0 30px;
}

.eventIntAttribute dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.eventIntAttribute dl dt {
  width: 130px;
  font-size: 100%;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 6px 0 5px;
}

.eventIntAttribute dl dd {
  width: calc(100% - 130px);
  font-size: 80%;
  letter-spacing: 0.05em;
  padding: 2px 0 0;
  margin: 0 0 10px;
}

.eventIntAttribute dl dt span {
  padding: 0 0 0 23px;
  display: inline-block;
}

.eventIntAttribute dl dt.area span {
  color: #1d8007;
  background: url(../images/lower/area_icn.png) no-repeat left center;
  background-size: 14px auto;
}

.eventIntAttribute dl dt.genre span {
  color: #fe7e00;
  background: url(../images/lower/genre_icn.png) no-repeat left center;
  background-size: 13px auto;
}

.eventIntAttribute dl dd {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 5px;
}

.eventIntAttribute dl dd span {
  padding: 5px 17px;
  line-height: 1;
  display: inline-block;
  border-radius: 3px
}

.eventIntAttribute dl dd.areaLabel span {
  color: #1d8007;
  border: solid 1px #afd7af;
  background: #f2fcf2;
}

.eventIntAttribute dl dd.genreLabel span {
  color: #fe7e00;
  border: solid 1px #ffbc7a;
  background: #fff9f3;
}

@media screen and (max-width: 767px) {
  .eventIntName h3 {
    font-size: 150%;
  }

  .eventIntAttribute {
    padding: 25px 20px 0;
    order: 1;
  }

  .eventIntAttribute dl dt {
    width: 100px;
  }

  .eventIntAttribute dl dt span {
    padding: 0 0 0 18px;
  }

  .eventIntAttribute dl dt.area span,
  .eventIntAttribute dl dt.genre span {
    background-size: 12px auto;
  }

  .eventIntAttribute dl dd span {
    padding: 3px 12px;
  }

  .eventIntSummary {
    width: calc(100% - 40px);
    margin: 10px auto 0 auto;
    padding: 15px 20px;
    order: 2;
  }
}

/*****************************************
  グリッド内 スライダー
*****************************************/
.swiper.slider {
  width: 444px;
  padding: 0;
  margin: 0 0 0 46px;
  height: initial !important;
}

.swiper.slider .swiper-wrapper {
  width: 100%;
  height: initial !important;
  padding: 0;
  margin: 0;
}

.swiper.slider .swiper-slide {
  width: 100%;
  height: initial !important;
  padding: 0;
  margin: 0;
}

.swiper.slider .swiper-slide span {
  width: 100%;
  display: block;
  padding: 10px 10px 0;
  text-align: center;
  font-size: 93.3333%;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.swiper.slider-thumbnail {
  width: 100px;
  max-height: 400px;
  padding: 0;
  margin: 0;
}

.swiper.slider-thumbnail .swiper-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: 100%;
  height: 100% !important;
  text-align: right;
  padding: 0 0 10px;
}

.slider-thumbnail .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  max-height: 76px;
  object-fit: contain;
  text-align: right;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper {
  width: 100%;
}

.swiper-slide img {
  height: auto;
  max-height: 330px;
  width: 100%;
  object-fit: contain;
}

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

  .swiper.slider .swiper-slide,
  .swiper-slide img {
    /*max-height: 280px;*/
  }

  .swiper-slide img {
    width: 100%;
    aspect-ratio: 102 / 77;
    object-fit: contain;
  }

  .eventIntPhoto .swiper-slide {
    display: block;
    height: auto;
  }

  .swiper.slider-thumbnail {
    display: none;
  }

  .sp_swiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 0 !important;
  }

  .swiper-pagination-bullet-active {
    background-color: #DE6D1E;
  }
}

/*****************************************
  基本情報
*****************************************/
.eventDetBlock {
  width: 100%;
}

.eventDetBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.eventDetBlock p {
  font-size: 99.333%;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0 0 30px;
}

.eventDetBlock .eventDetCnt {
  background: #fff;
  border-radius: 20px;
  border-top: solid 6px #fbc3ad;
  padding: 36px 60px 18px;
}

.eventDetBlock h3 {
  text-align: center;
  font-size: 133.333%;
  font-weight: bold;
  color: #DE6D1E;
  letter-spacing: 0.1em;
  display: block;
  border-bottom: solid 1px #d3d3d3;
  padding: 0 0 36px;
}

.eventDetBlock .eventDetCntWrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.eventDetBlock dl {
  width: 517px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: solid 1px #d3d3d3;
  padding: 18px 0;
}

.eventDetBlock dl:nth-child(1),
.eventDetBlock dl:nth-child(2) {
  border-top: 0;
}

.eventDetBlock dt {
  width: 197px;
  text-align: center;
  color: #BD5E1A;
  line-height: 1;
  font-size: 93.333%;
  font-weight: bold;
  background: #feeee7;
  border-radius: 15px;
  margin: 0 0 0 2px;
  padding: 9px 0;
}

.eventDetBlock dd {
  width: calc(100% - 199px);
  line-height: 1.8;
  padding: 4px 0 0 34px;
}

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

  .eventDetBlock .wrap {
    max-width: 100%;
    padding: 0 0 30px;
  }

  .eventDetBlock .eventDetCnt {
    padding: 20px;
  }

  .eventDetBlock h3 {
    padding: 0 0 20px;
  }

  .eventDetBlock .eventDetCntWrap {
    display: block;
  }

  .eventDetBlock dl {
    width: 100%;
    padding: 10px 0;
  }

  .eventDetBlock dl:nth-child(2) {
    border-top: solid 1px #d3d3d3;
  }

  .eventDetBlock dt {
    width: 90px;
    padding: 6px;
    line-height: 1.2;
  }

  .eventDetBlock dd {
    width: calc(100% - 90px);
    padding: 0 0 0 10px;
  }
}

/*****************************************
  マップ
*****************************************/
.eventMapBlock {
  width: 100%;
}

.eventMapBlock .warp {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
}

.eventMapBlock .eventMapWrap {
  width: 100%;
  height: 484px;
  border-radius: 20px;
  border: solid 2px #fff;
  margin: 0 0 20px;
}

.eventMapBlock .eventMapWrap iframe {
  width: 100%;
  height: 480px;
  border-radius: 20px;
}

.lastUpdated {
  text-align: right;
}

.backToListBox {
  padding: 70px 0 80px;
  text-align: center;
}

.backToListBox a {
  display: inline-block;
  background: #b93a09;
  border-radius: 20px;
  color: #fff;
  font-size: 120%;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 16px 20px;
  transition: 0.3s;
}

.backToListBox a:hover {
  opacity: 0.7;
}

.backToListBox a span {
  padding: 0 68px;
  background: url(../images/lower/arw_white.png) no-repeat right center;
  background-size: 7px auto;
}

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

  .eventMapBlock .eventMapWrap {
    width: calc(100% - 40px);
    height: 250px;
    margin: 0 auto;
  }

  .lastUpdated {
    padding: 20px;
  }

  .backToListBox {
    padding: 10px 0 40px;
  }

  .backToListBox a {
    border-radius: 30px;
  }
}

/*****************************************
  関連施設
*****************************************/
.relatedEventsBlock {
  width: 100%;
}

.relatedEventsBlock .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 40px;
  border-top: dotted 2px #fbc3ad;
}

.relatedEventsBlock h3 {
  font-size: 160%;
  font-weight: bold;
  color: #DE6D1E;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 0 40px;
}

.eventsSlideBox {
  width: 100%;
  position: relative;
}

.eventsSlideBox .swiper-slide {
  width: 285px;
  height: auto;
}

.eventsSlideBox .swiper-slide a {
  width: 100%;
  background: #fff;
  color: #333;
  padding: 20px 20px;
  border-radius: 20px;
  display: block;
  transition: 0.3s;
  height: 100%;
}

.eventsSlideBox .swiper-slide a:hover {
  opacity: 0.7;
}

.eventsSlideBox .swiper-slide a img {
  width: 100%;
  aspect-ratio: 102 / 77;
  object-fit: contain;
  border-radius: 9px;
  margin: 0 0 18px;
}

.eventsSlideBox .swiper-slide a .relatedEventsLabel {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.eventsSlideBox .swiper-slide a .relatedEventsLabel span {
  font-size: 80%;
  border: solid 1px #ffbc7a;
  background: #fff9f3;
  line-height: 1;
  border-radius: 3px;
  color: #fe7e00;
  padding: 5px 10px 3px;
  display: inline-block;
  margin: 0 0 12px;
}

.eventsSlideBox .swiper-slide a strong {
  font-size: 106.66%;
  line-height: 1.4;
  margin: 0 0 12px 2px;
  display: block;
}

.eventsSlideBox .swiper-slide a .address {
  font-size: 93.3333%;
  line-height: 1.3;
  padding: 0 0 0 18px;
  background: url(../images/pin_green_icn.png) no-repeat left calc(0.6em - 8px);
  background-size: 12px auto;
  margin: 0 0 10px 2px;
  display: block;
}

.eventsSlideBox .swiper-slide a .phone {
  font-size: 93.3333%;
  line-height: 1.3;
  padding: 0 0 0 18px;
  background: url(../images/phone_green_icn.png) no-repeat 1px calc(0.6em - 8px);
  background-size: 10px auto;
  margin: 0 0 5px 2px;
  display: block;
}

.eventsSlideBox .swiper-wrapper {
  padding: 0 0 50px;
}

.eventsSlideBox.no_slide .swiper-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 20px;
}

.eventsSlideBox.no_slide .swiper-wrapper .swiper-slide {
  margin-right: 0 !important;
}

.eventsSlideBox .swiper-pagination {
  position: absolute !important;
  bottom: 6 !important;
  z-index: 50 !important;
  width: 100% !important;
  height: 12px !important;
}

.eventsSlideBox .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 12px !important;
  background: #c9c9c9 !important;
  z-index: 50 !important;
  opacity: 1 !important;
}

.eventsSlideBox .swiper-pagination-bullet-active {
  background: #DE6D1E !important;
  z-index: 50 !important;
}

.eventsSlideBox .swiper-button-prev02::after,
.eventsSlideBox .swiper-button-next02::after {
  display: none;
}

.eventsSlideBox .swiper-button-prev02 {
  width: 18px;
  height: 28px;
  background: url(../images/lower/prev_pink.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: -40px;
  transition: 0.3s;
  z-index: 2;
}

.eventsSlideBox.no_slide .swiper-button-prev02 {
  display: none;
}

.eventsSlideBox .swiper-button-prev02:hover {
  opacity: 0.7;
}

.eventsSlideBox .swiper-button-next02 {
  width: 18px;
  height: 28px;
  background: url(../images/lower/next_pink.png) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: -40px;
  transition: 0.3s;
  z-index: 2;
}

.eventsSlideBox.no_slide .swiper-button-next02 {
  display: none;
}

.eventsSlideBox .swiper-button-next02:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .relatedEventsBlock .wrap {
    width: calc(100% - 40px);
  }

  .relatedEventsBlock h3 {
    font-size: 150%;
    display: block;
    text-align: center;
  }

  .eventsSlideBox {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .eventsSlideBox.no_slide .swiper-slide {
    width: 100%;
  }

  .eventsSlideBox .swiper-slide a img {
    margin: 0px 0 15px;
  }

  .eventsSlideBox .swiper-slide a strong {
    font-size: 125%;
  }

  .eventsSlideBox .swiper-slide a .address {
    background-position: left calc(0.6em - 7px);
    background-size: 10px auto;
  }

  .eventsSlideBox .swiper-slide a .phone {
    background-position: 1px calc(0.6em - 6px);
    background-size: 8px auto;
  }

  .eventsSlideBox .swiper-button-prev02 {
    width: 12px;
    height: 18px;
    left: -5px;
  }

  .eventsSlideBox .swiper-button-next02 {
    width: 12px;
    height: 18px;
    right: -5px;
  }

  .eventsSlideBox .swiper-wrapper {
    padding: 0 0 30px;
  }
}

/*****************************************
  検索モーダル内
*****************************************/
#searchModal h3 {
  color: #b93a09;
  margin: 0 0 30px;
}

#searchModal .searchModalCnt {
  width: 100%;
}

#searchModal .searchModalCnt h4 {
  display: block;
  border-bottom: 1px solid #d3d3d3;
}

#searchModal .searchModalCnt h4 span {
  font-size: 120%;
  font-weight: bold;
  display: block;
  color: #b93a09;
  padding: 15px 0;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}

#searchModal .searchModalCnt h4 span:hover {
  opacity: 0.7;
}

.searchModalCnt h4 span::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-right: 4px solid #b93a09;
  border-bottom: 4px solid #b93a09;
  transform: rotate(45deg);
  left: auto;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.searchModalCnt.amcAcdOn h4 span::after {
  transform: rotate(225deg);
}

#searchModal .modalColmnBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0 0;
}

#searchModal .modalColmnBox::after {
  content: '';
  width: 31.5%;
  display: block;
}

#searchModal .modalColmnBox.smcCol3 .modalColmnItems {
  width: 31.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

#searchModal .modalColmnItems strong {
  width: 100%;
  font-size: 100%;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 0 20px;
  font-weight: bold;
  background: #eee;
}

#searchModal #event_year {
  margin: 0 10px 0 0;
}

#searchModal #event_month {
  margin: 0 10px 0 0;
}

#searchModal .modalColmnItems label {
  width: 50%;
  padding: 0 15px 8px 0;
}

#searchModal .smcCol1 .modalColmnItems label {
  width: 20%;
}

#searchModal .smcCol1_50 .modalColmnItems label {
  width: 50%;
}

#searchModal .modalColmnItems label.w100 {
  width: 100%;
}

#searchModal .modalColmnItems label.cobTtlLabel {
  width: 100%;
  font-size: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px;
  border-radius: 5px;
  margin: 0 0 20px;
  font-weight: bold;
}

#searchModal input[type=checkbox] {
  margin: 0 5px 0 0;
  display: inline-block;
}

.cobTtlLabel.chuyo {
  background: #d7ebd7;
}

.cobTtlLabel.toyo {
  background: #c8eff2;
}

.cobTtlLabel.nanyo {
  background: #fdf3bf;
}

.cobTtlLabel.genre {
  background: #ffe4d6;
}

#searchModal .modalColmnBox.smcCol2 .modalColmnItems {
  width: 48.5%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

#searchModal .modalColmnBox.smcCol1 .modalColmnItems,
#searchModal .modalColmnBox.smcCol1_50 .modalColmnItems {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

.modalColmnItems div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*
  border-top: solid 1px #d2d2d2;
  padding: 10px 0 0;
  */
  margin: 10px 0 0;
  border: dotted 2px #faa;
  padding: 8px 10px 0;
  border-radius: 5px;
}

.modalColmnItems dl {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 0 20px;
  font-weight: bold;
  background: #ffe4d6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modalColmnItems dt {
  font-size: 100%;
}

.modalColmnItems dd {
  font-size: 100%;
}

.modalColmnItems dd a {
  color: #000;
  font-weight: normal;
  padding: 0 20px 0 0;
  transition: 0.3s;
}

.modalColmnItems dd a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

input[type="submit"].submitBtn {
  background-color: #b93a09;
  color: #fff;
  font-weight: bold;
  max-width: 600px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 20px 0;
  border: none;
  margin: 40px auto 20px;
  cursor: pointer;
  transition: 0.3s;
}

input[type="submit"].submitBtn:hover {
  opacity: 0.7;
}

input[type="reset"].reset {
  border: none;
  font-size: 15px;
  background-color: transparent;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}

input[type="reset"].reset:hover {
  opacity: 0.7;
  text-decoration: none;
}

#searchModal input[type="checkbox"],
#searchModal input[type="radio"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#searchModal label:hover,
#searchModal input[type="checkbox"]:hover {
  cursor: pointer;
}

#searchModal input[type=checkbox] {
  position: relative;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #999;
  margin: 0 5px 0 0;
  transform: translateY(-1px);
}

#searchModal input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 10px;
  border-right: 2px solid #0099AD;
  border-bottom: 2px solid #0099AD;
  content: '';
}

#searchModal input[type="radio"]:checked:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #0099AD;
}

@media screen and (max-width: 767px) {
  #searchModal h3 {
    font-size: 116%;
    margin: 0 0 20px;
  }

  #searchModal .searchModalCnt h4 span {
    font-size: 100%;
    padding: 10px 0;
  }

  .searchModalCnt h4 span::after {
    height: 10px;
    width: 10px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    right: 5px;
    top: -7px;
  }

  .searchModalCnt.amcAcdOn h4 span::after {
    top: 5px;
  }

  #searchModal .modalColmnBox {
    display: block;
    padding: 10px 0;
  }

  #searchModal .modalColmnBox.smcCol3 .modalColmnItems {
    width: 100%;
    padding: 0 0 10px;
  }

  #searchModal .modalColmnItems label.cobTtlLabel,
  #searchModal .modalColmnItems strong {
    margin: 0 0 10px;
  }

  #searchModal .modalColmnItems label {
    width: 33.3%
  }

  #searchModal .smcCol1 .modalColmnItems label {
    width: 50%;
  }

  #searchModal .modalColmnItems label.w100,
  #searchModal .smcCol2 label {
    width: 50%;
    padding: 0 0 10px;
  }

  #searchModal .modalColmnItems label.cobTtlLabel {
    width: 100%;
  }

  #searchModal .modalColmnBox.smcCol2 .modalColmnItems {
    width: 100%;
    padding: 0 0 10px;
  }

  #searchModal .modalColmnBox.smcCol2 .modalColmnItems:last-child dl {
    display: block;
    margin: 0;
  }

  #searchModal .modalColmnBox.smcCol1 .modalColmnItems,
  #searchModal .modalColmnBox.smcCol1_50 .modalColmnItems {
    padding: 0 0 10px;
  }

  .modalColmnItems div {
    margin: 0 0 10px;
  }

  input[type="submit"].submitBtn {
    max-width: 100%;
    font-size: 116%;
    padding: 15px 0;
    margin: 20px auto 10px;
  }

  input[type="reset"].reset {
    font-size: 100%;
  }

  #searchModal .searchModalCnt h4 span:hover {
    opacity: 1;
  }
}

/* ページ送り */
.pagination {
  margin-top: 70px;
}

.pagination-list {
  text-align: center;
}

.pagination-list .page-numbers {
  color: #b93a09;
  font-size: 1.4rem;
  border: 2px solid #b93a09;
  background-color: #fff;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 26px;
  font-weight: bold;
}

.pagination-list a.page-numbers {
  color: #fff;
  background-color: #b93a09;
}

.pagination-list .page-numbers.dots {
  background-color: transparent;
  border: none;
  padding: 10px 2px;
}

.pagination-list .page-numbers.next,
.pagination-list .page-numbers.prev {
  padding: 10px 40px;
}

.pagination-list .page-numbers.next {
  margin-left: 10px;
}

.pagination-list .page-numbers.prev {
  margin-right: 10px;
}

.qaAdviceLink > li::before {
  content: "●";
  color: #ff7834;
  padding: 0 0.2em 0 0;
}

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

  .pagination-list .page-numbers {
    font-size: 1.1rem;
    padding: 6px 10px;
  }

  .pagination-list .page-numbers.next,
  .pagination-list .page-numbers.prev {
    padding: 6px 10px;
  }

  .pagination-list .page-numbers.next {
    margin-left: 5px;
  }

  .pagination-list .page-numbers.prev {
    margin-right: 5px;
  }
}

.no_article {
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 30px 10px;
  color: #666;
  letter-spacing: 0.1em;
}

.narrowDownBox {
  width: 100%;
  margin: 0 auto 40px;
  background: #b93a09;
  border-radius: 20px;
  padding: 0 22px 0 35px;
  cursor: pointer;
  transition: .3s;
}

.narrowDownBox:hover {
  opacity: 0.8;
}

.narrowDownBox span {
  width: 100%;
  display: inline-block;
  padding: 26px 0 26px;
  text-align: left;
  color: #fff;
  font-size: 120%;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
}

.narrowDownBox span i {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #ffd605;
  border-radius: 5px;
  right: 0;
  top: calc(50% - 15px);
}

.narrowDownBox span i::before,
.narrowDownBox span i::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #222222;
  display: block;
  left: 13px;
  top: 6px;
}

.narrowDownBox span i::after {
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .narrowDownBox {
    width: 100%;
    margin: 0 auto 40px;
  }

  .narrowDownBox:hover {
    opacity: 1;
  }

  .narrowDownBox span {
    padding: 20px 0;
    font-size: 120%;
  }
}


/***************************************************************************

  コンテンツ内検索

***************************************************************************/
.eventMainBlock {
  background: #fff;
  padding: 35px 40px 30px;
  border-radius: 20px;
  border-top: solid 6px #fbc2ac;
}
.eventMainBlock .gsc-control-cse,
.eventMainBlock .gsc-control-cse .gsc-table-result {
  font-family: 'BIZ UDPGothic', Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif !important;
}
.eventMainBlock .gsc-results .gsc-cursor-box {
  margin: 30px 0 !important;
}
.eventMainBlock .gsc-results .gsc-cursor div.gsc-cursor-page {
  border: 1px solid #b93a09 !important;
  background: #b93a09;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block !important;
}
.eventMainBlock .gsc-results .gsc-cursor div.gsc-cursor-current-page {
  background: #ffffff;
  display: block;
  border-radius: 50%;
  color: #b93a09 !important;
}
.eventMainBlock .gsc-results .gsc-cursor div:hover {
  text-decoration: none !important;
}
.eventMainBlock .gsc-orderby-container {
  display: none;
}

@media screen and (max-width: 767px) {
  .eventMainBlock {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0 auto 30px;
  }
  .eventMainBlock .gsc-control-cse {
    padding: 0;
  }
  .eventMainBlock .gsc-result-info,
  .eventMainBlock .gsc-orderby-container,
  .eventMainBlock .gs-snippet,
  .eventMainBlock .gcsc-find-more-on-google {
    font-size: 11px;
    line-height: 1.4;
  }
  .eventMainBlock .gs-webResult .gs-visibleUrl,
  .eventMainBlock .gs-fileFormat,
  .eventMainBlock .gs-fileFormatType,
  .eventMainBlock .gsc-selected-option {
    font-size: 9px;
    line-height: 1.2;
  }
  .eventMainBlock .gsc-control-cse .gs-spelling,
  .eventMainBlock .gsc-control-cse .gs-result .gs-title,
  .eventMainBlock .gsc-control-cse .gs-result .gs-title * {
    font-size: 12px;
  }
  .eventMainBlock .gsc-results .gsc-cursor div.gsc-cursor-page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin: 5px;
  }
}

/*****************************************
  イベント情報 タクソノミー別 一覧
*****************************************/
.taxonomy_ttl {
  font-size: 133.333%;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 12px;
  margin: 0 0 24px;
  display: block;
  line-height: 1.6;
  border-bottom: dotted 3px #fbc3ad;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .taxonomy_ttl {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/***************************************************************************

  google検索フォーム

***************************************************************************/
.eventWordSearchBlock {
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
  border: solid 2px #fbc2ac;
  background: #fff;
}

.eventWordSearchBlock strong {
  line-height: 1;
  padding: 0 0 10px 0;
}

.eventWordSearchBlock .commonSearchBox {
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0;
  padding: 0 0 0 0;
  background: none;
}

.eventWordSearchBlock .commonSearchBox #___gcse_0,
.eventWordSearchBlock .commonSearchBox #___gcse_1 {
}

.eventWordSearchBlock .commonSearchBox form {
  flex: 1;
  display: flex;
  justify-content: space-around;
}

.eventWordSearchBlock .commonSearchBox form.gsc-search-box {
  margin: 0;
}

.eventWordSearchBlock .commonSearchBox table.gsc-search-box {
  margin-bottom: 0;
}

.eventWordSearchBlock .commonSearchBox .gsib_a {
  padding: 0;
}

.eventWordSearchBlock .commonSearchBox .gsc-input-box {
  border: none;
  background: #fff;
  border-radius: 20px 0 0 20px !important;
  padding: 0;
  line-height: 1;
}

.eventWordSearchBlock .commonSearchBox input#gsc-i-id1,
.commonSearchBox input.gsc-input {
  width: 160px !important;
  height: 36px !important;
  border-radius: 20px 0 0 20px !important;
  font-size: 15px;
  padding: 0 10px !important;
  border: solid 2px #fbc2ac !important;
}

.eventWordSearchBlock .commonSearchBox table.gsc-search-box td.gsc-input {
  padding-right: 0;
}

.eventWordSearchBlock .commonSearchBox table.gsc-search-box td.gsib_b {
  display: none;
}

.eventWordSearchBlock .commonSearchBox form input[type=text] {
  flex: 1;
  height: 36px;
  font-size: 15px;
  padding: 0 10px;
  border-radius: 5px;
  border: solid 1px #fbc2ac;
  background-position: 10px center !important;
}

.eventWordSearchBlock .commonSearchBox form input[type=submit],
.eventWordSearchBlock .commonSearchBox button,
.eventWordSearchBlock .gsc-search-button-v2 {
  width: 72px;
  height: 36px;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #222222;
  background: #fbc2ac !important;
  border: 0;
  border-radius: 0 20px 20px 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

.eventWordSearchBlock .commonSearchBox form input[type=submit]:hover,
.eventWordSearchBlock .commonSearchBox button:hover,
.eventWordSearchBlock .gsc-search-button-v2:hover {
  opacity: 0.7;
}

.eventWordSearchBlock .commonSearchBox button::before {
  content: '検索';
  position: absolute;
  color: #222;
  top: 10px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.eventWordSearchBlock .commonSearchBox .gsc-search-button svg {
  display: none;
}

@media screen and (max-width: 767px) {
  .eventWordSearchBlock {
    width: 100%;
    margin: 0 auto 20px;
    padding: 20px 25px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .eventWordSearchBlock strong {
    padding: 0 0 10px;
  }

  .eventWordSearchBlock .commonSearchBox {
    width: 100%;
  }

  .eventWordSearchBlock .commonSearchBox #___gcse_0,
  .eventWordSearchBlock .commonSearchBox #___gcse_1 {
    width: 100%;
  }

  .eventWordSearchBlock .commonSearchBox form.gsc-search-box {
    margin: 0;
  }

  .eventWordSearchBlock .commonSearchBox .gsib_a {
    padding: 0;
    width: 100%;
  }

  .eventWordSearchBlock .commonSearchBox input#gsc-i-id1,
  .commonSearchBox input.gsc-input {
    width: 100% !important;
    height: 32px !important;
    font-size: 100% !important;
    padding: 0 10px !important;
  }

  .eventWordSearchBlock .commonSearchBox form input[type=submit],
  .eventWordSearchBlock .commonSearchBox button,
  .gsc-search-button-v2 {
    width: 60px;
    height: 32px;
    font-size: 100%;
  }
}

/*****************************************
  検索結果ページ フォーム
*****************************************/
.eventMainBlock .eventWordSearchBlock {
  width: 100%;
  display: block;
  border: 0;
  padding: 0 0;
}

.eventMainBlock .eventWordSearchBlock .commonSearchBox {
  width: 100%;
}

.eventWordSearchBlock .commonSearchBox #___gcse_0,
.eventWordSearchBlock .commonSearchBox #___gcse_1 {
  width: 100%;
}

.eventMainBlock .eventWordSearchBlock .commonSearchBox input#gsc-i-id1,
.eventMainBlock .commonSearchBox input.gsc-input {
  width: 100% !important;
  height: 36px !important;
  border-radius: 20px 0 0 20px !important;
  font-size: 15px;
  padding: 0 10px !important;
  border: solid 2px #fbc2ac !important;
}

@media screen and (max-width: 767px) {
  .eventMainBlock .eventWordSearchBlock .commonSearchBox input#gsc-i-id1,
  .eventMainBlock .commonSearchBox input.gsc-input {
    width: 100% !important;
    height: 32px !important;
    font-size: 100% !important;
    padding: 0 10px !important;
  }
}