<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*----------
  common
-----------*/
.displayPC {
  display: block;
}
.displaySP {
  display: none;
}
.shop_wrap img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .displayPC {
    display: none;
  }
  .displaySP {
    display: block;
  }
}
/* 流用 */
.select_box{
  width:435px;
  margin:auto;
}
.select_box p.seach_txt{
  width:175px;
  background:#434343;
  color:#ffffff;
  font-size:134%;
  font-weight:bold;
  text-align:center;
  height:40px;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}
.select_box {
  width: 295px;
  display: table;
}
.select_box p.seach_txt {
  width: 100px;
}
.select_box:first-child {
  margin-right: 10%;
}
.select_box .select_contents {
  width: 170px;
  height:40px;
  float:left;
  background:#eeeeee;
  font-size:1rem;
  padding-left:10px;
}
/*----------
  contents
-----------*/
@media screen and (max-width:767px) {
  .shop_wrap{
    padding: 0 2%;
  }
}
#list &gt; h2 {
  padding-top: 1em;
  font-size: 1.5rem;
  color: #ae037a;
  border-top: 2px solid #999;
}
@media screen and (max-width:767px) {
  #list &gt; h2 {
    border-top: none;
  }
}
#list &gt; h2:first-child {
  border-top: none;
}
.shop_head {
  width: 98%;
  padding: 1em 0 0;
  margin: 0 auto;
  border-bottom: 10px solid #af037b;
  background-color: #fff;
}
.shop_head h2 {
  margin-top: 1em;
  font-size: 24px;
  font-size: 1.875rem;
  line-height: 1em;
}
.shop_head h2 span {
  display: block;
  font-size: .75rem;
  margin-top: 10px;
  line-height: 1.2em;
  color: #626262ed;
}
.shop_head ul {
  margin-top: 1rem;
}
.shop_head ul li::before {
  content:"※"
}
.shop_head ul li {
  font-size: .875rem;
}
.box_area {
  display: flex;
  justify-content: space-around;
  padding: 40px;
}@media screen and (max-width:767px) {
  .box_area {
    display: block;
    padding: 40px 10px;
  }
  .select_box:first-child {
    margin: 0 auto 20px;
  }
  .select_box{
    width: 100%;
  }
  .select_box p.seach_txt{
    width: 100px;
  }
  .select_box .select_contents{
    width: 100%;
    text-align: center;
    padding: 0 5px;
  }
}
.shop_body{
  width: 98%;
  margin: 0 auto;
}
/*----------
  page
-----------*/
#list {
  font-size: .813rem;
}
#list .head {
	background: #f2f2f2;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.shop {
  border-left: 2px solid #999;
}
.shop:last-child {
  border-bottom: 2px solid #999;
}
.shop .bg {
  background: #fefbf6;
}
.shop .mat-link-tag {
  color: #af037b;
  text-decoration: underline;
}
.fx {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.fx &gt; div {
  width: calc(100% / 4);
  padding: 1em;
  border-left: 1px solid #ccc;
  border-right: 2px solid #999;
  border-bottom: 1px solid #ccc;
}
.fx &gt; div:nth-child(1) a {
  text-decoration: underline;
  color: #5e3023;
  font-weight: bold;
}
h2 + .shop .fx &gt; div:nth-child(1),
.fx &gt; div:nth-child(2),
.fx &gt; div:nth-child(3),
.fx &gt; div:nth-child(4),
.fx &gt; div:nth-child(5),
.fx &gt; div:nth-child(6) {
  text-align: center;
}
.fx span {
  display: block;
}
.no_data{
  padding: 10px;
  font-size: 1.1rem;
}
@media screen and (max-width:767px) {
  .shop {
    border: none;
  }
  .shop .displaySP {
    padding-bottom: 1em;
    border-top: 2px solid #333;
  }
  .fx {
    flex-wrap: wrap;
  }
  .fx &gt; div {
    width: 50%;
    padding: 1em;
    border-right: none;
  }
  .fx &gt; div:nth-child(1) {
    width: 100%;
    padding: 1.5em;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #ccc;
  }
  h2 + .shop .fx &gt; div:nth-child(1),
  .fx &gt; div:nth-child(2),
  .fx &gt; div:nth-child(3),
  .fx &gt; div:nth-child(4),
  .fx &gt; div:nth-child(5),
  .fx &gt; div:nth-child(6) {
    text-align: left;
  }
  .fx &gt; div:nth-child(3),
  .fx &gt; div:nth-child(5),
  .fx &gt; div:nth-child(7),
  .fx &gt; div:nth-child(9),
  .fx &gt; div:nth-child(11) {
    border-right: 1px solid #ccc;
    text-align: center;
  }
  .fx &gt; div:nth-child(4),
  .fx &gt; div:nth-child(5),
  .fx &gt; div:nth-child(8),
  .fx &gt; div:nth-child(9){
    background: #fefbf6;
  }
  .fx &gt; div:nth-child(2),
  .fx &gt; div:nth-child(4),
  .fx &gt; div:nth-child(6),
  .fx &gt; div:nth-child(8),
  .fx &gt; div:nth-child(10){
    line-height: 1.4;
    font-size: .750rem;
  }
  .no_data{
    padding: 10px;
    font-size: 1.1rem;
  }
}
.footer_following_nav{
  position: fixed;
  width: 64px;
  height: 64px;
  top: inherit;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  transition: all 0.3s ease-in-out;
  z-index: 500;
}
.nomoving{
  bottom: -65px;
  transition: .5s;
}</pre></body></html>