@charset "utf-8";
/* CSS Document */
/*
Theme Name: BOSCO公式サイトテストページ
Theme URI: http://cosa-l.com/bosco_test
Description:BOSCO公式サイトのテストページです。
Version: 6.5
Author: C-PLUS株式会社
Author URI: https://www.c-plus-1.co.jp/
Screenshot: screenshot.png
*/
*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: normal;
    font-style: normal;    
    color: #231815;
}

:root {
    --subfont: "impact" , sans-serif;
}
  
img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.9;
}

h1 {
    font-size: 76px;
    font-family: var(--subfont);
}

h2 h3 {
    font-family: var(--subfont);
    font-weight: normal;
}

.w-container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

.breadcrumb {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb-list:not(:last-of-type)::after {
  content: ">";
  margin: 0 .6em;
}

/*ヘッダー*/
header {
    background: linear-gradient(180deg, rgba(164,0,0,0.8) 0%, rgba(164,0,0,0.8) 50%, rgba(255, 255, 255,0.8) 50%, rgba(255, 255, 255,0.8) 100%);    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 18px;
    height: 100px;
}

.hamburger-overlay {
    display: none;
}

.header-inner {
    font-family: var(--subfont);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header-logo {
    display: flex;
    align-items: flex-end;
    object-fit: cover;
    margin-top: 0.5em;
}

.header-logo img {
    max-height: 80px;
}

.header-logo p {
    margin-bottom: 0.2em;
    font-size: clamp(0.625rem, 0.471rem + 0.77vw, 1rem);
}

.header-inner nav ul {
    display: flex;
    font-weight: bold;
}

.header-inner nav ul li {
    font-size: clamp(0.688rem, 0.228rem + 0.96vw, 1.125rem);
}

.header-inner nav ul li span,
footer nav ul li span {
    color: #C30D23;
    margin: 0 0.3em;
}

.header-tel a{
    text-decoration: none;
    font-weight: bold;
}


/*index*/
.main-visual {
    height: calc(100vh - 100px);
    background-image: url(../images/mainvisual@2x-100.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 68px;
}

.main-visual-container {
    text-align: right;
}

.main-visual-text {
    position: absolute;
    right: 0;
    top: 20%;
    padding: 1em 4em;
    text-align: center;
    background-image: url(../images/main-text-back@2x.png);   
    background-size: cover;
    color: white;
}

.main-visual-text h1 {
    font-size: clamp(1.25rem, 0.341rem + 4.55vw, 2rem);
}

.main-visual-text h2 {
    font-size: clamp(0.831rem, 0.224rem + 3.03vw, 1.53rem);
}

.main-visual-text h3 {
    font-family: var(--subfont);
    font-size: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem);
    color: #C30D23;
    letter-spacing: 0.3em;
}

.main-btn {
    justify-content: flex-end;
    position: absolute;
    bottom: 5%;
    right: 5%;
    max-width: 1280px;
    margin: 0 auto;
    gap: 10px;
}

.main-btn a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-li {
    display: flex;
    gap: 10px;
}

.btn-li img {
    width: 235px;
}

/*-------------top-------------*/
/*アバウトセクション*/
.about {
    background-image: url(../images/about-background@2x-100.jpg);
    background-size: cover;
    background-position: 90% 50%;
}

.about-container {
    display: flex;
    align-items: flex-start;
    padding: 80px 0;
    gap: 40px;
    max-width: 1280px;
    width: 75%;
    margin: 0 auto;
}

.about-container .view-more-btn1 {
    left: 0;
    bottom: -10%;
}

.movie {
    flex: 1.2;
    display: flex;
    flex-direction: column; /* 画像とボタンを縦に */
    align-items: center;    /* 中央寄せ */
    gap: 20px;              /* 画像とボタンの間 */
}

.movie img {
    max-width: 100%;
    border-radius: 10px;
    cursor: pointer; /* クリックできることを強調 */
}

.about-text {
    flex: 1;
    margin-top: -15px;
    position: relative;
}

.about-text h1 {
    padding-bottom: 40px;
    margin: 0;
    display: inline-block;
    background-image: url(../images/about-h1-back@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.about-text p {
    margin-bottom: 48px;
    line-height: 1.7;
}

.yamaha {
    color: #0F2BB5;
}

.suzuki {
    color: #EF8200;
}

.honda {
    color: #ED1C24;
}

.view-more-btn1 {
    font-size: 16px;
    background-color: #303030;
    color: white;
    padding: 0.8em 2em;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/*ビジネスセクション*/
.business {
    background-color:rgba(48,48,48,0.9);
    color: white;
}

.business-inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 4%;
    padding: 80px 0;
}

.business-container {
    flex: 1;
    text-align: center;
}

.business-container img {
    margin: 1em 0;
}

.business-container h2 {
    font-family: var(--subfont);
    color: #A40000;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}

.business-container-text {
    text-align: left;
    font-size: 14px;
}

/*ニュースセクション*/
.news {
    background-image: url(../images/news-background@2x-100.jpg);
    background-position: 31% 50%;
    background-size: cover;
    text-align: center;
    padding-bottom: 180px;
}

.news .w-container {
    position: relative;
}

.news-top {
    background-image: url(../images/news-h1@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: white;
    font-size: 64px;
    padding: 80px 2.5em;
}

.news-item {
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.view-more-btn1-1 {
    font-size: 16px;
    width: 160px;
    background-color: #303030;
    color: white;
    padding: 0.8em 2em;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    bottom: -94%;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bike {
    width: clamp(6.25rem, -1.25rem + 26.67vw, 18.75rem);
    position: absolute;
    right: -5%;
    overflow: hidden;
    bottom: -111%;
    margin: 0 auto;
}

/*ニューアライバル*/
.new-arrivals {
    background-image: url(../images/new-arrivals-background@2x-100.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    padding: 45px 0 109px 0;
    position: relative;
}

.new-arrivals h1 {
    color: rgba(66, 33, 11, 0.8);
}

.recent-newarrival-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);  /*横3列 */
    gap: 20px; /* カード間の余白 */
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    padding: 80px 0;
}

.bike-thumbnail-top {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    margin-bottom: 13px;
}

.new-arrivals-container-top {
    background-color: white;
    padding: 20px 10px 20px 10px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

.pin {
    width: clamp(2.5rem, 6.67vw, 3.125rem);
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 20%;
}

.detail-btn {
    background-color: #A40000;
    color: white;
    border-radius: 16px;
    padding: 0.5em 1em;
    border: solid 1px black;
    font-size: clamp(0.813rem, 0.478rem + 0.7vw, 1rem);
}

.view-more-btn2 {
    background-image: url(../images/view-more-btn2@2x-100.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 175px;
    padding: 0.8em 2em;
    border-radius: 30px;
    position: absolute;
    bottom: 83px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 16px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

/*カレンダー*/
.calendar {
    background-image: url(../images/calendar-background@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 80px 0;

}

.calendar h1 {
    margin-bottom: 40px;
    display: inline-block;
    background-image: url(../images/calendar-h1-back@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.calendar p {
    margin-bottom: 80px;
}

.br-sp {
    display: none;
}

.calendar img {
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
}

/*アクセス*/
.access {
    background-image: url(../images/about-background@2x-100.jpg);
    background-position: right;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.helmet {
    max-width: clamp(5rem, -2.813rem + 25vw, 11.25rem);
    position: absolute;
    top: 6%;
}

.access h1 {
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/about-h1-back@2x-100.jpg);
    background-size: contain;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.access-inner {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
    gap: 40px;
}

.access-container {
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
    flex: 1;
}

dt {
    float: left;
}

dd {
    margin-left: 80px;
    box-sizing: border-box;
}

.map {
    width: clamp(18.75rem, 9.375rem + 37.5vw, 37.5rem);
    aspect-ratio: 4 / 3;
    flex: 1;
    width: 100%;
    height: 100%;
}

.btn-wrap {
    display: flex;
    justify-content: center;
}

.contact-btn  {
    max-width: 1280px;
    margin-right: 10px;
}

.map-btn {
    max-width: 1280px;
    margin-left: 10px;
}

.mail {
    max-width: 18px;
    margin-bottom: 7px;
    margin-left: 0.5em;
}

/*-------------NEWS-------------*/
.news-listpage {
    background-image: url(../images/news-h1@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: white;
    font-size: 64px;
    padding: 113px 2.5em;
}

.news-post{
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.news-post p,
.news-post h2{
    margin: 0;
}

/*-------------NEWS naka-------------*/
.news-naka {
    margin: 100px 0;
}

.news-detail{
  max-width: 800px;
  margin: 50px auto 0;
}

.news-detail h1{
  font-size: 32px;
}

.news-detail p{
  font-size: 16px;
}

/*-------------New Arrivals-------------*/
.newarrivals {
    margin: 100px 0;
}

.newarrivals {
    background-image: url(../images/new-arrivals-background@2x-100.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    padding: 80px 0 160px 0;
}

.new-arrivals-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 横3列 */
    gap: 20px; /* カード間の余白 */
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    padding: 80px 0;
}

.bike-thumbnail {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.new-arrivals-container {
    background-color: white;
    padding: 20px 10px 20px 10px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
}

.pin {
    width: clamp(2.5rem, 6.67vw, 3.125rem);
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 20%;
}

/*-------------newarrival naka-------------*/
.new-arrivals-naka {
    margin: 100px 0;
}

.newarrival-detail{
  max-width: 800px;
  margin: 50px auto;
}

.newarrival-detail h1{
  font-size: 32px;
  margin-bottom: 10px;
}

.new-arrivals-about {
    color: #303030;
    border-left: 6px solid #d32f2f;
    padding-left: 15px;
    margin: 10px 0;
    font-size: 1.5rem;
}

.new-arrivals-p {
    font-size: 20px;
    margin-bottom: 50px;
}

.bike-spec-table {
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0 0;
    font-family: sans-serif;
    border-collapse: collapse;
}

.bike-spec-table .spec-row {
    display: flex;
}

.bike-spec-table .spec-row:nth-child(odd) .spec-key {
    background-color: #d32f2f;
    color: #fff;
}

.bike-spec-table .spec-row:nth-child(odd) .spec-value {
    background-color: #262626;
    color: #fff;
}

.bike-spec-table .spec-row:nth-child(even) .spec-key {
    background-color: #d32f2f;
    color: #fff;
}

.bike-spec-table .spec-row:nth-child(even) .spec-value {
    background-color: #262626;
    color: #fff;
}

.bike-spec-table .spec-key, 
.bike-spec-table .spec-value {
    padding: 15px;
    flex: 1;
}

.bike-spec-table .spec-key {
    font-weight: bold;
}

.bike-spec-table .spec-row {
    display: flex;
    border-bottom: 1px solid #fff;
}

.bike-spec-table .spec-row:last-child {
    border-bottom: none;
}

.contact-box{
    margin-top: 80px;
    text-align: center;
}

.contact-btn2{
    display: inline-block;
    width: 230px;
    padding: 15px 20px;
    margin: 10px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: .3s;
}

.tel-btn{
    background: #7b5544;
    color: #fff;
}

.mail-btn{
    background: #7b5544;
    color: #fff;
}

.contact-btn:hover{
    opacity: .8;
}

/*-------------gaiyo-------------*/
.gaiyo {
    margin: 100px 0;
}

.gaiyo-title {
    text-align: center;
    font-size: 20px;
}

.gaiyo-table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
}

.gaiyo-table th,
.gaiyo-table td {
    padding: 10px 0;
}

.gaiyo-table tr:nth-child(odd) {
    background-color: #eee;
}

/*-------------form-------------*/
.form {
    margin: 100px 0;
}

.form-title {
    text-align: center;
    font-size: 20px;
}

.form-table {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

input,
textarea {
    margin: 10px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.form-table th,
.form-table td {
    text-align: left;
}

label.your-name-c,
label.phone-num-c,
label.e-mail-c,
label.message-c {
    font-size: 15px;
}

input#your-name,
input#phone-num,
input#e-mail {
    font-size: 15px;
    height: 40px;
    width: 700px;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    font-size: 15px;
    width: 700px;
    height: 300px;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
}

input#btn-submit {
    font-size: 15px;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #303030;
    border-radius: 5px;
}

.btn-submit {
    display: flex;
    justify-content: center;
}

/*-------------policy-------------*/
.policy {
    margin: 100px 0;
}

/*-------------map-------------*/
.map-main {
    background:
      radial-gradient(circle at 20% 20%, rgba(0,0,0,.03) 1px, transparent 1px),
      #EAE4D8;
    background-size:8px 8px;
    padding-top: 10px;
    width: 100%;
}

.map-main h1 {
    margin: 75px 0 20px;
    display: flex;
    justify-content: center;
    background-image: url(../images/about-h1-back@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 40px;
    
}

.map-text-wrap {
    margin-top: 20px;
}

.map-text-lead {
    width:fit-content;
    margin:0 auto;
    background:#2F2A25;
    color:#fff;
    padding:18px 80px;
    font-size:15px;
    font-weight:700;
    clip-path: polygon(
        20px 0,
        40px 50%,
        20px 100%,
        calc(100% - 20px) 100%,
        90% 50%,
        calc(100% - 20px) 0
    );
}

.guide-wrap{
    width:fit-content;
    margin:0 auto;
}

.guide-step{
    display:flex;
    align-items:center;
    gap:20px;
    padding:30px 100px 10px;
}

.step-number{
    width:25px;
    height:25px;
    border-radius:50%;
    background:#B44A2C;
    color:#fff;
    font-size:15px;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.step-text{
    font-size:15px;
    font-weight:700;
    color:#2F2A25;
}

.guide-divider{
    border-bottom:3px dashed #C46A4A;
    margin:0 0 0 100px;
    max-width: 70%;
}

.map-img img{
    display:block;
    max-width:100%;
    height:auto;
}

/*-------------カレンダー-------------*/
.wpsbc-container,
.wpsbc-calendar-header wpsbc-heading,
.wpsbc-calendar-wrapper,
.wpsbc-calendar {
    max-width: 718px !important;
    width: 97% !important;
}

.wpsbc-calendar {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpsbc-container {
    margin: 0 auto;
}

/* 曜日ヘッダー */
.sbc-calendar th {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* 営業日（緑） */
.sbc-calendar td.sbc-available {
    background-color: #d4edda;
    color: #155724;
}

/* 休業日（赤） */
.sbc-calendar td.sbc-unavailable {
    background-color: #f8d7da;
    color: #721c24;
}

/*フッター*/
footer {
    padding-top: 40px;
}

.footer-logo {
    max-width: clamp(6.875rem, 4.222rem + 13.27vw, 15rem);
    object-fit: contain;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-container {
    display: flex;
    flex: 1.5;
    gap: 40px;
    align-items: center;
}

.footer-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.footer-text p span {
    line-height: 1.5;
    letter-spacing: 0.3em;
}

.footer-addres {
    margin-top: 1em;
    line-height: 2;
    font-size: clamp(0.563rem, 0.228rem + 0.7vw, 0.75rem);
    text-align: left;
}

.footer-text-container {
    text-align: center;
}

.footer-container h4 {
    font-size: clamp(0.875rem, -0.24rem + 2.32vw, 1.5rem);
}

.footer-container h3 {
    font-size: clamp(1.25rem, -0.869rem + 4.41vw, 2.438rem);
    font-family: var(--subfont);
}

.footer-container p span {
    font-size: clamp(0.5rem, -0.281rem + 1.62vw, 0.938rem);
    font-family: var(--subfont);
    color: #A40000;
}

.footer-img {
    flex: 1;
    object-fit: contain;
    width: clamp(17.188rem, 5.431rem + 24.46vw, 25rem);
    z-index: 9999;
}

footer nav ul {
    font-size: clamp(0.688rem, 0.228rem + 0.96vw, 1.125rem);
    justify-content: center;
    margin-top: 40px;
    display: flex;
    font-weight: bold;
}

.footer-top-bottom {
    height: 50px;
    background-color: #303030;
}

.copyright {
    font-size: clamp(0.375rem, 0.107rem + 1.34vw, 0.75rem);
    text-align: center;
    margin-top: 40px;
}

  /* ボタンの指定 */
.js-backToTop {
    position: fixed;
    right: 5%;
    bottom: 20%;
    width: 80px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    z-index: 9998;  
}

.js-backToTop:hover {
    opacity: 0.8;
}

/* クラス付与時の指定 */
.is-active {
    opacity: 1;
    visibility: visible;
}

.js-backToTop-sp {
    display: none;
}


  @media screen and (max-width: 768px) {

    .js-backToTop {
        display: none;
    }

    body p,li,dl,.view-more-btn1,.view-more-btn2 {
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);;
    }

    h1 {
        font-size: clamp(2.5rem, 1.83rem + 3.35vw, 3.438rem);
    }

    header {
        height: 60px;
    }

    .header-inner nav ul {
        display: inline-block;
        text-align: left;
    }

    .header-logo img {
        max-height: 50px;
        margin-top: -2px;
    }

        /*ハンバーガーメニュー*/
    .hamburger-overlay {
        position: fixed;
        top: 21px;
        right: 20px;
        z-index: 1000;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        cursor: pointer;
        display: block;
    }
    
    .hamburger-overlay__line {
        position: absolute;
        left: 11px;
        width: 26px;
        height: 2px;
        background-color: #231815;
        transition: all .6s;
        border-radius: 15px;
    }
    
    .hamburger-overlay__line:nth-of-type(1) { top: 14px; }
    .hamburger-overlay__line:nth-of-type(2) { top: 23px; }
    .hamburger-overlay__line:nth-of-type(3) { top: 32px; }
    
    .hamburger-overlay.active .hamburger-overlay__line {
        background-color: black;
    }
    
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgb(218, 218, 218);
        visibility: hidden;
        opacity: 0;
        transition: all .6s;
        z-index: 900;
    }

    .nav-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    
    .nav-overlay__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    
    .nav-overlay__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-overlay__item {
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s;
    }

    .nav-overlay__item span {
        display: none;
    }
    
    .nav-overlay.active .nav-overlay__item {
        opacity: 1;
        transform: translateY(0);
        margin-bottom: 20px;
        font-size: 22px;
    }

    .nav-overlay.active .nav-overlay__item::before {
        content: "★";
        color: #A40000;
        margin-right: 1em;
    }
    
    /* .nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
    .nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
    .nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
    .nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
    .nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.6s; }
    .nav-overlay.active .nav-overlay__item:nth-child(7) { transition-delay: 0.7s; } */

    .nav-overlay__link {
        display: inline-block;
        padding: 20px;
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        transition: color .3s;
    }
    
    .main-visual {
        background-position: 40% 50%;
        margin-top: 28px;
        height: calc(100vh - 60px);
    }

    .main-visual-text {
        top: 15%;
    }

    .main-visual-text h3 {
        font-family: var(--subfont);
    }

    .main-btn {
        right: auto;
    }

    .main-btn a {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 120px;
    }

    .btn-li img {
        width: 235px;
    }

    /*.main-btn {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 5%;
        gap: clamp(0.5rem, 2vw, 2rem);
        min-width: 90%;
    }

    .main-btn a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    }

    .main-btn1 {
        padding: clamp(1.8rem, 1.3rem + 2.5vw, 2.5rem);
    }

    .main-btn1 h1{
        font-size: clamp(1.75rem, 1.8vw, 1.4rem);
        line-height: 1.1;
    }

    .main-btn2 {
        padding: clamp(1.8rem, 1.3rem + 2.5vw, 2.5rem);
    }

    .main-btn2 h2 {
        font-size: clamp(1.4rem, 1.8vw, 1.4rem);
        line-height: 1.1;
    }

    .main-btn3 {
        padding: clamp(1.8rem, 1.3rem + 2.5vw, 2.5rem);
    }

    .main-btn3 h3 {
        font-size: clamp(1.4rem, 1.8vw, 1.4rem);
        line-height: 1.1;
    }*/

    .about {
        position: relative;
        background-image: url(../images/about-background-sp@2x-100.jpg);
        background-position: center;
        background-size: cover;
    }

    .about-container {
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 110px;
        gap: 0;
        max-width: 1280px;
        width: 80%;
        margin: 0 auto;
    }

    .about-text {
        text-align: center;
        position: static;
    }

    .about-text .view-more-btn1 {
        position: absolute;
        display: inline-table;
        bottom: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .view-more-btn1 {
        font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
        display: inline-table;
    }

    .about-text h1 {
        padding-bottom: 20px;
    }

    .about-text p {
        text-align: left;
        margin-bottom: 20px;
    }

    .business-inner {
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
        max-width: 768px;
        width: 70%;
        margin: 0 auto;
    }

    .business-container-text {
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);;
    }

    .news {
        padding-bottom: 40px;
        background-image: url(../images/news-background-sp@2x-100.jpg);
        background-size: cover;
    }

    .news-list {
        margin-bottom: 20px;
    }

    .news h1 {
        font-size: clamp(1.563rem, 1.116rem + 2.23vw, 2.188rem);
        margin: -40px 0;
    }

    .bike {
        bottom: -105px;
        width: clamp(5rem, 0.982rem + 20.09vw, 10.625rem);
    }

    .view-more-btn1-1 {
    font-size: 8px;
    width: 80px;
    background-color: #303030;
    color: white;
    padding: 0.8em 2em;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    bottom: -85%;
    right: 0;
    left: 0;
    margin: 0 auto;
    }

    .news-post p, .news-post h2 {
    margin: 0;
    font-size: 15px;
    }

    .new-arrivals {
        padding-top: 40px;
        padding-bottom: 0;
        background-image: url(../images/new-arrivals-background-sp@2x-100.jpg);
    }

    .new-arrivals-inner {
        flex-direction: column;
        justify-content: center;
        gap: 2em;
        padding: 40px 0;
        display: flex;
    }

    .recent-newarrival-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);  /*横3列 */
    gap: 20px; /* カード間の余白 */
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    }

    .new-arrivals-container-txt {
        line-height: 1.8em;
        margin-bottom: clamp(1rem, 0.286rem + 3.57vw, 2rem);
    }

    .new-arrivals-container-txt p {
        font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
    }

    .detail-btn {
        font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem);
        padding: 0.8em 2em;
    }

    .view-more-btn2 {
    background-image: url(../images/view-more-btn2@2x-100.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 115px;
    padding: 0.8em 2em;
    border-radius: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 11px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    }

    .new-arrivals-container-top:last-child {
    margin-bottom: 60px;
    }

    .pin {
    width: clamp(2.5rem, 6.67vw, 3.125rem);
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    margin: auto;
    width: 12%;
    }

    .calendar {
        padding: 40px 0;
        text-align: center;
    }

    .calendar h1 {
        margin-bottom: 20px;
    }

    .calendar p {
        margin-bottom: 40px;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .access {
        text-align: center;
        padding: 40px 0;
        background-image: url(../images/about-background-sp@2x-100.jpg);
        background-size: cover;
    }

    .access-inner {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .access-container {
        text-align: left;
    }

    .helmet {
        left: 5%;
        top: 30px;
        width: clamp(3.438rem, 0.313rem + 15.63vw, 7.813rem);
    }

    .mail {
        margin-bottom: clamp(0.2rem, 0.129rem + 0.36vw, 0.3rem);
        width: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem);
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-container {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    footer nav {
        display: none;
    }

    .copyright {
        margin-top: 20px;
    }

    .footer-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        gap: clamp(4rem, 1.143rem + 14.29vw, 8rem);
    }

    .footer-img {
        flex: 1;
        width: clamp(15rem, 8.973rem + 30.13vw, 23.438rem);
    }

    .sp-top-btn {
        flex: 1;
    }

    .footer-container {
        align-items: center;
    }

    .footer-text {
        align-items: center;
    }

    .footer-text-container h4 {
        font-size: clamp(1.125rem, 0.679rem + 2.23vw, 1.75rem);
    }

    .footer-container h3 {
        font-size: clamp(1.813rem, 1.054rem + 3.79vw, 2.875rem);
    }

    .footer-text p span {
        letter-spacing: clamp(0.175rem, 0.086rem + 0.45vw, 0.3rem);
        font-size: clamp(0.813rem, 0.5rem + 1.56vw, 1.25rem);
    }

    .footer-addres {
        font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
        line-height: 1.5em;
    }

    .footer-logo {
        width: clamp(8.125rem, 5rem + 15.63vw, 12.5rem);
    }

    .footer-top-bottom {
        height: 25px;
    }

    .date {
        display: block;
        width: 5em;
    }

    .news-list li {
        text-align: left;
        display: inline-block;
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);
    }

    .sbc-calendar td, .sbc-calendar th {
        padding: 6px;
        font-size: 14px;
    }

    .form-table {
    display: flex;
    align-items: center;
    margin-top: 30px;
    }

    input#your-name,
    input#phone-num,
    input#e-mail {
    font-size: 15px;
    height: 40px;
    width: 350px;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    }
    
    textarea {
    font-size: 15px;
    width: 350px;
    height: 300px;
    border: 1px solid gray;
    padding: 10px;
    box-sizing: border-box;
    }

    .gaiyo-table th, .gaiyo-table td {
    padding: 10px 10px;
    font-size: 13px;
    }

  }