@charset "UTF-8";

/*----------------------------------------main----------------------------------------*/
#main.right {
  width: 80%;
  padding: 0 0 0 2em;
}

#promotion {
  position: relative;
  margin: 0 0 17px;
}

#promotion div.image {
  width: 100%;
  height: auto;
  padding-top: 40.3%;
  position: relative;
}

#promotion div.image p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}

#promotion div.image p img {
  width: 100%;
}

#promotion div.thumbnail ul {
  position: absolute;
  right: 13px;
  bottom: 14px;
}

#promotion div.thumbnail ul li {
  float: left;
  width: 63px;
  height: 34px;
  border: 1px solid #ddd;
  margin: 2px 2px 2px 6px;
}

#promotion div.thumbnail ul li.current {
  border: 3px solid #e60000;
  background: #000;
  margin: 0 0 0 4px;
  cursor: default !important;
}

#promotion div.thumbnail ul li:first-child.current {
  margin-bottom: -2px;
}

#promotion div.thumbnail ul li.current img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  #main.right {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #promotion {
    position: relative;
    margin: 0 0 10%;
  }

  #promotion div.thumbnail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 1% auto;
  }

  #promotion div.thumbnail ul li {
    float: none;
    width: 63px;
    height: 34px;
    border: 1px solid #ddd;
    margin: 2px 2px 2px 6px;
  }
}

/*----------------------------------------更新情報----------------------------------------*/
#banner_box {
  margin: 2em;
}

#banner_box .box {
  margin: 0 auto 2em;
}

#banner_box .box:last-child {
  margin: 0 auto 4em;
}

/*----------------------------------------更新情報----------------------------------------*/
.info {
  margin: 0 0 1em;
}

.info h2 {
  position: relative;
  width: 5%;
  min-width: 40px;
  margin: 0 2% 0 0;
  background: #dbdbdb url(../img/top/title_back.svg);
  background-size: 20%;
}

.info h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: "";
  background: #ff0000;
}

.info h2 img {
  padding: 50% 25% 0;
}

#newsBox table {
  width: 93%;
}

#newsBox table tr {
  height: 39px;
  border-bottom: dotted 1px #999;
}

#newsBox table tr:first-child {
  border-top: dotted 1px #999;
}

#newsBox table tr:last-child {
  border: none;
}

#newsBox table th {
  width: 100px;
  color: #e60000;
  border: 0px solid;
}

#newsBox table tr:nth-child(even) {
  background-color: #f4f4f2;
}

#newsBox table td {
  border: 0px solid;
}

@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }

  .info {
    padding: 0;
    margin: 0 0 1em;
  }

  .info h2 {
    width: 100%;
    background-size: 3%;
  }

  .info h2::before {
    width: 0.4em;
    height: 100%;
  }

  .info h2 img {
    width: 25%;
    min-width: 150px;
    padding: 2% 0% 2% 1em;
  }

  #newsBox table {
    width: 100%;
  }

  #newsBox table th {
    text-align: left;
    padding: 5px 0 0 3%;
  }

  #newsBox table td {
    padding: 0 0 5px 3%;
  }
}

/*----------------------------------------イベント情報----------------------------------------*/
#eventBox div.section {
  width: 29%;
  margin: 0 3% 0 0;
  background: url(../img/top/event_bg.jpg);
}

#eventBox div.section:last-child {
  margin-right: 0px;
}

#eventBox div.inner {
  border: solid 1px #d2d2c8;
}

#eventBox p.photo {
  border-bottom: solid 4px #e60000;
}

#eventBox p.photo img {
  width: 100%;
}

#eventBox div.section .box {
  position: relative;
  padding: 10px;
  color: #e60000;
  line-height: 1.25em;
}

#eventBox p.date {}

#eventBox p.title {
  margin: 1em auto;
}

#eventBox p.txt {}

#eventBox p.btn {
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #eventBox div.section {
    background: none;
  }

  #eventBox.info {
    padding: 0;
  }

  #eventBox div.section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 10%;
  }

  #eventBox p.title {
    margin: 0.5em auto 1em;
  }

  #eventBox p.btn {
    width: 75%;
    margin: 0 auto;
  }
}

/*----------------------------------------ピックアップ情報----------------------------------------*/
#picupBox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#picupBox .section {
  width: 48%;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: solid 1px #d2d2c8;
}

#picupBox .last {
  margin-right: 0px;
}

#picupBox .fix_left {
  width: 50%;
}

#picupBox .fix_left img {
  width: 100%;
}

#picupBox .fix_right {
  width: 50%;
}

#picupBox .fix_right p.txt {
  padding: 0 0 0 1em;
  line-height: 150%;
}

#picupBox .fix_right p.btn {
  padding: 1em 0 0 1em;
}

.btn_list {
  text-align: right;
  margin: 0 0 2em;
}

.btn_list a {
  color: #000;
}

.pagetop {
  text-align: right;
  margin: 0 auto 2em;
}

.pagetop img {
  height: 10px;
}

@media screen and (max-width: 768px) {
  .btn_list {
    padding: 0 1em 0 0;
    margin: 0 0 10%;
  }

  #picupBox .section {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1em;
  }

  #picupBox .last {
    margin-right: auto;
  }

  #picupBox .fix_right p.btn {
    max-width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 0;
    text-align: right;
  }

  #picupBox .fix_right p.btn img {
    width: 90%;
  }

  #picupBox .fix_right p.txt {
    padding: 0 0 0 1 em;
    line-height: 130%;
  }

  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1em auto 2em;
  }

  .pagetop img {
    width: 50%;
    height: inherit;
  }
}

/*----------------------------------------パンくずリスト----------------------------------------*/
#pan {
  height: 35px;
  padding: 0 0 0 10px;
  line-height: 35px;
  background: #eeeeee url(../img/common/pan_bg.gif);
}

#pan p {
  white-space: nowrap;
  overflow: hidden;
}

/*----------------------------------------まつり行列simpleページ----------------------------------------*/
#gyouretsubox {}

#gyouretsubox h3 {
  color: #e60000;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 auto 1em;
}

#gyouretsubox span {
  color: #141414;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#gyouretsubox span.arrow {
  padding: 0 0.8em;
}

#gyouretsubox h4 {
  font-size: 1.6rem;
  padding: 1em 0 1em;
}

#gyouretsubox .img {
  margin: 2em auto 1em;
}

#gyouretsubox .clearfix {
  padding: 2em 0 2em;
}

#gyouretsubox .left_img .photo {
  float: left;
  width: 30%;
}

#gyouretsubox .left_img .txt {
  float: right;
  width: 67%;
}

#gyouretsubox .right_img .photo {
  float: right;
  width: 30%;
}

#gyouretsubox .right_img .txt {
  float: left;
  width: 67%;
}

#gyouretsubox a:hover img {
  background: #eee;
  border-color: 1px solid #bbb;
}

@media screen and (max-width: 768px) {

  #gyouretsubox .left_img .photo,
  #gyouretsubox .left_img .txt,
  #gyouretsubox .right_img .photo,
  #gyouretsubox .right_img .txt {
    float: none;
    width: 100%;
  }

  #gyouretsubox .left_img .photo,
  #gyouretsubox .right_img .photo {
    text-align: center;
    width: 75%;
    margin: 0 auto 1em;
  }
}

/*----------------------------------------spot----------------------------------------*/
#spot {}

#spot h3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  line-height: 25px;
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em auto;
}

#spot h3 span {
  display: inline-block;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.2em 1em;
  line-height: 125%;
  border-radius: 1vw;
}

#spot h3 span.free {
  background: #cd9800;
}

#spot h3 span.discount {
  background: #ff8197;
}

#spot .left {
  width: 25%;
}

#spot .right {
  width: 72%;
}

@media screen and (max-width: 768px) {
  #spot h3 {
    display: block;
  }

  #spot h3 .icon {
    display: inline-block;
    text-align: right;
  }

  #spot .left {
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
  }

  #spot .right {
    width: 100%;
  }
}

/*----------------------------------------templateページ----------------------------------------*/
#template {
  line-height: 1.75em;
}

#template h2 {}

#template h2 img {
  height: 90px;
}

#template ul#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 2em;
}

#template Ul#menu li {}

#template Ul#menu li img.ok_swap {
  background: none;
  border: 1px solid #ccc;
}

#template Ul#menu li img {
  height: 40px;
  background: url(../img/common/nav_back_hover.png);
  background-size: 105%;
  background-position: center;
  /* border-top: 1px solid #e60002; */
  border-right: 0px solid #fff;
  border-bottom: 1px solid #e60002;
  border-left: 1px solid #e60002;
}

#template Ul#menu li:hover img.ok_swap {
  height: 40px;
  background: url(../img/common/nav_back_hover.png);
  background-size: 105%;
  background-position: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top: 1px solid #e60002;
  border-bottom: 1px solid #e60002;
}

#template Ul#menu li:nth-last-child(1):hover img.ok_swap {
  border-right: 1px solid #e60002;
  border-left: 1px solid #fff;
  border-top: 1px solid #e60002;
  border-bottom: 1px solid #e60002;
}

#template ul#pan_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 2em;
}

#template ul#pan_detail li {
  margin: 0 1em 0 0;
}

#template ul#gyouretsu {
  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;
}

#template ul#gyouretsu li {
  width: 32%;
  margin: 0 0 1.5%;
  border: 1px solid #d2d2c8;
  background: url(../img/event/event_bg.jpg);
}

#template ul#gyouretsu li.none {
  border: 0px solid;
  background: none;
}

#template ul#gyouretsu li img {
  width: 100%;
}

#template ul#gyouretsu li h4 {
  height: 39px;
  line-height: 39px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #e60000;
}

#template ul#gyouretsu li .btn {
  padding: 0 0 1em;
  text-align: center;
}

#template ul#gyouretsu li .btn img {
  width: 90%;
}

#template iframe {
  width: 100%;
  height: 60vh;
}

#template .about .fix_left {
  width: 10%;
}

#template .about .fix_right {
  width: 90%;
}

#template .about .text {
  margin: 3% auto;
}

.event .border_bottom {
  padding: 2em 0;
}

.border_bottom {
  padding: 0 0 2em;
  border-bottom: solid 1px #d2d2c8;
}

@media screen and (max-width: 768px) {
  #template {
    padding: 0 3%;
  }

  #template h2 img {
    height: 70px;
  }

  #template Ul#menu li {
    width: 33.33333%;
    height: inherit;
  }

  #template Ul#menu li img {
    width: 100%;
    height: inherit;
  }

  #template Ul#menu li:hover img.ok_swap {
    height: inherit;
  }

  #template Ul#menu li:hover img.ok_swap,
  #template Ul#menu li:nth-last-child(1):hover img.ok_swap {
    border: 1px solid #e60002;
  }

  #template ul#pan_detail li {
    margin: 0 5px 0 0;
  }

  #template .about .fix_left {
    width: 20%;
  }

  #template .about .fix_right {
    width: 80%;
  }

  #template ul#gyouretsu li {
    width: 49%;
    margin: 0 0 2%;
  }

  #template iframe {
    height: 40vh;
  }
}

/*----------------------------------------イベント会場、まつりギャラリー----------------------------------------*/
.single {}

.single #bar {
  background: #dbdbdb url(../img/top/title_back.svg);
  background-size: 3%;
  margin-bottom: 1em;
}

.single #bar .img {
  height: 45px;
  border-right: 4px solid #e60000;
}

.single #bar .img img {
  height: 45px;
}

.single #bar .title {
  padding: 0 0 0 1em;
}

.single #bar .title h3 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
}

/*----------------------------------------更新情報一覧----------------------------------------*/
#list_box div.section {
  margin-bottom: 32px;
  padding-bottom: 29px;
  border-bottom: 1px solid #d2d2c8;
}

#list_box div.section:nth-last-child(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #d2d2c8;
}

#list_box .clearfix {
  position: relative;
}

#list_box h4 {
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#list_box div.section div.left {
  width: 30%;
}

#list_box div.section div.right {
  width: 70%;
  padding: 0 0 0 2em;
}

#list_box div.section div.right div.box {
  min-height: 10vh;
}

#list_box div.section div.right p.date {
  color: #e60000;
  font-weight: bold;
}

#list_box div.section div.right h4 {
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#list_box.gyouretsu div.section div.right h4 {
  font-size: 1.4em;
  line-height: 120%;
}

#list_box.gyouretsu div.section div.right h4 span {
  color: #000;
  font-size: 0.7em;
}

#list_box div.section div.right p.txt {}

#list_box h3 {
  color: #e60000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

#list_box h3 span {
  color: #141414;
  font-size: 10px;
}

#list_box p.area {
  margin-bottom: 5px;
}

#list_box p.txt {
  margin-bottom: 0.5em;
}

#list_box div.btn {
  position: absolute;
  width: 66%;
  bottom: 0;
  right: 2%;
  text-align: center;
  background: #eeeeee url(../img/common/pan_bg.gif);
}

#list_box.gyouretsu div.btn {
  position: relative;
  width: 99%;
  bottom: inherit;
  right: inherit;
}

#list_box div.btn img {
  width: 40%;
}

#list_box h3 {
  padding-left: 13px;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #fff;
  background: url(../img/top/title_back.svg);
  background-size: 5px;
}

#list_box table {}

#list_box table tr {
  height: 39px;
  border-bottom: dotted 1px #999999;
}

#list_box table tr.first {
  border-top: dotted 1px #999999;
}

#list_box table tr.color {
  background-color: #f4f4f2;
}

#list_box th {
  width: 75px;
  padding: 0 0 0 10px;
  color: #e60000;
  border: 0px solid;
}

#list_box td {
  border: 0px solid;
}

@media screen and (max-width: 768px) {
  #list_box div.section {}

  #list_box div.section div.left {
    width: 50%;
    min-width: 200px;
    margin: 0 auto;
  }

  #list_box div.section div.left img {
    width: 100%;
  }

  #list_box div.section div.right {
    width: 100%;
    padding: 1em 0 0 0;
  }

  #list_box div.section div.right h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
  }

  #list_box div.btn {
    position: relative;
    width: 100%;
    bottom: inherit;
    right: inherit;
  }

  #list_box div.btn img {
    width: 50%;
  }
}

/*----------------------------------------更新情報個別ページ----------------------------------------*/
#detailbox {}

#detailbox .date {
  color: #e60000;
  font-weight: bold;
  margin-bottom: 0px;
}

#detailbox h3 {
  color: #e60000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

#detailbox .txt {}

img[class*="align"],
img[class*="wp-image-"],
#main .gallery .gallery-icon img {
  border: 1px solid #ddd;
  padding: 6px;
}

@media screen and (max-width: 768px) {

  img[class*="align"],
  img[class*="wp-image-"],
  #main .gallery .gallery-icon img {
    width: 100%;
  }
}

/*----------------------------------------三英傑----------------------------------------*/
.saneiketsu {}

.saneiketsu .left {
  width: 50%;
}

.saneiketsu .left .absolute {
  width: 9%;
  top: 10%;
  left: 3%;
}

.saneiketsu .left .absolute.hide {
  left: inherit;
  right: 3%;
}

.saneiketsu .right {
  width: 50%;
  margin: 5% auto 0;
}

.saneiketsu .profile span {
  font-size: 0.9em;
}

.saneiketsu {}

ul.hime {
  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;
}

.hime li {
  width: 32%;
}

.hime li img {
  width: 100%;
}

.hime li .absolute {
  width: 15%;
  top: 5%;
  left: 3%;
}

@media screen and (max-width: 768px) {
  .saneiketsu .left {
    width: 100%;
  }

  .saneiketsu .right {
    width: 100%;
  }

  .hime li {
    width: 100%;
    margin: auto;
    padding: 0 0 2em;
    border-bottom: solid 1px #d2d2c8;
  }

  .hime li:nth-last-child(1) {
    border-bottom: solid 0px #d2d2c8;
  }

  .hime li .absolute {
    width: 9%;
    top: 10%;
    left: 3%;
  }
}

/*----------------------------------------ポスター・ガイドブック----------------------------------------*/
#poster {}

#poster .red {
  color: #e60000;
  font-size: 1.2em;
  font-weight: bold;
}

#poster .border_bottom {
  margin: 3% auto;
}

#poster .left {
  width: 30%;
}

#poster .lrft img {}

#poster .right {
  width: 67%;
}

#poster .right h3 {
  color: #e60000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#poster .right .data {
  margin-bottom: 1em;
}

#poster .right .txt {}

#poster .right .txt {}

#poster ul {}

#poster ul li {}

#poster ul li a {}

@media screen and (max-width: 768px) {
  #poster .left {
    width: 100%;
    text-align: center;
    margin: 0 0 5%;
  }

  #poster .lrft img {
    width: 50%;
    min-width: 200px;
  }

  #poster .right {
    width: 100%;
  }
}

/*----------------------------------------知っ得----------------------------------------*/
#sittoku {}

#sittoku h3 {
  color: #e60000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em auto;
}

#sittoku .left {
  width: 27%;
}

#sittoku .left img {
  width: 100%;
}

#sittoku .right {
  width: 70%;
}

#sittoku .right p {}

#sittoku .right img {}

@media screen and (max-width: 768px) {

  #sittoku .left,
  #sittoku .right {
    width: 100%;
    text-align: center;
  }

  #sittoku .right p.txt {
    text-align: left;
  }

  #sittoku .left img,
  #sittoku .right img {
    width: 75%;
    margin: 1em auto;
  }
}

/*----------------------------------------traffic----------------------------------------*/
#traffic {}

#traffic .red {
  color: #ff0000;
  font-size: 1.2em;
  margin: 1em 0;
}

#traffic .title {
  font-size: 1.2em;
  margin: 1em 0;
}

/*----------------------------------------custom video player----------------------------------------*/
.custom-video-player {
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.video-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.video-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.video-container.playing::before {
  opacity: 0;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  -webkit-tap-highlight-color: transparent;
}

.video-container video::-webkit-media-controls {
  display: flex !important;
}

.video-container video::-webkit-media-controls-panel {
  display: flex !important;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.play-button-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-btn-img {
  width: 50px;
  height: 50px;
  transition: transform 0.2s ease;
}

.video-container:hover .play-btn-img {
  transform: scale(1.1);
}

@media screen and (max-width: 767px) {
  .play-btn-img {
    width: 60px;
    height: 60px;
  }
}

.video.pc {
  padding: 0;
}

.video.sp {
  padding: 0 3em 3em;
}
