@charset "UTF-8";
/* PC
---------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  /* header
---------------------------------------------------------------------- */
  #mainheader.scroll .open::after, #mainheader.child .open::after {
    color: #595757;
  }
  #mainheader.scroll .open span, #mainheader.child .open span {
    background-color: #595757;
  }
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 0;
  }
  #pageheader h1 {
    color: #fff;
    font-size: calc(42em / 16);
    letter-spacing: 0.25em;
    padding-left: 200px;
  }
  #pageheader h1 span {
    display: block;
    font-size: calc(16em / 42);
    letter-spacing: 0.23em;
    margin-top: 20px;
  }
  #pageheader img {
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .lead {
    font-size: calc(25em / 16);
    letter-spacing: 0.25em;
    padding: 35px 0 65px 0;
    line-height: 2.2;
    text-align: center;
  }
  .ttl {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 24px;
    line-height: 1.66667;
    letter-spacing: 0.25em;
    padding-bottom: 20px;
    margin: 0 10px 40px;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    max-width: 780px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 60px 95px;
  }
  .guidanceBox * {
    text-align: center;
  }
  .guidanceBox h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #666666;
  }
  .guidanceBox h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
    /*margin-bottom: 25px;*/
  }
  .guidanceBox .sub_ttl {
    font-size: 18px;
    font-weight: 700;
    margin: 32px 0 16px;
  }
  .guidanceBox .title {
    padding-right: 1em;
  }
  .guidanceBox .price {
    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;
    margin-top: 10px;
  }
  .guidanceBox .price dt,
  .guidanceBox .price dd {
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0;
    line-height: 1.5;
  }
  .guidanceBox .price dt {
    width: 235px;
  }
  .guidanceBox .price dd {
    width: 125px;
  }
  .guidanceBox .note {
    margin-top: 30px;
  }
  .guidanceBox .note li {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
  }
  .guidanceBox .note li::before {
    content: "※";
  }
  /* c-ttl
---------------------------------------------------------------------- */
  .c-ttl {
    font-size: calc(20em / 16);
    font-weight: 700;
    letter-spacing: 0.25em;
  }
  .c-ttl span {
    display: block;
    font-size: calc(16em / 20);
    margin-top: 10px;
  }
  /*---------------------------------------------------------------------- */
  .pool {
    padding: 0 0 40px;
  }
  .pool__inr {
    margin-bottom: 100px;
  }
  .mainImg {
    margin-bottom: 100px;
  }
  .pool__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pool__box.one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .one .pool__txt {
    padding: 0 125px 0 0;
    width: 500px;
  }
  .one .pool__img {
    width: 49%;
  }
  .pool__ttl {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
  }
  .pool_calendar {
    justify-content: center;
    gap: 24px;
    margin: 65px auto 50px;
  }
  .pool__link {
    display: block;
    font-weight: 700;
    width: 250px;
    /* margin: 65px auto 50px; */
    padding: 1em 0;
    border: 2px solid #313131;
    font-size: calc(15em / 16);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .pool__link:hover {
    color: #fff;
    background-color: #313131;
  }
  .pool__link i {
    font-size: calc(24em / 16);
    margin-right: 10px;
  }
  .outdoor {
    border-bottom: 1px solid #666666;
    padding: 40px 0 145px;
  }
  .outdoor__ttl {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #666666;
  }
  .outdoor img {
    max-width: 480px;
  }
  .outdoor .pool__box {
    max-width: 974px;
    margin: 0 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .outdoor .pool__txt {
    margin-top: -5px;
    width: 43%;
  }
  .outdoor .pool__img {
    width: 49%;
  }
  /* news
---------------------------------------------------------------------- */
  .news {
    padding: 70px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*border-bottom: 1px solid #666666;*/
  }
  .news__ttl {
    width: 26%;
    text-align: center;
  }
  .news__list {
    width: 63%;
  }
  .news__list li {
    padding: 0 25px 40px 0;
    margin-bottom: 45px;
    border-bottom: 1px solid #666666;
  }
  .news__list li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news__listTtl {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  /* btn
---------------------------------------------------------------------- */
  .btn_blue{
    width: 550px;
    background-color:#4F6599 ;
    margin: 0 auto 100px;
    padding: 14px 0;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  .btn_blue:hover{
    background-color: #751717;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .btn_blue a{
    color: #FFF;
  }
}

/* SP
---------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* mv
---------------------------------------------------------------------- */
  #pageheader {
    width: 100%;
    height: calc(300 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 0;
  }
  #pageheader h1 {
    color: #fff;
    font-size: calc(32em / 16);
    letter-spacing: 0.25em;
  }
  #pageheader h1 span {
    display: block;
    text-align: center;
    font-size: calc(15em / 32);
    letter-spacing: 0.23em;
    margin-top: calc(20 / 375 * 100vw);
  }
  #pageheader img {
    width: 100%;
    height: calc(300 / 375 * 100vw);
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .lead {
    font-size: calc(18em / 16);
    letter-spacing: 0.15em;
    padding: calc(15 / 375 * 100vw) 0 calc(30 / 375 * 100vw) 0;
    line-height: 2.2;
    text-align: center;
  }
  .ttl {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 8vw;
    padding-bottom: 6.66667vw;
    font-size: 5.33333vw;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .icn__ttl {
    position: relative;
  }
  .icn__ttl i {
    position: absolute;
    top: -10vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 6.66667vw;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    background-color: #f5f5f5;
    padding: calc(25 / 375 * 100vw);
  }
  .guidanceBox * {
    text-align: center;
  }
  .guidanceBox h3 {
    font-size: calc(20em / 16);
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: calc(15 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    border-bottom: 1px solid #666666;
  }
  .guidanceBox h4 {
    font-size: calc(18em / 16);
    font-weight: 700;
    margin-bottom: calc(25 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guidanceBox h4 .title {
    width: calc(100% - calc(160 / 375 * 100vw));
    padding-right: 0.5em;
    text-align: right;
  }
  .guidanceBox .sub_ttl {
    font-size: calc(18em / 16);
    font-weight: 700;
    padding-right: 0.5em;
    margin: calc(35 / 375 * 100vw) auto calc(25 / 375 * 100vw);
  }
  .guidanceBox h4 .time {
    width: calc(160 / 375 * 100vw);
    text-align: left;
  }
  .guidanceBox .price {
    margin-top: calc(15 / 375 * 100vw);
  }
  .guidanceBox .price dt,
  .guidanceBox .price dd {
    font-size: calc(18em / 16);
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw) calc(5 / 375 * 100vw);
  }
  .guidanceBox .note {
    margin: calc(30 / 375 * 100vw) auto calc(30 / 375 * 100vw);
    width: 86%;
  }
  .guidanceBox .note li {
    font-size: calc(14em / 16);
    text-align: left;
    line-height: 1.4;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .guidanceBox .note li::before {
    content: "※";
    margin-left: calc(-13 / 375 * 100vw);
  }
  /* c-ttl
---------------------------------------------------------------------- */
  .c-ttl {
    font-size: calc(18em / 16);
    font-weight: 700;
    letter-spacing: 0.25em;
    text-align: center;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .c-ttl span {
    display: block;
    font-size: calc(14em / 18);
  }
  .pool {
    padding: 0vw 0vw 10.66667vw 0vw;
  }
  .pool__inr {
    margin-bottom: calc(55 / 375 * 100vw);
  }
  .mainImg {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .one .pool__txt {
    margin-bottom: calc(35 / 375 * 100vw);
  }
  .one .pool__img {
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .pool__ttl {
    font-size: 4.8vw;
    line-height: 2;
    letter-spacing: 0.15em;
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .pool__link {
    display: block;
    width: calc(250 / 375 * 100vw);
    margin: calc(40 / 375 * 100vw) auto 0;
    padding: 1em 0;
    border: 2px solid #313131;
    font-size: calc(15em / 16);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .pool__link i {
    font-size: calc(24em / 16);
    margin-right: 10px;
  }
  .outdoor {
    border-bottom: 1px solid #666666;
    padding-bottom: calc(65 / 375 * 100vw);
  }
  .outdoor__ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: calc(10 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    border-bottom: 1px solid #666666;
  }
}

@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .outdoor .pool__box {
    max-width: 974px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1000px) and (min-width: 1000px) {
  .outdoor .pool__txt {
    width: 43%;
  }
}

@media screen and (max-width: 1000px) {
  .outdoor .pool__img {
    margin-bottom: calc(25 / 375 * 100vw);
  }
  /* news
---------------------------------------------------------------------- */
  .news {
    padding: calc(20 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    /*border-bottom: 1px solid #666666;*/
  }
  .news__list li {
    padding-bottom: 8vw;
    margin-bottom: 8vw;
    font-size: 4.26667vw;
    line-height: 1.5;
    letter-spacing: 0em;
    border-bottom: 1px solid #666666;
  }
  .news__list li:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .news__listTtl {
    font-weight: bold;
    font-size: 4.26667vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 2.66667vw;
  }
  /* btn
---------------------------------------------------------------------- */
  .btn_blue{
    width: 80vw;
    background-color:#4F6599 ;
    margin: 0 auto calc(55 / 375 * 100vw);
    padding: 14px 0;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  .btn_blue:hover{
    background-color: #751717;
    opacity: 1;
    transition: 0.3s ease-in-out;
  }
  .btn_blue a{
    color: #FFF;
  }
}

.red {
    color: #c00;
}

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