@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;
}

/* ------------------------------------------
  ホンダサマーキャンプ　SP版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%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.hondagolf .main {
    max-width: 921px;
    margin: 0 auto;
    padding: 10vw 2vw;
}

.hondagolf .main .inner {
    background: url("../images/main_sp.png?v=20260611") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 256.129%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .schedule .inner {
    max-width: 980px;
    padding-left: 0;
    padding-right: 0;
}

.hondagolf .schedule01 {
    background: #E4007F url("../images/schedule_01_sp.png?v=20260618") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(194.35% * 0.96);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .schedule02 {
    background: #D90832 url("../images/schedule_02_sp.png?v=20260618") no-repeat top center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(233.7% * 0.96);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .apply {
    max-width: 650px;
    margin: 0 auto;
    padding: 8vw 2vw;
}

.hondagolf .apply .inner {
    background: url("../images/apply_sp.png?v=202406131638") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 106.11%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.hondagolf .apply .btn {
    text-decoration: none;
    display: block;
    width: 100%;
    background: #E60020;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 1em;
    transition: .3s;
    font-size: 4.5vw;
}

.hondagolf .apply .btn:hover {
    background: #ff2d4a;
}

.hondagolf .inquiry {
    background: #fff;
}

.hondagolf .inquiry .inner {
    max-width: 855px;
    margin: 0 auto;
    padding: 8vw 2vw;
}

.hondagolf .inquiry .bg {
    background: url("../images/inquiry_sp.png?v=202606151644") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 75.483%;
    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;
}
