@charset "UTF-8";
/*import
------------------------------------------*/
/*reset*/
.pre-inc *, .pre-inc *:after, .pre-inc *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  font-size: 100%; }

body {
  line-height: 1; }

.pre-inc {
  /* change colours to suit your needs */
  /* change colours to suit your needs */ }
  .pre-inc div, .pre-inc span, .pre-inc object, .pre-inc iframe,
  .pre-inc h1, .pre-inc h2, .pre-inc h3, .pre-inc h4, .pre-inc h5, .pre-inc h6, .pre-inc p, .pre-inc blockquote, .pre-inc pre,
  .pre-inc abbr, .pre-inc address, .pre-inc cite, .pre-inc code,
  .pre-inc del, .pre-inc dfn, .pre-inc em, .pre-inc ins, .pre-inc kbd, .pre-inc q, .pre-inc samp,
  .pre-inc strong, .pre-inc sub, .pre-inc var,
  .pre-inc b, .pre-inc i,
  .pre-inc dl, .pre-inc dt, .pre-inc dd, .pre-inc ol, .pre-inc ul, .pre-inc li,
  .pre-inc fieldset, .pre-inc form, .pre-inc label, .pre-inc legend,
  .pre-inc table, .pre-inc caption, .pre-inc tbody, .pre-inc tfoot, .pre-inc thead, .pre-inc tr, .pre-inc th, .pre-inc td,
  .pre-inc article, .pre-inc aside, .pre-inc canvas, .pre-inc details, .pre-inc figcaption, .pre-inc figure,
  .pre-inc header, .pre-inc hgroup, .pre-inc menu, .pre-inc nav, .pre-inc section, .pre-inc summary,
  .pre-inc time, .pre-inc mark, .pre-inc audio, .pre-inc video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
  .pre-inc img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent; }
  .pre-inc article, .pre-inc aside, .pre-inc details, .pre-inc figcaption, .pre-inc figure,
  .pre-inc header, .pre-inc hgroup, .pre-inc menu, .pre-inc nav, .pre-inc section {
    display: block; }
  .pre-inc nav ul {
    list-style: none; }
  .pre-inc blockquote, .pre-inc q {
    quotes: none; }
  .pre-inc blockquote:before, .pre-inc blockquote:after,
  .pre-inc q:before, .pre-inc q:after {
    content: '';
    content: none; }
  .pre-inc a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none !important; }
  .pre-inc ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }
  .pre-inc mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700; }
  .pre-inc del {
    text-decoration: line-through; }
  .pre-inc abbr[title], .pre-inc dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }
  .pre-inc dfn {
    font-weight: 400;
    font-style: normal; }
  .pre-inc table {
    border-collapse: collapse;
    border-spacing: 0; }
  .pre-inc input, .pre-inc select {
    vertical-align: middle; }
  .pre-inc li {
    list-style: none; }

/*html body setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0; }

body {
  overflow: hidden; }

.pre-inc {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

/*px base setting*/
.pre-inc #pxBase sup {
  vertical-align: super;
  font-size: .5em; }
.pre-inc #pxBase a:link,
.pre-inc #pxBase a:visited,
.pre-inc #pxBase a:active,
.pre-inc #pxBase a:hover {
  text-decoration: none; }
.pre-inc #pxBase figure {
  position: relative; }
.pre-inc #pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto; }
  .pre-inc #pxBase img.object-fit {
    object-fit: cover;
    height: 100%; }

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 1300px) {
  .pre-inc .visible-1300 {
    display: none !important; } }
@media only screen and (max-width: 991px) {
  .pre-inc .visible-pc {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .pre-inc .visible-pctb {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .pre-inc .visible-tbsp {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .pre-inc .visible-sp {
    display: none !important; } }
.pre-inc .visible-xs, .pre-inc .visible-sm, .pre-inc .visible-md, .pre-inc .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .pre-inc .hidden-xs {
    display: none !important; }

  .pre-inc .visible-xs {
    display: block !important; } }
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*	▼	250716 GM追加	*/
/*
使用するフォントを読み込んでください
*/
/*layout
------------------------------------------*/
.pre-inc .column1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .pre-inc .column1 > * {
    margin: 0 15px;
    width: calc(100% - 30px); }
    .pre-inc .column1 > *:nth-child(n+2) {
      margin-top: 40px; }

.pre-inc .column2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .pre-inc .column2 > * {
    margin: 0 15px;
    width: calc(50% - 30px); }
    .pre-inc .column2 > *:nth-child(n+3) {
      margin-top: 40px; }

.pre-inc .column3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .pre-inc .column3 > * {
    margin: 0 15px;
    width: calc(33.3333% - 30px); }
    .pre-inc .column3 > *:nth-child(n+4) {
      margin-top: 40px; }

.pre-inc .column4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .pre-inc .column4 > * {
    margin: 0 15px;
    width: calc(25% - 30px); }
    .pre-inc .column4 > *:nth-child(n+5) {
      margin-top: 40px; }

.pre-inc .column5 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .pre-inc .column5 > * {
    margin: 0 15px;
    width: calc(20% - 30px); }
    .pre-inc .column5 > *:nth-child(n+6) {
      margin-top: 40px; }

/*animation
------------------------------------------*/
/*common
------------------------------------------*/
/*全体のフォント指定*/
.pre-inc {
  font-family: "Cormorant Garamond", 'Open Sans', 'noto serif JP', serif; }
  .pre-inc .garamond {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; }

.pre-inc .num-serif {
  font-family: 'Cinzel', serif; }

.pre-inc .inter-sans {
  font-family: 'Inter', sans-serif; }

.pre-inc .jp-serif {
  font-family: 'noto serif JP', serif; }

.pre-inc .js-numText {
  font-family: 'Noto Serif JP', serif; }

/*	GM追加	*/
.pre-inc .flex {
  display: flex;
  justify-content: space-between; }
.pre-inc .gm_img img {
  max-width: 100%;
  width: auto; }

/*img*/
.pre-inc {
  /*.logo{flex-shrink: 0;margin-right:13vw;transition:0.4s ease;line-height: 0;position: fixed;top:20px;left:20px;width:150px;
  			a{line-height:0 ;display: inline-block;}
  			img{width:100%;}
  			
  		}*/ }
  .pre-inc figure {
    position: relative;
    line-height: 0; }
  .pre-inc .imgcap {
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px;
    line-height: 1.2;
    font-size: 1.1rem;
    color: #222;
    color: #fff; }
    .pre-inc .imgcap.black {
      color: #000; }
    .pre-inc .imgcap.white {
      color: #fff; }
    .pre-inc .imgcap.shadow {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3); }
    .pre-inc .imgcap.with-bg {
      background: rgba(0, 0, 0, 0.5);
      color: #fff;
      padding: 4px; }
    .pre-inc .imgcap.outside {
      position: relative;
      text-align: right; }
    .pre-inc .imgcap.left {
      right: auto;
      left: 0;
      text-align: left; }
    @media only screen and (max-width: 767px) {
      .pre-inc .imgcap.sp-posleft {
        right: auto;
        left: 0; } }
  .pre-inc .btn-conv, .pre-inc .btn-common {
    position: relative;
    font-size: 16px;
    background: #BE2D4C;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none;
    pointer-events: none;
    transform: translate(0, 0);
    transition: 0.4s ease;
    pointer-events: auto;
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.16)); }
    .pre-inc .btn-conv:hover, .pre-inc .btn-common:hover {
      filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0)) !important;
      transform: translateY(3px); }
    .pre-inc .btn-conv a, .pre-inc .btn-common a {
      text-decoration: none;
      color: #fff; }
  .pre-inc .btn-common {
    background: #91A4A2;
    border-radius: 5px;
    width: 270px;
    padding: 18px; }
  .pre-inc .btn-viewDetails {
    display: block;
    width: 100%;
    border: 1px solid currentColor;
    border-radius: 50px;
    margin-top: 15px;
    padding: 10px 25px;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
    text-align: center;
    transition: .3s; }
    @media only screen and (max-width: 991px) {
      .pre-inc .btn-viewDetails {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) {
      .pre-inc .btn-viewDetails {
        font-size: 1.3rem;
        padding: 6px 25px 6px 10px; } }
    .pre-inc .btn-viewDetails::before, .pre-inc .btn-viewDetails::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      content: "";
      vertical-align: middle; }
    .pre-inc .btn-viewDetails::before {
      content: "";
      width: 14px;
      height: 1px;
      background: currentColor;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media only screen and (max-width: 767px) {
        .pre-inc .btn-viewDetails::before {
          width: 12px;
          right: 11px; } }
    .pre-inc .btn-viewDetails::after {
      content: "";
      top: -1px;
      right: 16px;
      width: 11px;
      height: 11px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor; }
      @media only screen and (max-width: 767px) {
        .pre-inc .btn-viewDetails::after {
          top: -3px;
          right: 11px;
          width: 9px;
          height: 9px; } }
  .pre-inc a:hover .btn-viewDetails {
    background: rgba(83, 151, 157, 0.5); }

.pre-inc .header {
  position: relative;
  z-index: 100000; }
  .pre-inc .header .logo {
    top: 21px;
    left: 30px;
    z-index: 100;
    position: fixed; }
    @media only screen and (max-width: 1280px) {
      .pre-inc .header .logo {
        /*top: 60px;
        left: 30px;*/ } }
    @media only screen and (max-width: 991px) {
      .pre-inc .header .logo {
        top: 13px;
        left: 15px; } }
  .pre-inc .header .humbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    transition: 0.4s ease 0s;
    z-index: 100001;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: none; }
    @media screen and (max-width: 1200px) {
      .pre-inc .header .humbtn {
        display: flex; } }
    @media only screen and (max-width: 991px) {
      .pre-inc .header .humbtn {
        width: 50px;
        height: 50px; } }
    .pre-inc .header .humbtn .humbtn-shape {
      width: 30px;
      height: 1px;
      background: #151F41;
      transition: 0.4s ease 0s; }
    .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(1) {
      transform: translateY(8px); }
    .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(2) {
      opacity: 0; }
    .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(3) {
      transform: translateY(-8px); }
    @media only screen and (max-width: 991px) {
      .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(1) {
        transform: none; }
      .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(2) {
        opacity: 1; }
      .pre-inc .header .humbtn:hover .humbtn-shape:nth-of-type(3) {
        transform: none; } }
    .pre-inc .header .humbtn.active {
      background: none; }
      .pre-inc .header .humbtn.active .humbtn-shape:nth-of-type(1) {
        transform: translateY(8px) rotate(15deg); }
      .pre-inc .header .humbtn.active .humbtn-shape:nth-of-type(2) {
        opacity: 0; }
      .pre-inc .header .humbtn.active .humbtn-shape:nth-of-type(3) {
        transform: translateY(-8px) rotate(-15deg); }
      .pre-inc .header .humbtn.active:hover .humbtn-shape:nth-of-type(1) {
        transform: translateY(8px) rotate(0deg); }
      .pre-inc .header .humbtn.active:hover .humbtn-shape:nth-of-type(2) {
        opacity: 0; }
      .pre-inc .header .humbtn.active:hover .humbtn-shape:nth-of-type(3) {
        transform: translateY(-8px) rotate(0deg); }
  .pre-inc .header .nav-inner {
    width: 540px;
    max-height: calc(100vh - 10px);
    position: fixed;
    top: 5px;
    right: 5px;
    pointer-events: none;
    user-select: none;
    opacity: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    transition: 0.4s ease;
    border-radius: 10px;
    padding: 20px 50px 60px 50px;
    overflow-y: auto;
    width: 100%;
    max-height: calc(100vh - 100px);
    top: 90px; }
    @media only screen and (max-width: 991px) {
      .pre-inc .header .nav-inner {
        top: 70px; } }
    @media only screen and (max-width: 767px) {
      .pre-inc .header .nav-inner {
        width: 100%;
        max-height: 100vh;
        top: 0px;
        right: 0px;
        padding: 20px 30px 60px 30px;
        border-radius: 0px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px); } }
    @media screen and (max-width: 480px) {
      .pre-inc .header .nav-inner {
        padding: 20px 20px 60px; } }
    .pre-inc .header .nav-inner.active {
      opacity: 1;
      pointer-events: auto;
      user-select: auto;
      z-index: 100000; }
      .pre-inc .header .nav-inner.active .header-info {
        display: block; }
    .pre-inc .header .nav-inner .logo {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .pre-inc .header .nav-inner .logo {
          top: -5px;
          left: -15px; } }
      @media only screen and (max-width: 767px) {
        .pre-inc .header .nav-inner .logo {
          margin-bottom: 5px; } }
    .pre-inc .header .nav-inner nav {
      display: flex;
      flex-wrap: wrap; }
      .pre-inc .header .nav-inner nav a {
        width: 50%;
        padding: 12px 15px;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        position: relative; }
        @media screen and (min-width: 768px) {
          .pre-inc .header .nav-inner nav a {
            width: calc(100% / 3); } }
        @media only screen and (max-width: 991px) {
          .pre-inc .header .nav-inner nav a {
            padding: 12px 5px; } }
        @media screen and (max-width: 768px) {
          .pre-inc .header .nav-inner nav a {
            padding: 25px 5px; } }
        @media only screen and (max-width: 767px) {
          .pre-inc .header .nav-inner nav a {
            padding: 14px 5px; } }
        @media screen and (max-width: 480px) {
          .pre-inc .header .nav-inner nav a {
            padding: 15px 5px 25px; } }
        .pre-inc .header .nav-inner nav a.current:before {
          content: "";
          width: 13px;
          height: 13px;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 0%;
          transform: translate(-50%, -50%);
          background: #BE2D4C; }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner nav a.current:before {
              width: 9px;
              height: 9px;
              left: -5px; } }
        .pre-inc .header .nav-inner nav a.nonactive {
          pointer-events: none;
          user-select: none;
          opacity: 0.3; }
        .pre-inc .header .nav-inner nav a.new::after {
          content: 'NEW';
          padding: 0.2em 0.4em;
          background: #be2d4c;
          position: absolute;
          top: -1px;
          left: -7px;
          color: #fff;
          font-size: 11px;
          line-height: 1; }
          @media screen and (max-width: 767px) {
            .pre-inc .header .nav-inner nav a.new::after {
              font-size: 3vw; } }
        .pre-inc .header .nav-inner nav a .en-nav {
          font-size: 30px;
          line-height: 1;
          color: #152041; }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner nav a .en-nav {
              font-size: 24px; } }
          @media screen and (max-width: 480px) {
            .pre-inc .header .nav-inner nav a .en-nav {
              font-size: 5.4vw; } }
        .pre-inc .header .nav-inner nav a .jp-nav {
          font-size: 14px;
          line-height: 1;
          color: #152041;
          padding-top: 5px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner nav a .jp-nav {
              font-size: 12px; } }
    .pre-inc .header .nav-inner .header-info {
      width: 100%;
      padding: 20px 0;
      display: none; }
      .pre-inc .header .nav-inner .header-info .header-info-inner {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-direction: column; }
        .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap {
          position: relative;
          display: flex;
          gap: 20px;
          width: 100%;
          justify-content: center; }
          .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn {
            display: inline-block;
            font-size: 16px;
            line-height: 1;
            padding: 15px 20px;
            text-decoration: none;
            width: 100%;
            text-align: center;
            max-width: 400px;
            margin-bottom: 18px; }
            @media screen and (max-width: 1200px) {
              .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn {
                margin-bottom: 35px; } }
            .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn.entry-btn {
              /*background:#BE2D4C;color:#fff;border-radius:15px;position: relative;*/
              filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); }
              @media only screen and (max-width: 767px) {
                .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn.entry-btn {
                  filter: none; } }
              .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn.entry-btn:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                background: #fff;
                right: 20px;
                top: calc(50% - 2px);
                transform: rotate(45deg); }
              .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn.entry-btn:after {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                background: #fff;
                right: 20px;
                top: calc(50% + 2px);
                transform: rotate(-45deg); }
            .pre-inc .header .nav-inner .header-info .header-info-inner .cv-btn-wrap .cv-btn.btn-reserv {
              background: #53979d;
              margin-bottom: 25px; }
        .pre-inc .header .nav-inner .header-info .header-info-inner .tel-detail {
          font-size: 14px;
          color: #152041;
          margin-top: 10px;
          text-align: center; }
          @media only screen and (max-width: 1280px) {
            .pre-inc .header .nav-inner .header-info .header-info-inner .tel-detail {
              text-align: left; } }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner .header-info .header-info-inner .tel-detail {
              font-size: 12px; } }
        .pre-inc .header .nav-inner .header-info .header-info-inner .info-detail {
          font-size: 14px;
          color: #152041;
          margin-top: 20px;
          text-align: center; }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner .header-info .header-info-inner .info-detail {
              font-size: 13px; } }
        .pre-inc .header .nav-inner .header-info .header-info-inner .tel-num .tel-num-link {
          font-size: 40px;
          text-decoration: none;
          padding-left: 45px;
          font-weight: bold;
          color: #152041;
          background: url("../img/elements/tel_blue.svg") left center no-repeat;
          background-size: 40px 30px;
          font-weight: 400;
          letter-spacing: -0.05em;
          width: 100%;
          display: inline-block; }
          @media only screen and (max-width: 1280px) {
            .pre-inc .header .nav-inner .header-info .header-info-inner .tel-num .tel-num-link {
              font-size: 32px; } }
          @media only screen and (max-width: 991px) {
            .pre-inc .header .nav-inner .header-info .header-info-inner .tel-num .tel-num-link {
              font-size: 36px; } }

.pre-inc .cap-sec {
  width: 100%;
  position: relative; }
  .pre-inc .cap-sec .cap-inner {
    font-family: 'Noto Serif JP', serif;
    max-width: 1420px;
    margin: 0 auto;
    width: calc(100% - 60px);
    padding: 130px 0; }
    @media only screen and (max-width: 767px) {
      .pre-inc .cap-sec .cap-inner {
        padding: 60px 0; } }
    .pre-inc .cap-sec .cap-inner .cap-text {
      font-size: 11px;
      color: #111; }

.pre-inc .foot-info.foot-button-area {
  width: 100%;
  background: #E9F4F5;
  padding: 100px 0;
  border-radius: 40px 40px 0 0; }
  @media only screen and (max-width: 767px) {
    .pre-inc .foot-info.foot-button-area {
      padding: 80px 0; } }
  .pre-inc .foot-info.foot-button-area .foot-info-inner {
    width: calc(100% - 60px);
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 991px) {
      .pre-inc .foot-info.foot-button-area .foot-info-inner {
        flex-direction: column; } }
    .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content {
      justify-content: center;
      display: flex;
      column-gap: 80px;
      align-items: flex-start; }
      @media only screen and (max-width: 991px) {
        .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content {
          column-gap: 50px; } }
      @media only screen and (max-width: 767px) {
        .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content {
          align-items: center;
          flex-direction: column; } }
      @media only screen and (max-width: 400px) {
        .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content {
          align-items: flex-start;
          justify-content: flex-start; } }
      .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .foot-flex-tll {
        font-size: 14px;
        margin-bottom: 12px;
        color: #152041; }
        @media only screen and (max-width: 767px) {
          .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .foot-flex-tll {
            font-size: 12px; } }
      .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap {
        display: flex;
        gap: 20px; }
        @media only screen and (max-width: 991px) {
          .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap {
            flex-direction: column;
            align-items: center; } }
        .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn {
          /*display: inline-block;font-size: 16px;line-height: 1;padding:20px 20px;text-decoration: none;*/
          width: 250px;
          /*text-align: center;*/ }
          @media only screen and (max-width: 991px) {
            .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn {
              padding: 15px 20px;
              font-size: 16px; } }
          .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn {
            background: #BE2D4C;
            color: #fff;
            border-radius: 15px;
            position: relative;
            filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
            margin-bottom: 20px; }
            @media only screen and (max-width: 767px) {
              .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn {
                filter: none; } }
            .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn:before {
              content: "";
              position: absolute;
              width: 5px;
              height: 1px;
              background: #fff;
              right: 20px;
              top: calc(50% - 2px);
              transform: rotate(45deg); }
            .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn:after {
              content: "";
              position: absolute;
              width: 5px;
              height: 1px;
              background: #fff;
              right: 20px;
              top: calc(50% + 2px);
              transform: rotate(-45deg); }
          .pre-inc .foot-info.foot-button-area .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.btn-reserv {
            background: #53979d;
            margin-bottom: 0; }

.pre-inc .btn-foot {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  /*transform: translate(0,0);font-size:16px;background:#BE2D4C;*/
  z-index: 9999;
  /*color:#fff;*/
  width: 100%;
  /*padding:20px;text-align: center;*/
  max-width: 270px;
  /*border-radius: 15px;line-height: 1;cursor: pointer;*/
  opacity: 0;
  /*pointer-events: none;transition: 0.4s ease;filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.16));*/ }
  .pre-inc .btn-foot:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #fff;
    right: 20px;
    top: calc(50% - 2px);
    transform: rotate(45deg); }
  .pre-inc .btn-foot:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 1px;
    background: #fff;
    right: 20px;
    top: calc(50% + 2px);
    transform: rotate(-45deg); }
  .pre-inc .btn-foot.active {
    opacity: 1;
    pointer-events: auto; }
  @media only screen and (max-width: 991px) {
    .pre-inc .btn-foot {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    .pre-inc .btn-foot {
      display: block;
      position: fixed;
      bottom: 20px;
      right: auto;
      left: 50%;
      transform: translate(-50%, 0);
      padding: 10px;
      font-size: 16px;
      width: 100%;
      padding: 15px;
      text-align: center;
      max-width: 270px;
      border-radius: 15px;
      line-height: 1;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transition: 0.4s ease; } }
.pre-inc .btn-foot-sec {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s ease; }
  .pre-inc .btn-foot-sec.active {
    opacity: 1;
    transform: translateY(0%); }
  .pre-inc .btn-foot-sec .closebtn {
    position: fixed;
    top: 33px;
    right: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: 0.4s ease 0s;
    z-index: 100001;
    opacity: 1;
    z-index: 1002; }
    .pre-inc .btn-foot-sec .closebtn.active {
      opacity: 1;
      pointer-events: auto; }
    .pre-inc .btn-foot-sec .closebtn .closebtn-shape {
      width: 25px;
      height: 2px;
      background: #152041;
      border-radius: 5px; }
      .pre-inc .btn-foot-sec .closebtn .closebtn-shape:nth-of-type(1) {
        transform: translateY(4px) rotate(45deg); }
      .pre-inc .btn-foot-sec .closebtn .closebtn-shape:nth-of-type(2) {
        transform: translateY(-4px) rotate(-45deg); }
  .pre-inc .btn-foot-sec .foot-info {
    width: 100%;
    background: #E9F4F5;
    padding: 100px 0;
    border-radius: 40px 40px 0 0; }
    .pre-inc .btn-foot-sec .foot-info .foot-info-inner {
      width: calc(100% - 60px);
      max-width: 1520px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 991px) {
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner {
          flex-direction: column; } }
      .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content {
        width: 45%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex; }
        @media only screen and (max-width: 1280px) {
          .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content {
            width: 30%; } }
        @media only screen and (max-width: 991px) {
          .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content {
            justify-content: center;
            align-items: center; } }
        @media only screen and (max-width: 400px) {
          .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content {
            align-items: flex-start;
            justify-content: flex-start; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(1) {
          max-width: 380px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(1) {
              width: 100%;
              margin-bottom: 0px; } }
          @media only screen and (max-width: 400px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(1) {
              text-align: center; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(2) {
          max-width: 1; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(2) {
              display: none; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(3) {
          max-width: 377px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(3) {
              width: 100%;
              margin-top: 30px; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(4) {
          max-width: 300px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(4) {
              width: 100%;
              margin-top: 30px; } }
          @media only screen and (max-width: 767px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content:nth-of-type(4) {
              align-items: center; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content.foot-flex-content-spacer {
          width: 1px;
          height: 130px;
          background: #fff; }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .foot-flex-tll {
          font-size: 14px;
          margin-bottom: 12px;
          color: #152041; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .foot-flex-tll {
              display: none;
              font-size: 12px; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .foot-info-ttl {
          font-size: 32px;
          text-align: center;
          color: #152041;
          line-height: 1;
          margin-bottom: 10px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .foot-info-ttl {
              font-size: 20px; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap {
          display: flex;
          gap: 20px; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap {
              flex-direction: column;
              align-items: center; } }
          .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn {
            display: inline-block;
            /*font-size: 16px;line-height: 1;padding:20px 20px;text-decoration: none;*/
            width: 250px;
            /*text-align: center;filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.16));transition:0.4s ease;*/
            		/*&:hover{
            	filter: drop-shadow(0px 0px 0px rgba(0,0,0,0))!important;transform: translateY(3px);
            }*/ }
            @media only screen and (max-width: 991px) {
              .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn {
                padding: 15px 20px;
                font-size: 16px; } }
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn {
              background: #BE2D4C;
              color: #fff;
              border-radius: 15px;
              position: relative;
              filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
              margin-bottom: 20px; }
              @media only screen and (max-width: 767px) {
                .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn {
                  filter: none; } }
              .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn:before {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                background: #fff;
                right: 20px;
                top: calc(50% - 2px);
                transform: rotate(45deg); }
              .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.entry-btn:after {
                content: "";
                position: absolute;
                width: 5px;
                height: 1px;
                background: #fff;
                right: 20px;
                top: calc(50% + 2px);
                transform: rotate(-45deg); }
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .cv-btn-wrap .cv-btn.btn-reserv {
              background: #53979d;
              margin-bottom: 0; }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-detail {
          font-size: 14px;
          color: #152041;
          margin-top: 10px;
          text-align: center;
          letter-spacing: -0.05em; }
          @media only screen and (max-width: 1280px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-detail {
              text-align: left; } }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-detail {
              margin-top: 40px;
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-detail {
              margin-top: 30px; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .info-detail {
          font-size: 14px;
          color: #152041;
          text-align: left; }
          @media only screen and (max-width: 991px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .info-detail {
              font-size: 13px; } }
        .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-num .tel-num-link {
          font-size: 40px;
          text-decoration: none;
          padding-left: 45px;
          font-weight: bold;
          color: #152041;
          background: url("../img/elements/tel_blue.svg") left center no-repeat;
          background-size: 40px 30px;
          font-weight: 400;
          letter-spacing: -0.05em;
          width: 100%;
          display: inline-block; }
          @media only screen and (max-width: 1280px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-num .tel-num-link {
              font-size: 32px; } }
          @media only screen and (max-width: 767px) {
            .pre-inc .btn-foot-sec .foot-info .foot-info-inner .foot-flex-content .tel-num .tel-num-link {
              font-size: 36px; } }

.pre-inc small {
  font-size: 60%; }

.pre-inc .visible-hd {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .pre-inc .visible-hd {
      display: block !important; } }

.pre-inc .header-nav-wrap {
  position: fixed;
  width: 100%;
  height: 90px;
  background: #fff; }
  @media screen and (max-width: 1200px) {
    .pre-inc .header-nav-wrap {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .pre-inc .header-nav-wrap {
      height: 70px; } }
  .pre-inc .header-nav-wrap .header-nav-list {
    display: flex;
    margin-right: 320px;
    width: calc(100% - 320px);
    justify-content: flex-end;
    gap: 20px;
    height: 100%;
    align-items: center; }
    @media only screen and (max-width: 1440px) {
      .pre-inc .header-nav-wrap .header-nav-list {
        margin-right: 275px;
        width: calc(100% - 275px);
        gap: 15px; } }
    .pre-inc .header-nav-wrap .header-nav-list > * {
      display: flex;
      align-items: center;
      flex-direction: column; }
    .pre-inc .header-nav-wrap .header-nav-list .header-nav-link {
      position: relative;
      text-decoration: none; }
    .pre-inc .header-nav-wrap .header-nav-list .en-nav {
      display: block;
      font-size: 18px;
      line-height: 1;
      color: #152041;
      font-weight: 600;
      text-align: center; }
      @media only screen and (max-width: 1440px) {
        .pre-inc .header-nav-wrap .header-nav-list .en-nav {
          font-size: 14px; } }
      @media only screen and (max-width: 991px) {
        .pre-inc .header-nav-wrap .header-nav-list .en-nav {
          font-size: 24px; } }
    .pre-inc .header-nav-wrap .header-nav-list .jp-nav {
      display: block;
      font-size: 12px;
      line-height: 1;
      color: #152041;
      padding-top: 5px;
      text-align: center; }
      @media only screen and (max-width: 1440px) {
        .pre-inc .header-nav-wrap .header-nav-list .jp-nav {
          font-size: 10px; } }
      @media only screen and (max-width: 991px) {
        .pre-inc .header-nav-wrap .header-nav-list .jp-nav {
          font-size: 12px; } }

.pre-inc .header-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
    /*.arrowNav{
        position: relative;
        &::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
        left: -22px;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: scale(1.7, 0.95) rotate(45deg);
    opacity: .7; 

        }
            @include smp {
                display: none;
            }
        a{
                display: block;
    width: 100%;
    height: 100%;
            @include tab {
                    font-size: 12px;
            }
            .jp-nav{
                    position: absolute;
    top: 50%;
    transform: translateY(-50%);
                    color: #333;
    font-weight: 500;
            }
        }

    }*/ }
  @media only screen and (max-width: 991px) {
    .pre-inc .header-nav {
      padding: 10px 0; } }
  .pre-inc .header-nav .header-nav-item {
    position: relative;
    width: 150px; }
    @media only screen and (max-width: 1440px) {
      .pre-inc .header-nav .header-nav-item {
        width: 130px; } }
  .pre-inc .header-nav .btn-conv {
    font-size: 16px;
    height: 100%;
    padding: 20px 8px;
    display: block;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center; }
    .pre-inc .header-nav .btn-conv:hover {
      transform: translateY(0px); }
    @media only screen and (max-width: 1440px) {
      .pre-inc .header-nav .btn-conv {
        font-size: 14px; } }
    @media only screen and (max-width: 991px) {
      .pre-inc .header-nav .btn-conv {
        font-size: 13.5px;
        padding: 15px; } }
    @media only screen and (max-width: 767px) {
      .pre-inc .header-nav .btn-conv {
        font-size: 12px;
        padding: 11px; } }
    .pre-inc .header-nav .btn-conv.btn-reserv {
      background: #53979d; }

.pre-inc .fukidashi {
  width: 120px;
  height: 64px;
  background: url(../img/request_f.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80%;
  animation: purun 2s linear 0s 1;
  animation-iteration-count: infinite;
  z-index: 2; }
  @media screen and (max-width: 1200px) {
    .pre-inc .fukidashi {
      top: 44%;
      width: 80px;
      height: 36px; } }
  @media only screen and (max-width: 767px) {
    .pre-inc .fukidashi {
      top: 40%;
      width: 70px;
      height: 45px;
      /*left: calc(50% - 35px);*/ } }
  .pre-inc .fukidashi.fukidashi2 {
    background: url(../img/request_f2.svg) no-repeat center center/contain;
    top: 120%;
    left: -37px; }
    @media screen and (max-width: 1200px) {
      .pre-inc .fukidashi.fukidashi2 {
        top: 59%;
        left: 5px;
        margin: 0;
        width: 80px;
        height: 36px; } }
    @media screen and (max-width: 768px) {
      .pre-inc .fukidashi.fukidashi2 {
        top: auto;
        bottom: -10px; } }
    @media only screen and (max-width: 767px) {
      .pre-inc .fukidashi.fukidashi2 {
        top: 71%;
        left: 9px;
        width: 65px;
        height: 30px; } }

@media only screen and (max-width: 767px) {
  .pre-inc .header .logo {
    transform: scale(0.9);
    transform-origin: left;
    left: 6px; } }

@keyframes purun {
  0% {
    transform: translate(0%, 0%); }
  10% {
    transform: translate(0%, 7%); }
  20% {
    transform: translate(0%, 14%); }
  40% {
    transform: translate(0%, -14%); }
  60% {
    transform: translate(0%, 7%); }
  80% {
    transform: translate(0%, 0%); }
  100% {
    transform: translate(0%, 0%); } }
/*lower-link
------------------------------------------*/
.pre-inc .main-contents .lower-link:not(.cap-sec) {
  padding: 40px 0 0; }
  @media only screen and (max-width: 991px) {
    .pre-inc .main-contents .lower-link:not(.cap-sec) {
      padding: 0; } }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-list {
    display: flex;
    flex-wrap: wrap; }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item {
    width: calc(100% / 3); }
    @media only screen and (max-width: 767px) {
      .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item {
        width: calc(100% / 2); } }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item:nth-child(3n+2) {
      transition-delay: .4s; }
      @media only screen and (max-width: 767px) {
        .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item:nth-child(3n+2) {
          transition-delay: .2s; } }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item:nth-child(3n) {
      transition-delay: .6s; }
      @media only screen and (max-width: 767px) {
        .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item:nth-child(3n) {
          transition-delay: .2s; } }
    @media only screen and (max-width: 767px) {
      .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-item:nth-child(2n) {
        transition-delay: .4s; } }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in {
    display: block; }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in:hover .lower-txt-box {
      color: #333; }
      .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in:hover .lower-txt-box .lower-txt {
        text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9), 0 0 15px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.9); }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in:hover .btn-viewDetails {
      background: rgba(255, 255, 255, 0.7);
      transition: .1s; }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in:hover .lower-link-img {
      filter: brightness(0.9); }
      .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-in:hover .lower-link-img .lower-img {
        transform: scale(1.1); }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .cs a {
    pointer-events: none; }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .cs a .text-cs {
      font-size: 2.6rem;
      margin-top: 11px; }
      @media only screen and (max-width: 767px) {
        .pre-inc .main-contents .lower-link:not(.cap-sec) .cs a .text-cs {
          font-size: 1.6rem; } }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-box {
    position: relative; }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    color: #fff;
    text-align: center;
    z-index: 2;
    transition: .3s; }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-txt-box .lower-txt {
      font-size: 3.4rem; }
      @media only screen and (max-width: 991px) {
        .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-txt-box .lower-txt {
          font-size: 3rem;
          line-height: 1; } }
      @media only screen and (max-width: 767px) {
        .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-txt-box .lower-txt {
          width: 100%;
          font-size: 2.2rem;
          line-height: 1; } }
  .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-img {
    overflow: hidden;
    filter: brightness(0.3);
    display: grid;
    transition: .3s; }
    .pre-inc .main-contents .lower-link:not(.cap-sec) .lower-link-img .lower-img {
      width: 100%;
      transition: .4s; }

/*	▼	250716 GM追加	*/
@media screen and (max-width: 1900px) {
  .pre-inc .vpc1900 {
    display: none; } }
@media not screen, screen and (min-width: 1901px) {
  .pre-inc .vsp1900 {
    display: none; } }
@media screen and (max-width: 1800px) {
  .pre-inc .vpc1800 {
    display: none; } }
@media not screen, screen and (min-width: 1801px) {
  .pre-inc .vsp1800 {
    display: none; } }
@media screen and (max-width: 1600px) {
  .pre-inc .vpc1600 {
    display: none; } }
@media not screen, screen and (min-width: 1601px) {
  .pre-inc .vsp1600 {
    display: none; } }
@media screen and (max-width: 1500px) {
  .pre-inc .vpc1500 {
    display: none; } }
@media not screen, screen and (min-width: 1501px) {
  .pre-inc .vsp1500 {
    display: none; } }
@media screen and (max-width: 1400px) {
  .pre-inc .vpc1400 {
    display: none; } }
@media not screen, screen and (min-width: 1401px) {
  .pre-inc .vsp1400 {
    display: none; } }
@media screen and (max-width: 1300px) {
  .pre-inc .vpc1300 {
    display: none; } }
@media not screen, screen and (min-width: 1301px) {
  .pre-inc .vsp1300 {
    display: none; } }
@media screen and (max-width: 1200px) {
  .pre-inc .vpc1200 {
    display: none; } }
@media not screen, screen and (min-width: 1201px) {
  .pre-inc .vsp1200 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .pre-inc .vpc1024 {
    display: none; } }
@media not screen, screen and (min-width: 1025px) {
  .pre-inc .vsp1024 {
    display: none; } }
@media screen and (max-width: 960px) {
  .pre-inc .vpc960 {
    display: none; } }
@media not screen, screen and (min-width: 961px) {
  .pre-inc .vsp960 {
    display: none; } }
@media screen and (max-width: 900px) {
  .pre-inc .vpc900 {
    display: none; } }
@media not screen, screen and (min-width: 901px) {
  .pre-inc .vsp900 {
    display: none; } }
@media screen and (max-width: 768px) {
  .pre-inc .vpc768 {
    display: none; } }
@media not screen, screen and (min-width: 769px) {
  .pre-inc .vsp768 {
    display: none; } }
@media screen and (max-width: 767px) {
  .pre-inc .vpc767 {
    display: none; } }
@media not screen, screen and (min-width: 768px) {
  .pre-inc .vsp767 {
    display: none; } }
@media screen and (max-width: 480px) {
  .pre-inc .vpc480 {
    display: none; } }
@media not screen, screen and (min-width: 481px) {
  .pre-inc .vsp480 {
    display: none; } }
@media screen and (max-width: 375px) {
  .pre-inc .vpc375 {
    display: none; } }
@media not screen, screen and (min-width: 376px) {
  .pre-inc .vsp375 {
    display: none; } }
@media screen and (max-width: 360px) {
  .pre-inc .vpc360 {
    display: none; } }
@media not screen, screen and (min-width: 361px) {
  .pre-inc .vsp360 {
    display: none; } }
@media screen and (max-width: 320px) {
  .pre-inc .vpc320 {
    display: none; } }
@media not screen, screen and (min-width: 321px) {
  .pre-inc .vsp320 {
    display: none; } }

/*# sourceMappingURL=px-common.css.map */
