@charset "utf-8";

/*===============================================
　responsive
===============================================*/

@media screen and (max-width:767px){

/* -------------------------------------
　タイトル
------------------------------------- */

.event-date {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border: 1px solid #dfdfde;
  background-color: #fafafa;
}
.event-date-top {
  margin-top: 10px;
  margin-bottom: 20px;
}
.event-date-bottom {
  margin-bottom: 10px;
}
.event-date .month {
  margin: 0 10px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.event-date .pre,
.event-date .next {
  width: auto;
}
.event-date .pre a,
.event-date .next a {
    display:  block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration:  none;
    text-align: center;
    background-color: #0c95b7;
    padding: 10px 10px 9px 10px;
    border-radius: 5px;
}
.event-date .pre a::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #ffffff transparent transparent;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 7px;
}
.event-date .next a::after {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #ffffff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-left: 7px;
}

/* -------------------------------------
　タイトル下＋select form
------------------------------------- */

.event-text-select {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items:center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.event-text {
  margin-bottom: -1em;
}
.event-text p {
  margin-bottom: 1em;
}
.event-select {
  margin-bottom: 10px;
}
.event-select select::-ms-expand {
	display: none;
}
.event-select select {
	font-family:"メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18em;
  font-size: 14px;
  height: 45px;
  padding: 0 15px 0 35px;
  border: 1px #cccccc solid;
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e8e8e8;
  box-sizing: border-box;
}
.event-select select option[selected] {
  display: none;
}
.event-select select {
  background-image: url(../images_id/select_pref.svg), url(../images_id/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px,19px 39px;
	background-position: 11px center, right 2px center;
}

/* -------------------------------------
　カレンダー
------------------------------------- */

.event-calendar table {
  width: 100%;
  border-collapse:collapse;
  border-top: 1px solid #dfdfde;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  box-sizing: border-box;
}
.event-calendar .day {
  width:2em;
  padding: 10px 0;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  border-bottom: 1px solid #dfdfde;
  vertical-align: top;
}
.event-calendar .red {
  color: #e74f63;
}
.event-calendar .blue {
  color: #0c95b7;
}
.event-calendar .week {
  padding: 10px 0;
  font-size:16px;
  width:2em;
  text-align:center;
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfde;
	border-left:1px #dfdfde dotted;
	border-right:1px #dfdfde dotted;
  vertical-align: top;
}
.event-calendar .event {
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.event-calendar .event .holiday {
  padding: 5px 10px;
  color: #e74f63;
}
.event-calendar .event {
  padding: 5px 0;
}
.event-calendar .event a {
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.event-calendar .event a:hover {
  background-color: #fafafa;
}
.event-calendar .event .shop-box {
  display: flex;
}
.event-calendar .event .shop-box figure {
  margin-right: 10px;
}
.event-calendar .event .shop-box figure img {
  width: 35px;
  height: 35px;
}
.event-calendar .event .shop-box .shop-info h4 {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.3em;
}
.event-calendar .event .shop-box .shop-info p {
  font-size: 12px;
  line-height: 1.3em;
}
.event-calendar .today {
  background-color: #fffbe9;
}

/* -------------------------------------
　イベント詳細
------------------------------------- */

/* タイトル */
.event-detail-title {
  margin-bottom: 20px;
  padding: 18px 10px 15px 10px;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
	background-color: #eeeeee;
  text-align: left;
  box-sizing: border-box;
}
.event-detail-title .event-title {
  margin: 0 0 7px 0;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.event-detail-title .date-pre {
  margin: 0 0 0 -0.5em;
  font-size: 14px;
  line-height: 1.4em;
}

/* 画像 + テキスト部 */
.event-detail-wrap .top-wrap {
  margin-bottom: 30px;
  padding: 0 10px;
  display: block;
}
.event-detail-wrap .top-wrap figure {
  margin: 0 auto 20px auto;
  width: 250px;
  max-width: 100%;
}
.event-detail-wrap .top-wrap figure img {
  width: 100%;
  height: auto;
}
.event-detail-wrap .top-wrap .top-text h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.event-detail-wrap .top-wrap .top-text .text-contents {
  margin-bottom: -1em;
}
.event-detail-wrap .top-wrap .top-text .text-contents p {
  margin-bottom: 1em;
}

/* 表 */
.event-table {
  margin-bottom: 30px;
}
.event-table table {
	width: 100%;
	border-collapse:collapse;
	border-top:1px #dfdfde solid;
	border-left:none;
	box-sizing: border-box;
}
.event-table table th {
	padding:8px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	text-align:left;
	vertical-align:middle;
	border-right:none;
	border-bottom:1px #dfdfde solid;
	background-color: #eeeeee;
	word-wrap: break-word;
	box-sizing: border-box;
  display: block;
}
.event-table table td {
	padding:8px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.4em;
	vertical-align:middle;
	background-color: #ffffff;
	border-right:none;
	border-bottom:1px #dfdfde solid;
	word-wrap: break-word;
	box-sizing: border-box;
  display: block;
}

/* 登録店舗 */
.reg-store-wrap {
  margin-bottom: 30px;
  border: 1px solid #dfdfde;
  border-left: none;
  border-right: none;
  background-color: #fafafa;
  box-sizing: border-box;
}
.reg-store-wrap .reg-store-title h4 {
  padding: 12px 10px 10px 10px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight:bold;
  text-align: center;
  background-color: #eeeeee;
  border-bottom: 1px #dfdfde solid;
  box-sizing: border-box;
}
.reg-store-wrap .reg-store-layout {
  display: block;
  padding: 25px 20px;
  text-align: left;
  box-sizing: border-box;
}
.reg-store-wrap .reg-store-layout figure {
  margin: 0 auto 20px auto;
  width: 200px;
  max-width: 100%;
}
.reg-store-wrap .reg-store-layout figure img {
  width: 100%;
  height: auto;
}
.reg-store-wrap .reg-store-layout a {
  text-decoration: none;
}
.reg-store-wrap .reg-store-layout a:hover {
  text-decoration: underline;
}
.reg-store-wrap .reg-store-layout .store-text h4 {
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
}
.reg-store-wrap .reg-store-layout .store-text .store-contents {
  margin-bottom: -1em;
}
.reg-store-wrap .reg-store-layout .store-text .store-contents p {
  margin-bottom: 1em;
}
.reg-store-wrap .reg-store-layout .store-text .store-contents ul li {
  list-style: none;
  text-align: center;
}
.reg-store-wrap .reg-store-layout .store-text .store-contents ul li a {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration:  none;
  text-align: center;
  background-color: #0c95b7;
  padding: 10px 15px 9px 15px;
  border-radius: 5px;
  display: inline-block;
}
.reg-store-wrap .reg-store-layout .store-text .store-contents ul li a:hover {
  background-color: #5f4933;
}

.event-backbtn {
  margin-bottom: 30px;
  padding: 0 10px;
}
.event-backbtn li {
  list-style: none;
  text-align: center;
}
.event-backbtn li a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    text-decoration:  none;
    text-align: center;
    background-color: #0c95b7;
    padding: 10px 30px 9px 30px;
    border-radius: 5px;
    display:  inline-block;
}
.event-backbtn li a:hover {
    background-color: #5f4933;
}

/* PR枠 */
.event-pr-pickup {
  margin-bottom: 30px;
}
.event-pr-pickup .pr-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px 7px 49px;
  border-top: 4px solid #009abf;
  border-left: 1px solid #dfdfde;
  border-right: 1px solid #dfdfde;
  border-bottom: 1px solid #dfdfde;
  background-color: #fafafa;
  background-image: url("../images_id/icon_pr.svg");
  background-size: 26px 26px;
  background-repeat: no-repeat;
  background-position: 11px calc(50% - 1px);
  box-sizing: border-box;
}
.event-pr-pickup .pr-tit .tit-wrap h2 {
  margin-right: 10px;
  padding-top: 4px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
}
.event-pr-pickup ul.pr-list li {
  font-size: 14px;
  list-style: none;
  border-bottom: 1px solid #dfdfde;
  box-sizing: border-box;
}
.event-pr-pickup ul.pr-list li a {
  padding: 10px;
  text-decoration: none;
  background-color: #fffbe9;
  display: block;
}
.event-pr-pickup ul.pr-list li a:hover {
  background-color: #fff7d1;
}
.event-pr-pickup ul.pr-list li a .pr-wrap {
  display: flex;
}
.event-pr-pickup ul.pr-list li a .pr-wrap figure {
  margin-right: 10px;
}
.event-pr-pickup ul.pr-list li a .pr-wrap figure img {
  width: 60px;
  height: 60px;
}
.event-pr-pickup ul.pr-list li a .pr-wrap div p:nth-child(1) {
  padding-top: 2px;
  margin-bottom: 4px;
  font-weight: bold;
}
.event-pr-pickup ul.pr-list li a:hover .pr-wrap div p:nth-child(1) {
  text-decoration: underline;
}
.event-pr-pickup ul.pr-list li a .pr-wrap div p:nth-child(2) {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 4px;
}
.event-pr-pickup ul.pr-list li a .pr-wrap div p:nth-child(3) {
  font-size: 12px;
}
.event-pr-pickup ul.pr-list li a:hover .pr-wrap div p:nth-child(2),
.event-pr-pickup ul.pr-list li a:hover .pr-wrap div p:nth-child(3) {
  color: #333333;
}

/* 省略 */
.event-pr-pickup ul.pr-list li a .pr-wrap div p:nth-child(2) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

}