
*,body {
  font-family: "Noto Sans JP", sans-serif;
}







.basicBox{
    padding: 1rem;
    border:1px solid #666;
    border-radius: 12px;;
}




h1{
  font-size: 2rem;
  margin: 1rem 0;
  text-align: center;
  

  padding: 1rem 0 0 0;
}

h2{
  color: #333;
  text-align: center;
  margin-bottom: 2rem;
}
h2::after{
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: var(--color-primary);
  margin: 1rem auto 1rem auto;
}
h2.accordion-header{
  text-align: left;
  margin-bottom: 0;
}
h2.accordion-header::after{
  display: none;
}
.accordion-button:not(.collapsed){
  background-color: #fff;
  color: inherit;
  box-shadow: none;
}
.faq-category-title{
  color: var(--color-primary);
}
.faq-q-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 700;
  font-size: .9rem;
  margin-right: .6rem;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  h1{
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}

h6{
  color: #06133a;
}




/** --------------------------------------------------------------------------------------------------------------------
 ** Header
 **/

.header-info{
  background: linear-gradient(to right, #06611f 0%, #044d16 100%);
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size:0.8rem;
}

.theCartBtn{
		background-color: #ffc107;
		border-radius: 4px;
		padding: 0 10px;
		}
		.theCartBtn .nav-link {
			color: #212529 !important;
		}
		.theCartBtn .nav-link:hover {
			background-color: #ffca2c;
			color: #212529 !important;
			border-radius: 4px;
	}

  .nav-link{
    font-size: 0.9rem;
  }

#logo a{
  text-decoration: none;
  color:#333;
}
.top-header {
    padding: 1rem;
    background-color: #fff;
  }
  .nav-header {
    background-color: #06133a;
  }
  .nav-header a {
    font-size: 0.8rem;;
    color: white;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
  }
  .nav-header .divider {
    border-left: 1px solid #fff;
    height: 2rem;
    margin: auto 1rem;
  }
  .btn-member, .btn-login {
    border-radius: 12px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    
  }
  .btn-member {
    background-image: url("../images/icon_regist.png");
    background-repeat: no-repeat;
    background-position:top 10px center;
    background-size: 40px 40px;
    padding-top:50px;
    background-color: #7accc0;
    color: #fff;
  }
  .btn-member:hover{
    background-color: #7accc0;
    color: #fff;
  }
  .btn-login {
    background-image: url("../images/icon_login.png");
    background-repeat: no-repeat;
    background-position:top 10px center;
    background-size: 40px 40px;
    padding-top:50px;
    background-color: #0e2a66;
    color: #fff;
  }
   .btn-login:hover{
    background-color: #0e2a66;
    color: #fff;
  }

@media screen and (max-width: 768px) {
  #logo h5{
    font-size: 0.8rem;
  }
  #logo a{
    font-size: 0.8rem;
  }
    .nav-header a {
      font-size: 0.9rem;
      padding: 0.5rem 1rem;
    }
    .btn-member, .btn-login {
      font-size: 0.6rem;
      padding: 0.3rem 0.5rem;
    }
    .btn-member {
      background-size: 30px 30px;
      padding-top:40px;
    }
    .btn-login {
      background-size: 30px 30px;
      padding-top:40px;
    }
  
}

.navbar small{
  font-size: 0.8rem;
  font-weight: bold;;
  color: #444;
}

/* カートアイコン */
.cart-nav-link {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.cart-icon-img {
    display: block;
}
.cart-count-badge {
    position: absolute;
    top: -6px;
    right: -8px;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.65rem;
    font-weight: bold;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}
/* SP: ハンバーガーメニュー内ではラベルも表示 */
@media (max-width: 991.98px) {
    .cart-label { display: inline; }
}
@media (min-width: 992px) {
    .cart-label { display: none; }
}

.cHeader{
  padding: 0.8rem;
}

.cHeader h1{
  font-size: 2rem;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}
.cHeader p{
  color: #573b3b;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#hdLogo{
  width: 220px;;
}

h2{
  text-align: center;
}

/** --------------------------------------------------------------------------------------------------------------------
 ** Footer
 **/
.site-footer {
    border-top: 3px solid var(--color-accent);
    background: #fff;
    color: #555;
}

/* メインエリア */
.footer-main {
    padding: 56px 0 48px;
}
.footer-logo {
    width: 140px;
}
.footer-tagline {
    font-size: 13px;
    color: #666;
    line-height: 1.8;
}
.footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #666;
}
.footer-info-list li {
    margin-bottom: 6px;
}
.footer-info-list i {
    color: var(--color-primary);
    margin-right: 6px;
}

/* お問い合わせボタン */
.btn-footer-contact {
    display: inline-flex;
    align-items: center;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
}
.btn-footer-contact:hover {
    background: var(--color-primary-dark);
    color: #fff;
    transform: translateY(-1px);
}

/* ナビゲーション */
.footer-nav-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #333;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--color-accent);
}
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav-list li {
    margin-bottom: 10px;
}
.footer-nav-list li::before {
    content: '> ';
    color: var(--color-primary);
    font-size: 11px;
    font-weight: 700;
}
.footer-nav-list a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}
.footer-nav-list a:hover {
    color: var(--color-primary);
}

/* 安心・安全ボックス */
.footer-trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    font-size: 13px;
    color: #444;
}
.footer-trust-list li {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.footer-trust-list i {
    color: #06611f;
    font-size: 15px;
    flex-shrink: 0;
}

/* カードバッジ */
.footer-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}
.card-badge {
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    background: #f9f9f9;
    color: #333;
    letter-spacing: 0.3px;
}

/* トラストバー */
.footer-trust-bar {
    background: #1a5c2a;
    border-top: 1px solid #144a21;
    padding: 10px 0;
}
.footer-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #fff;
    padding: 16px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-trust-item--last {
    border-right: none;
}
.footer-trust-item > i {
    font-size: 2rem;
    flex-shrink: 0;
    opacity: 0.9;
}
.footer-trust-item strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 3px;
}
.footer-trust-item span {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.4;
}

/* コピーライト */
.footer-copyright {
    background: linear-gradient(to right, #06611f 0%, #044d16 100%);
    border-top: 1px solid #06611f;
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

/* SP */
@media (max-width: 767px) {
    .footer-main {
        padding: 40px 0 32px;
    }
    .footer-brand {
        text-align: center;
    }
    .footer-logo {
        width: 120px;
    }
    .footer-card-badges {
        justify-content: center;
    }
    .footer-trust-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 14px 16px;
    }
    .footer-trust-item--last {
        border-bottom: none;
    }
}



/** --------------------------------------------------------------------------------------------------------------------
 ** Layouts
 **/

.lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;;
}
.lr .l {
  width: 50%;
  text-align: left;
  padding:5px;
}
.lr .r {
  width: 50%;
  text-align: right;
  padding:5px;
}
  
/** --------------------------------------------------------------------------------------------------------------------
 ** Menulist
 **/

#menulist{
    max-width: 1024px;
    margin: 0 auto;
}
#menulist .row{
  border-bottom: 1px solid #666;
}
#menulist .row .title{
  font-size: 1.2rem;
  font-weight: bold;
}
#menulist .row:hover{
  background-color: #eee;
}
#menulist .row>div{
  padding: 1rem;
  text-align: center;
}



  
@media screen and (max-width: 768px) {
  #reservedListHeader h4{
    font-size: 0.8rem;
  }
  #reservedListHeader .data-text{
    font-size: 0.8rem;
  }
  
}


@media screen and (max-width: 575px) {
  #reservedListHeader{
    display: block!important;
    margin-bottom: 10px;;
  }
  #reservedListHeader h4{
    font-size: 1rem;
  }
  #reservedListHeader .data-text{
    font-size: 0.8rem;
  }
  .reservedBox table th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .reservedBox table td {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/** --------------------------------------------------------------------------------------------------------------------
 ** Form
 **/

.required::after {
    content: " 必須";
    color: red;
    font-size: 0.9em;
  }
  .btn-dark {
    font-weight: bold;
  }


  

#item-header h1{
  font-size: 2rem;
  text-align: center;
  margin: 1rem 0;
  background: linear-gradient(135deg, #ffc107, #f28c28);
  color: #fff;
  padding: 1rem;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  #item-header h1 {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 575px) {
  #item-header h1 {
    font-size: 1.2rem;text-align: left;
  }
}