@charset "UTF-8";
/* 
//////////////////////////////////////////////////////////////////////////////

event.css
- イベント情報

//////////////////////////////////////////////////////////////////////////////
*/
/* イベント情報 トップページ
===============================================
=============================================== */
/* ページタイトル
============================== */
.page_title.page_title_catetop {
  background: url("../img/img_catetop-event2025.jpg") no-repeat top center #f9f9f9;
}

/* ソート
============================== */
.sort_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sort_box form {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .sort_box form {
    max-width: 600px;
  }
}
.sort_box .keyword {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .sort_box .keyword {
    margin-top: 20px;
    margin-left: 40px;
  }
}
.sort_box .keyword input[type="search"] {
  height: 40px;
}
.sort_box .keyword .form_box {
  width: calc(100% - 50px);
}
.sort_box .keyword .btn_icon {
  width: 40px;
  height: 40px;
}

.sec_event .sort_num .sort_all {
  width: 68%;
}

.sort_num {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .sort_num {
    margin-top: 20px;
  }
}
.sort_num .sort_all {
  width: 150px;
  margin: auto;
  padding: 0 15px;
}
.sort_num .sort_all b {
  font-size: 5.0rem;
}


.sort_all {
  background: #ff7bac;
  color: #fff;
  text-align: center;
  margin: auto;
  padding: 2px;

  border: 1px solid #ff7bac; /*fff*/
  border-radius: 87px;

  height: 60px;
  line-height: 50px;

  font-size: 1.8rem;

  position: relative;
  z-index: 5;
}

.sort_btn_box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-weight: bold;
  color: #ff7bac;
}

.search-condition-event {
  background-color: #9ce1ff;
  margin: -40px auto 0px;
  padding: 50px 10px 30px;

  border: 1px solid #9ce1ff; /*fff*/
  border-radius: 20px;

  position: relative;
  top: 0px;

  width: 85%;
}
@media screen and (min-width: 600px) {
  .sort_btn_box {
    width: 100%;
  }

  .sort_all {
    height: 87px;
    line-height: 87px;
  }

  .search-condition-event {
    background-color: #9ce1ff;
    margin: -40px auto 0px;
    padding: 50px 0 30px;

    border: 1px solid #9ce1ff; /*fff*/
    border-radius: 20px;

    position: relative;
    top: 0px;

    width: 85%;
  }
}
@media screen and (min-width: 960px) {
  .sort_btn_box {
    width: auto;
  }
}

.sort_btn {
  height: 40px;
  margin-left: 10px;
  padding: 0 40px 0 10px;
  border: none;
  background: #dcdcdc;
  color: #999;
  border-radius: 4px;
}
.sort_btn.down {
  color: #fff;
  background: url("../img/icon/icn_arw02_b.svg") #ff7bac no-repeat;
  background-size: 14px 6px;
  background-position: top 50% right 10px;
}
.sort_btn.up {
  color: #fff;
  background: url("../img/icon/icn_arw02_t.svg") #ff7bac no-repeat;
  background-size: 14px 6px;
  background-position: top 50% right 10px;
}

/* イベント詳細
============================== */
.detail_title {
  margin-top: 0;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  .detail_title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .detail_title {
    font-size: 2.8rem;
  }
}

.sec_besic-info {
  margin: 10px auto;
  border-top: 1px solid #307036;
  border-bottom: 1px solid #307036;
  background: white;
  /*background: -moz-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(249,249,249,1) 100%);
  background: -webkit-linear-gradient(left, rgba(249,249,249,1) 0%,rgba(249,249,249,1) 100%);
  background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(249,249,249,1) 100%);
  background-position: top 0 left 30px;
  background-repeat: no-repeat;*/
}
.sec_besic-info .sec_besic-shera {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 10px;
  padding: 0;
}
.sec_besic-info .sec_besic-shera li + li {
  margin-left: 10px;
}
.sec_besic-info .sec_besic-shera img {
  width: 40px;
  height: 40px;
}

.photo_box {
  display: flex;
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
}
.photo_box img {
  max-width: 100%;
  height: auto;
}
.photo_box li {
  width: 32.5%;
}
.photo_box li + li {
  margin-left: 1.25%;
}

.detail-dltable {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  border-top: 1px solid #9ce1ff;
  border-bottom: 1px solid #9ce1ff;
}
.detail-dltable dt,
.detail-dltable dd {
  border-top: 1px solid #e8f3e4;
}
.detail-dltable dt {
  width: 6em;
  padding: 10px;
}
@media screen and (min-width: 600px) {
  .detail-dltable dt {
    width: 12em;
  }
}
@media screen and (min-width: 960px) {
  .detail-dltable dt {
    width: 20em;
  }
}
.detail-dltable dd {
  width: calc(100% - 6em);
  margin: 0;
  padding: 10px;
  background: #cfedf9;  /*dfede0*/
  word-wrap: break-word;
}
@media screen and (min-width: 600px) {
  .detail-dltable dd {
    width: calc(100% - 12em);
  }
}
@media screen and (min-width: 960px) {
  .detail-dltable dd {
    width: calc(100% - 20em);
  }
}
.detail-dltable_address {
  display: flex;
  justify-content: space-between;

  margin: 0;
}
.detail-dltable_address span {
  width: calc( 100% - 50px);
}
.detail-dltable_address .btn_icon_map {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.sec_event_detail .btn {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .sec_event_detail .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .sec_event_detail .btn {
    margin-top: 40px;
  }
}
