<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --------------------------------------
 pageTitle
-------------------------------------- */
.pageTitle {
  padding: 20px 0;
}
.pageTitle h1 {
  text-align: center;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .pageTitle {
    margin-bottom: 20px;
    padding: 15px 0;
  }
  .pageTitle h1 {
    text-align: left;
  }
}

/* --------------------------------------
 partylist
-------------------------------------- */
ul.partylist3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.partylist3::before,
ul.partylist3::after {
  content: " ";
  width: 330px;
  display: block;
  order: 1;
}
ul.partylist3 &gt; li {
  width: 330px;
  margin: 0 0 30px;
  border: solid 1px #b2b2b2;
  transition: 0.3s;
}
ul.partylist3 &gt; li .headObi {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 34px;
  background: linear-gradient(#fff, #efefef);
  display: flex;
  align-items: center;
}
ul.partylist3 &gt; li .headObi .loc {
  color: #fff;
  font-size: 1rem;
  min-width: 5em;
  text-align: center;
  background: #666;
  margin: 0 2em 0 0;
  padding: 0 0.5em;
  display: inline-block;
  position: relative;
}
ul.partylist3 &gt; li .headObi .loc::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid #666;
  border-right: 7px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 7px solid #666;
  position: absolute;
  right: -14px;
  top: 0;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 320px) {
  ul.partylist3 &gt; li .headObi {
    font-size: 1rem;
  }
  ul.partylist3 &gt; li .headObi .loc {
    margin-right: 1em;
  }
}

ul.partylist3 &gt; li &gt; div .dateBox div.date span.date {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 2px;
}

ul.partylist3 &gt; li &gt; div {
  padding: 10px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 34px);
}
ul.partylist3 &gt; li &gt; div &gt; figure {
  width: 100%;
  position: relative;
  top: -1px;
  left: -1px;
}
ul.partylist3 &gt; li &gt; div &gt; figure img {
  width: 100%;
}
ul.partylist3 &gt; li &gt; figure &gt; figcaption,
ul.partylist3 &gt; li &gt; div &gt; figure &gt; figcaption {
  background: #ef92a7;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

ul.partylist3 &gt; li &gt; div &gt; a {
  color: #444;
  text-decoration: none;
  padding: 15px 15px 0;
  display: block;
}

ul.partylist3 &gt; li figure &gt; a:hover {
  opacity: 0.7;
}

ul.partylist3 &gt; li &gt; div .eyeCatch {
	margin: 0 0 10px;
}

ul.partylist3 &gt; li &gt; div .eyeCatch &gt; .st.st1 {
	background: #ff6359;
}

ul.partylist3 &gt; li &gt; div .eyeCatch &gt; .st.st2 {
	background: #4169e1;
}

ul.partylist3 &gt; li &gt; div .eyeCatch &gt; .st.st3 {
	background: #228b22;
}

ul.partylist3 &gt; li &gt; div .eyeCatch &gt; .st {
    display: inline-block;
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	margin-left: .5em;
	padding: 2px 1em;
}

ul.partylist3 &gt; li &gt; div .partyTitle {
  color: #4081ce;
  font-size: 1.1rem;
  line-height: 1.4;
  min-height: 63px;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
ul.partylist3 &gt; li &gt; div .dateBox {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.partylist3 &gt; li &gt; div .dateBox div.fav {
  width: 48px;
}
ul.partylist3 &gt; li &gt; div .dateBox div.fav img {
  width: 100%;
}
ul.partylist3 &gt; li &gt; div .dateBox .comment {
  color: #333;
  background: url(/App_Contents/common/images/pref_i_i.png) no-repeat left 7px center / auto;
  background-color: #f2f2f2;
  width: 100%;
  min-height: 36px;
  margin: 0 0 5px;
  padding: 7px 7px 7px 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.partylist3 &gt; li &gt; div .priceBox {
  margin: 0 0 10px;
  border: solid 1px #d9d9d9;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div {
  width: 50%;
  padding: 5px 10px 10px;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend {
  position: relative;
  font-weight: bold;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div.female {
  border-left: solid 1px #d9d9d9;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div.male .gend {
  color: #40a4e0;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div.female .gend {
  color: #f77a97;
}

ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend .st {
  color: #fff;
  font-size: 0.8rem;
  margin-left: 1em;
  padding: 1px 1em;
  position: absolute;
  top: 0;
  right: 0;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend .st.st1 {
  background: #ff2c38;
} /*受付中・残りわずか*/
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend .st.st2 {
  background: #e3ae4d;
} /*残席わずか*/
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend .st.st3 {
  background: #fff;
  color: #ff2c38;
  border: 1px solid #ff2c38;
} /*満席*/
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .price {
  font-size: 0.9rem;
  font-weight: bold;
  /*	min-height: 65px;*/
  padding: 5px 0 0;
}
ul.partylist3 &gt; li &gt; div .priceBox &gt; div .hayawari {
  color: #ff2c38;
}

ul.partylist3 &gt; li &gt; div .btnList {
  display: flex;
  margin-top: auto;
}
ul.partylist3 &gt; li &gt; div .btnList li {
  text-align: center;
}
ul.partylist3 &gt; li &gt; div .btnList li a {
  text-decoration: none;
  border-radius: 5px;
}

ul.partylist3 &gt; li &gt; div .btnList .favorite {
  width: 45px;
  height: 45px;
  border: solid 2px #f7931e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
ul.partylist3 &gt; li &gt; div .btnList .favorite a {
  width: 100%;
  display: block;
}
ul.partylist3 &gt; li &gt; div .btnList .favorite a img {
  vertical-align: top;
}
ul.partylist3 &gt; li &gt; div .btnList .favorite.on {
  background: #ef931e;
}
ul.partylist3 &gt; li &gt; div .btnList .favorite.on a {
  background: url(/App_Contents/common/images/pref_s_favorite_on.png) no-repeat center center;
  display: block;
  height: 100%;
}
ul.partylist3 &gt; li &gt; div .btnList .favorite.on a img {
  display: none;
}
ul.partylist3 &gt; li &gt; div .btnList .details {
  width: 30%;
  margin-left: auto;
}
ul.partylist3 &gt; li &gt; div .btnList .details a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  background: #b2b2b2;
  padding: 11px 0;
  display: block;
}
ul.partylist3 &gt; li &gt; div .btnList .details a:hover {
  background: #ccc;
  opacity: 1;
}
ul.partylist3 &gt; li &gt; div .btnList .entry {
  width: 50%;
  margin-left: 7px;
}
ul.partylist3 &gt; li &gt; div .btnList .entry a {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #ef92a7;
  padding: 11px 0;
  display: block;
}
ul.partylist3 &gt; li &gt; div .btnList .entry a.notify {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background: #00ada9;
  padding: 11px 0;
  display: block;
}
ul.partylist3 &gt; li &gt; div .btnList .entry a.aspNetDisabled {
  pointer-events: none;
  /*	border: 2px solid #999;*/
  background: linear-gradient(to bottom, #999, #999 50%, #999 50%, #999);
}
ul.partylist3 &gt; li &gt; div .btnList .entry a.notify:hover {
  background: #61c1be;
  opacity: 1;
}
ul.partylist3 &gt; li &gt; div .btnList .entry a:hover {
  background: #f2a8b9;
  opacity: 1;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  ul.partylist3 {
    display: block;
  }
  ul.partylist3::before,
  ul.partylist3::after {
    content: none;
  }
  ul.partylist3 &gt; li {
    width: 100%;
    margin: 0 0 20px;
  }
  ul.partylist3 &gt; li figure {
    width: calc(100% + 2px);
  }
  ul.partylist3 &gt; li &gt; div {
    border-top: none;
    padding: 4vw 4vw 0;
  }
  ul.partylist3 &gt; li &gt; div &gt; a {
    padding: 4vw 0 0;
  }

  ul.partylist3 &gt; li &gt; div .partyTitle {
    font-size: 1rem;
    min-height: auto;
  }
  ul.partylist3 &gt; li &gt; div .dateBox {
  }
  ul.partylist3 &gt; li &gt; div .dateBox div.date {
  }
  ul.partylist3 &gt; li &gt; div .dateBox div.fav {
    width: 48px;
  }
  ul.partylist3 &gt; li &gt; div .dateBox div.fav img {
  }
  ul.partylist3 &gt; li &gt; div .dateBox .comment {
    min-height: auto;
  }
  ul.partylist3 &gt; li &gt; div .dateBox div.date .loc {
  }
  ul.partylist3 &gt; li &gt; div .dateBox div.date span.date {
  }
  ul.partylist3 &gt; li &gt; div .priceBox {
    width: calc(100% + 8vw);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0;
    position: relative;
    left: -4vw;
  }
  ul.partylist3 &gt; li &gt; div .priceBox &gt; div {
    width: 49.5%;
    padding: 2vw 4vw;
  }
  ul.partylist3 &gt; li &gt; div .priceBox &gt; div .gend {
    font-size: 0.85rem;
  }
  ul.partylist3 &gt; li &gt; div .priceBox &gt; div .price {
    font-size: 0.85rem;
    min-height: auto;
  }

  ul.partylist3 &gt; li &gt; div .btnList {
  }
  ul.partylist3 &gt; li &gt; div .btnList li {
  }
  ul.partylist3 &gt; li &gt; div .btnList li a {
  }

  ul.partylist3 &gt; li &gt; div .btnList .favorite {
  }
  ul.partylist3 &gt; li &gt; div .btnList .favorite img {
    width: 50%;
  }
  ul.partylist3 &gt; li &gt; div .btnList .favorite a {
  }
  ul.partylist3 &gt; li &gt; div .btnList .favorite.on a {
  }
  ul.partylist3 &gt; li &gt; div .btnList .details {
    width: 30%;
  }
  ul.partylist3 &gt; li &gt; div .btnList .details a {
  }
  ul.partylist3 &gt; li &gt; div .btnList .details a:hover {
    color: #e45b8b;
    background: transparent;
  }
  ul.partylist3 &gt; li &gt; div .btnList .entry {
  }
  ul.partylist3 &gt; li &gt; div .btnList .entry a {
  }
  ul.partylist3 &gt; li &gt; div .btnList .entry a:hover {
    color: #fff;
    background: #e45b8b;
  }
}

/* --------------------------------------
 rirekilist
-------------------------------------- */
#rireki .rirekiList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}

#rireki .rirekiList li {
  width: 100%;
  border: solid 2px #e4e4e4;
}
#rireki .rirekiList li figure {
  width: 100%;
  height: auto;
}
.rirekiList li figure img {
  width: 100%;
}
.rirekiList li figure figcaption {
  background: #ef92a7;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}
#rireki .rirekiList li &gt; div {
  padding: 10px;
  position: relative;
}
#rireki .rirekiList li &gt; div .rirekifav {
  width: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#rireki .rirekiList li &gt; div .rirekifav img {
  width: 100%;
}
#rireki .rirekiList li &gt; div .loc {
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  background: #444;
  border-radius: 2em;
  margin: 0 0.5em 0 0;
  padding: 4px 12px;
  display: inline-block;
}
#rireki .rirekiList li &gt; div .date {
  font-weight: bold;
  position: relative;
  top: 2px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  #rireki .rirekiList {
    grid-template-columns: repeat(2, 1fr);
  }
  #rireki .rirekiList li &gt; div .date {
    margin-top: 5px;
  }
}

/* --------------------------------------
 mypage紹介
-------------------------------------- */
#mypagepr {
  background-size: 4px 4px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #eeeeee), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #eeeeee), color-stop(0.75, #eeeeee), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  padding: 30px 0;
}
#mypagepr h2 {
  color: #e75b8e;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 30px;
}
#mypagepr .subContents {
  width: 900px;
}
#mypagepr .subContents &gt; div {
  display: flex;
  justify-content: space-between;
}
#mypagepr .subContents &gt; div figure {
  width: 200px;
}
#mypagepr .subContents &gt; div figure img {
}
#mypagepr .subContents &gt; div .text {
  width: 650px;
}
#mypagepr .subContents &gt; div ol {
  margin: 1em 0;
  counter-reset: item;
}
#mypagepr .subContents &gt; div ol li {
  color: #000;
  font-size: 1.1rem;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
#mypagepr .subContents &gt; div ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
  color: #e75b8e;
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
}
#mypagepr .subContents &gt; div .text .btn {
  margin: 30px 0 0 0;
}
#mypagepr .subContents &gt; div .text .btn a {
  color: #e75b8e;
  font-size: 1.25rem;
  text-decoration: none;
  background: #fff;
  border: solid 1px #e75b8e;
  border-radius: 2em;
  margin: 0 auto;
  padding: 10px 60px;
  position: relative;
  display: inline-block;
}
#mypagepr .subContents &gt; div .text .btn a::after {
  content: " ";
  width: 8px;
  height: 8px;
  border-top: solid 2px #e75b8e;
  border-right: solid 2px #e75b8e;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 15px;
  transform: rotate(45deg);
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  #mypagepr {
    padding: 10vw 0;
  }
  #mypagepr h2 {
    font-size: 1.375rem;
    margin: 0 0 5vw;
  }
  #mypagepr .subContents {
    width: 100%;
  }
  #mypagepr .subContents &gt; div {
    display: block;
  }
  #mypagepr .subContents &gt; div figure {
    width: 70%;
    margin: 0 auto 5vw;
  }
  #mypagepr .subContents &gt; div figure img {
  }
  #mypagepr .subContents &gt; div .text {
    width: 100%;
  }
  #mypagepr .subContents &gt; div .text .btn {
    margin: 5vw 0 0 0;
  }
  #mypagepr .subContents &gt; div .text .btn a {
    width: 100%;
    text-align: center;
    font-size: 1.075rem;
    padding: 10px 15px;
    box-sizing: border-box;
    display: block;
  }
  #mypagepr .subContents &gt; div .text .btn a::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 0.3em);
    right: 10px;
  }
}

/* --------------------------------------
 comBans
-------------------------------------- */
#comBans {
}
#comBans .subContents &gt; ul {
  margin: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#comBans .subContents &gt; ul &gt; li {
  width: 480px;
  border: solid 4px #fff;
  box-shadow: 0 0 0 1px #999;
  margin: 0 0 20px;
  padding: 25px 45px 25px 115px;
  position: relative;
}
#comBans .subContents &gt; ul &gt; li.about {
  background: #fff3f7;
}
#comBans .subContents &gt; ul &gt; li.flow {
  background: #fff9e8;
}
#comBans .subContents &gt; ul &gt; li.faq {
  background: #f3fff1;
}
#comBans .subContents &gt; ul &gt; li.place {
  background: #e9fffc;
}

#comBans .subContents &gt; ul &gt; li::before {
  content: " ";
  width: 78px;
  height: 74px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#comBans .subContents &gt; ul &gt; li.about::before {
  background-image: url(/App_Contents/common/images/shared_s_about.png);
}
#comBans .subContents &gt; ul &gt; li.flow::before {
  background-image: url(/App_Contents/common/images/shared_s_flow.png);
}
#comBans .subContents &gt; ul &gt; li.faq::before {
  background-image: url(/App_Contents/common/images/shared_s_faq.png);
}
#comBans .subContents &gt; ul &gt; li.place::before {
  background-image: url(/App_Contents/common/images/shared_s_place.png);
}

#comBans .subContents &gt; ul &gt; li::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #007bff transparent;
  position: absolute;
  bottom: 9px;
  right: 9px;
}
#comBans .subContents &gt; ul &gt; li.about::after {
  border-color: transparent transparent #ffacc8 transparent;
}
#comBans .subContents &gt; ul &gt; li.flow::after {
  border-color: transparent transparent #fee396 transparent;
}
#comBans .subContents &gt; ul &gt; li.faq::after {
  border-color: transparent transparent #c2ffb8 transparent;
}
#comBans .subContents &gt; ul &gt; li.place::after {
  border-color: transparent transparent #86feee transparent;
}

#comBans .subContents &gt; ul &gt; li h4 {
  font-size: 1.6rem;
  padding: 0 5px 15px;
  position: relative;
}
#comBans .subContents &gt; ul &gt; li h4::before,
#comBans .subContents &gt; ul &gt; li h4::after {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}
#comBans .subContents &gt; ul &gt; li h4::after {
  background: #fff;
  bottom: 8px;
}
#comBans .subContents &gt; ul &gt; li h4::before {
  bottom: 9px;
}
#comBans .subContents &gt; ul &gt; li.about h4::before {
  background: #ffacc8;
}
#comBans .subContents &gt; ul &gt; li.flow h4::before {
  background: #fee396;
}
#comBans .subContents &gt; ul &gt; li.faq h4::before {
  background: #c2ffb8;
}
#comBans .subContents &gt; ul &gt; li.place h4::before {
  background: #86feee;
}

#comBans .subContents &gt; ul &gt; li p {
  padding: 0 5px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  #comBans {
  }

  #comBans .subContents &gt; ul {
    margin: 0;
    display: block;
  }

  #comBans .subContents &gt; ul &gt; li {
    width: 100%;
    margin: 0 0 10px;
    padding: 3vw 10vw 3vw 16vw;
    position: relative;
  }

  #comBans .subContents &gt; ul &gt; li::before {
    width: 39px;
    height: 37px;
    left: 3vw;
  }

  #comBans .subContents &gt; ul &gt; li::after {
    border-width: 0 0 16px 16px;
  }

  #comBans .subContents &gt; ul &gt; li h4 {
    font-size: 1.1rem;
    padding: 0 5px 15px;
    position: relative;
  }

  #comBans .subContents &gt; ul &gt; li h4::before,
  #comBans .subContents &gt; ul &gt; li h4::after {
  }

  #comBans .subContents &gt; ul &gt; li h4::after {
    bottom: 6px;
  }

  #comBans .subContents &gt; ul &gt; li h4::before {
    bottom: 7px;
  }

  #comBans .subContents &gt; ul &gt; li p {
    font-size: 0.9rem;
    padding: 0 5px;
  }
}

/* ----------------- *** --------- */
.popupWrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
  margin: auto;
}

.popupWrap .popupWrap2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.popupWrap .popup {
  width: 600px;
  max-height: 800px;
  text-align: left;
  background: #fff;
  padding: 30px;
  overflow-y: auto;
}
/*
.popupWrap .popup {
	width: 600px;
	max-height: 800px;
	text-align: left;
	background: #FFF;
	padding: 30px;
	overflow-y: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
*/
.popupWrap .popup .lead {
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
.popupWrap .popup dt {
  font-size: 115%;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0.5em;
  padding: 0 0 0.5em;
}
.popupWrap .popup dt em {
  display: none;
}
.popupWrap .popup dd ul {
  display: flex;
  flex-wrap: wrap;
}
.popupWrap .popup dd ul li {
  margin: 0 1em 5px 0;
}
.popupWrap .popup .btn {
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: #ea609e;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}
/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .popupWrap {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }

  .popupWrap .popup {
    width: 90vw;
    max-height: 80vh;
    padding: 5vw;
  }
  .popupWrap .popup .lead {
  }
  .popupWrap .popup label {
    display: block;
  }

  .popupWrap .popup dt {
    margin: 1em 0 0.5em;
    padding: 0 0 0.5em;
    position: relative;
  }
  .popupWrap .popup dt em {
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 100000;
  }
  .popupWrap .popup dd {
    display: none;
  }
  .popupWrap .popup dd ul {
    display: block;
  }
  .popupWrap .popup dd ul li {
    margin: 0 1em 5px 0;
    padding: 2px 0;
  }
  .popupWrap .popup .btn {
    font-size: 115%;
    width: auto;
    margin: 5vw auto;
    padding: 10px 0;
    display: block;
  }
}

/* ----------------- *** --------- */
.popupWrapSp {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}

.popupWrapSp .popup {
  width: 600px;
  max-height: 800px;
  text-align: left;
  background: #fff;
  padding: 30px;
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.popupWrapSp .popup .lead {
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.popupWrapSp .popup dt {
  font-size: 115%;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin: 1em 0 0.5em;
  padding: 0 0 0.5em;
}

.popupWrapSp .popup dt em {
  display: none;
}

.popupWrapSp .popup dd ul {
  display: flex;
  flex-wrap: wrap;
}

.popupWrapSp .popup dd ul li {
  margin: 0 1em 5px 0;
}

.popupWrapSp .popup .btn {
  color: #fff;
  font-size: 115%;
  font-weight: bold;
  width: 100%;
  text-align: center;
  background: #ea609e;
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 0;
  display: block;
  cursor: pointer;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .popupWrapSp {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }

  .popupWrapSp .popup {
    width: 90vw;
    max-height: 80vh;
    padding: 5vw;
  }

  .popupWrapSp .popup .lead {
  }

  .popupWrapSp .popup label {
    display: block;
  }

  .popupWrapSp .popup dt {
    margin: 1em 0 0.5em;
    padding: 0 0 0.5em;
    position: relative;
  }

  .popupWrapSp .popup dt em {
    font-style: normal;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 100000;
  }

  .popupWrapSp .popup dd {
    display: none;
  }

  .popupWrapSp .popup dd ul {
    display: block;
  }

  .popupWrapSp .popup dd ul li {
    margin: 0 1em 5px 0;
    padding: 2px 0;
  }

  .popupWrapSp .popup .btn {
    font-size: 115%;
    width: auto;
    margin: 5vw auto;
    padding: 10px 0;
    display: block;
  }
}

/* --------------------------------------
 searchArea
-------------------------------------- */
.searchAreaMask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
}
.searchAreaModal {
  display: none;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -470px;
  width: 940px;
  padding: 0 30px 30px;
  background: #e2e2e2;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 1500;
}
.searchAreaModal .modalClose {
  position: absolute;
  right: 30px;
  top: 23px;
  width: 34px;
  height: 34px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.searchAreaModal .modalClose::before,
.searchAreaModal .modalClose::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 3px;
  background: #666;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.searchAreaModal .modalClose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.searchAreaModal .lead {
  padding: 24px 0;
  text-align: center;
  font-size: 1.571rem;
}
.searchAreaModal .lead span {
  color: #e98fa7;
}
.searchAreaModal .searchAreaModalContents {
  padding: 25px 50px 35px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.searchAreaModal .searchAreaModalContents .searchAreaHeader {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 20px;
}
.searchAreaModal .searchAreaModalContents .searchAreaHeader .areaName {
  font-size: 1.429rem;
  font-weight: bold;
}
.searchAreaModal .searchAreaModalContents .searchAreaHeader .areaName span {
  padding: 0 0 0 12px;
  font-size: 0.857rem;
  font-weight: normal;
}
.searchAreaModal .searchAreaModalContents .searchAreaHeader .selectClear {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  color: #e98fa7;
  text-decoration: none;
}
.searchAreaModal .searchAreaModalContents .searchAreaHeader .selectClear::before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background: url(/App_Contents/common/images/s_back.png) no-repeat 0 0 / contain;
  content: "";
}
.searchAreaModal .searchAreaModalContents .prefWrapper {
  text-align: left;
  padding: 10px 20px;
  background: #f3f3f3;
}

.searchAreaModal .searchAreaModalContents .prefWrapper label {
  cursor: pointer;
}
.searchAreaModal .searchAreaModalContents .prefWrapper input[type="checkbox"] {
  display: none;
}
.searchAreaModal .searchAreaModalContents .prefWrapper span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
  font-size: 1.214rem;
  font-weight: bold;
  color: #e98fa7;
}
.searchAreaModal .searchAreaModalContents .prefWrapper span::before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 13px;
  border: solid 1px #949494;
  border-radius: 3px;
  background: #fff;
  content: "";
}
.searchAreaModal .searchAreaModalContents .prefWrapper input[type="checkbox"]:checked + span::before {
  background: #2b78d9;
  border-color: #2b78d9;
}
.searchAreaModal .searchAreaModalContents .prefWrapper input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  left: 3px;
  top: 8px;
  width: 7px;
  height: 4px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
  transform: rotate(-45deg);
}
.searchAreaModal .searchAreaModalContents .rowerList {
  overflow: hidden;
  padding: 15px 20px 30px;
}
.searchAreaModal .searchAreaModalContents .rowerList ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -20px;
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li {
  margin: 10px 0 0 20px;
  min-width: calc(4em + 27px);
  text-align: left;
  font-size: 1.071rem;
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li label {
  cursor: pointer;
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li span::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  border: solid 1px #949494;
  border-radius: 3px;
  background: #fff;
  content: "";
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li input[type="checkbox"]:checked + span::before {
  background: #2b78d9;
  border-color: #2b78d9;
}
.searchAreaModal .searchAreaModalContents .rowerList ul &gt; li input[type="checkbox"]:checked + span::after {
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 7px;
  height: 4px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  content: "";
  transform: rotate(-45deg);
}
.searchAreaModal .searchAreaModalContents .fixBtn {
  display: block;
  max-width: 430px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  border: solid 2px #e98fa7;
  background: #fff;
  border-radius: 8px;
  color: #e98fa7;
  font-size: 1.286rem;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}
.searchAreaModal .searchAreaModalContents .fixBtn:hover {
  background: #e98fa7;
  color: #fff;
  opacity: 1;
}
.searchAreaModal .searchAreaModalContents .modalCloseSp {
  display: none;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .searchAreaModal {
    width: calc(100% - 70px);
    height: 75vh;
    left: 35px;
    margin: 0;
    padding: 0 0 17px;
    overflow: scroll;
  }
  .searchAreaModal .modalClose {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 27px;
    height: 27px;
  }
  .searchAreaModal .modalClose::before,
  .searchAreaModal .modalClose::after {
    width: 20px;
    height: 3px;
  }
  .searchAreaModal .lead {
    padding: 20px 40px 20px 20px;
    text-align: left;
    font-size: 0.929rem;
  }
  .searchAreaModal .searchAreaModalContents {
    padding: 15px 20px;
    border-radius: 0;
  }
  .searchAreaModal .searchAreaModalContents .searchAreaHeader {
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
  .searchAreaModal .searchAreaModalContents .searchAreaHeader .areaName {
    width: 100%;
    text-align: left;
    font-size: 1.143rem;
    order: 2;
  }
  .searchAreaModal .searchAreaModalContents .searchAreaHeader .areaName span {
    font-size: 0.714rem;
    font-weight: normal;
  }
  .searchAreaModal .searchAreaModalContents .searchAreaHeader .selectClear {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    order: 1;
  }
  .searchAreaModal .searchAreaModalContents .searchAreaHeader .selectClear::before {
    top: 5px;
    width: 11px;
    height: 11px;
  }
  .searchAreaModal .searchAreaModalContents .prefWrapper {
    padding: 10px;
  }
  .searchAreaModal .searchAreaModalContents .prefWrapper span {
    padding: 0 0 0 22px;
    font-size: 1.071rem;
  }
  .searchAreaModal .searchAreaModalContents .prefWrapper span::before {
    top: 3px;
    width: 13px;
    height: 13px;
  }
  .searchAreaModal .searchAreaModalContents .prefWrapper input[type="checkbox"]:checked + span::after {
    top: 6px;
  }
  .searchAreaModal .searchAreaModalContents .rowerList {
    overflow: hidden;
    padding: 20px 10px 25px;
  }
  .searchAreaModal .searchAreaModalContents .rowerList ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0 -15px;
  }
  .searchAreaModal .searchAreaModalContents .rowerList ul &gt; li {
    margin: 15px 0 0 15px;
    min-width: calc(4em + 22px);
    font-size: 1rem;
  }
  .searchAreaModal .searchAreaModalContents .rowerList ul &gt; li span {
    padding: 0 0 0 22px;
  }
  .searchAreaModal .searchAreaModalContents .rowerList ul &gt; li span::before {
    top: 4px;
  }
  .searchAreaModal .searchAreaModalContents .rowerList ul &gt; li input[type="checkbox"]:checked + span::after {
    top: 7px;
  }
  .searchAreaModal .searchAreaModalContents .fixBtn {
    max-width: 100%;
    border-radius: 6px;
    font-size: 1rem;
  }
  .searchAreaModal .searchAreaModalContents .modalCloseSp {
    display: table;
    margin: 15px auto 0;
    color: #949494;
    text-decoration: none;
  }
}
</pre></body></html>