<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.u_page section.title {
  text-align: center;
  margin: 0 0 30px 0;
}
.u_page section.title img {
  text-align: center;
  margin: 20px;
}
.u_page section.title .copy {
  font-weight: bold;
  width: calc(100% - 30px);
  margin: 20px auto 0 auto;
  text-align: center;
  line-height: 2em;
}
.arrow_navi:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.loc_bt {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.loc_bt li a {
  display: block;
  width: 320px;
  font-size: 2rem;
  text-align: center;
  padding: 15px;
  background: #F35663;
  border-radius: 5px;
  color: #fff;
  position: relative;
  margin: 5px;
  box-sizing: border-box;
}
.loc_bt li:nth-child(2) a {
  background: #53B8E2;
}
.loc_bt li:nth-child(3) a {
  background: #3CA852;
}
.more_btn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.more_btn a {
  display: block;
  width: 250px;
  text-align: center;
  padding: 15px;
  background: #F35663;
  border-radius: 5px;
  color: #fff;
  position: relative;
  margin: 5px;
}
.arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#shop {
  background: #FFCACB;
  border-radius: 50px;
  padding: 50px;
  margin-bottom: 70px;
}
section.shop {
  font-size: 16px;
  line-height: 190%;
  padding: 0;
}
section.shop h2 {
  max-width: 720px;
  margin: -80px auto 50px;
  text-align: center;
  background: #F35663;
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 3rem;
  border-radius: 5px;
  box-sizing: border-box;
}
section.shop h2 span {
  font-size: 20px;
  background: #F35663;
  padding-right: 6px;
}
.u_page.company_p section.shop h2:after {
  background: none;
}
section.shop h3 {
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 0;
  position: relative;
  padding: 5px 0 5px 50px;
  background: #F35663;
  width: 100%;
  box-sizing: border-box;
}
section.shop h3 span {
  display: inline-block;
  background: #F35663;
  position: relative;
  z-index: 1;
  padding: 0 15px 0 0;
}
section.shop h3:after {
  background: none;
}
section.shop h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 7px;
  right: 0;
}
section.shop h3:before {
  content: "";
  display: block;
  padding-top: 4px;
  text-align: center;
  width: 42px;
  height: 37px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
section.shop h3.shop_no1:before {
  content: "1";
}
section.shop h3.shop_no2:before {
  content: "2";
}
section.shop h3.shop_no3:before {
  content: "3";
}
section.shop h3.shop_no4:before {
  content: "4";
}
section.shop h3.shop_no5:before {
  content: "5";
}
section.shop h3.shop_no6:before {
  content: "6";
}
section.shop h3.shop_no7:before {
  content: "7";
}
.flx_box_l {
  display: flex;
  margin-bottom: 50px;
}
.flx_box_l img {
  margin-right: 30px;
}
.flx_box_r {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.flx_box_r img {
  margin-left: 30px;
}
/*スタッフ------------------------*/
#staff {
  background: #D2EDFB;
  border-radius: 50px;
  padding: 50px;
  margin-bottom: 70px;
}
section.staff {
  font-size: 16px;
  line-height: 190%;
  padding: 0;
}
section.staff {
  font-size: 16px;
  line-height: 190%;
}
section.staff h2 {
  text-align: center;
  max-width: 720px;
  margin: -80px auto 50px;
  background: #53B8E2;
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 3rem;
  border-radius: 5px;
  box-sizing: border-box;
}
section.staff h2 span {
  font-size: 20px;
  background: #53B8E2;
  padding-right: 6px;
}
.u_page.company_p section.staff h2:after {
  background: none;
}
section.staff h3 {
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 50px;
  position: relative;
  background: #53B8E2;
}
section.staff h3 span {
  display: inline-block;
  background: #53B8E2;
  position: relative;
  z-index: 1;
  padding: 0 15px 0 0;
}
section.staff h3:after {
  background: none;
}
section.staff h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 7px;
  right: 0;
}
section.staff h3:before {
  content: "";
  display: block;
  padding-top: 4px;
  text-align: center;
  width: 42px;
  height: 37px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
section.staff h3.staff_no1:before {
  content: "1";
}
section.staff h3.staff_no2:before {
  content: "2";
}
section.staff h3.staff_no3:before {
  content: "3";
}
section.staff h3.staff_no2 {
  margin-top: 30px;
}
section.staff h3.staff_no3 {
  margin-top: 30px;
}
.staff_flx_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 40px;
}
.staff_flx_box .in_box {
  width: 50%;
}
.staff_flx_box img {
  margin-left: 30px;
  box-sizing: border-box;
}
/*地域------------------------*/
#chiki {
  background: #CFFCCE;
  border-radius: 50px;
  padding: 50px;
  margin-bottom: 70px;
}
section.chiki {
  font-size: 16px;
  line-height: 190%;
  padding: 0;
}
.u_page.company_p section.chiki h2:after {
  background: none;
}
section.chiki h2 {
  text-align: center;
  max-width: 720px;
  margin: -80px auto 50px;
  background: #3CA852;
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 3rem;
  border-radius: 5px;
  box-sizing: border-box;
}
section.chiki h2 span {
  font-size: 20px;
  background: #3CA852;
  padding-right: 6px;
}
section.chiki h3 {
  font-size: 2.4rem;
  line-height: 1.3em;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 5px 0 5px 50px;
  position: relative;
  background: #3CA852;
  letter-spacing: 0;
}
section.chiki h3 span {
  display: inline-block;
  background: #3CA852;
  position: relative;
  z-index: 1;
  padding: 0 15px 0 0;
}
section.chiki h3:before {
  content: "";
  display: block;
  padding-top: 4px;
  text-align: center;
  width: 42px;
  height: 37px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}
section.chiki h3:after {
  background: none;
}
section.chiki h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: 7px;
  right: 0;
}
section.chiki h3.chiki_no1:before {
  content: "1";
}
section.chiki h3.chiki_no2:before {
  content: "2";
}
section.chiki h3.chiki_no3:before {
  content: "3";
}
section.chiki h3.chiki_no4:before {
  content: "4";
}
section.chiki {
  font-size: 16px;
  line-height: 190%;
}
.chiki_flx_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.chiki_flx_box img {
  margin: 20px 0;
}
.chiki_flx_box .in_box {
  width: 48%;
}
@media all and (max-width: 896px) {
  .loc_bt li a {
    width: 240px;
    font-size: 2rem;
  }
  .u_page section.title img {
    text-align: center;
    margin: 20px 0 0;
  }
  section.shop h2, section.staff h2, section.chiki h2 {
    padding: 14px 14px;
    font-size: 2.8rem;
  }
  .loc_bt {
    display: flex;
    flex-direction: column;
  }
  .loc_bt li a {
    width: 100%;
    margin: 5px 0;
  }
  .more_btn {
    justify-content: center;
    margin: 20px 0 30px;
  }
  /*ショップ------------------------*/
  section.shop {
    font-size: 1.5rem;
    line-height: 190%;
    padding: 0;
  }
  #shop {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  section.shop h2 {
    margin: -50px auto 50px;
    padding: 10px 10px;
    font-size: 3rem;
  }
  section.shop h3 {
    width: 100%;
    margin: 0px 0 10px 0;
  }
  .flx_box_l {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .flx_box_l.last {
    margin-bottom: 0;
  }
  .flx_box_l img {
    margin-top: 20px;
    margin-right: 0;
  }
  .flx_box_r {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .flx_box_r img {
    margin-top: 20px;
    margin-left: 0;
  }
  section.shop h3:before {
    height: 33px;
  }
  /*スタッフ------------------------*/
  #staff {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .staff_flx_box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .staff_flx_box img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .staff_flx_box .in_box {
    width: 100%;
  }
  section.staff h2 {
    margin: -50px auto 50px;
    padding: 10px 10px;
    font-size: 3rem;
  }
  section.staff h3 {
    margin: 0px 0 10px 0;
  }
  section.staff h3:before {
    height: 33px;
  }
  /*地域------------------------*/
  #chiki {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  section.chiki h2 {
    margin: -50px auto 50px;
  }
  .chiki_flx_box {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .chiki_flx_box img {
    margin: 20px 0;
  }
  .chiki_flx_box .in_box {
    width: 100%;
  }
  section.chiki h3 {
    margin: 0px 0 10px 0;
  }
  section.chiki h3:before {
    height: 33px;
  }
}
@media all and (max-width: 736px) {
  .loc_bt {
    display: flex;
    flex-direction: column;
  }
  .loc_bt li a {
    width: 100%;
    margin: 5px 0;
  }
}
@media all and (max-width: 480px) {
  .u_page section.title .copy {
    text-align: left;
  }
  section.shop h2 span {
    display: block;
  }
  section.staff h2 span {
    display: block;
  }
  section.chiki h2 span {
    display: block;
  }
  .u_page section.title img {
    text-align: center;
    margin: 20px 0 0;
  }
  .u_page section.title .copy {
    text-align: left;
  }
  section.shop h2, section.staff h2, section.chiki h2 {
    padding: 14px 14px;
    font-size: 2.5rem;
  }
  section.shop h2 span {
    display: block;
  }
  section.staff h2 span {
    display: block;
  }
  section.chiki h2 span {
    display: block;
  }
  .loc_bt {
    display: flex;
    flex-direction: column;
  }
  .loc_bt li a {
    width: 100%;
    margin: 5px 0;
  }
  .more_btn {
    justify-content: center;
    margin: 20px 0 30px;
  }
  /*ショップ------------------------*/
  section.shop {
    font-size: 1.5rem;
    line-height: 190%;
    padding: 0;
  }
  #shop {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  section.shop h2 {
    margin: -60px auto 20px;
    padding: 10px 10px;
    font-size: 3rem;
  }
  section.shop h3 {
    width: 100%;
    margin: 0px 0 10px 0;
  }
  .flx_box_l {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .flx_box_l img {
    margin-top: 20px;
    margin-right: 0;
  }
  .flx_box_r {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
  .flx_box_r img {
    margin-top: 20px;
    margin-left: 0;
  }
  section.shop h3:before {
    height: 33px;
  }
  /*スタッフ------------------------*/
  #staff {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 60px;
  }
  .staff_flx_box {
    flex-direction: column;
    margin-bottom: 0;
  }
  .staff_flx_box img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  section.staff h2 {
    margin: -60px auto 20px;
    padding: 10px 10px;
    font-size: 3rem;
  }
  section.staff h3 {
    margin: 0px 0 10px 0;
  }
  section.staff h3:before {
    height: 33px;
  }
  /*地域------------------------*/
  #chiki {
    border-radius: 20px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .chiki_flx_box.last {
    flex-direction: column;
    margin-bottom: 0;
  }
  .chiki_flx_box img {
    margin: 20px 0;
  }
  .chiki_flx_box .in_box {
    width: 100%;
  }
  section.chiki h2 {
    margin: -60px auto 20px;
    padding: 10px 10px;
    font-size: 2.5rem;
  }
  section.chiki h3 {
    margin: 0px 0 10px 0;
  }
  section.chiki h3:before {
    height: 33px;
  }
}</pre></body></html>