@charset "UTF-8";
/* ============================================================
  小会議室 LP 専用スタイル (small_lp.css)
============================================================ */

.small_lp {
    text-align: left;
}

.small_lp .container {
    max-width: 1200px;
	padding: 0;
}

.small_lp img {
    display: block;
    width: 100%;
    height: auto;
}

.small_lp p,
.small_lp li{
	color: #000;
}

.small_lp .pt60 {
    padding-top: 60px;
}

.small_lp .mb0 {
    margin-bottom: 0 !important;
}

/* ---------- 見出し共通 ---------- */
.small_lp .lp_section_ttl {
    background-color: #689A73;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    text-align: center;
    padding: 16px 10px;
    margin: 0 auto 50px auto; /* 中央に配置 */
    max-width: 1200px; /* コンテンツ幅に合わせる */
}
.small_lp .lp_section_ttl_2 {
    color: #000;
    font-weight: bold;
    font-size: 3.5rem;
    text-align: center;
    padding: 16px 10px;
    margin: 0 auto 50px auto; /* 中央に配置 */
}
.small_lp .lp_section_ttl_gray {
    background-color: #6b6b6b;
}

.small_lp .lp_block_ttl {
    color: #000;
    font-size: 2.4rem;
    font-weight: bold;
    padding-bottom: 8px;
    margin: 40px 0 15px;
}

.small_lp .lp_section_inner .lp_block_ttl:first-of-type {
    margin-top: 0;
}

.small_lp .lp_block_lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.small_lp .lp_block_txt {
    line-height: 1.8;
    margin-bottom: 20px;
}

.small_lp .lp_section {
    padding-bottom: 60px;
}

/* ---------- グレー背景ラッパー ---------- */
.small_lp .lp_gray_wrapper {
    background-color: #F9F9F8;
    padding: 50px 0;
}

/* ---------- KV ---------- */
.small_lp .lp_kv {
    position: relative;
    margin-bottom: 30px;
}

.small_lp .lp_kv_img img {
    width: 100%;
}

/* ---------- リード ---------- */
.small_lp .lp_lead_area {
    text-align: center;
    margin-bottom: 40px;
}

.small_lp .lp_lead_ttl {
    color: #000;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}

.small_lp .lp_lead_txt {
    color: #000;
    line-height: 1.8;
    font-size: 1.4rem;
    margin-bottom: 40px;
}

/* ---------- スペック帯 ---------- */
.small_lp .lp_spec_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 15px;
    background: none;
    padding: 0;
    margin: 0 auto 50px auto;
    max-width: 800px;
}

.small_lp .lp_spec_list li {
    flex: 1;
    border: 4px solid #f4924f;
    border-radius: 6px;
    background-color: #f4924f;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.small_lp .lp_spec_label {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 8px 0;
    margin: 0;
}

.small_lp .lp_spec_num {
    background-color: #fff;
    color: #000;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    /* flex-grow: 1;
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */ */
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    line-height: 1.2;
}

.small_lp .lp_spec_num .unit {
    font-size: 1.4rem;
    font-weight: bold;
}

/* ---------- キャンペーンバナー ---------- */
.small_lp .lp_campaign_area {
    text-align: center;
    margin-bottom: 50px;
}

.small_lp .lp_campaign_badge {
    display: inline-block;
    background-color: #f4924f;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 25px;
}

.small_lp .lp_campaign_badge::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: #f4924f transparent transparent transparent;
}

.small_lp .lp_campaign_banners {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.small_lp .lp_campaign_banners a {
    flex: 1;
    max-width: 400px;
}

/* ---------- CTAボックス ---------- */
.small_lp .lp_cta_box {
    background-color: #fff;
    border: 6px solid #689A73;
    padding: 0;
    margin: 0 auto 50px auto;
    max-width: 800px;
    border-radius: 0;
    text-align: left;
}

.small_lp .lp_cta_header {
    background-color: #689A73;
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    padding: 5px;
}

.small_lp .lp_cta_body {
    display: flex;
    padding: 40px 30px;
    align-items: center;
}

.small_lp .lp_cta_info {
    flex: 1;
    text-align: center;
}

.small_lp .lp_cta_name {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.small_lp .lp_cta_tel {
    margin-bottom: 10px;
}

.small_lp .lp_cta_tel a {
    color: #000;
    font-size: 3.4rem;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.small_lp .lp_cta_tel .icon_phone {
    background-color: #f4924f;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.small_lp .lp_cta_hours {
    font-size: 1.6rem;
    color: #000;
}

.small_lp .lp_cta_buttons {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 30px;
}

.small_lp .lp_cta_buttons .lp_btn {
    display: flex;
    justify-content: center; /* テキストを完全な中央に配置 */
    align-items: center;
    position: relative; /* ▼追加：アイコンの絶対配置の基準にするため */
    padding: 15px 45px; /* ▼変更：アイコンとテキストが被らないよう左右のpaddingを少し広めに確保 */
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    border: none;
    min-width: 0;
    border-radius: 0;
}

/* ▼新規追加・変更：アイコンを右端に固定 */
.small_lp .lp_cta_buttons .lp_btn i {
    position: absolute; /* 絶対配置 */
    right: 20px; /* 右端からの距離 */
    top: 50%;
    transform: translateY(-50%); /* 縦方向の中央に揃える */
    font-size: 2rem;
}

.small_lp .lp_cta_buttons .lp_btn_web {
    background-color: #f4924f;
    color: #fff;
}

.small_lp .lp_cta_buttons .lp_btn_web:hover {
    background-color: #e5823f;
    color: #fff;
}

.small_lp .lp_cta_buttons .lp_btn_fax {
    background-color: #689A73;
    color: #fff;
}

.small_lp .lp_cta_buttons .lp_btn_fax:hover {
    background-color: #5c8b63;
    color: #fff;
}

/* インラインボタン（料金下部など） */
.small_lp .lp_cta_inline {
    text-align: center;
    margin-bottom: 30px;
}

.small_lp .lp_btn_inline {
    display: inline-block;
    min-width: 220px;
    padding: 14px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: center;
    background-color: #689A73;
    color: #fff;
    border: 1px solid #689A73;
}

.small_lp .lp_btn_inline:hover {
    background-color: #fff;
    color: #689A73;
}

/* ---------- ページ内リンクボタン ---------- */
.small_lp .lp_inpage_links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.small_lp .lp_inpage_links li {
    flex: 1;
    max-width: 300px;
}
.small_lp .lp_inpage_links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    border: 2px solid #689A73;
    border-radius: 6px;
    color: #689A73;
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.3s ease;
}
.small_lp .lp_inpage_links a:hover {
    background-color: #689A73;
    color: #fff;
}
.small_lp .lp_inpage_links a i {
    margin-left: 8px;
    font-size: 1.2em;
}

/* ---------- ご利用用途（3カラム） ---------- */
.small_lp .lp_usecase_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 80px;
}

.small_lp .lp_usecase_list li {
    width: calc((100% - 100px) / 3);
}

.small_lp .lp_usecase_img {
    overflow: hidden;
    margin-bottom: 20px;
}

.small_lp .lp_usecase_list h5 {
    color: #000;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 6px;
}

.small_lp .lp_usecase_list p {
    line-height: 1.7;
    font-size: 1.6rem;
    color: #000;
}

/* ---------- 室イメージ（3カラム折り返し） ---------- */
.small_lp .lp_roomimg_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
}

.small_lp .lp_roomimg_list li {
    width: calc((100% - 40px) / 3);
}

.small_lp .lp_roomimg {
    overflow: hidden;
    margin-bottom: 8px;
}

/* ---------- レイアウト例（4カラム） ---------- */
.small_lp .lp_layout_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.small_lp .lp_layout_list li {
    width: calc((100% - 60px) / 4);
    text-align: center;
}

.small_lp .lp_layout_list li p{
	font-weight: bold;
}

.small_lp .lp_layout_img {
    border: 1px solid #ddd;
    margin-bottom: 8px;
}

/* ---------- 注意書きリスト ---------- */
.small_lp .lp_note_list {
    margin-bottom: 40px;
}

.small_lp .lp_note_list li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.8;
}

.small_lp .lp_note_list li::before {
    content: "※";
    position: absolute;
    left: 0;
}

/* ---------- テーブル ---------- */
.small_lp .lp_table {
    width: 100%;
    background-color: #FFF;
}

.small_lp .lp_table_scroll {
    overflow-x: auto;
}

/* ---------- 備品（6カラム） ---------- */
.small_lp .lp_equip_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.small_lp .lp_equip_list li {
    width: calc((100% - 100px) / 6);
    text-align: center;
}

.small_lp .lp_equip_img {
    overflow: hidden;
    margin-bottom: 8px;
}

.small_lp .lp_equip_img img {
    /* aspect-ratio: 1 / 1; */
    object-fit: cover;
}

.small_lp .lp_equip_list p {
    font-size: 1.2rem;
    line-height: 1.5;
}

/* ---------- アクセス ---------- */
.small_lp .lp_access_info p {
    line-height: 2;
}

.small_lp .lp_access_map {
    margin: 20px 0 30px;
    border: 1px solid #ddd;
}

/* ---------- その他の会議室 ---------- */
.small_lp .lp_othersroom_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
}

.small_lp .lp_othersroom_list li {
    width: calc((100% - 60px) / 4);
}

.small_lp .lp_othersroom_list a {
    display: block;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 12px;
}

.small_lp .lp_othersroom_img img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 10px;
}

.small_lp .lp_othersroom_name {
    font-weight: bold;
    color: #689A73;
    margin-bottom: 4px;
}

.small_lp .lp_othersroom_spec {
    font-size: 1.2rem;
    color: #6b6b6b;
}

.small_lp .lp_othersroom {
    padding-bottom: 60px;
}

/* ---------- リンクボタン（他の会議室と比較する 等） ---------- */

.small_lp .lp_link_wrap {
    text-align: left;
    margin-bottom: 80px;
}

.small_lp .lp_link_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #6b6b6b;
    color: #fff;
    padding: 24px 20px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    min-width: 320px;
    transition: all 0.3s ease;
}

.small_lp .lp_link_btn:hover {
    background-color: #494949;
    color: #fff;
}

.small_lp .lp_link_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    font-weight: normal;
}

.kaizyo_box .t_txt {
	text-align: center;
    padding: 0;
    margin-bottom: 50px;
}

.small_lp .topfacility .facilineup{
    max-width: 1200px;
}

.topfacility .facilineup .inner{
	min-height: 375px;
}


/* ---------- ページ内リンクのヘッダー被り調整（URL直接アクセス時用） ---------- */
/* PC用 */
.small_lp #lp_room_image,
.small_lp #lp_layout,
.small_lp #lp_price,
.small_lp #lp_access {
    scroll-margin-top: 168px; /* PCのヘッダーの高さに合わせて調整 */
}

/* スマホ用（767px以下） */
@media screen and (max-width: 767px) {
    .small_lp #lp_room_image,
    .small_lp #lp_layout,
    .small_lp #lp_price,
    .small_lp #lp_access {
        scroll-margin-top: 85px; /* スマホのヘッダーの高さに合わせて調整 */
    }
}


/* ============================================================
   SP（767px以下）レスポンシブ対応
============================================================ */
@media screen and (max-width: 767px) {

    .small_lp .container {
        padding: 0 15px;
    }

    .small_lp .lp_gray_wrapper {
        padding: 30px 0;
    }

    .small_lp .lp_kv_ttl {
        font-size: 2.2rem;
    }

    .small_lp .lp_kv_catch {
        font-size: 1.4rem;
    }

    .small_lp .lp_lead_ttl {
        font-size: 2.0rem;
    }

    .small_lp .lp_spec_list {
        flex-wrap: wrap;
    }

    .small_lp .lp_spec_list li {
        flex: 0 0 calc(50% - 8px);
    }

    .small_lp .lp_campaign_banners {
        flex-direction: column;
        align-items: center;
    }

    .small_lp .lp_campaign_banners a {
        max-width: 100%;
    }

    .small_lp .lp_cta_body {
        flex-direction: column;
        padding: 25px 15px;
    }

    .small_lp .lp_cta_tel a {
        font-size: 2.8rem;
    }

    .small_lp .lp_cta_buttons {
        padding-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    .small_lp .lp_inpage_links {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .small_lp .lp_inpage_links li {
        width: 100%;
        max-width: none;
    }

    .small_lp .lp_btn_inline {
        width: 100%;
        min-width: 0;
    }

	.small_lp .lp_usecase_list h5{
		font-size: 1.4rem;
	}
	.small_lp .lp_usecase_list p{
		font-size: 1.2rem;
	}
	.small_lp .lp_usecase_list,
	.small_lp .lp_roomimg_list{
		gap: 15px;
	}

    .small_lp .lp_usecase_list li,
    .small_lp .lp_roomimg_list li {
        width: calc((100% - 15px) / 2);
    }

    .small_lp .lp_layout_list li {
        width: calc((100% - 20px) / 2);
    }

    .small_lp .lp_equip_list li {
        width: calc((100% - 20px) / 2);
    }

    .small_lp .lp_othersroom_list li {
        width: calc((100% - 20px) / 2);
    }

    .small_lp .lp_section_ttl {
        font-size: 2rem;
    }

    .small_lp .lp_inpage_links a{
        font-size: 2rem;
    }

    .small_lp .lp_block_ttl {
        font-size: 1.6rem;
    }
	.small_lp .lp_link_btn {
		width: 100%;
	}
	.small_lp .lp_access_map iframe{
		width: 100%;
	}
    .small_lp .lp_cta_header{
        font-size: 2.2rem;
    }
    .small_lp .lp_section_ttl_2{
       font-size: 2.5rem; 
       margin: 0 auto 20px auto;
    }
    .kaizyo_box .t_txt{
        text-align: left;
    }
    .topfacility .facilineup .inner{
        min-height: 320px;
    }
}