@charset "UTF-8";
* {
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}

.wrap {
    overflow: hidden;
}

body {
    margin: 0 auto;
    padding: 0 auto;
    font-family: 'Zen Old Mincho', serif;
}


/* PCver */
.container {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 0 auto;
}

.intro {
    height: 500px;
    background-color: #000;
}
.intro img {
    width: 500px;
    margin: 185px auto;
}

/* ---------- */
.introbox {
    width: 750px;
    height: 250px;
    border: #000 5px solid;
    margin: 80px auto;
    text-align: center;
}
.introtxt {
    margin: 50px auto;
}
.introtxt p {
    font-size: 45px;
    letter-spacing: 10px;
}
.introtxt img {
    width: 425px;
    margin-top: 35px;
}

/* ---------- */
.top {
    color: #EEE;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}
.parallax-bg {
    background-image: url('../img/parking_PC.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
p.topttl {
    font-size: 70px;
    letter-spacing: 5px;
}
p.topsub {
    font-size: 26px;
    margin: 25px auto 150px;
}
.toptxt p {
    font-size: 18px;
    line-height: 2;
    margin: 10px auto;
}

/* ---------- */
.merit_SP {
    display: none;
}
.merit_PC {
    margin: 200px auto;
}
.meritbox {
    display: flex;
    justify-content: center;
    margin: 150px auto;
}
.merit {
    text-align: start;
    margin-left: 100px;
}
.meritbox_R {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 150px auto;
}
.merit_R {
    text-align: start;
    margin-right: 100px;
}
p.merit_ttl {
    font-size: 42px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}
p.merit_txt {
    width: 450px;
    font-size: 20px;
    line-height: 1.6;
}
img.merit_icon {
    width: 300px;
}
img.merit_icon-B {
    width: 350px;
}

/* ---------- */
.golftrail {
    background-color: #000;
    color: #EEE;
    margin: 0 auto;
    text-align: center;
}
.ivtbox {
    padding: 10% 0;
}
.ivt_SP {
    display: none;
}
.ivt_PC p{
    font-size: 50px;
    margin-bottom: 100px;
}
.ivt {
    display: flex;
    justify-content: space-around;
}
img.ivt_logo {
    width: 250px;
    height: 64.5px;
    position: relative;
    top: 270px;
    left: 0px;
}
img.ivt_image {
    width: 500px;
}
.linkbox {
    padding: 10% 0;
}
.linktxt p {
    font-size: 28px;
    line-height: 2.5;
}
.link_logo {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.link_logo img {
    width: 400px;
    height: 24px;
    position: relative;
    top: 25px;
    left: -15px;
}
.link {
    padding: 15% 0;
}
.link p {
    font-size: 24px;
}
img.link_arrow {
    width: 35px;
    position: relative;
    top: -150px;
    left: 175px;
}
img.gt_logo {
    width: 350px;
    position: relative;
    top: 140px;
    left: 0;
}

/* ---------- */
.contact {
    margin: 150px;
}
.contact p {
    font-size: 42px;
}

table {
    width: 800px;
    margin: 80px auto 0;
    text-align: start;
}
table span {
    border: #333 1px solid;
    border-radius: 4px;
    background: #333;
    color: #EEE;
    font-size: 12px;
    padding: 2.5px 5px;
    margin-left: 125px;
}
table tr {
    height: 70px;
}
table th {
    width: 40%;
    position: relative;
    top: 15px;
    left: 0;
}
table td {
    width: 60%;
}
input {
    width: 500px;
    height: 50px;
    padding: 10px;
    border: #000 1px solid;
    border-radius: 4px;
}

p.notices {
    width: 800px;
    margin: 30px auto 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: start;
}
.policy {
    width: 800px;
    height: 300px;
    overflow-y: scroll;
    border: #000 1px solid;
    text-align: start;
    margin: 20px auto;
}
.policyBox {
    margin: 5% 10%;
}
.policyTxtBox {
    margin: 15px auto;
}
p.policyTtl {
    font-size: 20px;
    margin-bottom: 5px;
}
p.policyTxt {
    font-size: 14px;
    line-height: 1.4;
}
.policy a {
    color: #ED904C;
}
input.agree {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}
input.btn {
    width: 400px;
    height: 60px;
    margin: 30px auto;
    color: #EEE;
    font-size: 22px;
    background-color: #333;
}

/* ---------- */
footer {
    background-color: #000;
    color: #EEE;
    text-align: center;
}
.footer {
    display: flex;
    justify-content: center;
}
.footer_image img {
    width: 800px;
    padding: 2%;
}
.ivt_infobox {
    margin: 50px 0;
    position: relative;
    top: 0;
    left: -15px;
}
.ivt_info {
    margin: 20px 0;
}
p.info_x {
    font-size: 14px;
}
p.info_y {
    font-size: 20px;
    margin-top: 8px;
}
p.info_z {
    font-size: 14px;
    margin-top: 8px;
}
img.copyright {
    width: 280px;
    margin: 30px 0;
}

/* THANKS PAGE */
.thanksintro {
    height: 300px;
    background-color: #000;
}
.thanksintro img {
    width: 500px;
    margin: 80px auto;
}
p.thanksTtl {
    font-size: 28px;
    margin: 50px auto;
}
.thanksTxt {
    width: 750px;
    margin: 30px auto 15px;
    text-align: start;
    line-height: 1.5;
}
.thanksTxt p {
    font-size: 14px;
}
.remail {
    width: 750px;
    margin: 0px auto 50px;
    text-align: start;
}
.remail p {
    font-size: 14px;
    margin-bottom: 5px;
}
.remail span {
    color: #ED904C;
}
.pageback {
    width: 500px;
    margin: 80px auto;
}
.pageback a {
    border: 1px #333 solid;
    border-radius: 4px;
    background-color: #333;
    padding: 20px;
    color: #EEE;
    font-size: 14px;
}
.thanksfooter {
    width: 100%;
    height: 80px;
    background-color: #000;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.thanksfooter img {
    width: 280px;
    margin: 30px auto;
}

@media screen and (max-width: 480px) {
    
    .container {
        width: 100%;
        max-width: 480px;
        text-align: center;
        margin: 0 auto;
        padding: 0 auto;
    }
    
    .intro {
        height: 150px;
        background-color: #000;
    }
    .intro img {
        width: 200px;
        margin: 50px auto;
    }
    
    /* ---------- */
    .introbox {
        width: 300px;
        height: 120px;
        border: #000 5px solid;
        margin: 60px auto;
        text-align: center;
    }
    .introtxt {
        margin: 30px auto;
    }
    .introtxt p {
        font-size: 18px;
        letter-spacing: 5px;
    }
    .introtxt img {
        width: 165px;
        margin-top: 15px;
    }
    
    /* ---------- */
    .top {
        color: #EEE;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10% 5%;
    }
    .parallax-bg {
        background-image: url('../img/parking_SP.png');
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    p.topttl {
        font-size: 28px;
        letter-spacing: 7px;
    }
    p.topsub {
        font-size: 14px;
        margin: 15px auto 100px;
    }
    .toptxt p {
        font-size: 12px;
        line-height: 1.7;
        margin: 10px auto;
    }
    
    /* ---------- */
    .merit_PC {
        display: none;
    }
    .merit_SP {
        display: block;
        margin-bottom: 130px;
    }
    .meritbox {
        width: 325px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0px auto;
        text-align: start;
    }
    p.merit_ttl {
        font-size: 28px;
        letter-spacing: 3px;
        margin: 100px auto 30px;
    }
    p.merit_txt {
        width: 325px;
        font-size: 14px;
        line-height: 1.6;
        margin-top: 30px;
    }
    img.merit_icon {
        width: 150px;
        margin: 0 auto;
    }
    img.merit_icon-B {
        width: 180px;
        margin: 0 auto;
    }
    
    /* ---------- */
    .golftrail {
        background-color: #000;
        color: #EEE;
        margin: 0 auto;
        text-align: center;
    }
    .ivtbox {
        padding: 10% 0;
    }
    .ivt_PC {
        display: none;
    }
    .ivt_SP {
        display: block;
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 100px;
    }
    .ivt {
        width: 325px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    img.ivt_logo {
        width: 150px;
        height: 38px;
        margin: 0 auto;
        position: relative;
        top: 250px;
        left: 0px;
    }
    img.ivt_image {
        width: 250px;
        margin: 0 auto;
        position: relative;
        top: -75px;
        left: 0px;
    }
    .linkbox {
        padding: 10% 0;
    }
    .linktxt p {
        font-size: 14px;
        line-height: 2;
    }
    .link_logo {
        display: flex;
        justify-content: center;
        margin-top: 5px;
    }
    .link_logo img {
        width: 200px;
        height: 12px;
        position: relative;
        top: 8px;
        left: -15px;
    }
    .link {
        padding: 30% 0;
    }
    .link p {
        font-size: 12px;
    }
    img.link_arrow {
        width: 20px;
        position: relative;
        top: -80px;
        left: 105px;
    }
    img.gt_logo {
        width: 200px;
        position: relative;
        top: 100px;
        left: 0;
    }
    
    /* ---------- */
    .contact {
        margin: 80px 0;
    }
    .contact p {
        font-size: 24px;
    }
    
    table {
        width: 350px;
        margin: 50px auto 0;
        text-align: start;
    }
    table span {
        border: #333 1px solid;
        border-radius: 4px;
        background: #333;
        color: #EEE;
        font-size: 12px;
        padding: 2.5px 5px;
        margin-left: 190px;
    }
    table tr {
        height: 100px;
        display: flex;
        flex-direction: column;
    }
    table th {
        width: 100%;
        position: relative;
        top: -10px;
        left: 0px;
    }
    table td {
        width: 100%;
    }
    input {
        width: 100%;
        height: 50px;
        padding: 10px;
        border: #000 1px solid;
        border-radius: 4px;
    }

    p.notices {
        width: 350px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.3;
        text-align: start;
    }
    .policy {
        width: 350px;
        height: 200px;
        overflow-y: scroll;
        border: #000 1px solid;
        text-align: start;
        margin: 20px auto;
    }
    .policyBox {
        margin: 5%;
    }
    .policyTxtBox {
        margin: 15px auto;
    }
    p.policyTtl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    p.policyTxt {
        font-size: 14px;
        line-height: 1.3;
    }
    .policy a {
        color: #ED904C;
    }
    input.agree {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    input.btn {
        width: 250px;
        height: 60px;
        margin: 25px auto 0;
        color: #EEE;
        font-size: 20px;
        background-color: #333;
    }
    
    /* ---------- */
    footer {
        background-color: #000;
        color: #EEE;
        text-align: center;
    }
    .footer {
        display: flex;
        flex-direction: column;
    }
    .footer_image img {
        width: 95%;
        padding: 2%;
    }
    .ivt_infobox {
        margin: 50px 0;
        position: relative;
        top: 0;
        left: 0;
    }
    .ivt_info {
        margin: 20px 0;
    }
    p.info_x {
        font-size: 10px;
    }
    p.info_y {
        font-size: 16px;
        margin-top: 8px;
    }
    p.info_z {
        font-size: 10px;
        margin-top: 8px;
    }
    img.copyright {
        width: 200px;
        margin: 30px 0;
    }

    /* THANKS PAGE */
    .thanksintro {
        height: 150px;
        background-color: #000;
    }
    .thanksintro img {
        width: 200px;
        margin: 50px auto;
    }
    p.thanksTtl {
        font-size: 18px;
        margin: 65px auto;
    }
    .thanksTxt {
        width: 300px;
        margin: 0 auto 15px;
        text-align: start;
        line-height: 1.5;
    }
    .thanksTxt p {
        font-size: 12px;
    }
    .remail {
        width: 300px;
        margin: 0px auto 50px;
        text-align: start;
    }
    .remail p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .remail span {
        color: #ED904C;
    }
    .pageback {
        width: 300px;
        margin: 100px auto;
    }
    .pageback a {
        border: 1px #333 solid;
        border-radius: 4px;
        background-color: #333;
        padding: 20px;
        color: #EEE;
        font-size: 14px;
    }
    .thanksfooter {
        width: 100%;
        height: 80px;
        background-color: #000;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    .thanksfooter img {
        width: 200px;
        margin: 30px auto;
    }
}