@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  #mainvisual {
    width: 100%;
    height: 34.375vw;
    overflow: hidden;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 40px;
  }
  .ch3_1 {
    font-size: 2.6rem;
    margin-bottom: 50px;
    line-height: 1.8;
    text-align: center;
  }
  .note {
    font-size: 1.4rem;
    line-height: 2.3;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  .cfex {
    display: flex;
  }
  .jc_sa {
    justify-content: space-around;
  }
  .jc_sb {
    justify-content: space-between;
  }
  .fd_co {
    flex-direction: column;
  }
  .fd_cor {
    flex-direction: column-reverse;
  }
  .fd_ro {
    flex-direction: row;
  }
  .fd_ror {
    flex-direction: row-reverse;
  }
  .ai_c {
    align-items: center;
  }
  /* map
  ---------------------------------------------------------------------- */
  #map {
    padding: 180px 0 150px;
  }
  .mapAddress {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .mapPhone {
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .mapPhone a {
    pointer-events: none;
    text-indent: -1em;
  }
  .mapPhone a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 33px;
    margin-right: 0.3em;
    background: url(../images/icon_phone.svg) center no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
  }
  .mapGmap {
    margin-bottom: 80px;
    text-align: center;
  }
  .mapGmap a {
    display: inline-block;
    color: #969696;
    font-size: 2rem;
    border: 1px solid #969696;
    font-family: Noto Sans JP;
    padding: 1em 1.5em;
    position: relative;
    min-width: 366px;
  }
  .mapGmap a::before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 41px;
    background: url(../images/icon_mappoint.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .mapGmap a::after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 5px;
    background: url(../../images/icon_arrow02_g.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .gmap {
    width: 100%;
    overflow: hidden;
  }
  .gmap iframe {
    width: 100%;
    height: 540px;
  }
  /* rootCar
  ---------------------------------------------------------------------- */
  #rootCar {
    padding: 170px 0 0;
  }
  .rootWrap h4 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 7.28px;
    margin-bottom: 45px;
    position: relative;
  }
  .rootWrap.rootCar h4::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 40px;
    background: url(../images/icon_car.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .rootWrap {
    margin-bottom: 90px;
  }
  .rootWrap h5 {
    text-align: center;
    margin-bottom: 25px;
  }
  .rootWrap h5 span {
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 0 1em;
    position: relative;
  }
  .rootWrap h5 span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #313131;
    position: absolute;
    left: 0;
    top: 0;
  }
  .rootWrap h5 span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #313131;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rootChartBox {
    margin-bottom: 95px;
  }
  .rootChartBox h6 {
    font-size: 1.9rem;
    color: #8B82B7;
    letter-spacing: 0.97px;
    margin-bottom: 20px;
  }
  .rootChartBox .img {
    margin-bottom: 25px;
  }
  .rootChartBox .Annotation {
    font-size: 1.4rem;
    letter-spacing: 0.97px;
  }
  /* parking
  ---------------------------------------------------------------------- */
  .aboutParking {
    padding: 130px 60px 40px;
    background-color: #E6E6E6;
  }
  .aboutParking h4 {
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .aboutParking h5 {
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 45px;
  }
  .parkingImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .parkingImg li {
    width: 48.98%;
  }
  .aboutParking p {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 4.68px;
  }
  .aboutWinter {
    padding: 100px 0 60px;
    background: url(../images/bg_parkingwinter.jpg) center no-repeat;
    background-size: cover;
  }
  .aboutWinter h6 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.3px;
    color: #FFF;
    position: relative;
    margin-bottom: 10px;
  }
  .aboutWinter h6::before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 39px;
    background: url(../images/icon_caution.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutWinter h6 span {
    font-size: 4.6rem;
  }
  .aboutWinter p {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.9px;
    color: #FFF;
  }
  /* rootTrain
  ---------------------------------------------------------------------- */
  #rootTrain {
    padding: 170px 0 0;
  }
  .rootWrap.rootTrain h4::before {
    content: "";
    display: inline-block;
    width: 71px;
    height: 29px;
    background: url(../images/icon_train.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-100%);
  }
  .rootWrap.rootTrain h4::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 35px;
    background: url(../images/icon_bus.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -75px;
    right: 50%;
    transform: translateX(calc(100% + 10px));
  }
  /* sougei
  ---------------------------------------------------------------------- */
  #sougei {
    padding: 0 0 150px;
  }
  .sougeiWrap {
    padding: 75px 0 50px;
    border: 3px solid #8B82B7;
    border-radius: 10px;
  }
  .sougeiWrap .img {
    width: 43.637%;
    margin: 0 auto 45px;
  }
  .sougei h4 {
    font-size: 2.6rem;
    line-height: 1.9;
    letter-spacing: 6.76px;
    text-align: center;
    margin-bottom: 25px;
  }
  .joken {
    width: fit-content;
    margin: auto;
  }
  .joken h5 {
    font-size: 1.8rem;
  }
  .joken ul li {
    font-size: 1.8rem;
  }
} /* End min-width:1001px */
@media (max-width: 1000px) {
  .w1100 {
    width: 88vw;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #mainvisual {
    width: 100%;
    aspect-ratio: 4/3;
  }
  #mainvisual img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .ctitle__logo {
    color: var(--secondary-color);
  }
  .ctitle {
    margin-bottom: 8vw;
  }
  .indent1 {
    text-indent: -1em;
    padding-left: 1em;
  }
  .indent15 {
    text-indent: -1.2em;
    padding-left: 1.5em;
  }
  /* map
  ---------------------------------------------------------------------- */
  #map {
    padding: 32vw 0 16vw;
    background-color: #F2F2F2;
  }
  .mapAddress {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 4vw;
  }
  .mapPhone {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 4vw;
  }
  .mapPhone a {
    text-indent: -1em;
  }
  .mapPhone a::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 4.5vw;
    margin-right: 0.3em;
    background: url(../images/icon_phone.svg) center no-repeat;
    background-size: contain;
    position: relative;
    top: 0.5vw;
  }
  .mapGmap {
    margin-bottom: 8vw;
    text-align: center;
  }
  .mapGmap a {
    display: inline-block;
    color: #969696;
    font-size: 2rem;
    border: 1px solid #969696;
    font-family: Noto Sans JP;
    padding: 1em 1.5em;
    position: relative;
    min-width: 75%;
  }
  .mapGmap a::before {
    content: "";
    display: inline-block;
    width: 5vw;
    height: 6vw;
    background: url(../images/icon_mappoint.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2vw;
  }
  .mapGmap a::after {
    content: "";
    display: inline-block;
    width: 4.6vw;
    height: 0.5vw;
    background: url(../../images/icon_arrow02_g.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2vw;
  }
  .gmap {
    width: 100%;
    overflow: hidden;
  }
  .gmap iframe {
    width: 100%;
    height: 70vw;
  }
  /* rootCar
  ---------------------------------------------------------------------- */
  #rootCar {
    padding: 24vw 0 0;
  }
  .rootWrap h4 {
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: 0.2vw;
    margin-bottom: 4vw;
    position: relative;
  }
  .rootWrap.rootCar h4::before {
    content: "";
    display: inline-block;
    width: 6.6vw;
    height: 5.3vw;
    background: url(../images/icon_car.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .rootWrap {
    margin-bottom: 10vw;
  }
  .rootWrap h5 {
    text-align: center;
    margin-bottom: 2vw;
  }
  .rootWrap h5 span {
    font-size: 2.4rem;
    line-height: 1.8;
    padding: 0 1em;
    position: relative;
  }
  .rootWrap h5 span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #313131;
    position: absolute;
    left: 0;
    top: 0;
  }
  .rootWrap h5 span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #313131;
    position: absolute;
    right: 0;
    top: 0;
  }
  .rootChartBox {
    margin-bottom: 10vw;
  }
  .rootChartBox h6 {
    font-size: 2.4rem;
    color: #8B82B7;
    letter-spacing: 0.1vw;
    margin-bottom: 2vw;
  }
  .rootChartBox .img {
    margin-bottom: 4vw;
  }
  .rootChartBox .Annotation {
    font-size: 2rem;
    letter-spacing: 0.1vw;
  }
  /* parking
  ---------------------------------------------------------------------- */
  .aboutParking {
    padding: 12vw 4vw;
    background-color: #E6E6E6;
  }
  .aboutParking h4 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1vw;
    margin-bottom: 2vw;
  }
  .aboutParking h5 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    letter-spacing: 0.4vw;
    margin-bottom: 4vw;
  }
  .parkingImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
    gap: 2%;
  }
  .parkingImg li {
    width: 49%;
  }
  .aboutParking p {
    font-size: 2.2rem;
    line-height: 1.8;
    letter-spacing: 0.5vw;
  }
  .aboutWinter {
    padding: 16vw 0;
    background: url(../images/bg_parkingwinter.jpg) center no-repeat;
    background-size: cover;
  }
  .aboutWinter h6 {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 1.8vw;
    color: #FFF;
    position: relative;
    margin-bottom: 2vw;
  }
  .aboutWinter h6::before {
    content: "";
    display: inline-block;
    width: 6.5vw;
    height: 6vw;
    background: url(../images/icon_caution.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .aboutWinter h6 span {
    font-size: 4rem;
  }
  .aboutWinter p {
    font-size: 2.2rem;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.09vw;
    color: #FFF;
  }
  /* rootTrain
  ---------------------------------------------------------------------- */
  #rootTrain {
    padding: 24vw 0 0;
  }
  .rootWrap.rootTrain h4::before {
    content: "";
    display: inline-block;
    width: 9.2vw;
    height: 4vw;
    background: url(../images/icon_train.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.6vw;
    left: 50%;
    transform: translateX(-100%);
  }
  .rootWrap.rootTrain h4::after {
    content: "";
    display: inline-block;
    width: 8vw;
    height: 4.6vw;
    background: url(../images/icon_bus.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -6.6vw;
    right: 50%;
    transform: translateX(calc(100% + 2vw));
  }
  /* sougei
  ---------------------------------------------------------------------- */
  #sougei {
    padding: 0 0 24vw;
  }
  .sougeiWrap {
    padding: 4vw;
    border: 3px solid #8B82B7;
    border-radius: 2vw;
  }
  .sougeiWrap .img {
    width: 80%;
    margin: 0 auto 4vw;
  }
  .sougei h4 {
    font-size: 2.4rem;
    line-height: 1.9;
    letter-spacing: 0.8vw;
    text-align: center;
    margin-bottom: 3vw;
  }
  .joken {
    width: fit-content;
    margin: auto;
  }
  .joken h5 {
    font-size: 2.2rem;
  }
  .joken ul li {
    font-size: 2.2rem;
  }
} /* End max-width:1000px */

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