@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* main
---------------------------------------------------------------------------*/
main {
  margin-bottom: 120px; }
  @media screen and (max-width: 1300px) {
    main {
      margin-bottom: 9.2307692308vw; } }
  @media screen and (max-width: 480px) {
    main {
      margin-bottom: 22.4vw; } }

/* sp は 検索パネルを非表示
---------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  .panel {
    display: none; } }
/* sb
---------------------------------------------------------------------------*/
.sb {
  width: 100%;
  max-width: 1448px;
  padding: 80px 20px 0 20px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .sb {
      max-width: 111.3846153846vw;
      padding: 6.1538461538vw 1.5384615385vw 0 1.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .sb {
      max-width: 89.3333333333vw;
      padding: 18.6666666667vw 0 10.6666666667vw; } }
  .sb-img img {
    width: 100%;
    height: 496px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    border-radius: 80px; }
    @media screen and (max-width: 1300px) {
      .sb-img img {
        border-radius: 6.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .sb-img img {
        border-radius: 21.3333333333vw; } }
    @media screen and (max-width: 1300px) {
      .sb-img img {
        height: 38.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .sb-img img {
        height: 53.3333333333vw;
        border-radius: 10.6666666667vw; } }
  .sb-tx {
    position: relative;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    padding-top: 35px;
    margin-bottom: 60px; }
    @media screen and (max-width: 1300px) {
      .sb-tx {
        width: 83.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .sb-tx {
        width: 89.3333333333vw; } }
    @media screen and (max-width: 1300px) {
      .sb-tx {
        padding-top: 2.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .sb-tx {
        padding-top: 6.5333333333vw; } }
    @media screen and (max-width: 1300px) {
      .sb-tx {
        margin-bottom: 4.6153846154vw; } }
    @media screen and (max-width: 480px) {
      .sb-tx {
        margin-bottom: 11.2vw; } }
    .sb-tx::before, .sb-tx::after {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: -1; }
    .sb-tx::before {
      width: 360px;
      height: 310px;
      background-image: url(../img/cmn/sb-bg01.png);
      top: -65px;
      left: -80px; }
      @media screen and (max-width: 1300px) {
        .sb-tx::before {
          width: 27.6923076923vw;
          height: 23.8461538462vw;
          top: -5vw;
          left: -6.1538461538vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx::before {
          width: 62.8vw;
          height: 42.6666666667vw;
          left: -16.5333333333vw;
          top: -5.6vw; } }
    .sb-tx::after {
      width: 94px;
      height: 155px;
      background-image: url(../img/cmn/sb-bg02.png);
      top: -42px;
      left: 352px; }
      @media screen and (max-width: 1300px) {
        .sb-tx::after {
          width: 7.2307692308vw;
          height: 11.9230769231vw;
          top: -3.2307692308vw;
          left: 27.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx::after {
          width: 22.4vw;
          height: 37.3333333333vw;
          left: auto;
          right: 4.2666666667vw;
          top: 3.6vw; } }
    .sb-tx-en {
      font-size: 24px;
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
      letter-spacing: .1em;
      margin-bottom: 34px;
      color: #CAB7B2; }
      @media screen and (max-width: 1300px) {
        .sb-tx-en {
          font-size: 1.8461538462vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-en {
          font-size: 5.6888864vw; } }
      @media screen and (max-width: 1300px) {
        .sb-tx-en {
          margin-bottom: 2.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-en {
          margin-bottom: 6.3466666667vw; } }
    .sb-tx-ttl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 48px;
      color: #7A4A3F; }
      @media screen and (max-width: 1300px) {
        .sb-tx-ttl {
          margin-bottom: 3.6923076923vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-ttl {
          margin-bottom: 8.96vw; } }
      @media screen and (max-width: 480px) {
        .sb-tx-ttl {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
      .sb-tx-ttl-ja {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: .14em; }
        @media screen and (max-width: 1300px) {
          .sb-tx-ttl-ja {
            font-size: 2.4615384615vw; } }
        @media screen and (max-width: 480px) {
          .sb-tx-ttl-ja {
            font-size: 7.5851818667vw; } }
        .sb-tx-ttl-ja::after {
          content: "｜"; }
        @media screen and (max-width: 480px) {
          .sb-tx-ttl-ja {
            margin-bottom: 5.3333333333vw; } }
      .sb-tx-ttl-hdl {
        font-size: 26px;
        font-weight: 600;
        letter-spacing: .14em; }
        @media screen and (max-width: 1300px) {
          .sb-tx-ttl-hdl {
            font-size: 2vw; } }
        @media screen and (max-width: 480px) {
          .sb-tx-ttl-hdl {
            font-size: 6.1629602667vw; } }
        @media screen and (max-width: 480px) {
          .sb-tx-ttl-hdl {
            line-height: 1.6; } }
    .sb-tx-desc {
      letter-spacing: .14em;
      line-height: 2.444; }

/* anchor
---------------------------------------------------------------------------*/
.anchor {
  position: relative;
  z-index: 20;
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px; }
  @media screen and (max-width: 1300px) {
    .anchor {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .anchor {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .anchor {
      margin-bottom: 5.3846153846vw; } }
  @media screen and (max-width: 480px) {
    .anchor {
      margin-bottom: 13.0666666667vw; } }
  .anchor-tx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 36px; }
    @media screen and (max-width: 1300px) {
      .anchor-tx {
        gap: 1.8461538462vw 2.7692307692vw; } }
    @media screen and (max-width: 480px) {
      .anchor-tx {
        gap: 5.3333333333vw; } }
    .anchor-tx li {
      width: calc((100% - (36px * 2)) / 3);
      color: #ffffff;
      letter-spacing: .14em; }
      @media screen and (max-width: 1300px) {
        .anchor-tx li {
          width: calc((100% - (2.77vw * 2)) / 3); } }
      @media screen and (max-width: 480px) {
        .anchor-tx li {
          width: 100%; } }
      .anchor-tx li.w246 {
        width: 246px; }
        @media screen and (max-width: 1300px) {
          .anchor-tx li.w246 {
            width: 18.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .anchor-tx li.w246 {
            width: 100%; } }
      .anchor-tx li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 56px;
        border-radius: 16px;
        background-color: #4D7A84; }
        @media screen and (max-width: 1300px) {
          .anchor-tx li a {
            border-radius: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .anchor-tx li a {
            border-radius: 4.2666666667vw; } }
        @media screen and (max-width: 1300px) {
          .anchor-tx li a {
            height: 4.3076923077vw; } }
        @media screen and (max-width: 480px) {
          .anchor-tx li a {
            height: 13.3333333333vw; } }
  .anchor-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px 32px; }
    @media screen and (max-width: 1300px) {
      .anchor-img {
        gap: 3.0769230769vw 2.4615384615vw; } }
    @media screen and (max-width: 480px) {
      .anchor-img {
        gap: 5.3333333333vw; } }
    .anchor-img + .anchor-tx {
      margin-top: 40px; }
      @media screen and (max-width: 1300px) {
        .anchor-img + .anchor-tx {
          margin-top: 3.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .anchor-img + .anchor-tx {
          margin-top: 7.4666666667vw; } }
      @media screen and (max-width: 480px) {
        .anchor-img + .anchor-tx {
          margin-top: 5.3333333333vw; } }
    .anchor-img li {
      width: calc((100% - (32px * 3)) / 4);
      color: #7A4A3F;
      letter-spacing: .14em; }
      @media screen and (max-width: 1300px) {
        .anchor-img li {
          width: calc((100% - (2.462vw * 3)) / 4); } }
      @media screen and (max-width: 480px) {
        .anchor-img li {
          width: 100%; } }
      .anchor-img li a {
        display: block; }
        @media screen and (max-width: 480px) {
          .anchor-img li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            height: 13.3333333333vw;
            border-radius: 16px;
            color: #ffffff;
            background-color: #4D7A84; } }
  @media screen and (max-width: 480px) and (max-width: 1300px) {
    .anchor-img li a {
      border-radius: 1.2307692308vw; } }
  @media screen and (max-width: 480px) and (max-width: 480px) {
    .anchor-img li a {
      border-radius: 4.2666666667vw; } }

        @media (hover: hover) {
          .anchor-img li a:hover {
            opacity: 1; }
            .anchor-img li a:hover .img::after {
              opacity: 1; } }
      .anchor-img li .img {
        position: relative; }
        @media screen and (max-width: 480px) {
          .anchor-img li .img {
            display: none; } }
        .anchor-img li .img::after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          border: 8px solid #D7C9C5;
          border-radius: 32px;
          top: 0;
          left: 0;
          opacity: 0;
          transition-property: all;
          transition-duration: 0.3s;
          transition-timing-function: ease; }
          @media screen and (max-width: 1300px) {
            .anchor-img li .img::after {
              border-radius: 2.4615384615vw; } }
          @media screen and (max-width: 480px) {
            .anchor-img li .img::after {
              border-radius: 8.5333333333vw; } }
        .anchor-img li .img img {
          width: 100%;
          height: 176px;
          border-radius: 32px;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;";
          margin-bottom: 12px; }
          @media screen and (max-width: 1300px) {
            .anchor-img li .img img {
              border-radius: 2.4615384615vw; } }
          @media screen and (max-width: 480px) {
            .anchor-img li .img img {
              border-radius: 8.5333333333vw; } }
          @media screen and (max-width: 1300px) {
            .anchor-img li .img img {
              margin-bottom: 0.9230769231vw; } }
          @media screen and (max-width: 480px) {
            .anchor-img li .img img {
              margin-bottom: 2.24vw; } }
          @media screen and (max-width: 1300px) {
            .anchor-img li .img img {
              height: 13.5384615385vw; } }
          @media screen and (max-width: 480px) {
            .anchor-img li .img img {
              height: 40vw; } }
      .anchor-img li .name {
        text-align: center;
        font-size: 20px;
        line-height: 1.6; }
        @media screen and (max-width: 1300px) {
          .anchor-img li .name {
            font-size: 1.5384615385vw; } }
        @media screen and (max-width: 480px) {
          .anchor-img li .name {
            font-size: 4.7407386667vw; } }

/* ====================================================================== */
/* ====================================================================== */
/* pg
---------------------------------------------------------------------------*/
.pg-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: -14px; }
  @media screen and (max-width: 1300px) {
    .pg-ttl {
      margin-bottom: -1.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .pg-ttl {
      margin-bottom: -2.6133333333vw; } }
  @media screen and (max-width: 480px) {
    .pg-ttl {
      line-height: 1.4; } }
  .pg-ttl.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  .pg-ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 178px; }
    @media screen and (max-width: 1300px) {
      .pg-ttl span {
        height: 13.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .pg-ttl span {
        height: 42.1333333333vw; } }
    .pg-ttl span::before {
      position: absolute;
      content: "";
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../img/cmn/pg-ttl-bg.png);
      width: 206px;
      height: 178px;
      left: -100px;
      top: 0;
      z-index: -1; }
      @media screen and (max-width: 1300px) {
        .pg-ttl span::before {
          width: 15.8461538462vw;
          height: 13.6923076923vw;
          left: -7.6923076923vw; } }
      @media screen and (max-width: 480px) {
        .pg-ttl span::before {
          width: 62.8vw;
          height: 42.6666666667vw;
          left: -23.6vw; } }
    .pg-ttl span strong {
      font-size: 32px;
      color: #7A4A3F;
      letter-spacing: .14em;
      font-weight: 600; }
      @media screen and (max-width: 1300px) {
        .pg-ttl span strong {
          font-size: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .pg-ttl span strong {
          font-size: 7.5851818667vw; } }

.pg-hdl {
  font-size: 32px;
  font-weight: 600;
  color: #7A4A3F;
  line-height: 1.75;
  letter-spacing: .14em; }
  @media screen and (max-width: 1300px) {
    .pg-hdl {
      font-size: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .pg-hdl {
      font-size: 7.5851818667vw; } }
  .pg-hdl.mid {
    font-size: 28px; }
    @media screen and (max-width: 1300px) {
      .pg-hdl.mid {
        font-size: 2.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .pg-hdl.mid {
        font-size: 6.6370341333vw; } }
  .pg-hdl.al-center {
    text-align: center; }

.pg-desc {
  letter-spacing: .14em;
  line-height: 2.44444; }
  .pg-desc.lh222 {
    line-height: 2.2222; }
  .pg-desc.lh177 {
    line-height: 1.7777; }

.pg-wizdog {
  position: relative; }
  .pg-wizdog::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 108px;
    height: 108px;
    background-image: url(../img/cmn/icon-dogs.png);
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
    @media screen and (max-width: 1300px) {
      .pg-wizdog::after {
        width: 8.3076923077vw;
        height: 8.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .pg-wizdog::after {
        width: 24.4vw;
        height: 24.4vw; } }

/* ====================================================================== */
/* layout */
/* ====================================================================== */
/* infobox
---------------------------------------------------------------------------*/
.infobox {
  /* 1280 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EBE4E2;
  border-radius: 32px;
  padding: 66px 100px; }
  @media screen and (max-width: 1300px) {
    .infobox {
      width: 98.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .infobox {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .infobox {
      border-radius: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .infobox {
      border-radius: 8.5333333333vw; } }
  @media screen and (max-width: 1300px) {
    .infobox {
      padding: 5.0769230769vw 7.6923076923vw; } }
  @media screen and (max-width: 480px) {
    .infobox {
      padding: 8vw 5.3333333333vw; } }
  .infobox-ttl {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: .14em;
    line-height: 1.7;
    margin-bottom: 54px;
    color: #7A4A3F; }
    @media screen and (max-width: 1300px) {
      .infobox-ttl {
        font-size: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .infobox-ttl {
        font-size: 5.6888864vw; } }
    @media screen and (max-width: 1300px) {
      .infobox-ttl {
        margin-bottom: 4.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .infobox-ttl {
        margin-bottom: 10.08vw; } }

/* conbox
---------------------------------------------------------------------------*/
.conbox {
  /* 1280 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 66px 100px; }
  @media screen and (max-width: 1300px) {
    .conbox {
      width: 98.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .conbox {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .conbox {
      border-radius: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .conbox {
      border-radius: 8.5333333333vw; } }
  @media screen and (max-width: 1300px) {
    .conbox {
      padding: 5.0769230769vw 7.6923076923vw; } }
  @media screen and (max-width: 480px) {
    .conbox {
      padding: 8vw 5.3333333333vw; } }
  .conbox-ttl {
    color: #7A4A3F;
    font-size: 28px;
    letter-spacing: .14em;
    margin-bottom: 38px;
    line-height: 1.6; }
    @media screen and (max-width: 1300px) {
      .conbox-ttl {
        font-size: 2.1538461538vw; } }
    @media screen and (max-width: 480px) {
      .conbox-ttl {
        font-size: 6.6370341333vw; } }
    @media screen and (max-width: 1300px) {
      .conbox-ttl {
        margin-bottom: 2.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .conbox-ttl {
        margin-bottom: 7.0933333333vw; } }

/* datatbl
---------------------------------------------------------------------------*/
.datatbl {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed #CAB7B2; }
  .datatbl th, .datatbl td {
    border-bottom: 1px dashed #CAB7B2;
    letter-spacing: .14em;
    line-height: 1.8;
    padding: 12px;
    vertical-align: top; }
    @media screen and (max-width: 1300px) {
      .datatbl th, .datatbl td {
        padding: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .datatbl th, .datatbl td {
        display: block;
        padding: 5.3333333333vw 0; } }
  .datatbl th {
    color: #7A4A3F;
    font-weight: 400; }
    @media screen and (max-width: 480px) {
      .datatbl th {
        border-bottom: none;
        padding-bottom: 0; } }
  .datatbl td {
    word-break: break-all; }
    .datatbl td dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .datatbl td dl dt {
        font-weight: 400; }

/* imgtx
---------------------------------------------------------------------------*/
.imgtx {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px; }
  @media screen and (max-width: 1300px) {
    .imgtx {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .imgtx {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .imgtx {
      gap: 6.1538461538vw; } }
  @media screen and (max-width: 480px) {
    .imgtx {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8vw; } }
  .imgtx.rvs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 480px) {
      .imgtx.rvs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .imgtx.mb64 {
    margin-bottom: 64px; }
    @media screen and (max-width: 1300px) {
      .imgtx.mb64 {
        margin-bottom: 4.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .imgtx.mb64 {
        margin-bottom: 11.9466666667vw; } }
  .imgtx-img {
    width: 50%; }
    @media screen and (max-width: 480px) {
      .imgtx-img {
        width: 100%; } }
    .imgtx-img img {
      border-radius: 32px; }
      @media screen and (max-width: 1300px) {
        .imgtx-img img {
          border-radius: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-img img {
          border-radius: 8.5333333333vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-img img {
          width: 100%;
          height: 90vw;
          object-fit: cover;
          object-position: center;
          font-family: "object-fit: cover; object-position: center;"; } }
    .imgtx-img .w840 {
      overflow: hidden; }
      @media screen and (min-width: 481px) {
        .imgtx-img .w840 {
          width: 840px; } }
  @media screen and (min-width: 481px) and (max-width: 1300px) {
    .imgtx-img .w840 {
      width: 64.6153846154vw; } }
      @media screen and (min-width: 481px) {
          .imgtx-img .w840.left {
            margin-right: 0;
            margin-left: -300px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w840.left {
        margin-left: -23.0769230769vw; } }
      @media screen and (min-width: 481px) {
            .imgtx-img .w840.left .imgtxslpagination {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
          .imgtx-img .w840.right {
            margin-left: 0;
            margin-right: -300px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w840.right {
        margin-right: -23.0769230769vw; } }

    .imgtx-img .w612 {
      overflow: hidden; }
      @media screen and (min-width: 481px) {
        .imgtx-img .w612 {
          width: 612px; } }
  @media screen and (min-width: 481px) and (max-width: 1300px) {
    .imgtx-img .w612 {
      width: 47.0769230769vw; } }
      @media screen and (min-width: 481px) {
          .imgtx-img .w612.left {
            margin-right: 0;
            margin-left: -72px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w612.left {
        margin-left: -5.5384615385vw; } }
      @media screen and (min-width: 481px) {
            .imgtx-img .w612.left .imgtxslpagination {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
          .imgtx-img .w612.right {
            margin-left: 0;
            margin-right: -72px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w612.right {
        margin-right: -5.5384615385vw; } }

    .imgtx-img .w640 {
      overflow: hidden; }
      @media screen and (min-width: 481px) {
        .imgtx-img .w640 {
          width: 640px; } }
  @media screen and (min-width: 481px) and (max-width: 1300px) {
    .imgtx-img .w640 {
      width: 49.2307692308vw; } }
      @media screen and (min-width: 481px) {
          .imgtx-img .w640.left {
            margin-right: 0;
            margin-left: -100px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w640.left {
        margin-left: -7.6923076923vw; } }
      @media screen and (min-width: 481px) {
            .imgtx-img .w640.left .imgtxslpagination {
              -webkit-box-pack: end;
              -ms-flex-pack: end;
              justify-content: flex-end; }
          .imgtx-img .w640.right {
            margin-left: 0;
            margin-right: -100px; } }
    @media screen and (min-width: 481px) and (max-width: 1300px) {
      .imgtx-img .w640.right {
        margin-right: -7.6923076923vw; } }

    @media screen and (max-width: 480px) {
      .imgtx-img .sphdl {
        margin-bottom: 5.3333333333vw; } }
    .imgtx-img-sl .imgtxslpagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      margin-top: 26px; }
      @media screen and (max-width: 1300px) {
        .imgtx-img-sl .imgtxslpagination {
          margin-top: 2vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-img-sl .imgtxslpagination {
          margin-top: 4.8533333333vw; } }
      @media screen and (max-width: 1300px) {
        .imgtx-img-sl .imgtxslpagination {
          gap: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-img-sl .imgtxslpagination {
          gap: 4.5333333333vw; } }
      .imgtx-img-sl .imgtxslpagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #E7D291;
        margin: 0;
        opacity: 1; }
        @media screen and (max-width: 1300px) {
          .imgtx-img-sl .imgtxslpagination .swiper-pagination-bullet {
            width: 0.9230769231vw;
            height: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .imgtx-img-sl .imgtxslpagination .swiper-pagination-bullet {
            width: 2.6666666667vw;
            height: 2.6666666667vw; } }
      .imgtx-img-sl .imgtxslpagination .swiper-pagination-bullet-active {
        background-color: #CFA524; }
  .imgtx-tx {
    width: 460px; }
    @media screen and (max-width: 1300px) {
      .imgtx-tx {
        width: 35.3846153846vw; } }
    @media screen and (max-width: 480px) {
      .imgtx-tx {
        width: 100%; } }
    .imgtx-tx .pg-hdl {
      margin-bottom: 36px; }
      @media screen and (max-width: 1300px) {
        .imgtx-tx .pg-hdl {
          margin-bottom: 2.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-tx .pg-hdl {
          margin-bottom: 6.72vw; } }
    @media screen and (max-width: 480px) {
      .imgtx-tx .pg-ttl.view-pc {
        display: none; } }
    .imgtx-tx .btnmore,
    .imgtx-tx .btn {
      margin-top: 58px; }
      @media screen and (max-width: 1300px) {
        .imgtx-tx .btnmore,
        .imgtx-tx .btn {
          margin-top: 4.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-tx .btnmore,
        .imgtx-tx .btn {
          margin-top: 10.8266666667vw; } }
    .imgtx-tx .datatbl {
      margin-top: 42px; }
      @media screen and (max-width: 1300px) {
        .imgtx-tx .datatbl {
          margin-top: 3.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-tx .datatbl {
          margin-top: 7.84vw; } }
      @media screen and (max-width: 480px) {
        .imgtx-tx .datatbl th, .imgtx-tx .datatbl td {
          display: table-cell;
          border-bottom: 1px dashed #CAB7B2;
          padding-bottom: 5.3333333333vw; } }
    .imgtx-tx.mdl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .imgtx-tx.mdl > div {
        width: 100%; }

/* cols04
---------------------------------------------------------------------------*/
.cols04 {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 46px 24px; }
  @media screen and (max-width: 1300px) {
    .cols04 {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .cols04 {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .cols04 {
      gap: 3.5384615385vw 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .cols04 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8vw; } }
  .cols04 li {
    width: calc((100% - (32px * 3)) / 4); }
    @media screen and (max-width: 1300px) {
      .cols04 li {
        width: calc((100% - (2.4616vw * 3)) / 4); } }
    @media screen and (max-width: 480px) {
      .cols04 li {
        width: 100%; } }
  .cols04-img {
    margin-bottom: 24px; }
    @media screen and (max-width: 1300px) {
      .cols04-img {
        margin-bottom: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .cols04-img {
        margin-bottom: 4.48vw; } }
    .cols04-img img {
      border-radius: 32px; }
      @media screen and (max-width: 1300px) {
        .cols04-img img {
          border-radius: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .cols04-img img {
          border-radius: 8.5333333333vw; } }
  .cols04-tx .hdl {
    font-size: 22px;
    color: #7A4A3F;
    letter-spacing: .14em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 12px; }
    @media screen and (max-width: 1300px) {
      .cols04-tx .hdl {
        font-size: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .cols04-tx .hdl {
        font-size: 5.2148125333vw; } }
    @media screen and (max-width: 1300px) {
      .cols04-tx .hdl {
        margin-bottom: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .cols04-tx .hdl {
        margin-bottom: 2.24vw; } }

/* cols03
---------------------------------------------------------------------------*/
.cols03 {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 46px 24px; }
  @media screen and (max-width: 1300px) {
    .cols03 {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .cols03 {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .cols03 {
      gap: 3.5384615385vw 1.8461538462vw; } }
  @media screen and (max-width: 480px) {
    .cols03 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8vw; } }
  .cols03 li {
    width: calc((100% - (24px * 2)) / 3); }
    @media screen and (max-width: 1300px) {
      .cols03 li {
        width: calc((100% - (1.847vw * 2)) / 3); } }
    @media screen and (max-width: 480px) {
      .cols03 li {
        width: 100%; } }
  .cols03-img {
    margin-bottom: 24px; }
    @media screen and (max-width: 1300px) {
      .cols03-img {
        margin-bottom: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .cols03-img {
        margin-bottom: 4.48vw; } }
    .cols03-img img {
      border-radius: 32px; }
      @media screen and (max-width: 1300px) {
        .cols03-img img {
          border-radius: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .cols03-img img {
          border-radius: 8.5333333333vw; } }
  .cols03-tx .hdl {
    font-size: 22px;
    color: #7A4A3F;
    letter-spacing: .14em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 12px; }
    @media screen and (max-width: 1300px) {
      .cols03-tx .hdl {
        font-size: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .cols03-tx .hdl {
        font-size: 5.2148125333vw; } }
    @media screen and (max-width: 1300px) {
      .cols03-tx .hdl {
        margin-bottom: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .cols03-tx .hdl {
        margin-bottom: 2.24vw; } }

/* cols02
---------------------------------------------------------------------------*/
.cols02 {
  /* 1080 */
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 46px 40px; }
  @media screen and (max-width: 1300px) {
    .cols02 {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .cols02 {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .cols02 {
      gap: 3.5384615385vw 3.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .cols02 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 8vw; } }
  .cols02 li {
    width: calc((100% - 40px) / 2); }
    @media screen and (max-width: 1300px) {
      .cols02 li {
        width: calc((100% - 3.078vw) / 2); } }
    @media screen and (max-width: 480px) {
      .cols02 li {
        width: 100%; } }
  .cols02-img {
    margin-bottom: 24px; }
    @media screen and (max-width: 1300px) {
      .cols02-img {
        margin-bottom: 1.8461538462vw; } }
    @media screen and (max-width: 480px) {
      .cols02-img {
        margin-bottom: 4.48vw; } }
    .cols02-img img {
      border-radius: 32px; }
      @media screen and (max-width: 1300px) {
        .cols02-img img {
          border-radius: 2.4615384615vw; } }
      @media screen and (max-width: 480px) {
        .cols02-img img {
          border-radius: 8.5333333333vw; } }
  .cols02-tx .hdl {
    font-size: 22px;
    color: #7A4A3F;
    letter-spacing: .14em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 12px; }
    @media screen and (max-width: 1300px) {
      .cols02-tx .hdl {
        font-size: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .cols02-tx .hdl {
        font-size: 5.2148125333vw; } }
    @media screen and (max-width: 1300px) {
      .cols02-tx .hdl {
        margin-bottom: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .cols02-tx .hdl {
        margin-bottom: 2.24vw; } }
  @media screen and (max-width: 480px) {
    .cols02-tx .datatbl th, .cols02-tx .datatbl td {
      display: table-cell;
      border-bottom: 1px dashed #CAB7B2;
      padding-bottom: 5.3333333333vw; } }

/* centersl
---------------------------------------------------------------------------*/
.centersl-wrap {
  /* 1280 */
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 46px;
  overflow: hidden; }
  @media screen and (max-width: 1300px) {
    .centersl-wrap {
      width: 98.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .centersl-wrap {
      width: 89.3333333333vw; } }
  @media screen and (max-width: 1300px) {
    .centersl-wrap {
      margin-bottom: 3.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .centersl-wrap {
      margin-bottom: 8.5866666667vw; } }
.centersl .swiper-slide img {
  border-radius: 32px; }
  @media screen and (max-width: 1300px) {
    .centersl .swiper-slide img {
      border-radius: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .centersl .swiper-slide img {
      border-radius: 8.5333333333vw; } }
  @media screen and (max-width: 480px) {
    .centersl .swiper-slide img {
      width: 100%;
      height: 90vw;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; } }
.centersl .centerslpagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 26px; }
  @media screen and (max-width: 1300px) {
    .centersl .centerslpagination {
      margin-top: 2vw; } }
  @media screen and (max-width: 480px) {
    .centersl .centerslpagination {
      margin-top: 4.8533333333vw; } }
  @media screen and (max-width: 1300px) {
    .centersl .centerslpagination {
      gap: 1.5384615385vw; } }
  @media screen and (max-width: 480px) {
    .centersl .centerslpagination {
      gap: 4.5333333333vw; } }
  .centersl .centerslpagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #E7D291;
    margin: 0;
    opacity: 1; }
    @media screen and (max-width: 1300px) {
      .centersl .centerslpagination .swiper-pagination-bullet {
        width: 0.9230769231vw;
        height: 0.9230769231vw; } }
    @media screen and (max-width: 480px) {
      .centersl .centerslpagination .swiper-pagination-bullet {
        width: 2.6666666667vw;
        height: 2.6666666667vw; } }
  .centersl .centerslpagination .swiper-pagination-bullet-active {
    background-color: #CFA524; }

/* imgcap
---------------------------------------------------------------------------*/
.imgcap {
  position: relative; }
  .imgcap-cap {
    position: absolute;
    bottom: 1em;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: .14em; }
    @media screen and (max-width: 1300px) {
      .imgcap-cap {
        font-size: 1.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .imgcap-cap {
        font-size: 5.2148125333vw; } }
    .imgcap-cap.left {
      left: 1.2em; }
    .imgcap-cap.right {
      right: 1.2em; }

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