/* ======================================================
pc
====================================================== */
@media (min-width: 1001px) {
  /* common
  ---------------------------------------------------------------------- */
  .dotLineTable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
  }
  .dotLineTable dt {
    width: 18%;
    padding: 10px 0;
    text-align: center;
    border-top: 1px dashed #898989;
  }
  .dotLineTable dt > * {
    height: 100%;
  }
  .dotLineTable dt span {
    border-right: 1px dashed #898989;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 500;
  }
  .dotLineTable dt:last-of-type {
    border-bottom: 1px dashed #898989;
  }
  .dotLineTable dd {
    width: 82%;
    padding: 11px 30px;
    border-top: 1px dashed #898989;
    font-weight: 500;
    line-height: 1.43;
  }
  .dotLineTable dd:last-of-type {
    border-bottom: 1px dashed #898989;
  }
  .dotLineTable__note {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  /* pickup
  ---------------------------------------------------------------------- */
  .pickup {
    padding: 60px 0;
  }
  .pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    margin-bottom: 55px;
  }
  .pickup__list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pickup .ctitle2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .pickup__btn {
    width: 600px;
    padding: 10px;
    height: 95px;
    margin: 0 auto;
    font-size: 2.6rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../images/bg_pickup.jpg);
    color: #fff;
  }
  .pickup__btn span {
    position: relative;
    display: inline-block;
  }
  .pickup__btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .pickup__btn:hover span::after {
    right: -25px;
  }
  /* shisen
  ---------------------------------------------------------------------- */
  .shisen {
    padding: 110px 0;
    background: linear-gradient(#fff, #87ceeb)!important;
  }
  .shisen__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    margin-bottom: 73px;
  }
  .shisen__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 440px;
            flex: 1 0 440px;
	  padding-left: 25%;
  }
  .shisen__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 626px;
            flex: 0 1 626px;
  }
  .shisen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shisen .ctitle2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .shisen__txt {
    margin-bottom: 40px;
  }
  .shisen__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .shisen__dl:last-of-type {
    margin-bottom: 0;
  }
  .shisen__dl dt {
    border: 1px solid #898989;
    line-height: 1;
    padding: 5px;
    min-width: 98px;
    height: 32px;
    margin-right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shisen__dl dt > * {
    font-weight: 500;
  }
  .shisen__dl dd {
    line-height: 1.43;
    padding-top: 0.2em;
    font-weight: 500;
  }
  .shisen__dataSeat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: 60px 0;
  }
}
#mainvisual.sub .catch img {
    max-width: 200px;
    margin-bottom: 50px;
}
@media (max-width: 1000px) {
  /* common
  ---------------------------------------------------------------------- */
  #mainvisual .catch .catch_img {
    width: 100%;
  }
  .dotLineTable dt {
    padding: 10px 0;
    text-align: center;
    border-top: 1px dashed #898989;
  }
  .dotLineTable dt > * {
    height: 100%;
  }
  .dotLineTable dt span {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-weight: 500;
  }
  .dotLineTable dd {
    padding: 10px 3vw;
    border-top: 1px dashed #898989;
    font-weight: 500;
    line-height: 1.43;
  }
  .dotLineTable dd:last-of-type {
    border-bottom: 1px dashed #898989;
  }
  .dotLineTable__note {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.42;
  }
  /* pickup
  ---------------------------------------------------------------------- */
  .pickup {
    padding: calc( 65 / 750 * 100vw ) 0 calc( 65 / 750 * 100vw ) 0;
  }
  .pickup__list {
    margin: 0 0 calc( 55 / 750 * 100vw ) 0;
  }
  .pickup__list li {
    margin: 0 0 calc( 55 / 750 * 100vw ) 0;
  }
  .pickup__list li img {
    width: 100%;
  }
  .pickup .ctitle2 {
    text-align: center;
    margin: 0 0 calc( 50 / 750 * 100vw ) 0;
  }
  .pickup__btn {
    width: 600px;
    max-width: 100%;
    padding: 10px;
    height: 95px;
    margin: 0 auto;
    font-size: clamp(18px, 3.4666666667vw, 26px);
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url(../images/bg_pickup.jpg);
    color: #fff;
  }
  .pickup__btn span {
    position: relative;
    display: inline-block;
  }
  .pickup__btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .pickup__btn:hover span::after {
    right: -25px;
  }
  /* shisen
  ---------------------------------------------------------------------- */
  .shisen {
    padding: calc( 110 / 750 * 100vw ) 0 calc( 110 / 750 * 100vw ) 0;
    background-color: #F3F2EE;
  }
  .shisen__wrap {
    margin: 0 0 calc( 70 / 750 * 100vw ) 0;
  }
  .shisen__content {
    margin-bottom: 20px;
  }
  .shisen__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 626px;
            flex: 0 1 626px;
  }
  .shisen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shisen .ctitle2 {
    margin: 0 0 calc( 50 / 750 * 100vw ) 0;
    text-align: center;
  }
  .shisen__txt {
    margin-bottom: 40px;
  }
  .shisen__dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .shisen__dl:last-of-type {
    margin-bottom: 0;
  }
  .shisen__dl dt {
    border: 1px solid #898989;
    line-height: 1;
    padding: 5px;
    min-width: 98px;
    height: 32px;
    margin: 0 calc( 20 / 750 * 100vw ) 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shisen__dl dt > * {
    font-weight: 500;
  }
  .shisen__dl dd {
    line-height: 1.43;
    padding-top: 0.2em;
    font-weight: 500;
  }
  .shisen__dataSeat > *:not(:last-child) {
    margin-bottom: 20px;
  }
  /* instagram
  ---------------------------------------------------------------------- */
  .instagram {
    padding: calc( 65 / 750 * 100vw ) 0 calc( 65 / 750 * 100vw ) 0;
  }
}
@media (max-width: 767px) {
#mainvisual.sub .catch img {
    max-width: 200px;
    margin-bottom: 0;
}
}
/*# sourceMappingURL=style.css.map */
 