/* CSS Document */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#choice {
  border: none;
  margin: 0 auto;
  background: #fff url(img/back_textile.jpg) 0 0;
}

/* ----------------チョイすMAP---------------- */
#choiceMap {
  position: relative;
  padding: 0;
  margin: 40px auto 0;
  max-width: 934px;
}

.wrapBtn {
  margin-inline: auto;
  margin-bottom: 56px;
  position: relative;
  max-width: 850px;
}

.wrapBtn form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.oneSelect {
  position: relative;
  flex-basis: 220px;
  height: 48px;
  background-color: #ddd;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .wrapBtn form {
    flex-wrap: wrap;
    gap: 16px;
  }

  .oneSelect {
    flex-basis: 280px;
  }
}

.oneSelect select {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 8px 12px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(23 / 16);
  color: inherit;
  background-color: transparent;
  transition: opacity 0.3s;
  cursor: pointer;
}

.oneSelect select:hover {
  opacity: 0.8;
}

.oneSelect label::after {
  content: url('data:image/svg+xml;utf8, <svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.999999L8.5 9L16 1" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  display: block;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.design-select-box option {
  background: #ffffff;
  padding: 5px;
}

.btnSeach {
  width: 160px;
  height: 48px;
  border-radius: 40px;
  background-color: #f87f33;
  position: relative;
  transition: opacity 0.3s;
}

.btnSeach::after {
  content: url('data:image/svg+xml;utf8,<svg width="21" height="22" viewBox="0 0 21 22" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="-1" x2="6.04814" y2="-1" transform="matrix(0.709507 0.704698 -0.704757 0.709449 15 16.375)" stroke="white" stroke-width="2" stroke-linecap="round"/><path d="M9.28613 1.66406C13.8622 1.66423 17.5713 5.37369 17.5713 9.94922C17.5712 14.5247 13.8622 18.2342 9.28613 18.2344C4.70996 18.2344 1.00006 14.5248 1 9.94922C1 5.37359 4.70992 1.66406 9.28613 1.66406Z" stroke="white" stroke-width="2"/></svg>');
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1;
}

.btnSeach a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: calc(23 / 16);
  padding: 8px 20px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btnSeach {
    width: 200px;
    height: 48px;
    margin-top: 10px;
  }
}

.btnSeach:hover {
  opacity: 0.8;
}

.choiceMapDetail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.choiceMapDetail .wrapLeft {}

.choiceMapDetail .wrapRight {
  max-width: 460px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .choiceMapDetail {
    flex-direction: column;
  }

  .choiceMapDetail .wrapLeft {
    display: none;
  }
}

.onairTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: calc(30 / 22);
}

@media screen and (max-width: 767px) {
  .onairTitle {
    text-align: center;
  }
}

#choiceMap .wrapLeft img.imgMap {
  width: 410px;
  border: none;
}

#choiceMap map area {
  position: relative;
  background: #ff0004;
  cursor: pointer;
}

#choiceMap map .popModal {
  position: absolute;
  max-width: 438px;
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 24px;
}

#choiceMap map .popModal .popModal_content {
  margin: 0;
}

/* フキダシと番組放送の画像 */
/* .wrapImg {
  float: left;
  width: 100px;
  overflow: hidden;
}
.wrapImg img {
  max-height: 70px;
  margin: 0 0 0 -20%;
} */

.popModal .close {
  top: 20px;
  right: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  opacity: 1;
}

/* フキダシ */
.wrapFukidashi>.name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: calc(23 / 18);
  margin-bottom: 16px;
}

.wrapFukidashi .oneMan {
  cursor: pointer;
  display: flex;
  gap: 16px;
  position: relative;
}

.wrapFukidashi .oneMan:not(:first-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

.wrapFukidashi .oneMan:last-of-type {
  border-bottom: unset;
}

.wrapFukidashi .wrapImg {
  margin: 0;
  width: 120px;
  height: 68px;
}

.wrapFukidashi .wrapImg img {
  border-radius: 8px;
}

.wrapFukidashi .wrapText {}

.wrapFukidashi .wrapText .name {
  font-size: 16px;
  text-decoration: underline;
}

.wrapFukidashi .wrapText .tvProg {
  font-size: 13px;
}

.wrapFukidashi .wrapText .days {
  font-size: 13px;
}

.wrapFukidashi .oneMan a {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: background 0.3s ease;
}

.wrapFukidashi .oneMan a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.wrapFukidashi {}

/* 放送日 */
.onairBox {
  margin-top: 16px;
  background-color: #fef8c8;
  border-radius: 8px;
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .onairBox {
    padding: 24px 20px;
  }

  .onairBox .oneMan {
    padding-bottom: 20px;
  }

  .onairBox .oneMan:not(:first-child) {
    padding-top: 20px;
  }

  .onairBox .oneMan .wrapImg img {
    max-width: 140px;
    height: 80px;
  }
}

.onairBox .oneMan {
  position: relative;
  display: flex;
  padding-bottom: 24px;
  align-items: flex-start;
  column-gap: 16px;
}

.onairBox .oneMan:not(:first-child) {
  border-top: 1px solid var(--color-black);
  padding-top: 24px;
}

.onairBox .oneMan .wrapImg {
  line-height: 0;
}

.onairBox .oneMan .wrapImg img {
  height: 90px;
  width: 160px;
  max-width: 160px;
  display: inline-block;
  border-radius: 8px;
}

.onairBox .oneMan .wrapText .name {
  text-decoration: underline;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: calc(24 / 18);
}

.onairBox .oneMan .wrapText .tvProg {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: calc(22 / 15);
}

.onairBox .oneMan .wrapText .days {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: calc(22 / 15);
}

.onairBox .oneMan a {
  position: absolute;
  inset: 0;
  transition: background 0.3s ease;
}

.onairBox .oneMan a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.onairBox .generalButton {
  max-width: 300px;
  margin-inline: auto;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .onairBox .generalButton {
    margin-top: 16px;
  }
}

/* -- ============================================================ --

						2nd ページ listBox

-- ============================================================ -- */

#choice h1.ttl2nd {
  background: #ffed5d url(img/ttl2nd.jpg) no-repeat scroll center 0;
  height: 333px;
  margin: 0 auto 40px auto;
  padding: 0;
  text-indent: -9999px;
  width: 100%;
  text-align: center;
}

.ttlMidashi {
  width: 920px;
  margin: 0 auto 20px auto;
  background: url(img/tit_map02.png) 0 0 no-repeat;
  height: 104px;
  display: block;
}

.listBox {
  border: none;
  margin: 30px auto 0 auto;
  padding: 0 0 0 0;
  width: 900px;
}

.listBox .oneMan {
  background: #fff none repeat scroll 0 0;
  color: #333333;
  cursor: pointer;
  float: left;
  margin: 0 1% 18px;
  padding: 2%;
  width: 43%;
  border: 1px solid #fff275;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* Listの画像 */
.listBox .oneMan .wrapImg {
  width: 210px;
  height: 118px;
  overflow: hidden;
  float: left;
}

.listBox .oneMan .wrapImg img {
  max-height: 150px;
  margin: 0;
  width: 210px;
}

.listBox .oneMan .wrapText {
  float: right;
  width: 160px;
  margin: 0 10px 0 0;
}

.listBox .oneMan .wrapText .name {
  color: #333333;
  font-size: 135%;
  font-weight: bold;
  margin: 0 0 10px 0;
  border-bottom: #333333 1px solid;
  padding: 0;
  line-height: 120%;
}

.listBox .oneMan .wrapText .tvProg {
  font-size: 120%;
  margin: 0 0 10px 0;
}

/* 3rd ページ detail */
.wrapDetail {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  padding: 30px 30px 40px;
  width: 840px;
  border: 1px solid #fff275;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.detailBox {}

.detailBox .title {
  font-size: 150%;
  margin: 0 0 10px 0;
  padding: 5px 0 0 0;
}

.detailBox .name {
  font-size: 200%;
  margin: 15px 0;
}

/* 画像 */
.detailBox .wrapImg {
  float: left;
  width: 280px;
  height: 158px;
  overflow: hidden;
}

.detailBox .wrapImg img {
  max-height: 158px;
  margin: 0;
}

.detailBox .wrapText {
  float: right;
  width: 530px;
  line-height: 150%;
  font-size: 120%;
}

.detailBox .wrapText p {
  margin: 0;
}

.detailBox .wrapShop p {
  margin: 0;
}

.detailBox .wrapShop {
  padding: 15px;
  background: #ffffff;
  border-radius: 20px;
  line-height: 160%;
}

.detailBox .wrapShop .boxImg {
  float: left;
  width: 200px;
  overflow: hidden;
}

.detailBox .wrapShop .boxText {
  float: right;
  width: 550px;
  line-height: 150%;
}

.detailBox .shopName {
  font-size: 200%;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */

#bnr_ramen {
  padding: 0 0 30px;
}

/* 100回放送 */
#choice100 {
  width: 850px;
  margin: 10px 0;
}