@charset "utf-8";

/* --- 基本設定 --- */
* {
    color: #5c5c5c;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    box-sizing: border-box;
}

body {
    position: relative;
    background-color: #fff;
    min-width: 320px;
}

.basewidth {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: inherit;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* --- 強調文字色 --- */
.pink {
    color: #f05967;
    font-weight: 600;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-image: url('../img/bg-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1; /* コンテンツの後ろに表示 */
}


/* -------------------------
    header
------------------------- */
.header-inner {
    max-width: 1000px;
    margin-left: 10%;
    margin: 0 auto;
    position: relative;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    font-size: 1.2rem;
}

.header-tel {
    margin-right: 2%;
}

.header-tel span {
    font-size: 1rem;
}

.header-main {
    display: flex;
    padding-bottom: 40px;
}

.header-left {
    width: 10%;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 20px;
}

.header-desc {
    writing-mode: vertical-rl;
    font-size: 1rem;
    line-height: 2.5;
    padding: 20px 5px;
    background-color: rgb(242, 231, 230, 0.5);
    border-radius: 20px;
}

.header-logo {
    width: 120px;
    margin-top: 10%;
    margin-left: 43%;
}

.header-slider {
    width: 90%;
    aspect-ratio: 16 / 9;
}

/* メディアクエリ */
@media screen and (max-width:767px) {
    .header-top {
        margin-left: 10px;
    }

    .header-copy {
        font-size: 1.02rem;
    }

    .header-tel {
        font-size: 0.9rem;
    }

    .header-tel span {
        font-size: 0.6rem;
    }
    
    .header-main {
        flex-direction: column;
    }

    
    .header-left, .header-slider {
        width: 100%;
    }

    .header-left {
        order: 2;
    }

    .header-desc-logo {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 8%;
    }

    .header-desc-logo .header-desc {
        font-size: 1rem;
        text-align: left;
        order: 1;
        line-height: 2;
    }

    .header-desc-logo .header-logo {
        order: 0;
        margin: 0;
    }

    .header-desc-logo .header-logo img {
        height: auto;
        display: block;
    }

    .header-desc {
        background-color: transparent;
    }

    .header-slider {
        order: 0;
    }

    .dots {
        display: none !important;
    }
}

/* -------------------------
    main
------------------------- */
main {
    overflow: hidden;
}

/* -------------------------
    sec01
------------------------- */
.sec01 {
    padding: 80px 0;
    position: relative;
}

.sec01 > .basewidth {
    max-width: 1000px;
    margin: 50px auto 100px;
}

.sec01-inner.flex-container {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.sec01-left {
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    padding-top: 5px;
    margin-left: 10%;
}

.sec01-right {
    flex: 1;
}
.sec01-right .sec01-text {
    line-height: 1.8;
    font-size: 0.87rem;
}

.sec01-block:not(:last-child) {
    margin-bottom: 30px;
}

.sec01-subtitle {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.sec01-cat-image {
    position: absolute;
    bottom: 20px;
    right: 18%;
    width: 200px;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .sec01-inner.flex-container {
        margin: 0 5%;
        gap: 10px;
    }

    .sec01-left {
        display: flex;
        justify-content: center;
        margin-left: 0;
    }

    .sec01-title {
        font-size: 1.3rem;
    }

    .sec01-subtitle {
        font-size: 1rem;
    }

    .sec01-text br {
        display: none;
    }

    .sec01-cat-image {
        width: 30%;
        bottom: 0;
        right: 15%;
    }
}

/* -------------------------
    sec02
------------------------- */
.sec02 {
    padding: 80px 0;
    background-color: #f2e7e6;
    position: relative;
}
.sec02 > .basewidth {
    max-width: 1000px;
    position: relative;
}

.sec02-top {
    display: flex;
}

.sec02 .sec02-directorImg {
    width: 60%;
    margin-right: 40px;
    margin-bottom: 20px;
    order: 0;
}

.sec02-title {
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    height: 350px;
    order: 2;
    margin-left: 30px;
}

.sec02 .sec02-topRight {
    order: 1;
    margin-top: 20px;
}

.sec02 > .basewidth > div:not([class]) {
    overflow: hidden;
}
.sec02 h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.sec02 h3 span {
    font-size: 1rem;
    font-weight: normal;
    margin-right: 15px;
}

.sec02 h3 br {
    display: none;
}

.sec02 .sec02-history {
    list-style-type: disc;   /* 黒い丸を表示 */
    padding-left: 1.5em;     /* 左にスペースを追加（マーカー表示のため） */
    line-height: 2.2;
    margin-top: 20px;
    font-size: 0.8rem;
    text-wrap: nowrap;
}

.sec02-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sec02 .sec02-imgMarine {
    flex: 1 1 35%;
    margin-top: -100px;
    margin-left: auto;
    width: 35%;
    order: 1;
}

.sec02 .sec02-p1 {
    flex: 1 1 60%;
    min-width: 250px;
    line-height: 1.8;
    font-size: 0.8rem;
    order: 0;
    margin-right: 20px;
}
.sec02 .sec02-p2 {
    order: 2;
}

.sec02 .sec02-p3 {
    order: 3;
}

.sec02 .sec02-p2, .sec02 .sec02-p3 {
    flex: 1 1 100%;
    max-width: 75%;
    margin-left: auto;
    line-height: 1.8;
    font-size: 0.8rem;
    margin-top: 20px;
}

.sec02 .sec02-imgCat {
    position: absolute;
    bottom: 0px;
    left: 5%;
    width: 150px;
}

@media screen and (max-width:767px) {
    .sec02 {
        padding: 50px 0 30%;
    }

    .sec02-top {
        flex-direction: column;
    }
    .sec02 .sec02-directorImg {
        order: 1;
        width: 90%;
        margin: 0 auto;
    }

    .sec02-title {
        order: 0;
        writing-mode: horizontal-tb;
        height: auto;
        margin-bottom: 15px;
    }

    .sec02 .sec02-topRight {
        order: 2;
        width: 100%;
        margin: 0 auto;
    }

    .sec02 h3 {
        font-size: 1.2rem;
        padding-left: 20px;
    }

    .sec02 h3 span {
        font-size: 0.9rem;
    }

    .sec02 h3 br {
        display: block;
    }

    .sec02-history {
        width: 85%;
        margin: 0 auto;
    }

    .sec02-bottom {
        /* display: flex; */
        flex-direction: column;
        margin-top: 10%;
    }

    .sec02-bottom p {
        width: 90% !important;
        margin: 0 auto;
    }

    .sec02-bottom .sec02-imgMarine {
        position: static;
        order: 1;
        width: 85%;
        margin: 10px auto;
    }

    .sec02-bottom .sec02-p1 {
        order: 0;
    }

    .sec02-bottom .sec02-p2 {
        order: 2;
    }

    .sec02-bottom .sec02-p3 {
        order: 3;
    }

    .sec02 .sec02-p2, .sec02 .sec02-p3 {
        max-width: none;
    }

    .sec02 .sec02-imgCat {
        width: 30%;
        bottom: -10px;
        left: 10%;
    }
}

/* -------------------------
    sec03（基本料金）
------------------------- */
.sec03-inner {
    background: radial-gradient(ellipse at center, #ffffff 60%, #ffeaf7 75%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
/* ▼▼▼ sec03 修正箇所 ▼▼▼ */
.sec03-inner > .basewidth {
    /* max-width: 800px; */
    /* background-color: #fff; */
    padding: 50px 60px 50px 120px; /* 左側に余白を確保 */
    position: relative;
    /* text-align: center; */
}

.sec03-box01, .sec03-box02 {
    display: flex;
    justify-content: space-around;
}

.sec03-box02, .sec03-cols {
    margin-bottom: 10%;
}

.sec03-price {
    width: 40%;
    font-size: 0.9rem;
}

.sec03-title {
    writing-mode: vertical-rl;
    position: absolute;
    top: 50px;
    left: 40px; /* 左側の余白内に配置 */
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.2em;
    /* height: 300px; 高さを指定 */
}

.sec03-priceImg {
    width: 50%;
}

.sec03-imgHand, .sec03-imgFace {
    /* height: auto; */
    display: block;
    /* max-width: 500px; */
    margin-bottom: 30px;
    /* width: 50%; */
}

.sec03-fee {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 20px;
}

.sec03-box01 .sec03-fee:last-of-type {
    margin-top: 30px;
}

.sec03-box02 .sec03-fee {
    line-height: 1.5;
}

.sec03-instruction {
    margin-top: 15px;
    line-height: 1.8;
}
.sec03-inner hr {
    margin: 40px auto;
    width: 90%;
    border: 0;
    border-top: 1px solid #ddd;
}

.sec03-square {
    display: inline-block;
    border: solid 2px #f05967;
    padding: 4% 8%;
    margin-top: 20px;
    font-weight: bold;
    color: #f05967;
    line-height: 1.6;
    letter-spacing: 2px;
}
.sec03-cols {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
    text-align: left;
}

.sec03-cols-child {
    width: 31%;
}
.sec03-cols-child h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    min-height: 3.2em;
}
.sec03-cols-child img {
    margin: 15px 0;
    aspect-ratio: 3 / 2;
}
.sec03-cols-child p {
    font-size: 0.8rem;
    line-height: 1.7;
}
.sec03-cat-image {
    position: absolute;
    bottom: -20px;
    right: 5%;
    width: 120px;
}

@media screen and (max-width:767px) {
    .sec03-inner {
        background: radial-gradient(ellipse at center, #ffffff 30%, #ffeaf7 75%);
    }

    .sec03-inner > .basewidth {
        padding: 0;
    }

    .sec03-box01, .sec03-box02 {
        flex-direction: column;
    }

    .sec03-price {
        width: 90%;
        order: 1;
        margin: 0 auto;
    }

    .sec03-price > .sec03-fee br {
        display: none;
    }

    .sec03-title {
        position: static;
        writing-mode: horizontal-tb;
        font-size: 1.5rem;
        margin-left: 30px;
        margin-bottom: 25px;
    }

    .sec03-priceImg {
        order: 0;
        width: 95%;
        margin: 0 auto;
    }

    .sec03-square {
        margin-bottom: 15px;
    }

    .sec03-cols {
        flex-direction: column;
    }
    
    .sec03-cols-child {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
        flex-wrap: wrap;
    }

    .sec03-cols-child h3 {
        width: 100%;
    }

    .sec03-cols-child img {
        width: 40%;
        margin: 0;
    }

    .sec03-cols-child p {
        width: 50%;
        margin: 0;
    }

    .sec03-cat-image {
        width: 30%;
        bottom: 0;
        right: 15%;
    }
}

/* -------------------------
    sec04（SNS）
------------------------- */
.sec04 {
    padding: 80px 0;
    background-color: #f2e7e6;
}
/* ▼▼▼ sec04 修正箇所 ▼▼▼ */
.sec04 .basewidth {
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.sec04 .sec04-imgCounter {
    width: 55%;
    flex-shrink: 0;
}

.sec04-title {
    /* writing-mode: vertical-rl; */
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    /* text-align: center; */
    /* height: 280px; ボタンと高さを合わせる */
    margin-bottom: 5%;
}
.sec04-button {
    position: relative;
    display: flex;
    width: 350px;
    padding: 30px 60px 30px 20px; /* 右側に矢印分の余白を */
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #5c5c5c;
    /* text-align: center; */
    font-weight: bold;
    transition: 0.3s;
    overflow: visible;
    font-size: 1rem;
    align-items: center;
}

.sec04-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 300px; /* ボタン内のテキスト開始位置と揃える */
    right: -30px; /* はみ出す位置まで線を伸ばす */
    height: 1px;
    background: #5c5c5c;
    transform: translateY(-50%);
    z-index: 1;
  }

  .sec04-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    /* background: #fff; 矢印の背景が白なら調整 */
    z-index: 2;
  }

.sec04-button:hover {
    background-color: #f2e7e6;
}

.sec04-button img {
    width: 25px;
    margin-right: 15px;
}

@media screen and (max-width:767px) {
    .sec04 .basewidth {
        flex-direction: column;
    }
    .sec04 .sec04-imgCounter {
        width: 95%;
    }

    .sec04-content{
        margin-top: 30px;
    }

    .sec04-title {
        font-size: 1.5rem;
    }

    .sec04-button {
        width: 280px;
        padding: 20px 40px 20px 15px;
        margin-bottom: 30px;
        font-size: 0.9rem;
    }

    .sec04-button:last-of-type {
        margin-bottom: 0;
    }

    .sec04-button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 230px; /* ボタン内のテキスト開始位置と揃える */
        right: -25px; /* はみ出す位置まで線を伸ばす */
    }

    .sec04-button::before {
        right: -25px;
    }

    .sec04-button img {
        width: 15px;
        margin-right: 10px;
    }
}

/* ▲▲▲ sec04 修正箇所 ▲▲▲ */

/* -------------------------
    sec05（アクセス）
------------------------- */
.sec05 {
    padding: 80px 0;
}
.sec05 .basewidth {
    max-width: 1000px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    
}

.sec05 iframe {
    width: 50%;
    height: 400px;
    flex-shrink: 0;
}
.sec05-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex: 1;
}
.sec05-title {
    position: absolute;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    height: 350px;
}

.sec05-details h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5%;
}
/* ▼▼▼ sec05 修正箇所 ▼▼▼ */
.sec05-details dl {
    display: grid;
    grid-template-columns: 5em 1fr; /* ラベルと内容の列を定義 */
    gap: 5px; /* 行と列の間隔 */
    align-items: baseline;
}
.sec05-details dt {
    font-weight: bold;
    text-align: left;
    padding-top: 20px;
}

/* .sec05-details dt::after { ラベルと内容の間に区切り線を追加
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    height: calc(100% - 10px);
    border-right: 1px solid #ccc;
} */

.sec05-details dd {
    grid-column: 2 / 3;
    line-height: 1.7;
}

.sec05-details dd:last-of-type {
    padding-top: 10px;
}

@media screen and (max-width:767px) {
    .sec05 .basewidth {
        flex-direction: column;
    }

    .sec05 iframe {
        order: 1;
        width: 90%;
        margin: 0 auto;
    }

    .sec05-content {
        order: 0;
        flex-direction: column;
    }

    .sec05-title {
        position: static;
        writing-mode: horizontal-tb;
        height: 100%;
        font-size: 1.5rem;
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .sec05-details {
        width: 95%;
        margin: 0 auto;
    }

    .sec05-details dl {
        display: block;
    }

    .sec05-details dt {
        font-size: 1rem;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .sec05-details dd {
        font-size: 0.9rem;
    }
}

/* ▲▲▲ sec05 修正箇所 ▲▲▲ */

/* -------------------------
    sec06（予約）
------------------------- */
.sec06 {
    background-color: #d9d8db;
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}
.sec06 .basewidth {
    max-width: 900px;
    text-align: center;
}
.sec06-title {
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 15px;
}
.sec06 > .basewidth > p {
    line-height: 1.8;
    margin-bottom: 50px;
    font-size: 0.9rem;
}
.sec06-box-wrapper {
    position: relative;
    /* display: flex;
    background-color: #fff; */
    padding: 140px;
    /* text-align: left;
    align-items: center; */
}
.sec06-left, .sec06-right {
    border-radius: 20px;
}
.sec06-left {
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 40%;
    padding: 5% 0;
    background-color: #f2e7e6;
}
.sec06-right {
    width: 37%;
    position: absolute;
    right: 13%;
    bottom: 10%;
    padding: 3% 0;
    background-color: #d1ccda;
}
.sec06-left h3, .sec06-right h3 {
    position: absolute;
    font-size: 1.3rem;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.8;
}

.sec06-left h3 {
    top: 55%;
    left: -18%;
    text-align: right;
}

.sec06-left p {
    max-width: 200px;
    margin: 0 auto 0 23%;
}

.sec06-left > p, .sec06-left > .namber p {
    font-size: 2.2rem;
    text-align: center;
}

.sec06-left > .namber p:nth-of-type(1) {
    font-size: 1.4rem;
    text-align: left;
}
.sec06-left > .namber p:nth-of-type(3)  {
    font-size: 0.6rem;
    text-align: right;
}

.sec06-left > p {
    max-width: 210px;
    display: block;
    text-align: left;
    font-size: 0.7rem;
    margin-top: 10%;
    margin-bottom: 10px;
}

.sec06-right h3 {
    top: 50%;
    right: -15%;
    text-align: left;
}

.sec06-right img {
    width: 58%;
    margin: 0 28% 0 auto;
    display: block;
}
.sec06-cat-image {
    position: absolute;
    /* bottom: -30px; */
    left: 10%;
    width: 150px;
}

@media screen and (max-width:767px) {

    .sec06 > .basewidth {
        width: 95%;
    }

    .sec06-box-wrapper{
        padding: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .sec06-left, .sec06-right {
        position: static;
        width: 75%;
        max-width: 350px;
        min-width: 250px;
        padding: 5%;
    }

    .sec06-left {
        margin-right: auto;
        margin-left: 5%;
    }

    .sec06 h3 {
        position: static;
        text-align: center
    }

    .sec06 h3 br {
        display: none;
    }

    .sec06-left > .namber p {
        /* width: clamp(200px, 70%, 900px); */
        margin: 0 auto;
    }

    .sec06-left > .namber p:nth-of-type(3) {
        font-size: 0.6rem;
    }

    .sec06-left > p {
        max-width: 210px;
        text-align: center;
        margin: 10px auto 0;
    }

    .sec06-right {
        display: flex;
        flex-direction: column;
        margin-left: auto;
    }

    .sec06-right img {
        order: 1;
        margin: 0 auto;
    }

    .sec06-right h3 {
        order: 0;
        margin-bottom: 2%;
    }
}

/* -------------------------
    footer
------------------------- */
.footer {
    background-color: #5c5c5c;
    padding: 40px 0;
    color: #fff;
}
.footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 15%;
}
/* .footer .footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
} */
.footer .footer-left img {
    width: 100px;
    height: auto;
}
.footer .footer-left h4 {
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    margin: 10% 0 5%;
    margin-left: 7px;
}
.footer .footer-left p {
    color: #f0f0f0;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-left: 7px;
}
.footer .footer-right {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
}
.footer .footer-button {
    width: 25px;
    padding-bottom: 2px;
}
.footer .footer-footer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #7f7875;
    font-size: 0.8rem;
    color: #ddd;
}

#pageTopBtn {
    position: fixed;
    right: 2%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #909090;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
  }

#pageTopBtn .text {
    color: #909090;
}
  
  /* 縦線 */
  .arrow-line {
    position: relative;
    width: 2px;
    height: 40px;
    background-color: #909090;
    margin-top: 20px;
  }
  
  /* 逆Vの矢印 */
  .arrow-line::before {
    content: '';
    position: absolute;
    top: -8px;           /* 縦線の上に配置 */
    left: 50%;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #909090; /* 矢印の色 */
    pointer-events: none; /* クリックを邪魔しない */
  }

  @media screen and (max-width:767px) {
    .footer .footer-inner {
        width: 90%;
        margin: 0 auto;
    }

    .footer .footer-inner h4 {
        margin-left: 0;
    }
    .footer .footer-left p {
        margin-left: 0;
    }
  }

/* -------------------------
    レスポンシブ（〜767px）
------------------------- */
@media (max-width: 767px) {
    .basewidth {
        width: 95%;
    }
    h2, h3 { line-height: 1.5; }

    /* --- header --- */
    /* .header-main { flex-direction: column; } */
    /* .header-desc { writing-mode: horizontal-tb; text-align: center; margin: 0 20px 0 0; } */

    /* --- sec01 --- */
    /* .sec01 { padding: 40px 0; }
    .sec01-inner.flex-container { flex-direction: column; }
    .sec01-left { writing-mode: horizontal-tb; text-align: center; margin-bottom: 30px; padding-top: 0; }
    .sec01-cat-image { display: none; } */

    /* --- sec02 --- */
    /* .sec02 { padding: 40px 0; }
    .sec02-title { position: static; writing-mode: horizontal-tb; text-align: center; margin-bottom: 30px; height: auto; }
    .sec02 .sec02-topRight { position: static !important; }
    .sec02 .sec02-director { width: 80%; float: none; margin: 0 auto 20px; }
    .sec02 .sec02-imgMarine { position: static; width: 60%; margin: 20px auto; display: block; }
    .sec02 .sec02-imgCat { display: none; } */

    /* --- sec03 --- */
    /* .sec03-inner { padding: 40px 0; }
    .sec03-inner > .basewidth { padding: 40px 20px; }
    .sec03-title { position: static; writing-mode: horizontal-tb; text-align: center; margin-bottom: 30px; height: auto; }
    .sec03-cols { flex-direction: column; gap: 40px; }
    .sec03-cols-child { width: 100%; text-align: center; }
    .sec03-cols-child h3 { min-height: auto; }
    .sec03-cat-image { position: static; width: 100px; margin: 30px auto 0; } */

    /* --- sec04 --- */
    /* .sec04 { padding: 40px 20px; }
    .sec04 .basewidth { flex-direction: column; gap: 30px; }
    .sec04-content { flex-direction: column; align-items: center; }
    .sec04-title { writing-mode: horizontal-tb; height: auto; }
    .sec04-button { width: 100%; } */

    /* --- sec05 --- */
    /* .sec05 { padding: 40px 20px; }
    .sec05 .basewidth { flex-direction: column; gap: 30px; }
    .sec05 iframe { width: 100%; height: 300px; }
    .sec05-content { flex-direction: column; gap: 20px; }
    .sec05-title { writing-mode: horizontal-tb; text-align: center; }
    .sec05-details h3 { text-align: center; }
    .sec05-details dl { grid-template-columns: 1fr; text-align: center; }
    .sec05-details dt { text-align: center; padding-right: 0; }
    .sec05-details dt::after { display: none; }
    .sec05-details dd { padding-left: 0; } */

    /* --- sec06 --- */
    /* .sec06 { padding: 40px 0; }
    .sec06-box-wrapper { flex-direction: column; padding: 20px; gap: 30px; }
    .sec06-left, .sec06-right { width: 100%; padding: 0;}
    .sec06-left { border-right: none; border-bottom: 2px dotted #ccc; padding-bottom: 30px; }
    .sec06-cat-image { position: static; width: 120px; margin: 30px auto 0; } */

    /* --- footer --- */
    /* .footer .footer-inner { flex-direction: column; text-align: center; }
    .footer .footer-left { flex-direction: column; text-align: center; } */
}