@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
.es-container {
  max-width: 100%;
  padding: 0; }
  @media (max-width: 480px) {
    .es-container {
      font-size: 14px; } }

.es-header-breadcrumb .es-container {
  max-width: 1320px;
  padding: 0 15px; }

.entry-content p {
  margin-bottom: 0; }
@media (max-width: 480px) {
  .entry-content > * {
    padding: 0; } }

/* ------------------------
 cheader
------------------------ */
#cheader {
  max-width: 1320px;
  width: 95%;
  padding: 40px 0 0;
  margin: 0 auto; }
  @media (max-width: 480px) {
    #cheader {
      padding: 70px 0 0; } }
  #cheader .ttlWrap {
    align-items: center;
    position: relative; }
    #cheader .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: min(100px,10.416vw); }
      #cheader .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1.2; }
      @media (max-width: 480px) {
        #cheader .ttlWrap .pageTtl {
          padding-left: 0; }
          #cheader .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheader .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheader .ttlWrap picture {
      position: relative;
      display: block;
      width: 75.75%;
      height: auto;
      overflow: hidden;
      border-radius: 40px;
      margin-right: min(40px,4.167vw);
      margin-left: auto; }
      #cheader .ttlWrap picture::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 54%; }
      #cheader .ttlWrap picture source, #cheader .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheader .ttlWrap picture {
          border-radius: 20px;
          margin-right: 0; } }

#cheaderSub {
  padding: 40px 0 0; }
  @media (max-width: 480px) {
    #cheaderSub {
      padding: 80px 0 0; } }
  #cheaderSub .ttlWrap {
    align-items: center;
    position: relative; }
    #cheaderSub .ttlWrap .pageTtl {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: 1;
      padding-left: calc((100% - 1120px)/ 2); }
      #cheaderSub .ttlWrap .pageTtl .en {
        font-size: clamp(72px, 12.4995vw, 120px);
        font-family: 'Lato', sans-serif;
        line-height: 1; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .pageTtl {
          padding-left: 5%; }
          #cheaderSub .ttlWrap .pageTtl .en {
            font-size: 38px; }
          #cheaderSub .ttlWrap .pageTtl .jp {
            font-size: 14px; } }
    #cheaderSub .ttlWrap picture {
      position: relative;
      display: block;
      width: 76.3888vw;
      height: 327px;
      overflow: hidden;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      margin-left: auto; }
      #cheaderSub .ttlWrap picture source, #cheaderSub .ttlWrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap picture {
          height: 150px;
          border-top-left-radius: 20px;
          border-bottom-left-radius: 20px; } }
    #cheaderSub .ttlWrap .subTtl {
      position: absolute;
      max-width: 380px;
      width: 60%;
      height: 60px;
      bottom: -24px;
      right: 0;
      clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0% 100%);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px; }
      #cheaderSub .ttlWrap .subTtl.blue {
        background: #0095DE; }
      #cheaderSub .ttlWrap .subTtl.navy {
        background: #36558F; }
      @media (max-width: 480px) {
        #cheaderSub .ttlWrap .subTtl {
          height: 40px;
          font-size: 14px; } }

/* ------------------------
 layout
------------------------ */
.contentsWidth {
  max-width: 1320px;
  width: 90%;
  margin: min(144px,15vw) auto 0; }
  .contentsWidth:first-of-type {
    margin: min(120px,12.4995vw) auto 0; }
  @media (max-width: 480px) {
    .contentsWidth {
      width: 100%; } }

.commonWrap1 {
  background: #fff;
  border-radius: 40px;
  padding: 0 0 min(120px,12.4995vw);
  width: 100%;
  position: relative; }
  @media (max-width: 480px) {
    .commonWrap1 {
      border-radius: 0; } }
  .commonWrap1 .trapeziumTtl {
    max-width: 600px;
    width: 90%;
    height: 100px;
    position: relative;
    top: -20px;
    clip-path: polygon(8% 100%, 0% 0%, 100% 0%, 92% 100%);
    margin: 0 auto min(40px,4.167vw);
    display: flex;
    justify-content: center;
    align-items: center; }
    .commonWrap1 .trapeziumTtl.blue {
      background: #0095DE; }
    .commonWrap1 .trapeziumTtl.navy {
      background: #36558F; }
    .commonWrap1 .trapeziumTtl p {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      font-size: clamp(19.2px, 3.333vw, 32px);
      font-weight: 700;
      line-height: 1.4;
      color: #fff; }
      .commonWrap1 .trapeziumTtl p .line {
        display: block; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 18px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 20px; }
    @media (max-width: 480px) {
      .commonWrap1 .trapeziumTtl {
        height: 80px; }
        .commonWrap1 .trapeziumTtl p .line:first-of-type {
          font-size: 12px; }
        .commonWrap1 .trapeziumTtl p .line span {
          font-size: 14px; } }
  .commonWrap1 .infoTxt {
    text-align: center; }
    .commonWrap1 .infoTxt .strong {
      color: #36558F;
      font-weight: 700;
      font-size: clamp(19.2px, 3.333vw, 32px);
      margin-bottom: 10px;
      line-height: 1.4; }
  .commonWrap1 h3 {
    position: relative;
    font-weight: 700;
    font-size: clamp(19.2px, 3.333vw, 32px);
    line-height: 1.2;
    padding-left: 20px;
    margin-bottom: min(33px,3.438vw); }
    .commonWrap1 h3::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 40px;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .commonWrap1 h3::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -14px;
      left: 0; }
    .commonWrap1 h3.blue::before, .commonWrap1 h3.blue::after {
      background: #0095DE; }
    .commonWrap1 h3.navy::before, .commonWrap1 h3.navy::after {
      background: #36558F; }

.commonListGuide {
  margin-top: min(110px,11.4585vw);
  counter-reset: number 0;
  z-index: 1;
  position: relative; }
  .commonListGuide li {
    border: solid 2px #D6D6D6;
    box-shadow: 5px 5px 0 #EAEDF4;
    padding: 15px;
    position: relative;
    background: #fff; }
    .commonListGuide li figure {
      background: #EAEDF4;
      width: 100%;
      position: relative;
      padding-top: 68.571%; }
      .commonListGuide li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    .commonListGuide li .ttl {
      color: #36558F;
      font-size: 18px;
      font-weight: 700;
      margin-top: 8px; }
    .commonListGuide li dl dd {
      text-indent: -16px;
      padding-left: 16px; }
      .commonListGuide li dl dd.note {
        color: #F1887B; }
    .commonListGuide li div {
      position: relative;
      width: 100%;
      height: 100%;
      padding-bottom: 35px; }
      .commonListGuide li div::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 30px;
        background: linear-gradient(135deg, transparent 0%, transparent 50%, #36558F 50%, #36558F 100%); }
  .commonListGuide.num li::before {
    counter-increment: number 1;
    content: counter(number);
    position: absolute;
    top: min(-38px,-3.9585vw);
    left: 18px;
    font-size: clamp(72px, 12.4995vw, 120px);
    color: #36558F;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    z-index: 5; }
  .commonListGuide.oblique li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    line-height: 1;
    background: url("/app/uploads/sites/1030/2023/07/oblique_line.svg") no-repeat center center/contain;
    width: 168px;
    height: 51px;
    z-index: -1; }
    @media (max-width: 480px) {
      .commonListGuide.oblique li::after {
        top: auto;
        right: auto;
        bottom: -30%;
        left: 50%;
        transform: translateX(-50%);
        background: url("/app/uploads/sites/1030/2023/07/oblique_line_tate.svg") no-repeat center center/contain;
        width: 51px;
        height: 168px; } }
  .commonListGuide.col3 li {
    width: calc(92% / 3);
    margin-right: 4%; }
    .commonListGuide.col3 li:nth-of-type(3n) {
      margin-right: 0; }
    .commonListGuide.col3 li:nth-child(n + 4) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col3 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col3 li + li {
          margin-top: 60px; }
        .commonListGuide.col3 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
    display: none; }
    @media (max-width: 480px) {
      .commonListGuide.col3.oblique li:nth-of-type(3n)::after {
        display: block; } }
  .commonListGuide.col3.oblique li:last-of-type::after {
    display: none; }
  .commonListGuide.col2 li {
    width: calc(92% / 2);
    margin-right: 8%; }
    .commonListGuide.col2 li:nth-of-type(2n) {
      margin-right: 0; }
    .commonListGuide.col2 li:nth-child(n + 3) {
      margin-top: min(110px,11.4585vw); }
    @media (max-width: 480px) {
      .commonListGuide.col2 li {
        width: 100%;
        margin-right: 0; }
        .commonListGuide.col2 li + li {
          margin-top: 60px; }
        .commonListGuide.col2 li:nth-child(n + 4) {
          margin-top: 60px; } }
  .commonListGuide.col2.oblique li:nth-of-type(2n)::after {
    display: none; }

ul.commonInfoLink li {
  max-width: 520px;
  width: 46.43%; }
  ul.commonInfoLink li:nth-child(n + 3) {
    margin-top: min(120px,12.4995vw); }
  ul.commonInfoLink li:nth-child(2n) {
    margin-left: 7.14%; }
  @media (max-width: 480px) {
    ul.commonInfoLink li {
      width: 100%; }
      ul.commonInfoLink li + li {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(n + 3) {
        margin-top: 80px; }
      ul.commonInfoLink li:nth-child(2n) {
        margin-left: 0; } }
  ul.commonInfoLink li a {
    position: relative;
    display: block;
    transition: 0.5s; }
    ul.commonInfoLink li a figure {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 20px;
      background: #EAEDF4; }
      ul.commonInfoLink li a figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 57.69%; }
      ul.commonInfoLink li a figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    ul.commonInfoLink li a span {
      display: block; }
    ul.commonInfoLink li a .textBox {
      position: absolute;
      z-index: 3;
      bottom: -60px;
      right: 0;
      width: 65.38%;
      height: 140px;
      background: #fff;
      padding: min(36px,3.75vw) 0 0 min(35px,3.6465vw); }
      ul.commonInfoLink li a .textBox::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 5px;
        height: 100%;
        transition: all 0.5s; }
      ul.commonInfoLink li a .textBox.blue::before {
        background: #0095DE; }
      ul.commonInfoLink li a .textBox.navy::before {
        background: #36558F; }
      @media (max-width: 480px) {
        ul.commonInfoLink li a .textBox {
          height: 80px; } }
      ul.commonInfoLink li a .textBox .ttl {
        position: relative;
        z-index: 1; }
        ul.commonInfoLink li a .textBox .ttl span {
          color: #333333;
          transition: all 0.5s; }
          ul.commonInfoLink li a .textBox .ttl span.en {
            font-weight: 700;
            font-size: clamp(19.2px, 3.333vw, 32px);
            line-height: 1.4; }
      ul.commonInfoLink li a .textBox .arrow {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 25px;
        height: 25px; }
        ul.commonInfoLink li a .textBox .arrow svg {
          fill: #333333;
          transition: all 0.5s; }
        @media (max-width: 480px) {
          ul.commonInfoLink li a .textBox .arrow {
            width: 15px;
            height: 15px; } }
    ul.commonInfoLink li a:hover .textBox::before {
      width: 100%; }
    ul.commonInfoLink li a:hover .textBox .ttl span {
      color: #fff; }
    ul.commonInfoLink li a:hover .textBox .arrow svg {
      fill: #fff; }

.stickyWrap .stickyContentsWrap {
  width: 74%; }
  @media (max-width: 480px) {
    .stickyWrap .stickyContentsWrap {
      width: 100%; } }
.stickyWrap .stickyLinkWrap {
  width: 240px; }
  @media (max-width: 480px) {
    .stickyWrap .stickyLinkWrap {
      width: 90%;
      margin: 50px auto 0; } }
  .stickyWrap .stickyLinkWrap .sticky {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 150px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .stickyWrap .stickyLinkWrap .sticky {
        position: relative;
        top: auto; } }
  .stickyWrap .stickyLinkWrap p {
    background: #36558F;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .stickyWrap .stickyLinkWrap a {
    display: flex;
    align-items: center;
    color: #36558F;
    font-size: 18px;
    position: relative;
    padding: 0 10px;
    height: 72px;
    line-height: 1; }
    .stickyWrap .stickyLinkWrap a + a {
      border-top: solid 1px #36558F; }
    .stickyWrap .stickyLinkWrap a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 36px;
      transform: translateY(-50%);
      width: 1px;
      height: 30px;
      background: #36558F; }
    .stickyWrap .stickyLinkWrap a span {
      position: absolute;
      top: 50%;
      right: 12px;
      transform: translateY(-50%);
      display: block;
      width: 14px;
      height: 14px;
      transition: all .5s; }
      .stickyWrap .stickyLinkWrap a span svg {
        fill: #36558F; }
    .stickyWrap .stickyLinkWrap a:hover {
      color: #fff;
      background: #36558F; }
      .stickyWrap .stickyLinkWrap a:hover::after {
        background: #fff; }
      .stickyWrap .stickyLinkWrap a:hover span {
        right: 8px; }
        .stickyWrap .stickyLinkWrap a:hover span svg {
          fill: #fff; }

body.es-page-store #page, body.es-page-matsugasaki #page {
  background: url("/wp-content/uploads/sites/1030/2023/06/bg_main.jpg"); }

h3.strDetailTtl {
  color: #0095DE;
  font-size: clamp(28.8px, 4.9995vw, 48px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(40px,4.167vw);
  font-family: 'Lato', sans-serif; }

/* ------------------------
 store list
------------------------ */
/* --- fv --- */
#storeTopWrap {
  background: url("/wp-content/uploads/sites/1030/2023/06/bg_blue.jpg");
  padding: 0 0 min(100px,10.416vw); }
  @media (max-width: 480px) {
    #storeTopWrap {
      padding: 0 0 min(100px,10.416vw); } }
  #storeTopWrap .ttlWrap .pageTtl {
    color: #fff; }
    #storeTopWrap .ttlWrap .pageTtl .en {
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
/* 4店舗
  #storeTopWrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px 27px;
    margin-top: min(80px,8.334vw); }*/
  #storeTopWrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 17px 27px;
    margin-top: min(80px,8.334vw); }

    @media (max-width: 480px) {
      #storeTopWrap ul {
        grid-template-columns: 1fr 1fr;
        grid-gap: 17px 10px; } }
    #storeTopWrap ul li a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 60px;
      background: #fff;
      border-radius: 8px;
      font-size: clamp(10.8px, 1.875vw, 18px);
      font-weight: 700;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 480px) {
      #storeTopWrap ul li a {
        font-size: 14px;
        height: 40px; } }

/* --- storeList--- */
#storeListWrap {
  background: #fff;
  border-radius: 40px;
  margin: min(100px,10.416vw) auto 0;
  padding: min(80px,8.334vw) 0;
  max-width: 1320px;
  width: 90%; }
  @media (max-width: 480px) {
    #storeListWrap {
      width: 100%;
      border-radius: 0;
      margin: 0 auto;
      padding: min(80px,8.334vw) 0 60px; } }
  #storeListWrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 100px 57px; }
    @media (max-width: 480px) {
      #storeListWrap ul {
        grid-template-columns: 1fr;
        grid-gap: 50px 57px; } }
    #storeListWrap ul li .strName {
      font-size: 18px;
      font-weight: 700;
      border-bottom: solid 2px #000; }
    #storeListWrap ul li .strContact {
      margin-top: 20px; }
      #storeListWrap ul li .strContact a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48%;
        height: 35px;
        color: #fff;
        font-weight: 700; }
        #storeListWrap ul li .strContact a.num {
          position: relative;
          background: #333333;
          font-size: 12px; }
          #storeListWrap ul li .strContact a.num::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("/wp-content/uploads/sites/1030/2023/06/str_phone.svg") no-repeat center center/contain;
            margin-right: 5px; }
        #storeListWrap ul li .strContact a.line {
          background: #06C755;
          font-size: 13px; }
    #storeListWrap ul li .strImg {
      margin-top: 20px; }
      #storeListWrap ul li .strImg span {
        font-size: 12px;
        font-weight: 700;
        display: block;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      #storeListWrap ul li .strImg picture {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        transition: all .4s;
        border-radius: 4px;
        overflow: hidden; }
        #storeListWrap ul li .strImg picture::before {
          content: '';
          display: block;
          width: 100%;
          padding-top: 56.25%; }
        #storeListWrap ul li .strImg picture source, #storeListWrap ul li .strImg picture img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0; }
    #storeListWrap ul li .strAddress {
      margin-top: 15px;
      font-size: 14px; }
      #storeListWrap ul li .strAddress .nearestTtl {
        margin: 5px 0; }
        #storeListWrap ul li .strAddress .nearestTtl span {
          background: #0095DE;
          border-radius: 50px;
          padding: 4px 10px;
          color: #fff;
          font-size: 12px; }
    #storeListWrap ul li .strLinkBtn {
      text-align: right;
      margin-top: 18px; }
      #storeListWrap ul li .strLinkBtn a {
        position: relative;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        background: #0095DE;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 0 60px 0 20px;
        border-radius: 8px;
        transition: all .3s; }
        #storeListWrap ul li .strLinkBtn a::after {
          content: '';
          position: absolute;
          display: block;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          width: 14px;
          height: 14px;
          background: url("/wp-content/uploads/sites/1030/2023/06/str_arrow.svg") no-repeat center center/contain;
          transition: all .3s; }
        #storeListWrap ul li .strLinkBtn a:hover::after {
          right: 15px; }

/* ------------------------
 store-detail
------------------------ */
/* --- fv --- */
#storeDetailTop {
  width: 100%;
  height: 500px;
  position: relative; }
  @media (max-width: 480px) {
    #storeDetailTop {
      padding: 0;
      height: 350px; } }
  #storeDetailTop figure {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative; }
    #storeDetailTop figure::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.3);
      mix-blend-mode: multiply; }
    #storeDetailTop figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  #storeDetailTop .storeName {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
    #storeDetailTop .storeName p {
      font-weight: 700;
      text-align: center;
      color: #fff;
      letter-spacing: 2px;
      line-height: 1.5; }
      #storeDetailTop .storeName p.en {
        font-size: clamp(36px, 6.2505vw, 60px);
        line-height: 1.3;
        margin-bottom: 10px; }
      #storeDetailTop .storeName p.jp {
        font-size: clamp(21.6px, 3.75vw, 36px); }
    @media (max-width: 480px) {
      #storeDetailTop .storeName {
        padding-top: 60px; }
        #storeDetailTop .storeName p.en {
          font-size: 34px; }
        #storeDetailTop .storeName p.jp {
          font-size: 20px; } }

/* --- description --- */
#strDescription {
  background: #fff;
  border-radius: 40px;
  margin: min(100px,10.416vw) auto 0;
  padding: min(80px,8.334vw) 0;
  max-width: 1320px;
  width: 90%; }
  @media (max-width: 480px) {
    #strDescription {
      width: 100%;
      border-radius: 0;
      margin: 0 auto;
      padding: min(80px,8.334vw) 0 60px; } }
  #strDescription .captionWrap .caption {
    font-size: clamp(16.2px, 2.8125vw, 27px);
    font-weight: 700;
    color: #0095DE;
    line-height: 1.4;
    margin-bottom: min(40px,4.167vw); }
  @media (max-width: 480px) {
    #strDescription .captionWrap .caption {
      font-size: 20px; } }
  #strDescription .mainImgWrap {
    margin-top: min(60px,6.2505vw); }
    #strDescription .mainImgWrap figure {
      display: block;
      width: 47%;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      #strDescription .mainImgWrap figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 59.615%; }
      #strDescription .mainImgWrap figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    @media (max-width: 480px) {
      #strDescription .mainImgWrap figure {
        width: 100%; }
      #strDescription .mainImgWrap figure + figure {
        margin-top: 10px; } }
  #strDescription .contactWrap {
    justify-content: center;
    margin-top: min(80px,8.334vw); }
    #strDescription .contactWrap p.ttl {
      color: #0095DE;
      font-size: clamp(14.4px, 2.5005vw, 24px);
      font-weight: 700;
      text-align: center; }
      @media (max-width: 480px) {
        #strDescription .contactWrap p.ttl {
          font-size: 18px; } }
    #strDescription .contactWrap .strContact {
      margin-top: 20px; }
      @media (max-width: 480px) {
        #strDescription .contactWrap .strContact {
          flex-direction: column;
          align-items: center; } }
      #strDescription .contactWrap .strContact a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48%;
        height: 60px;
        color: #fff;
        font-weight: 700;
        font-size: 18px; }
        #strDescription .contactWrap .strContact a.num {
          position: relative;
          background: #0095DE; }
          #strDescription .contactWrap .strContact a.num::before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            background: url("/wp-content/uploads/sites/1030/2023/06/str_phone.svg") no-repeat center center/contain;
            margin-right: 5px; }
        #strDescription .contactWrap .strContact a.line {
          background: #06C755; }
        #strDescription .contactWrap .strContact a.other {
          background: #333333; }
        @media (max-width: 480px) {
          #strDescription .contactWrap .strContact a {
            max-width: 230px;
            width: 100%;
            height: 40px;
            font-size: 12px; } }
        #strDescription .contactWrap .strContact a + a {
          margin-left: 20px; }
          @media (max-width: 480px) {
            #strDescription .contactWrap .strContact a + a {
              margin: 15px 0 0 0; } }
      @media (min-width: 481px) {
        #strDescription .contactWrap .strContact a[href*="tel:"] {
          pointer-events: none;
          cursor: default;
          text-decoration: none; } }
  #strDescription .slideWrap {
    position: relative; }

.swipeStrImg {
  margin: min(120px,12.4995vw) auto 0;
  max-width: 1120px;
  width: 95%;
  height: auto; }
  @media (max-width: 480px) {
    .swipeStrImg {
      width: 100%; } }
  .swipeStrImg li > div figure {
    width: 100%;
    padding-top: 59.33%;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .swipeStrImg li > div figure img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0; }
  .swipeStrImg li > div p {
    font-size: 14px; }
  @media (max-width: 480px) {
    .swipeStrImg li > div {
      width: 95%;
      margin: 0 auto; } }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("/app/uploads/sites/1030/2023/06/str_slide_arrow.svg");
  background-size: 40px 40px;
  z-index: 10;
  cursor: pointer; }
  @media (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 30px;
      height: 30px;
      background-size: 30px 30px; } }

/* 次ページボタンのスタイル */
.swiper-button-next {
  transform: scale(1, 1);
  right: 5%; }

/* 前ページボタンのスタイル */
.swiper-button-prev {
  transform: scale(-1, 1);
  left: 5%; }

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none; }

/* --- staff --- */
#strStaff {
  background: #E5F4FC;
  border-radius: 40px;
  margin: min(100px,10.416vw) auto 0;
  padding: min(80px,8.334vw) 0;
  max-width: 1320px;
  width: 90%; }
  @media (max-width: 480px) {
    #strStaff {
      width: 100%;
      border-radius: 0;
      margin: 0 auto;
      padding: min(80px,8.334vw) 0 0; } }
  #strStaff ul {
    background: #fff;
    padding: min(100px,10.416vw) min(100px,10.416vw);
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px 100px; }
    @media (max-width: 480px) {
      #strStaff ul {
        padding: min(100px,10.416vw) 5%;
        grid-template-columns: 1fr;
        grid-gap: 50px 57px; } }
    #strStaff ul li figure {
      display: block;
      width: 100%;
      position: relative;
      border-radius: 10px;
      overflow: hidden; }
      #strStaff ul li figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 67.75%; }
      #strStaff ul li figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #strStaff ul li .profile {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 12px 20px;
      margin-top: 10px; }
      #strStaff ul li .profile dl {
        border-bottom: solid 1px #000;
        padding-bottom: 7px; }
        #strStaff ul li .profile dl dt {
          font-size: 12px;
          font-weight: 700; }
        #strStaff ul li .profile dl dd {
          font-size: 14px;
          line-height: 1.6; }
    #strStaff ul li .message {
      font-size: 14px;
      margin-top: 10px; }
      #strStaff ul li .message .ttl {
        color: #0095DE;
        font-weight: 700; }
  #strStaff #strMovie {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: min(100px,10.416vw) auto 0;
    position: relative; }
    #strStaff #strMovie::before {
      content: '';
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    #strStaff #strMovie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 480px) {
      #strStaff #strMovie {
        margin: 60px auto 0; } }

/* --- staff --- */
#recommendArea {
  margin: min(150px,15.6255vw) auto min(180px,18.75vw); }
  #recommendArea h3 {
    margin-bottom: 0; }
  #recommendArea p.recommen {
    text-align: center;
    color: #0095DE;
    margin-bottom: min(80px,8.334vw); }
  #recommendArea .selectArea > div {
    width: calc((100% - 9%) / 4);
    margin-right: 3%;
    margin-bottom: min(50px,5.208vw);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
    border: solid 1px #0095DE;
    transition: all .3s; }
    #recommendArea .selectArea > div:nth-of-type(4n) {
      margin-right: 0; }
    @media (max-width: 480px) {
      #recommendArea .selectArea > div {
        margin-right: 5%;
        width: calc((100% - 5%) / 2); }
        #recommendArea .selectArea > div:nth-of-type(2n) {
          margin-right: 0; } }
    #recommendArea .selectArea > div figure {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden; }
      #recommendArea .selectArea > div figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 97.2%; }
      #recommendArea .selectArea > div figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    #recommendArea .selectArea > div p {
      position: relative;
      color: #0095DE;
      padding: 8px 0;
      margin: 0 20px;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 480px) {
        #recommendArea .selectArea > div p {
          font-size: 16px; } }
      #recommendArea .selectArea > div p .toggle {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 17px;
        height: 17px; }
        #recommendArea .selectArea > div p .toggle::before, #recommendArea .selectArea > div p .toggle::after {
          content: '';
          position: absolute;
          display: block;
          background: #0095DE; }
        #recommendArea .selectArea > div p .toggle::before {
          width: 17px;
          height: 2px;
          top: 50%;
          right: 0;
          transform: translateY(-50%); }
        #recommendArea .selectArea > div p .toggle::after {
          width: 2px;
          height: 17px;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        @media (max-width: 480px) {
          #recommendArea .selectArea > div p .toggle {
            width: 12px;
            height: 12px; }
            #recommendArea .selectArea > div p .toggle::before {
              width: 12px; }
            #recommendArea .selectArea > div p .toggle::after {
              height: 12px; } }
  #recommendArea .selectArea > div:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.16); }
  #recommendArea .selectArea > div:hover figure img {
    transform: scale(1.1); }

/* モーダル */
.modal_open {
  cursor: pointer; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100svh;
  z-index: 9999; }

.modal_bg {
  background: rgba(51, 51, 51, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  mix-blend-mode: multiply; }

.modal_content {
  top: 0;
  left: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100svh;
  display: block;
  overflow: auto;
  box-sizing: border-box; }
  .modal_content .areaDetail {
    max-width: 800px;
    width: 90%;
    padding: 80px 0; }
    @media (max-width: 480px) {
      .modal_content .areaDetail {
        padding: 60px 0; } }
    .modal_content .areaDetail figure {
      display: block;
      max-width: 600px;
      width: 100%;
      position: relative;
      margin: 0 auto; }
      .modal_content .areaDetail figure::before {
        content: '';
        display: block;
        width: 100%;
        padding-top: 59.666%; }
      .modal_content .areaDetail figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
    .modal_content .areaDetail p {
      color: #fff;
      line-height: 1.4;
      margin-top: 25px; }
      .modal_content .areaDetail p.areaName {
        font-size: 20px;
        font-weight: 700;
        text-align: center; }

.closeBtn {
  width: 243px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0095DE;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  margin: min(60px,6.2505vw) auto 0; }

/* --- infomation --- */
#strInfomation {
  background: #E5F4FC;
  border-radius: 40px;
  margin: min(100px,10.416vw) auto 0;
  padding: min(80px,8.334vw) 0;
  max-width: 1320px;
  width: 90%; }
  @media (max-width: 480px) {
    #strInfomation {
      width: 100%;
      border-radius: 0;
      margin: 0 auto;
      padding: min(80px,8.334vw) 0 60px; } }
  #strInfomation .map iframe {
    display: block;
    width: 100%; }
    @media (max-width: 480px) {
      #strInfomation .map iframe {
        height: 300px; } }
  #strInfomation .infoWrap {
    background: #fff;
    padding: min(50px,5.208vw) min(60px,6.2505vw) min(80px,8.334vw);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px 35px; }
    #strInfomation .infoWrap dl dt {
      color: #0095DE;
      font-weight: 700;
      font-size: 14px; }
    #strInfomation .infoWrap dl dd {
      line-height: 1.6; }
    @media (max-width: 480px) {
      #strInfomation .infoWrap {
        grid-template-columns: 1fr;
        grid-gap: 20px 0px; } }
