@charset "UTF-8";

/*共通部分*/
html {
   font-size: 100%; 
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    /* background-color: #f836bb; */
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

body {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    text-decoration: none;
}

h5 {
    font-size: 30px;
    margin-top: 0;
}

.section-title {
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    top: 50px;
    margin-bottom: 100px;
}

.section-title::before {
    background-color: #50D5E0; /*下線の色*/
    bottom: -20px; /* 線の位置 */
    content: "";
    height: 3px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 60px; /* 線の長さ */
}

/*ヘッダー部分*/
.main-nav {
    list-style: none;
}

.main-nav a {
    color: black;
    text-decoration: none;
    margin: 8px 10px;
}

.main-nav a:hover {
    color: #f836bb;
}

nav .button {
    display: inline-block;
    background: #EDB0BF;
    color: #fff;
    border-radius: 2px;
    padding: 8px 16px;
    text-align: center;
    vertical-align: middle;
}
.button:hover {
    background: #f78fd6;
}

/*メイン写真部分*/
#main-content {
    margin-bottom: 40px;
    position: relative;
}

.main-image {
    width: 100%;
    height: 100%; /* 高さは自動調整 */
    object-fit: cover; /* 画像が画面いっぱいに広がるように */
    z-index: 1; /* 画像を背面に配置する */
}

.copy-title {
    display: inline-block; /* インラインブロックにすることで、複数行でも背景がクローンされる */
    box-decoration-break: clone; /* 複数行にわたる場合、背景がクローンされる */
    -webkit-box-decoration-break: clone; /* Safari用 */
    
    font-size: 40px;
    background-color: #fff; /* 背景を白に設定 */
    padding: .3em 0.5em;
    line-height: 2.5;
    
    position: absolute; /* 画像の上に配置 */
    top: 30%;
    left: 10%;
    z-index: 2; /* テキストを画像の上に重ねる */
}

/*当院の特徴*/
.features {
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: center;
}

.features-photo {
    width: auto;
    height: auto;
}

.feature-item {
    margin: 40px 20px;
}

.feature-item p {
    text-align: center;
}

/* ##############使い回し##############*/
#policy {
    align-items: center;
}

.content {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0px auto;
    margin-bottom: 40px;
}

.content.reverse {
    flex-direction: row-reverse;
}

.policy-image {
    width: 391px;
    height: 307px;
    margin: 0 30px;
    margin-bottom: 50px;

}

.section-subtitle {
    margin-bottom: 15px;
    font-size: 29px;
}

.policy-context {
    margin: 30px;
}
/* ##############ここまで############## */


.bg-blue {
    background-color: #E9F9FA;
}


/*お知らせ*/
#info {
    height: 600px;
}
.news {
    margin: 100px 90px 50px 90px;
}
.news_list time {
    background-color: #50D5E0;
    color: #fff;
    margin-right: 10px;
    font-size: 1.1em;
    padding: 0 5px;
}
.news_list {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 30px 30px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 40px;
}
.news_text {
    flex: 1;
    margin-left: 50px;
}

.news_item {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
}
.news_content {
    margin: 0;

}

.news-all {
    text-align: right;
    margin-top: 40px;
}

/* フッターロゴ */
.footer-logo {
    margin-top: 50px;
    margin-bottom: 40px;
}

#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 10px;
}

.footer-nav li {
    list-style: none;
    margin: 0 15px;
}

.footer-nav a {
    color: black;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.footer-nav a:hover {
    color: #f836bb;
}

.sns-icon li {
    text-decoration: none;
    margin: 0 15px;
}
.sns-icon ul {
    display: flex;
    list-style-type: none; /* ドットを消す */
    padding: 0px;
}

/* フッター */
.footer-copywrite {
    display: flex;
    font-size: 14px;
    align-items: center;
    background-color: #E9F9FA;
    height: 47px;
    justify-content: center;
    letter-spacing: 2px;
    max-width: 1400px;
    margin: 0 auto;
}

.sp-only {
    display: none;
}

/* ************************2ページ目************************ */

/* subpageタイトル */
#info-main-visual {
    position: relative;
    max-width: 1400px;
    height: 350px;
}

.info-main-img {
    width: 100%;
    height: 100%; /* 高さは自動調整 */
    object-fit: cover; /* 画像が画面いっぱいに広がるように */
    z-index: 1; /* 画像を背面に配置する */
}

.info-title {
    position: absolute;
    top: 50%;
    z-index: 2;
    top: 50%;
    left: 50%;  /* 横方向の中央揃え */
    transform: translate(-50%, -50%);  /* 横と縦の両方で中央揃え */
}

/*ここから同じクラス名*/
.subpage-title {
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 0;
    text-align: center;
}

.subpage-subtitle {
    background-color: #50D5E0;
    padding: 3px 15px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}

/* パンくずリスト */
.breadcrumbs {
    display: flex;
    align-items: center;
}
.breadcrumbs p {
    margin: 40px 5px;
}
.breadcrumbs a {
    text-decoration: none;
}

/* button */
.info-main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-info-contents a {
    width: 342px;
  }

  .btn a  {
    font-size: 20px;
  }

/* ************************アクセス・診療時間ページ************************ */

#policy-access {
    height: 540px;
    align-items: center;
}

.access-img {
    width: 414px;
    height: 305px;
    /* margin: 0 30px; */
}

.access-context {
    margin: 0 30px;
}

.adress, .phone {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#map {
    max-width: 1117px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
}

#open-hours {
    align-items: center;
}

/*テーブル*/
.consul-hours-table-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.pc-table {
    margin-top: 50px;
    border-collapse: collapse;
    width: 1114.5px;
    height: 207.2px;
}

tr {
    height: 73.2px;
}

.table-colomun, th {
    background-color: #E9F9FA;
    font-size: 18px;
}

td {
    background-color: #F5FDFE;
    font-size: 24px;
    color: #6DB1B7;
}

td, th {
    padding: 3px;
    text-align: center;
    border: solid 2px #E9F9FA;
    border-collapse: collapse;
}

.table-colomun {
    width: 279px;
    color: #000;
    font-size: 18px;
}

.consul-hours-table-sp {
    display: none;
}


/* ボタンスタイル */
.btn a {
    position: relative;
    display: block;
    width: 280px;
    padding: 15px 0;
    background-color: #B4E7EB;
    border-radius: 8px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}

/* ボタン内の三角アイコン */
.btn-info-contents a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 9px solid #50D5E0;
    border-bottom: 6px solid transparent;
    box-sizing: border-box;
  }





  /* ************************4ページ目************************ */

/* subpageタイトル */
#web-reserve {
    position: relative;
    max-width: 1400px;
    height: 350px;
}

.web-reserve-img {
    width: 100%;
    height: 100%; /* 高さは自動調整 */
    object-fit: cover; /* 画像が画面いっぱいに広がるように */
    z-index: 1; /* 画像を背面に配置する */
}

.form-title {
    text-align: center;
}

form {
    width: fit-content;
    margin: auto;
}
.item {
    margin-bottom: 20px;
} 

label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font-size: 14px;
}

.inputs {
    width: 550px;
    height: 35px;
    background-color: #ededed;
    border: 0.5px solid #e0e0e0;
}

.inputs-text-area {
    width: 550px;
    height: 180px;
    background-color: #ededed;
    border: 0.5px solid #e0e0e0;
    margin-bottom: 40px;
}

.inputs-date {
    width: 197px;
    height: 35px;
    background-color: #ededed;
    border: 0.5px solid #e0e0e0;
}

.submit-btn {
    color: #fff;
    background-color: #EDB0BF;
    width: 310px;
    height: 57px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
}

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


/*********************** 860px 以下の場合のメディアクエリ********************** */
@media (max-width: 860px) {
   
    #main-content, #feature, #policy, #info, #footer {
        width: 100%;
    }

    /*メイン写真部分*/
    #main-content {
        margin-bottom: 40px;
        position: relative;
    }

    .main-image {
        width: 100%;
        height: 100%; /* 高さは自動調整 */
        object-fit: cover; /* 画像が画面いっぱいに広がるように */
        z-index: 1; /* 画像を背面に配置する */
    }

    .copy-title {
        display: inline-block; /* インラインブロックにすることで、複数行でも背景がクローンされる */
        box-decoration-break: clone; /* 複数行にわたる場合、背景がクローンされる */
        -webkit-box-decoration-break: clone; /* Safari用 */
        
        font-size: 28px;
        background-color: #fff; /* 背景を白に設定 */
        padding: .3em 0.5em;
        line-height: 1.8;
        
        position: absolute; /* 画像の上に配置 */
        top: 30%;
        left: 10%;
        z-index: 2; /* テキストを画像の上に重ねる */
    }

    /* 当院の特徴 */
    .features {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    
    .features-photo {
        width: 100%;
        height: 100%;
        width: 500px;
        height: auto;
    }
    
    .feature-item {
        margin: 40px 20px;
        text-align: center;
    }
    
    .feature-item p {
        text-align: center;
    }

    /* 治療のポリシー */
    #policy {
        align-items: center;
    }

    #policy-access {
        height: 700px;
        align-items: center;
    }

    .access-img {
        width: 423px;
        height: 244px;        
    } 
    
    .content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    
    .policy-image {
        width: 100%;
        height: 100%;
        max-width: 354px;
        height: auto;
        margin: 20px 0;
    }
    
    .section-subtitle {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }
    
    .policy-description p {
        width: 400px; /* 幅を指定 */
    }

    .content.reverse {
        flex-direction: column;
    }

    /*お知らせ*/
    #info {
        height: 700px;
    }
    .news {
        margin: 0;
        margin-top: 100px;
    }
    .news_list time {
        background-color: #50D5E0;
        color: #fff;
        margin-right: 10px;
        font-size: 1.1em;
        padding: 0 5px;
    }

    .news_list {
        display: block;
        margin-bottom: 20px;
    }

    .news_text {
        margin-left: 0;
        margin-top: 10px;
    }

    .news_item {
        font-size: 18px;
    }

    .news_content {
        font-size: 14px;
    }

    .news-all {
        text-align: right;
        margin-top: 40px;
    }

    /* formのメディアクエリ */
    .form-title {
        text-align: center;
    }
    
    form {
        width: fit-content;
        margin: auto;
    }

    .item {
        margin-bottom: 20px;
    } 
    
    label {
        display: inline-block;
        width: 170px;
        vertical-align: top;
        font-size: 14px;
    }
    
    .inputs {
        width: 380px;
        height: 35px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .inputs-text-area {
        width: 380px;
        height: 150px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
        margin-bottom: 40px;
    }
    
    .inputs-date {
        width: 120px;
        height: 28px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .submit-btn {
        color: #fff;
        background-color: #EDB0BF;
        width: 220px;
        height: 57px;
        font-size: 20px;
        border: none;
        border-radius: 5px;
    }
    
    .btn-area {
        display: flex;
        justify-content: center;
    }






/*********************** 777px以下の場合のメディアクエリ********************** */
@media (max-width: 777px) {
    .pc-only {
        display: none;
    }

    #main-content, #feature, #policy, #info, #footer {
        width: 100%;
    }
    /* メニューアイコンのスタイル */
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px; /* 横幅 */
        height: 25px; /* 縦幅 */
        cursor: pointer;
    }
    
    /* バーのスタイル */
    .bar {
        height: 5px; /* バーの高さ */
        background-color: #000000; /* バーの色 */
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    
    /* バー間のスペースを調整 */
    .bar:nth-child(1) {
        margin-bottom: 5px;
    }
    
    .bar:nth-child(2) {
        margin-bottom: 5px;
    }
    
    .bar:nth-child(3) {
        margin-bottom: 0;
    }

    #main-content {
        height: 600px;
    }

    /* ナビゲーションメニューを開いた時 */
    .sp-nav {
        display: none;
        position: absolute;
        top: 100px; /* ヘッダー下 */
        right: 0;
        background-color: #fff;
        width: 100%;
        z-index: 1000;
    }

    .sp-nav.active {
        display: block;
    }
    
    .sp-nav ul {
        list-style: none;
        padding: 0;
    }
    
    .sp-nav li {
        border-bottom: 1px solid #ddd;
    }
    
    .sp-nav a {
        display: block;
        padding: 15px;
        text-align: center;
        color: #000;
        text-decoration: none;
    }


    /*メイン写真部分*/
    #main-content {
        margin-bottom: 40px;
        position: relative;
    }

    .main-image {
        width: 100%;
        height: 100%; /* 高さは自動調整 */
        object-fit: cover; /* 画像が画面いっぱいに広がるように */
        z-index: 1; /* 画像を背面に配置する */
    }

    .copy-title {
        display: inline-block; /* インラインブロックにすることで、複数行でも背景がクローンされる */
        box-decoration-break: clone; /* 複数行にわたる場合、背景がクローンされる */
        -webkit-box-decoration-break: clone; /* Safari用 */
        
        font-size: 35px;
        background-color: #fff; /* 背景を白に設定 */
        padding: .3em 0.5em;
        line-height: 1.8;
        
        position: absolute; /* 画像の上に配置 */
        top: 5%;
        left: 10%;
        z-index: 2; /* テキストを画像の上に重ねる */

        writing-mode: vertical-rl;
        margin: 0 auto;
    }

    /* 当院の特徴 */
    .features {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    
    .features-photo {
        width: 100%;
        height: 100%;
        max-width: 397px;
        height: auto;
    }
    
    .feature-item {
        margin: 40px 20px;
        text-align: center;
    }
    
    .feature-item p {
        text-align: center;
    }

    /* 治療のポリシー */
    #policy {
        align-items: center;
    }
    
    .content {
        margin: 0 auto;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .policy-image {
        width: 100%;
        height: 100%;
        max-width: 354px;
        height: auto;
        margin-bottom: 50px;
    }
    
    .section-subtitle {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }
    
    .policy-description p {
        width: 400px; /* 幅を指定 */
    }

    .content.reverse {
        flex-direction: column;
    }

    .policy-context {
        width: 73%;
    }

    /*お知らせ*/
    #info {
        height: 700px;
    }
    .news {
        margin: 0;
        margin-top: 100px;
    }
    .news_list time {
        background-color: #50D5E0;
        color: #fff;
        margin-right: 10px;
        font-size: 1.1em;
        padding: 0 5px;
    }

    .news_list {
        display: block;
        margin-bottom: 20px;
    }

    .news_text {
        margin-left: 0;
        margin-top: 10px;
    }

    .news_item {
        font-size: 18px;
    }

    .news_content {
        font-size: 14px;
    }

    .news-all {
        text-align: right;
        margin-top: 40px;
    }

    #policy-access {
        height: 700px;
        align-items: center;
    }

    .access-img {
        width: 423px;
        height: 244px;        
    }



    /*テーブルsp版*/
    .sp-table {
        /* display: block; tableとして表示する */
        width: 100%;
        margin-top: 100px;
    }

    .consul-hours-table-pc {
        display: none;
    }

    .consul-hours-table-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    .sp-table {
        margin-top: 50px;
        border-collapse: collapse;
        width: 399px;
        height: 619px;
     }

    tr {
        height: 73.2px;
    }

    .table-colomun, th {
        background-color: #E9F9FA;
        font-size: 18px;
    }

    td {
        background-color: #F5FDFE;
        font-size: 24px;
        color: #6DB1B7;
    }

    td, th {
        padding: 3px;
        text-align: center;
        border: solid 2px #E9F9FA;
        border-collapse: collapse;
    }

    .table-week {
        width: 104.33px;
        color: #000;
        font-size: 18px;
    }

    /* formのメディアクエリ */
    .form-title {
        text-align: center;
    }
    
    form {
        width: fit-content;
        margin: auto;
    }

    .item {
        margin-bottom: 20px;
    } 
    
    label {
        display: inline-block;
        width: 170px;
        vertical-align: top;
        font-size: 14px;
    }
    
    .inputs {
        width: 380px;
        height: 35px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .inputs-text-area {
        width: 380px;
        height: 150px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
        margin-bottom: 40px;
    }
    
    .inputs-date {
        width: 120px;
        height: 28px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .submit-btn {
        color: #fff;
        background-color: #EDB0BF;
        width: 220px;
        height: 57px;
        font-size: 20px;
        border: none;
        border-radius: 5px;
    }
    
    .btn-area {
        display: flex;
        justify-content: center;
    }




}


/*********************** 390px以下の場合のメディアクエリ********************** */
@media (max-width: 390px) {
    .pc-only {
        display: none;
    }

    #main-content, #feature, #policy, #info, #footer {
        width: 100%;
    }
    /* メニューアイコンのスタイル */
    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px; /* 横幅 */
        height: 25px; /* 縦幅 */
        cursor: pointer;
    }

    .btn a {
        background-color: #B4E7EB;
        border-radius: 8px;
        font-size: 12px;
        color: #000;
        text-decoration: none;
        text-align: center;
    }

    .info-main-btn {
        display: flex;
        flex-direction: column;
    }

    .btn-info-contents {
        margin: 0px;
    }
    
    /* バーのスタイル */
    .bar {
        height: 5px; /* バーの高さ */
        background-color: #000000; /* バーの色 */
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    
    /* バー間のスペースを調整 */
    .bar:nth-child(1) {
        margin-bottom: 5px;
    }
    
    .bar:nth-child(2) {
        margin-bottom: 5px;
    }
    
    .bar:nth-child(3) {
        margin-bottom: 0;
    }

    .copy-title {
        font-size: 28px;
        writing-mode: vertical-rl;
    }

    /* メイン写真 */
    #main-content {
        height: 400px;
    }

    .main-image {
        object-position : 70% 38%;
    }

    /* 当院の特徴 */
    .features {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    
    .features-photo {
        width: 100%;
        height: 100%;
        max-width: 397px;
        height: auto;
    }
    
    .feature-item {
        margin: 40px 20px;
        text-align: center;
    }
    
    .feature-item p {
        text-align: center;
    }

    /* 治療のポリシー */
    #policy {
        align-items: center;
    }
    
    .content {
        display: block;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .policy-image {
        width: 100%;
        height: 100%;
        max-width: 354px;
        height: auto;
        margin: 20px 0;
    }
    
    .section-subtitle {
        margin-bottom: 20px;
        font-size: 20px;
        text-align: center;
    }
    
    .policy-description p {
        width: 400px; /* 幅を指定 */
    }

    .content.reverse {
        flex-direction: column;
    }
    .bg-blue {
        height: 900px;
    }

    .policy-context {
        margin: 0 auto;
        width: 100%;
    }

    .policy-context p {
        line-height: 2.0; /* 行間を1.6倍に設定 */
    }



    /*お知らせ*/
    #info {
        height: 700px;
    }
    .news {
        margin: 0;
        margin-top: 100px;
    }
    .news_list time {
        background-color: #50D5E0;
        color: #fff;
        margin-right: 10px;
        font-size: 1.1em;
        padding: 0 5px;
    }

    .news_list {
        display: block;
        margin-bottom: 20px;
    }

    .news_text {
        margin-left: 0;
        margin-top: 10px;
    }

    .news_item {
        font-size: 18px;
    }

    .news_content {
        font-size: 14px;
    }

    .news-all {
        text-align: right;
        margin-top: 40px;
    }

    #policy-access {
        height: 700px;
        align-items: center;
    }

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


    /*テーブルsp版*/
    .sp-table {
        /* display: block; tableとして表示する */
        width: 100%;
        margin-top: 100px;
    }

    .consul-hours-table-pc {
        display: none;
    }

    .consul-hours-table-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 60px;
    }

    .sp-table {
        margin-top: 50px;
        border-collapse: collapse;
        width: 399px;
        height: 619px;
     }

    tr {
        height: 73.2px;
    }

    .table-colomun, th {
        background-color: #E9F9FA;
        font-size: 18px;
    }

    td {
        background-color: #F5FDFE;
        font-size: 24px;
        color: #6DB1B7;
    }

    td, th {
        padding: 3px;
        text-align: center;
        border: solid 2px #E9F9FA;
        border-collapse: collapse;
    }

    .table-week {
        width: 104.33px;
        color: #000;
        font-size: 18px;
    }

    /* formのメディアクエリ */
    .form-title {
        text-align: center;
        font-size: 16px;
    }
    
    form {
        /* width: fit-content; */
        margin: 10px;
    }

    .item {
        margin: 20px;
    } 
    
    label {
        display: inline-block;
        width: 170px;
        vertical-align: top;
        font-size: 14px;
    }
    
    .inputs {
        width: 300px;
        height: 35px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .inputs-text-area {
        width: 300px;
        height: 180px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
        margin-bottom: 40px;
    }
    
    .inputs-date {
        width: 300px;
        height: 35px;
        background-color: #ededed;
        border: 0.5px solid #e0e0e0;
    }
    
    .submit-btn {
        color: #fff;
        background-color: #EDB0BF;
        width: 200px;
        height: 50px;
        font-size: 12px;
        border: none;
        border-radius: 5px;
    }
    
    .btn-area {
        display: flex;
        justify-content: center;
    }

    #footer nav {
        display: none;
    }

   

}
}
