@charset "utf-8";
/* ------------------------------------------
  reset  - Eric Meyer's Reset CSS 2.0
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-style: normal;
}

/* ------------------------------------------
  ホンダサマーキャンプ　PC版CSS
------------------------------------------ */

.hondagolf {
    font-family: 'Roboto', YakuHanJP_Noto, 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
    background: #f6f6f6 url("../images/content_bg.png") ;
    position: relative;
}

.hondagolf *,
.hondagolf *::before,
.hondagolf *::after {
  box-sizing: border-box;
}


.hondagolf .inner {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1300px) {
    .hondagolf .inner {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.hondagolf .main {
    max-width: 921px;
    margin: 0 auto;
    padding: 70px 0;
}

.hondagolf .main .inner {
    background: url("../images/main_pc.png?v=20260611") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 71%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .schedule {
    background-image: linear-gradient(to right,#E4007F 0%,#E4007F 50%, #D90832 50%);
    padding: 20px 0;
}

.hondagolf .schedule .inner {
    display: flex;
    max-width: 982px;
}

.hondagolf .schedule01 {
    background: url("../images/schedule_01_pc.png?v=20260618") no-repeat top center;
    background-size: cover;
    width: 50%;
    height: 0;
    padding-top: 73.52%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .schedule02 {
    background: url("../images/schedule_02_pc.png?v=20260618") no-repeat top center;
    background-size: cover;
    width: 50%;
    height: 0;
    padding-top: 82.28%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .apply {
    max-width: 629px;
    margin: 0 auto;
    padding: 70px 0;
}

.hondagolf .apply .inner {
    background: url("../images/apply_pc.png?v=202406131630") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 38.06%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .apply .btn {
    text-decoration: none;
    display: block;
    width: 80%;
    background: #E60020;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em;
    transition: .3s;
}

.hondagolf .apply .btn:hover {
    background: #ff2d4a;
}

.hondagolf .inquiry {
    background: #fff;
}

.hondagolf .inquiry .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}

.hondagolf .inquiry .bg {
    background: url("../images/inquiry_pc.png?v=202606151644") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 11.86%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.comingsoon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100dvh;
    font-size: min(5vw,40px);
    font-weight: bold;
}