/* ============================================
   大特価祭LP - Janis×ニッカホーム
   ============================================
   
   【デザイン仕様】
   - SP幅固定：400px
   - カラースキーム：青、黄色、赤、水色
   - Figmaデザインに忠実に再現
   
   ============================================ */

/* ============================================
   リセット・基本設定
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    line-height: 1.7;
    color: #333;
    background-color: #e0e0e0;
    font-size: 14px;
}

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

/* ============================================
   メインコンテナ：SP幅固定（400px）
   ============================================ */
.main-container {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding-bottom: 154px; /* フローティングバナー分の余白 */
}

/* ============================================
   ヘッダー
   ============================================ */
.header {
    background-color: #fff;
    padding: 10px 20px;
    border-bottom: 3px solid #0066CC;
}

.logo-img {
    width: 100%;
    max-width: 200px;
    height: 50px;
    object-fit: contain;
	margin: 0 auto;
}

/* ============================================
   KV（キービジュアル）
   ============================================ */
.kv {
    width: 100%;
}

.kv-img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* ============================================
   共通セクションスタイル
   ============================================ */
section {
	padding: 30px 20px;
}
.kv{
	padding: 0;
}

.section-title {
    background-color: #0066CC;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin: 0;
}

.subsection-title {
    font-size: 18px;
    font-weight: bold;
    color: #FF6600;
    text-align: center;
    margin: 30px auto 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    max-width: 200px;
}

/* ============================================
   ジャニストイレの特徴
   ============================================ */
.features {
    background-color: #BFE7EE;
}

.features-content {
    background-color: #fff;
    padding: 20px;
}

.feature-points-image {
    margin-bottom: 30px;
}

.feature-points-img {
    width: 100%;
    height: auto;
}

.feature-text {
    padding: 0;
}

.feature-text p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.feature-text p:last-child {
    margin-bottom: 0;
}

/* サブセクション（お手入れしやすい、静かにキレイ） */
.clean-image,
.gcoat-image,
.quiet-image,
.water-compare {
    margin: 20px 0;
}

.quiet-image img{
	width: 60%;
	margin: 0 auto;
}

.water-compare img{
	width: 70%;
}

.clean-img,
.gcoat-img,
.quiet-img,
.water-compare-img {
    width: 100%;
    height: auto;
}

.clean-features,
.quiet-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.feature-title span{
	color:#0758AE;
}

.feature-desc {
    font-size: 13px;
    line-height: 1.7;
    color: #333;
}

/* ============================================
   価格表
   ============================================ */
.price-table {
    background-color: #BFE7EE;
}

.price-table-content {
    background-color: #fff;
	margin-top: 2px;
}

.price-table-image {
    margin: 0;
}

.price-table-img {
    width: 100%;
    height: auto;
}

/* ============================================
   アクセサリー
   ============================================ */
.accessories {
    background-color: #BFE7EE;
}

.accessory-list {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.accessory-item {
    text-align: center;
    padding-bottom: 30px;
}

.accessory-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.accessory-image {
    margin-bottom: 15px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accessory-img {
    max-width: 65%;
    height: auto;
}

.accessory-name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.accessory-code {
    font-size: 15px;
    margin-bottom: 5px;
    text-align: left;
	margin-left: 20px;
}

.accessory-price {
    font-size: 40px;
    font-weight: bold;
    color: #E60012;
    margin-bottom: 8px;
    text-align: center;
}

.yen {
    font-size: 16px;
}
.tax_black{
	color: black;
}

.tax {
    font-size: 12px;
	color: black;
}

.accessory-size {
    font-size: 15px;
    margin-bottom: 10px;
	text-align: left;
	margin-left: 30px;
}

.accessory-note {
    font-size: 11px;
    color: #333;
    text-align: left;
    margin-top: 15px;
    line-height: 1.8;
    padding-left: 10px;
}

.accessory-note-title {
    font-size: 11px;
    color: #333;
    margin-bottom: 5px;
	margin-left: 30px;
}

.accessory-color-options {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 5px;
    font-size: 11px;
    color: #333;
	margin-left: 30px;
}

/* ============================================
   便座紹介
   ============================================ */
.seat-intro {
    background-color: #BFE7EE;
}

.seat-intro-content {
    background-color: #fff;
    padding: 20px;
}

.seat-intro-image {
    margin: 0;
}

.seat-intro-img {
    width: 100%;
    height: auto;
}

/* ============================================
   Janis工業とは
   ============================================ */
.about-janis {
    background-color: #BFE7EE;
}

.janis-content {
    background-color: #fff;
    padding: 15px;
    text-align: center;
}

.janis-products-image {
    margin-bottom: 30px;
}

.janis-products-img {
    width: 100%;
    height: auto;
}

.janis-logo {
    font-size: 36px;
    font-weight: bold;
    color: #003A70;
    margin-bottom: 15px;
    font-family: "Times New Roman", serif;
}

.janis-logo img{
	margin: 0 auto;
	width: 25%;
}

.janis-tagline {
    font-size: 18px;
    color: #6CB4E8;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Shippori Mincho B1', serif;
}

.janis-description {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    text-align: left;
}

.janis-description-mincho {
    font-family: 'Shippori Mincho B1', serif;
    margin-bottom: 17px;
	font-weight: bold;
}

.janis-description-gothic {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    margin-bottom: 15px;
	padding: 0 10px;
}

.janis-description p:last-child,
.janis-description-gothic:last-child {
    margin-bottom: 0;
}

/* ============================================
   お問い合わせフォーム
   ============================================ */
.contact-form {
    background-color: #BFE7EE;
}

.contact-form-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.form {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.required-badge {
    background-color: #FF0000;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-right: 5px;
}

.form-input {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.form-input:focus {
    outline: none;
    border-color: #0066CC;
}

.form-submit {
    text-align: center;
    margin-top: 25px;
}

.btn-submit {
    background-color: #0066CC;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 50px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;  /* ← これを追加 */
    text-decoration: none;  /* ← これを追加 */
}

.btn-submit:hover {
    background-color: #0052A3;
    transform: translateY(-2px);
}

.btn-return {
    background-color: #fff;
    color: #0066CC;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 40px;
    border: 2px solid #0066CC;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: inline-block;
}

.btn-return:hover {
    background-color: #f0f0f0;
}

.form-submit.confirmation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.error-text {
    color: #FF0000;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.confirm-text {
    font-size: 16px;
    color: #333;
    padding: 12px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin-top: 8px;
}

.thanks-message {
    text-align: center;
    padding: 40px 20px;
}

.thanks-message__text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.thanks-message__text:last-child {
    margin-bottom: 0;
}


/* ============================================
   フッター
   ============================================ */
.footer {
    background-color: #0758AE;
    color: #fff;
    text-align: center;
    padding: 0;
    border-top: 1px solid #ccc;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
}

/* ============================================
   フローティングバナー
   ============================================ */
.floating-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    z-index: 1000;
    height: 154px;
}

.floating-banner a {
    display: block;
    height: 100%;
}

.floating-banner img {
    width: 100%;
    height: 154px;
    display: block;
    object-fit: cover;
}

/* ============================================
   画像プレースホルダー
   ============================================ */
img[src=""],
img:not([src]) {
    background: linear-gradient(135deg, #e0e0e0 0%, #c0c0c0 100%);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img[src=""]:before,
img:not([src]):before {
    content: '画像';
    color: #999;
    font-size: 14px;
}