@charset "UTF-8";

/* CSS Document */


/* ==========================================================================
   
店舗情報のスタイル

========================================================================== */

.outline02 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border-bottom: #ffffff 1px dotted;
  letter-spacing: 0.1em;
}

.outline02>dt {
  width: 120px;
  color: #ffffff!important;
  font-weight: bold;
  padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 100%;
}

.outline02>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 3%;
  margin-bottom: 2%;
  font-size: 100%;
  font-weight: bold;
  color: #ffffff!important;
}

.shopinfo_txt {
  padding-left: 0%;
  font-size: 90%;
  padding-top: 5%;
  color: #ffffff!important;
}

@media screen and (max-width: 768px) {
  .shopinfo_txt {
    padding-left: 0%;
    font-size: 90%;
    padding-top: 5%;
  }
}

.section_ttl_w {
  display: block;
  margin-top: 0%;
  margin-bottom: 2%;
  color: #ffffff!important;
  font-size: 35px;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif";
}

.section_ttl_cap_w {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.66667;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-left: 0%;
  color: #ffffff!important;
}

@media only screen and (max-width: 768px) {
  .section_ttl_w {
    display: block;
    margin-top: 0%;
    margin-bottom: 5%;
    color: #ffffff!important;
    font-size: 35px;
    font-weight: bold;
    font-family: "Arial Black", Gadget, "sans-serif"!important;
  }
  .section_ttl_cap_w {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.66667;
    margin-top: 0%;
    margin-bottom: 5%;
    color: #ffffff!important;
  }
}

