@media screen and (min-width: 769px) {
  .header ul .header_booking {
    width: 281px;
  }
  .p_top .cta .row {
    max-width: 1000px;
  }
  .p_top .cta h2 img {
    width: 458.86px;
  }
  .p_top .cta .cta_box {
    background: none;
    padding: 0;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .cta .cta_box .cta_txt {
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
    margin: 0 15px;
  }
  .p_top .cta .cta_box .cta_l {
    background: #fff;
    padding: 13px 27px;
    width: 384px;
    margin: 0 15px;
  }
  .p_top .cta .cta_box .cta_l .cta_tel {
    font-size: 48px;
    line-height: 1;
    margin: 0;
    padding-left: 47px;
  }
  .p_top .cta .cta_box .cta_l .cta_tel::before {
    width: 40px;
    height: 40px;
  }
  .p_top .cta .cta_box .cta_l p {
    font-size: 14px;
    line-height: 1;
  }
  .p_top .cta .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 40px;
    margin-top: 0;
  }
  .p_top .cta .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .cta .form dl + dl {
    margin-top: 20px;
  }
  .p_top .cta .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 18px;
    width: 315px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 10px;
    padding-right: 15px;
  }
  .p_top .cta .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 44px;
    min-height: 24px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #D94F4F;
    font-size: 14px;
    font-weight: 400;
    margin-left: 12px;
    color: #fff;
  }
  .p_top .cta .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .cta .form dl dd input {
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .cta .form dl dd input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input::placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd p {
    font-size: 15px;
    margin-top: 5px;
  }
  .p_top .cta .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 100%;
    height: 48px;
    position: relative;
    position: relative;
    max-width: 100%;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top .cta .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/icClock.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .form dl dd .select.hope label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/ic_ar.png) center / 100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .form dl dd .select select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 15px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #474747;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .cta .form .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 32px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .cta .form .cbWr div, .p_top .cta .form .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .cta .form .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .cta .form .cbWr label a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .cta .form .cbWr label a:hover {
    text-decoration: none;
  }
  .p_top .cta .form .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .cta .form .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 28px;
  }
  .p_top .cta .form .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 2px;
         border-radius: 2px;
  }
  .p_top .cta .form .cbWr label span::after {
    left: 7px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .cta .form .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .cta .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 372px;
    margin-top: 31px;
  }
  .p_policy .policy .policy_tel {
    margin-top: 47px;
    text-align: center;
  }
  .p_policy .policy .policy_tel .txt1 {
    width: 433px;
    display: inline-block;
  }
  .p_policy .policy .policy_tel .tel {
    position: relative;
    padding-left: 61px;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    color: #323288;
    margin: 10px 0 5px;
    display: inline-block;
    white-space: nowrap;
  }
  .p_policy .policy .policy_tel .tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 51px;
    height: 51px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_policy .policy .policy_tel .txt2 {
    font-size: 17.52px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .p_top .cta h2 img {
    width: 92.75362vw;
  }
  .p_top .cta .cta_box {
    background: none;
    padding: 0;
    display: block;
  }
  .p_top .cta .cta_box .cta_txt {
    text-align: center;
    font-size: 4.83092vw;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
  }
  .p_top .cta .cta_box .cta_l {
    background: #fff;
    padding: 3.1401vw 6.52174vw;
    width: 92.75362vw;
    margin-top: 4.83092vw;
  }
  .p_top .cta .cta_box .cta_l .cta_tel {
    font-size: 11.5942vw;
    line-height: 1;
    margin: 0;
    padding-left: 11.35266vw;
  }
  .p_top .cta .cta_box .cta_l .cta_tel::before {
    width: 9.66184vw;
    height: 9.66184vw;
  }
  .p_top .cta .cta_box .cta_l p {
    font-size: 3.38164vw;
    line-height: 1;
  }
  .p_top .cta .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 5.7971vw 3.86473vw;
    margin-top: 4.83092vw;
  }
  .p_top .cta .form dl + dl {
    margin-top: 7.24638vw;
  }
  .p_top .cta .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 4.34783vw;
  }
  .p_top .cta .form dl dt span {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 10.62802vw;
    min-height: 5.7971vw;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background-color: #D94F4F;
    font-size: 3.38164vw;
    font-weight: 400;
    margin-left: 2.89855vw;
    color: #fff;
  }
  .p_top .cta .form dl dd {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .p_top .cta .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .cta .form dl dd input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd input::placeholder {
    color: #333;
    opacity: 1;
  }
  .p_top .cta .form dl dd p {
    font-size: 3.62319vw;
    margin-top: 1.93237vw;
  }
  .p_top .cta .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    width: 100%;
    height: 11.5942vw;
    position: relative;
    position: relative;
    max-width: 100%;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .cta .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.40821vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.71014vw;
    height: 4.71014vw;
    background: url(../img/icClock.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .form dl dd .select.hope label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4.83092vw;
    height: 4.83092vw;
    background: url(../img/ic_ar.png) center / 100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .form dl dd .select select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 9.66184vw 0 3.62319vw;
    background: transparent;
    font-weight: 400;
    font-size: 3.86473vw;
    color: #474747;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .cta .form .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 8.69565vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .cta .form .cbWr div, .p_top .cta .form .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .cta .form .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .cta .form .cbWr label a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .cta .form .cbWr label a:hover {
    text-decoration: none;
  }
  .p_top .cta .form .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .cta .form .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.76329vw;
  }
  .p_top .cta .form .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
  }
  .p_top .cta .form .cbWr label span::after {
    left: 1.69082vw;
    top: 1.44928vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .cta .form .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .cta .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 85.02415vw;
    margin-top: 7.72947vw;
  }
  .p_policy .policy .policy_tel {
    margin-top: 11.35266vw;
    text-align: center;
  }
  .p_policy .policy .policy_tel .txt1 {
    width: 100%;
    display: inline-block;
  }
  .p_policy .policy .policy_tel .tel {
    position: relative;
    padding-left: 12.07729vw;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 600;
    font-size: 11.5942vw;
    line-height: 100%;
    color: #323288;
    margin: 2.41546vw 0;
    display: inline-block;
    white-space: nowrap;
  }
  .p_policy .policy .policy_tel .tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9.66184vw;
    height: 9.66184vw;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_policy .policy .policy_tel .txt2 {
    font-size: 4.23188vw;
    line-height: 1;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul li:first-child a {
    max-width: 16.5vw;
  }
}