<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* main */
.store_index h1 {
  font-size: 300%;
}
.store_index h1 + p {
  font-size: 140%;
  margin-bottom: 15px;
}
@media screen and (min-width:641px){
.store_index {
  margin: 0 auto;
  display: table;
  width: 985px;
}}

@media screen and (max-width:640px){
.store_index {
  width: 100%;
}}

/* エリア選択 */
.store_area {
  padding: 30px 49px;
  margin: 20px auto;
  background-color: #f5f5f5;
  display: table;
}
.store_area ul {
  display: table-cell;
  vertical-align: middle;
}
.store_area ul li {
  display: table-cell;
  border-right: 1px #737373 solid;
  padding: 0 10px;
}
.store_area a {
  color: #f8409b;
  text-decoration: underline;
}
.store_area a:hover {
  color: #ff95c9;
  text-decoration: none;
}
/* 年末年始お知らせ */
.new_year_info {
    margin: 20px auto 20px auto;
    padding: 15px;
    color: #ff0000;
    background: #fcf4e3;
    border: 1px solid #fcad00;
}
@media screen and (min-width:641px){
.store_area a {
  font-size: 135%;
}}
@media screen and (max-width:640px){
.store_area a {
  font-size: 110%;
}
.new_year_info {
    box-sizing: border-box;
}
}

/* エリア */
.area_store {
  border-bottom: 1px solid #b5b8bf;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#area_sapporo,.area_store .store_box {
  overflow: hidden;
}
.area_store .store_info {
  float: left;
  position: relative;
}
.area_store h3{
  font-size: 200%;
}
@media screen and (min-width:641px){
.area_store {
  width: 985px;
}
#area_sapporo {
  overflow: hidden;
}
.area_store .store_box {
  width: 1020px;
}
.area_store .store_info {
  width: 475px;
  margin-right: 35px;
}
.area_store h3{
      text-align: left;
    display: block;
  font-size: 200%;
      margin: 2% 0;
}
.store_img {
  float: left;
}
.store_img img {
  height: 123px;
}
.area_store .box {
  width: 320px;
  float: right;
}
.box.sp_site h4{
  float: left;
  width: 252px;
  text-align: left;
  font-size: 14px;
}
.box h4 {
  float: left;
  width: 60px;
  text-align: left;
  font-size: 14px;
}
.closed h4 {
  width: 100px;
}}

@media screen and (max-width:640px){
.area_store,.area_store .store_box {
  width: 100%;
}
.area_store .store_info {
  width: 100%;
  margin:0 35px 20px 0;
}
.area_store h3{
      text-align: left;
    display: block;
  font-size: 180%;
  margin-bottom: 10px;
}
.store_img {
  float: left;
  width: 48%;
  margin-bottom: 10px;
}
.area_store .box {
  width: 100%;
  float: right;
}
.area_store h4 {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 5px;
}}
.closed.clear {
    color: #ba0000;
}
.area_store h2 {
  color: #f8409b;
  font-size: 150%;
  float: left;
}
.area_store h2:before {
  content: "\25B6";
}
.area_store h4:before {
  content: "\25a0";
}
.store_tel {
  color: #fc5da2;
  text-decoration: underline;
}
p.tel_black{
  color: #000;
  text-decoration:none;
}
.area_store .store_detail p.comment {
  color: #d43232;
  width: 100%;
}
@media screen and (min-width:641px){
  div#store_lafiler {
    padding-bottom: 52px;
}
.area_store .store_detail p {
  font-size: 13px;
  text-align: left;
  width: 255px;
  float: right;
  line-height: 17px;
}
.area_store .closed p {
  width: 212px;
}
.area_store .store_detail p span {
    font-size: 85%;
    color: #8c8a8a;
}
}

@media screen and (max-width:640px){
.area_store .store_detail{
	position: relative;
}

.area_store .store_detail p {
  font-size: 14px;
  text-align: left;
  line-height: 17px;
  margin-bottom: 10px;
}
.area_store .store_detail p span {
    font-size: 85%;
    color: #8c8a8a;
}
.area_store .store_detail p strong {
  font-size: 16px;
  color: #359FB8;
  text-decoration: underline;
}}


.button_box span{
  font-size: 132%;
  font-weight: bold;
}
@media screen and (min-width:641px){
  .area_store .button_box {
  width: 320px;
  float: right;
  margin-top: 20px;
}
#store_kamiiso .button_box,.button_box{
    margin-top: 37px;
}
#store_factory .button_box {
    margin-top: 37px;
}
#store_nishi .button_box {
    margin-top: 29px;
}
.area_store .reservation {
  float: left;
  background: #fc5da2;
  display: table-cell;
  border: 1px solid #fc5da2;
}
.area_store .reservation a{
color: #fff;
}
.area_store .reservation:hover {
  background: #f89fcd;
}
.area_store .reservationa:hover {
  color: #fff;
}
.area_store .summary {
  float: right;
  background: #fff;
  border: 1px solid #35a4bc;
    color: #35a4bc;
}
.summary a {
    color: #35a4bc;
}
.area_store .summary:hover {
  background: #35a4bc;
  color: #fff;
}
.area_store .summary a:hover {
  color: #fff;
}
.sp_site a {
  color: #fb6ab2;
}
.sp_site a:hover {
  color: #000;
}
.button_box a {
  display: block;
  font-size: 131%;
  letter-spacing: 1px;
  width: 156px;
  padding-top: 5%;
  height: 30px;
}
#store_lafiler, #store_nishi {
    position: relative;
}
p.information-bridal {
    position: absolute;
    top: 11px;
    left: 189px;
    width: fit-content;
    background-color: #ac55ec;
    color: #fff;
    border-radius: 8px;
    padding: 3px 6px;
}
p.information-baby {
    position: absolute;
    top: 11px;
    left: 189px;
    width: 200px;
    background-color: #ff9555;
    color: #fff;
    border-radius: 8px;
    padding: 3px 0;
}
p.new-open {
    width: 165px;
    background-color: #ff9555;
    padding: 5px 0;
    color: #fff;
    position: absolute;
    top: -18px;
    left: -1px;
}
#store_nishi {
    padding: 5px;
    width: 470px;
    margin-right: 25px;
}
.banner_box {
    margin-top: 10px;
}
}

@media screen and (max-width:640px){
  .area_store .button_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
}
.area_store .reservation {
	margin-bottom: 1.35em;
}

.area_store .reservation a {
  background: #fc5da2;
	display: block;
  color: #fff;
      border: 1px solid #fc5da2;
}
.area_store .reservation a:hover {
  background: #f89fcd;
}
.area_store .summary a{
  color: #35a4bc;
  border: 1px solid #35a4bc;
}
.area_store .summary a:hover {
  color: #fff;
  background: #35a4bc;
}
.area_store .button_box a{
  display: block;
  width: 96%;
  font-size: 144%;
  padding: 11.80% 0;
}
#store_lafiler, #store_nishi {
    position: relative;
}
p.information-bridal {
    position: absolute;
    top: -1%;
    left: 30%;
    background-color: #ac55ec;
    padding: 2% 6%;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    width: fit-content;
}
p.information-baby {
    position: absolute;
    top: -1%;
    left: 33%;
    background-color: #ff9555;
    padding: 2% 6%;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    width: 50%;
}
p.new-open {
    position: absolute;
    top: -7%;
    left: -1%;
    background-color: #ff9555;
    color: #fff;
    font-size: 14px;
    width: 40%;
    padding: 1% 0;
}
div#store_nishi {
    width: 100%;
    margin: 0 35px 20px 0;
}
}

.last-child {
  border: none !important;
  padding: 0;
}
div#store_nishi p.store_tel {
    width: 35%;
    float: left;
}
div#store_nishi p.tel_black {
    width: 46%;
}
@media screen and (max-width:640px){
  div#store_nishi p.store_tel {
    float: none;
}

}
</pre></body></html>