/* PC
---------------------------------------------------------------------- */
@media screen and (min-width: 1001px) {
  /* 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 h1.pageheader__txtImg {
    width: 80%;
    margin: 0 auto;
    max-width: 413px;
    margin: -25px 0 0 130px;
    padding-left: 0;
  }
  #pageheader h1.pageheader__txtImg img {
    width: 100%;
    height: auto;
    position: static;
  }
  #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: 40px 0 90px 0;
    line-height: 2.2;
    text-align: center;
  }
  .ttl {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    border-bottom: 1px solid #666666;
    padding-bottom: 30px;
  }
  /* lounge
---------------------------------------------------------------------- */
  .lounge {
    padding: 25px 0 150px;
  }
  .lounge__inr {
    margin-bottom: 100px;
  }
  .lounge__img {
    margin-bottom: 70px;
  }
  .lounge__item {
    max-width: 976px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 80px;
  }
  .lounge__Itemtxt {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .lounge__Itemtxt p {
    line-height: 3;
  }
  .lounge__Itemimg {
    text-align: center;
    width: 230px;
  }
  .lounge__imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 75px;
  }
  .lounge__imgBox .column1, .lounge__imgBox .img2 {
    text-align: center;
    width: 49%;
  }
  .lounge__imgBox .img2 {
    margin-top: -110px;
  }
  .lounge__imgBox .img3 {
    margin-top: 120px;
  }
  .lounge__item.bar {
    max-width: 1080px;
    margin-right: 0;
    margin-left: auto;
  }
  .lounge__item.bar .lounge__Itemtxt {
    margin: 0 0 0 6%;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    max-width: 980px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 60px 95px;
  }
  .guidanceBox > * {
    text-align: center;
  }
  .guidanceBox p {
    font-weight: bold;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 35px;
  }
  .guidanceBox.menu {
    max-width: 980px;
  }
  .guidanceBox.menu h3 {
    margin-bottom: 20px;
  }
  .menu dl {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 15px;
  }
  .menu dt {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
  }
  .menu dd {
    text-align: left;
    line-height: normal;
    margin-left: 20px;
  }
}

/* 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;
  }
  #pageheader h1.pageheader__txtImg {
    width: 80%;
    margin: 0 auto;
  }
  #pageheader h1.pageheader__txtImg img {
    width: 100%;
    height: auto;
    position: static;
  }
  .lead {
    font-size: calc(18em / 16);
    letter-spacing: 0.15em;
    padding: calc(35 / 375 * 100vw) 0 calc(40 / 375 * 100vw) 0;
    line-height: 2.2;
    text-align: center;
  }
  .ttl {
    text-align: center;
    font-size: calc(20em / 16);
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-bottom: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    border-bottom: 1px solid #666666;
  }
  /* lounge
---------------------------------------------------------------------- */
  .lounge {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.05em;
    padding: 4vw 0vw 13.33333vw 0vw;
  }
  .lounge__inr {
    margin-bottom: calc(55 / 375 * 100vw);
  }
  .lounge__img {
    margin-bottom: 8vw;
  }
  .lounge__item {
    max-width: 976px;
    margin: 0 auto;
    margin-bottom: 10.66667vw;
  }
  .lounge__Itemtxt {
    margin-bottom: 8vw;
  }
  .lounge__Itemtxt p {
    line-height: 2;
  }
  .lounge__Itemimg {
    text-align: center;
  }
  .lounge__Itemimg img {
    width: 66%;
    max-width: 300px;
  }
  .lounge__imgBox {
    margin-bottom: 10.66667vw;
  }
  .lounge__imgBox .column1, .lounge__imgBox .img2 {
    width: 100%;
    text-align: center;
  }
  .lounge__imgBox .img2 {
    margin-top: 4vw;
  }
  .lounge__imgBox .img3 {
    margin-top: 4vw;
  }
  .lounge__item.bar {
    max-width: 1080px;
    margin-right: 0;
    margin-left: auto;
  }
  .lounge__item.bar .lounge__Itemtxt {
    margin-top: 10.66667vw;
  }
  /* guidance
---------------------------------------------------------------------- */
  .guidanceBox {
    background-color: #f5f5f5;
    padding: calc(25 / 375 * 100vw);
    margin-bottom: 5.33333vw;
  }
  .guidanceBox p {
    font-weight: bold;
    text-align: left;
    margin-bottom: 6.66667vw;
  }
  .guidanceBox.menu {
    max-width: 980px;
  }
  .guidanceBox.menu h3 {
    margin-bottom: 1.33333vw;
  }
  .menu dl {
    border-bottom: 1px solid #CCCCCC;
    padding: 4vw 4vw 4vw 4vw;
  }
  .menu dt {
    font-weight: bold;
    text-align: left;
  }
  .menu dd {
    text-align: left;
    line-height: normal;
  }
}
/*# sourceMappingURL=style.css.map */