@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
.p-sato-top .c-pageTtl.-wht {
  position: relative;
  z-index: 1; }
  .p-sato-top .c-pageTtl.-wht * {
    color: #fff; }
    .p-sato-top .c-pageTtl.-wht *::after {
      border-color: #fff !important; }
.p-sato-top .section-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -85px; }
  .p-sato-top .section-main .p-mainSlide .slide {
    width: 100%;
    height: calc(100vh - 160px);
    background: no-repeat center center;
    background-size: cover; }
    .isEmergency .p-sato-top .section-main .p-mainSlide .slide {
      height: calc(100vh - 160px); }
    .p-sato-top .section-main .p-mainSlide .slide:nth-child(1) {
      background-image: url(/assets/img/sato/main01.jpg); }
      @media screen and (max-width: 768px) {
        .p-sato-top .section-main .p-mainSlide .slide:nth-child(1) {
          background-image: url(/assets/img/sato/main01_sp.jpg); } }
    .p-sato-top .section-main .p-mainSlide .slide:nth-child(2) {
      background-image: url(/assets/img/sato/main02.jpg); }
      @media screen and (max-width: 768px) {
        .p-sato-top .section-main .p-mainSlide .slide:nth-child(2) {
          background-image: url(/assets/img/sato/main02_sp.jpg); } }
    .p-sato-top .section-main .p-mainSlide .slide:nth-child(3) {
      background-image: url(/assets/img/sato/main03.jpg); }
      @media screen and (max-width: 768px) {
        .p-sato-top .section-main .p-mainSlide .slide:nth-child(3) {
          background-image: url(/assets/img/sato/main03_sp.jpg); } }
  .p-sato-top .section-main .logo {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 400px;
    transform: translateX(-50%); }
    .p-sato-top .section-main .logo img {
      filter: drop-shadow(0 0 20px rgba(17, 37, 58, 0.7)); }
      @media screen and (max-width: 768px) {
        .p-sato-top .section-main .logo img {
          filter: drop-shadow(0 0 10px rgba(17, 37, 58, 0.3)); } }
  .p-sato-top .section-main .slick-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    transform: translate(0, -50%); }
    .p-sato-top .section-main .slick-dots li {
      display: block;
      width: 9px;
      height: 9px;
      background: #fff;
      border-radius: 100vw;
      font-size: 0;
      margin: 15px 0;
      transition: .3s;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.15); }
      .p-sato-top .section-main .slick-dots li.slick-active {
        width: 15px;
        height: 15px;
        background: #003c78;
        border: 1px solid #fff; }
.p-sato-top__list {
  margin-top: 90px; }
  .p-sato-top__list--ttl {
    display: flex;
    align-items: center;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-feature-settings: "palt"; }
    .p-sato-top__list--ttl--icon {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 140px;
      margin-left: 25px; }
      .p-sato-top__list--ttl--icon img {
        width: 40px; }
  .p-sato-top__list--wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .p-sato-top__list--link {
    display: block;
    width: 300px;
    margin-top: 30px;
    text-decoration: none !important; }
    .p-sato-top__list--link img {
      margin-bottom: 10px; }
    .p-sato-top__list--link--ttl {
      font-size: 1.8rem;
      font-weight: 500;
      letter-spacing: 0.08em; }
    .p-sato-top__list--link--txt {
      font-size: 1.4rem;
      line-height: 1.71;
      letter-spacing: 0.1em;
      margin-top: 5px;
      color: #000;
      text-decoration: none !important; }
  .p-sato-top__list--btn {
    margin-top: 50px !important; }
.p-sato-top__link {
  margin-top: 120px; }
  .p-sato-top__link--blk {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .p-sato-top__link--blk:nth-of-type(n+2) {
      margin-top: 100px; }
    .p-sato-top__link--blk--img {
      flex-shrink: 0;
      width: 480px;
      margin-right: 60px; }
    .p-sato-top__link--blk--txt {
      width: 100%; }
      .p-sato-top__link--blk--txt .ttl {
        font-size: 3.6rem;
        line-height: 1.38;
        letter-spacing: 0.08em;
        font-weight: 500;
        margin-bottom: 10px; }
      .p-sato-top__link--blk--txt .txt {
        font-size: 1.6rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin: 10px 0 20px; }
      .p-sato-top__link--blk--txt .btn {
        margin: 10px 0 0 0; }
.p-sato-top__map {
  width: 1160px;
  margin: 0 auto;
  padding: 100px 0 120px; }
  .p-sato-top__map--blk {
    position: relative; }
    .p-sato-top__map--blk--icon {
      display: none;
      position: absolute; }
.p-sato-shisetsu__blk:nth-of-type(n+2) {
  margin-top: 70px; }
.p-sato-shisetsu__blk--ttl {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1; }
  .p-sato-shisetsu__blk--ttl--icon {
    display: flex;
    align-items: center;
    margin-left: 5px; }
    .p-sato-shisetsu__blk--ttl--icon img {
      width: 40px;
      margin-left: 10px; }
  .p-sato-shisetsu__blk--ttl + .p-sato-shisetsu__blk--list {
    margin-top: 0; }
.p-sato-shisetsu__blk .txt {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.57;
  letter-spacing: 0.1em; }
  .p-sato-shisetsu__blk .txt .btn {
    margin: 35px 0 0; }
.p-sato-shisetsu__blk--main {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 35px; }
  .p-sato-shisetsu__blk--main .img {
    flex-shrink: 0;
    width: 300px;
    margin-right: 40px; }
.p-sato-shisetsu__blk--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px; }
  .p-sato-shisetsu__blk--list a {
    display: flex;
    width: 48%;
    margin-top: 40px;
    text-decoration: none;
    color: #000; }
    .p-sato-shisetsu__blk--list a .img {
      flex-shrink: 0;
      width: 222px;
      margin-right: 10px; }
    .p-sato-shisetsu__blk--list a .name {
      font-size: 2rem;
      font-weight: 500; }
.p-sato-shisetsu__link {
  margin-top: 60px;
  padding-bottom: 120px; }
  .p-sato-shisetsu__link--btn {
    display: flex;
    justify-content: space-between; }
    .p-sato-shisetsu__link--btn a {
      width: 47%;
      margin: 0; }
  .p-sato-shisetsu__link--tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    background: #e5ebf1;
    margin-top: 30px; }
    .p-sato-shisetsu__link--tel--inr {
      font-size: 3.6rem;
      line-height: 1.38;
      text-align: center;
      margin-left: 80px; }
      .p-sato-shisetsu__link--tel--inr span {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
@media screen and (min-width: 769px) {
  .p-sato-shop .list {
    margin-bottom: 20px !important; } }
.p-sato-shop__ttl {
  padding: 60px 0;
  background: #d9e2eb; }
  .p-sato-shop__ttl .inner {
    display: flex; }
  .p-sato-shop__ttl--txt--name {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px; }
  .p-sato-shop__ttl--txt--catch {
    font-size: 2.8rem;
    line-height: 1.42;
    margin-bottom: 30px; }
  .p-sato-shop__ttl--txt--lead {
    font-size: 1.6rem;
    line-height: 1.75; }
  .p-sato-shop__ttl--img {
    flex-shrink: 0;
    width: 480px;
    margin-left: 40px; }
.p-sato-shop__column {
  margin-top: 80px; }
  .p-sato-shop__column--wrap {
    display: flex;
    justify-content: space-between; }
  .p-sato-shop__column--blk {
    width: 300px; }
    .p-sato-shop__column--blk .img {
      margin-bottom: 10px; }
    .p-sato-shop__column--blk .ttl {
      font-size: 2.4rem;
      line-height: 1.33;
      letter-spacing: 0.1em;
      font-weight: 500;
      margin-bottom: 10px; }
    .p-sato-shop__column--blk .txt {
      font-size: 1.6rem;
      line-height: 1.75; }
    .p-sato-shop__column--blk .note {
      display: block;
      font-size: 1.2rem;
      text-indent: -1em;
      margin-left: 1em;
      margin: 10px 0 0 1em; }
    .p-sato-shop__column--blk .link {
      font-size: 1.4rem;
      margin-top: 10px; }
.p-sato-shop__map {
  margin-top: 70px; }
  .p-sato-shop__map--ttl {
    border-bottom: 1px solid #e1e1e1;
    font-size: 2.8rem;
    padding-bottom: 5px;
    font-weight: 500; }
  .p-sato-shop__map--img {
    margin-top: 40px; }
  .p-sato-shop__map--wrap {
    display: flex;
    flex-wrap: wrap; }
  .p-sato-shop__map--blk {
    width: 300px;
    margin-top: 65px; }
    .p-sato-shop__map--blk:not(:nth-of-type(3n)) {
      margin-right: 30px; }
    .p-sato-shop__map--blk .name {
      margin-bottom: 10px; }
    .p-sato-shop__map--blk .txt {
      font-size: 1.6rem;
      line-height: 1.75;
      margin-top: 10px; }

@media screen and (max-width: 768px) {
  .p-sato {
    overflow: hidden; }
    .p-sato-top .section-main .logo {
      top: 100px;
      bottom: auto;
      left: 5%;
      width: 90%;
      transform: translateX(0); }
    .p-sato-top .section-main .slick-dots {
      top: auto;
      bottom: 10px;
      right: 0;
      width: 100%;
      flex-direction: row;
      margin: 0 auto;
      transform: translate(0); }
      .p-sato-top .section-main .slick-dots li {
        margin: 0 5px; }
    .p-sato-top__list {
      margin-top: 55px; }
      .p-sato-top__list--ttl {
        display: block;
        margin: 0 auto;
        font-size: 2.4rem;
        text-align: center;
        letter-spacing: 0.08em; }
        .p-sato-top__list--ttl--icon {
          margin: 10px auto 0; }
      .p-sato-top__list--wrap {
        display: block; }
      .p-sato-top__list--link {
        width: 100%; }
        .p-sato-top__list--link img {
          margin-bottom: 10px; }
      .p-sato-top__list--btn {
        margin-top: 50px !important; }
    .p-sato-top__link {
      margin-top: 60px; }
      .p-sato-top__link--blk {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; }
        .p-sato-top__link--blk:nth-of-type(n+2) {
          margin-top: 60px; }
        .p-sato-top__link--blk--img {
          flex-shrink: 0;
          width: 480px;
          margin-right: 60px; }
        .p-sato-top__link--blk--txt {
          width: 100%; }
          .p-sato-top__link--blk--txt .ttl {
            font-size: 2.4rem;
            text-align: center; }
          .p-sato-top__link--blk--txt img {
            margin: 20px 0; }
          .p-sato-top__link--blk--txt .btn {
            font-size: 1.6rem;
            font-feature-settings: "palt";
            letter-spacing: 0;
            margin: 10px auto 0; }
            .p-sato-top__link--blk--txt .btn::before {
              right: 12px; }
    .p-sato-top__map {
      width: 100%;
      overflow-x: scroll;
      margin: 50px auto 60px;
      padding: 0; }
      .p-sato-top__map--blk {
        width: 810px;
        position: relative; }
        .p-sato-top__map--blk--icon {
          display: block;
          position: absolute;
          top: 50%;
          left: 50vw;
          width: 170px;
          z-index: 10;
          transform: translate(-50%, -50%);
          pointer-events: none; }
    .p-sato-shisetsu__blk:nth-of-type(n+2) {
      margin-top: 50px; }
    .p-sato-shisetsu__blk--ttl {
      font-size: 2.4rem;
      letter-spacing: 0.08em; }
      .p-sato-shisetsu__blk--ttl--icon {
        margin-left: 0; }
        .p-sato-shisetsu__blk--ttl--icon img {
          width: 40px;
          margin-left: 10px; }
    .p-sato-shisetsu__blk .txt .btn {
      margin: 15px auto 0; }
    .p-sato-shisetsu__blk--main {
      display: block; }
      .p-sato-shisetsu__blk--main .img {
        width: 100%;
        margin: 0 auto 15px; }
    .p-sato-shisetsu__blk--list {
      display: block;
      width: 90%;
      margin: 60px auto 0; }
      .p-sato-shisetsu__blk--list a {
        display: block;
        width: 100%;
        margin-top: 40px;
        text-decoration: none;
        color: #000; }
        .p-sato-shisetsu__blk--list a .img {
          width: 100%;
          margin: 0 auto 10px; }
        .p-sato-shisetsu__blk--list a .name {
          font-size: 2rem;
          margin-bottom: 10px; }
    .p-sato-shisetsu__link {
      margin-top: 60px;
      padding-bottom: 60px; }
      .p-sato-shisetsu__link--btn {
        display: block; }
        .p-sato-shisetsu__link--btn a {
          width: 335px;
          margin-top: 10px; }
      .p-sato-shisetsu__link--tel {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 2rem;
        letter-spacing: 0.08em;
        margin-top: 30px;
        padding: 30px 0; }
        .p-sato-shisetsu__link--tel--inr {
          font-size: 3rem;
          line-height: 1.38;
          text-align: center;
          margin-left: 0;
          margin-top: 10px; }
          .p-sato-shisetsu__link--tel--inr span {
            font-size: 1.2rem; }
    .p-sato-shop__ttl {
      padding: 30px 0; }
      .p-sato-shop__ttl .inner {
        display: block; }
      .p-sato-shop__ttl--txt--name {
        font-size: 3.6rem;
        text-align: center;
        margin-bottom: 15px; }
      .p-sato-shop__ttl--txt--catch {
        font-size: 2.2rem;
        margin-bottom: 15px;
        margin-top: 25px; }
      .p-sato-shop__ttl--txt--lead {
        font-size: 1.6rem;
        line-height: 1.75; }
      .p-sato-shop__ttl--img {
        width: 100%;
        margin: 15px 0 0; }
    .p-sato-shop__column {
      margin-top: 60px; }
      .p-sato-shop__column--wrap {
        display: block; }
      .p-sato-shop__column--blk {
        width: 100%; }
        .p-sato-shop__column--blk:nth-of-type(n+2) {
          margin-top: 50px; }
        .p-sato-shop__column--blk .img {
          margin-bottom: 10px; }
        .p-sato-shop__column--blk .ttl {
          font-size: 2rem;
          letter-spacing: 0.1em; }
    .p-sato-shop__map {
      margin-top: 40px; }
      .p-sato-shop__map--ttl {
        font-size: 2.2rem; }
      .p-sato-shop__map--img {
        margin-top: 20px; }
      .p-sato-shop__map--wrap {
        display: block; }
      .p-sato-shop__map--blk {
        width: 100%;
        margin-top: 40px; }
        .p-sato-shop__map--blk:not(:nth-of-type(3n)) {
          margin-right: 0; } }

/*# sourceMappingURL=sato.css.map */
