@charset "utf-8";

/* シングルページ用スタイル */
:root {
    --primary-color: #112364;
    --secondary-color: #f5f5f5;
    --border-color: #ccc;
    --text-color: #333;
    --heading-color: #112364;
    --font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
    --light-bg: #f9f9f9;
    --container-width: 960px;
}


body {
    font-family: var(--font-family);
    color: var(--text-color);
    line-height: 1.6;
    min-width: 1200px;
    overflow: hidden;
}

/* ヘッダーとフッター */
header {
    width: 100%;
    height: 100px;
    margin: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* ヘッダー下の要素のマージン調整を削除 */
#top_catch {
    width: 100%;
    height: 280px;
    background-color: var(--primary-color);
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
}

#top_catch_inner {
    width: 100%;
    max-width: var(--container-width);
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#catch {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.main_visual_left {
    max-width: 900px;
    height: auto;
    padding-left: 20px;
    margin-bottom: 0;
}

.main_visual_right {
    max-width: 450px;
    height: auto;
    position: absolute;
    right: -2rem;
    bottom: 5rem;
    z-index: 3;
}

.air_pay_box{
    display: flex;
    justify-content: center;
    margin-top: 2.5rem;
}

.air_pay_box_inner{
    width: 31.25rem;
    margin: 0 auto;
}

.air_pay_img{
    margin: 0 0 0.5rem 0;
}

.air_pay_img img{
    max-width: 100%;
    height: auto;
}

.air_pay_text{
    padding-left: 1rem;
    font-weight: 500;
}

footer {
    background-color: var(--primary-color);
    color: #fff;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-inner {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-content {
    text-align: center;
}

.footer-logo {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.copyright {
    font-size: 0.875rem;
    opacity: 0.8;
}


.header-inner, .main-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* ロゴとヘッダーバナー */
#logo {
    width: auto;
    max-width: 500px;
}

#logo img {
    max-width: 600px;
    height: auto;
}

#header_banner {
    width: auto;
}

/* ヘッダーの電話番号と営業時間 */
.header_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.125rem;
    line-height: 1.2;
}

.tel-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-color);
    opacity: 0.8;
}

.tel-number {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin: 0;
}

.phone-icon {
    width: 20px;
    height: 20px;
    color: var(--primary-color);
}

.tel-emphasis {
    font-size: 1.8rem;
    font-weight: 700;
}

.hours-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hours-row {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.hours-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--text-color);
}

.hours-note {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-color);
    opacity: 0.8;
}



/* セクション共通スタイル */
.section {
    min-width: 1200px;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 2rem 0;
    clear: both;
    overflow: hidden;
}

.section_title {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--heading-color);
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    text-align: center;
    position: relative;
    border-bottom: none;
}

.section_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
}

.title-en {
    display: block;
    font-size: 0.875rem;
    color: var(--primary-color);
    margin-bottom: 0.25rem;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.title-ja {
    display: block;
}

.service-examples {
    width: 100vw;
    margin-left: 50%;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f7f4f0 0%, #faf7f2 100%);
    position: relative;
}

.service-examples-inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    padding: 1.5rem 0;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 20px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-examples-inner img {
    width: 100%;
}


.card-title {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    padding-bottom: 0.375rem;
    border-bottom: 2px dashed var(--border-color);
    text-align: center;
}

.card-price {
    margin-top: auto;
    padding-top: 1rem;
    color: #112364;
    font-weight: bold;
    font-size: 0.95rem;
    border-top: 1px solid rgba(17, 35, 100, 0.1);
}

.card-content {
    margin: 1rem 0;
    min-height: 4.5em;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 0.75rem;
    line-height: 1.6;
    flex-grow: 1;
}

.card-content p {
    font-size: 0.95rem;
    color: #333;
}


/* サービスセクション */
#services_section {
    max-width: 100vw;
    padding: 2rem 0 0;
    position: relative;
}

.section_title {
    text-align: center;
    margin-bottom: 2.5rem;
}

.title-en {
    display: block;
    font-size: 0.875rem;
    color: #112364;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

.title-ja {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #112364;
}

.service-intro {
    max-width: 800px;
    margin: 0 auto 3rem;
    text-align: center;
    padding: 0 1rem;
}

.service-description {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.service-emphasis {
    font-size: 1.2rem;
    font-weight: bold;
    color: #112364;
    display: inline-block;
    padding: 0.5em 2em;
    background: rgba(17, 35, 100, 0.05);
    border-radius: 30px;
    text-align: center;
    margin: 0 auto 3rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    box-sizing: border-box;
}

.service-examples {
    width: 100vw;
    min-width: 1200px;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 4rem 0;
    background: linear-gradient(135deg, #f7f4f0 0%, #faf7f2 100%);
    position: relative;
}

.service-examples-inner {
    max-width: 1200px;
    margin: 0 auto 64px auto;
    padding: 0 1rem;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    width: 100%;
}

.service-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
    width: 100%;
}

.card-title {
    font-size: 1.25rem;
    color: #112364;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.card-review {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.review-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.card-price {
    text-align: center;
    font-weight: bold;
    color: #112364;
    margin-top: 1rem;
    margin-bottom: 0;
}



/* コンタクトセクション */
#contact_section {
    padding: 4rem 0;
    position: relative;
}

.contact-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 1rem;
}

#contact_section .section_title {
    margin-bottom: 0.5rem;
}

#contact_section .title-en {
    color: var(--primary-color);
    font-size: 1rem;
    display: block;
    margin-bottom: 0.25rem;
    opacity: 0.7;
}

#contact_section .title-ja {
    color: var(--primary-color);
    font-size: 1.75rem;
    font-weight: 700;
    display: block;
}

.contact-lead {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 1rem 0 1.5rem;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.contact-label {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--primary-color);
    letter-spacing: 0.05em;
}

.phone-number {
    text-decoration: none;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1rem 0;
    transition: transform 0.3s ease;
}

.phone-number:hover {
    text-decoration: none;
}

.number {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--primary-color);
}

.number-note {
    font-size: 1rem;
    color: var(--text-color);
    opacity: 0.8;
}

.business-hours {
    font-size: 1rem;
    color: var(--text-color);
    padding: 0.5rem 1.25rem;
    border-radius: 20px;
    background: rgba(17, 35, 100, 0.05);
}

.hours-note {
    font-size: 0.875rem;
    opacity: 0.8;
    margin-left: 0.25rem;
}

.contact-box {
    background: rgba(17, 35, 100, 0.03);
    border-radius: 12px;
    padding: 1.5rem 2rem;
    width: 600px;
    margin: 2rem auto;
    border: 5px solid #112364;
}

.contact-lead {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}



/* リードセクション */
#lead_section {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 2rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.lead-content {
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.lead-main {
    position: relative;
    padding-left: 40px;
    flex: 1;
}

/* メインコピー（左側） */
.lead-main-copy {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    position: relative;
}

.lead-main-emphasis {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    background: linear-gradient(45deg, var(--primary-color), #2b4b8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.emphasis-revival {
    color: #e74c3c;
    -webkit-text-fill-color: #e74c3c;
    position: relative;
    display: inline-block;
    transform: scale(1.1);
}

.emphasis-revival::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e74c3c;
    transform: scaleX(0.8);
}

.lead-sub {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem;
    flex: 1;
    width: 100%;
    justify-content: center;
    max-width: var(--container-width);
}

.lead-sub-image {
    flex: 0 0 45%;
    max-width: 50%;
    padding-left: 120px;
    position: relative;
}

.lead-sub-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(17, 35, 100, 0.1),
                0 5px 10px rgba(0, 0, 0, 0.05);
}

.lead-sub-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 4rem;
}

.lead-sub-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
}

.lead-sub-emphasis {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 0;
}



/* サービスギャラリー */
.service-gallery {
    margin: 4rem 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.gallery-item {
    height: 240px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-container {
    width: 100%;
    height: 100%;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* トラベルフィー */
.travel-fee {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background-color: var(--light-bg);
    border-radius: 12px;
}

.travel-fee-title {
    color: #112364;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2rem;
}

.travel-fee-title::before,
.travel-fee-title::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1px;
    background: #112364;
    position: absolute;
    top: 50%;
}

.travel-fee-title::before {
    left: 0;
}

.travel-fee-title::after {
    right: 0;
}

.travel-fee-content {
    max-width: 600px;
    margin: 0 auto;
}

.fee-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.fee-group:last-child {
    border-bottom: none;
    margin-top: 0.5rem;
}

.fee-areas {
    font-size: 0.95rem;
    color: #333;
    flex: 1;
    padding-right: 1.5rem;
}

.fee-amount {
    font-size: 0.95rem;
    color: #112364;
    font-weight: bold;
    white-space: nowrap;
    background: rgba(17, 35, 100, 0.05);
    padding: 0.3rem 1rem;
    border-radius: 20px;
}

.fee-group.free {
    justify-content: center;
    padding-top: 1.2rem;
}

.fee-note {
    color: #112364;
    font-size: 0.95rem;
    background: rgba(17, 35, 100, 0.05);
    padding: 0.3rem 1.2rem;
    border-radius: 20px;
}

.contact-line{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.contact-line p{
    margin: 0;
    text-align: left;
}

.container {
    display: flex;
    align-items: center; 
    gap: 2rem;
    
  }

.left-column img{
    width: 216px;
    height: auto; 
    object-fit: cover; 
}
.left-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr); 
    gap: 5px;
    padding: 5px;
    background: #044774;
}

  /* 右側のカラム */
  .right-column {
    width: 626px;
  }



.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

