@charset "UTF-8";
/* ----全体共通---- */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Klee One", "cursive",sans-serif;
    color: #544B4C;
    background-color: #FCF7F2;
    background-image: url(/img/support/backline_pc.png);
    background-position: center top;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #544B4C;
}
.sp {
    display: none;
}

/* ----見出し・テキスト---- */
h2 {
    font-size: 2rem;
    letter-spacing: .5rem;
}
.title {
    padding: 300px 0 50px 0;
    text-align: center;
}
h3 {
    font-family: "Klee One", "cursive",sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    letter-spacing: .5rem;
    margin-bottom: 150px;
}
h4 {
    font-size: 1.5rem;
}
p {
    font-size: 1rem;
    line-height: 2;
}
.price-table th,
td {
    font-size: 1.125rem;
    line-height: 2;
}
.mark {
    font-family: "Klee One", "cursive",sans-serif;
    font-size: 2.5rem;
}

/* ----レイアウト（中央配置）---- */
.profile,
.about {
    text-align: center;
    margin: 0 auto;
    width: 77.78%;
    max-width: 1120px;
}
.message,
.event,
.support,
.seminar,
.price,
.reservation,
.preparation {
    text-align: center;
    margin: 0 auto;
    width: 77.78%;
    max-width: 960px;
}
/* レスポンシブで改行 */
.sp-only{
    display: none;
}

/* ----ボタン---- */
.button a {
    display: inline-block;
    background-color: #EDD1D4;
    padding: 32px 112px;
    font-size: 1.5rem;
    border-radius: 3px;
    color: #544B4C;
}
.button a:hover{
    background-color: #FEE7E9
}

/* ----ページトップへボタン---- */
.button-top {
    font-family: "Klee One", "cursive",serif;
    text-align: right;
    font-size: 1rem;
    margin: 100px auto;
    max-width: 960px;
}
.button-top img{
    width: 10px;
    margin-right: 10px;
}
.button-top a{
    color: #544B4C;
}


/* ----ヘッダー---- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 999;
}
.logo-wrap img {
    width: 150px;
    margin-left: 42px;
    margin-top: 17px;
}
.header-wrap {
    display: flex;
    position: relative;
    background-color: #FCF7F2;
    box-shadow: 0px 20px 20px 10px rgba(252,247,242,0.5);
    background: linear-gradient(rgba(252,247,242,1),rgba(252,247,242,0.5));
}
.button-fixed {
    position: fixed;
    right: 48px;
    top: 60px;
    background-color: #EDD1D4;
    padding: 12px 38px 16px 38px;
}
.button-fixed:hover{
    background-color: #FEE7E9
}
.head-nav ul {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 75px;
    position: fixed;
    right: 300px;
}
.button-nav{
    display: flex;
}
.head-nav li,
.head-nav a {
    color: #544B4C;
    font-size: 1.125rem;
}
.head-nav a:hover {
    text-decoration: underline;
    color: #544B4C;
}
/* トップヘッダーカラー変更 */
.header-wrap-color {
    background-color: #FCF7F2;
    box-shadow: 0px 20px 20px 10px rgba(252, 247, 242, 1);
    background: linear-gradient(rgba(252, 247, 242, 1), rgba(252, 247, 242, 1));
}
/* ハンバーガーメニュー */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}
.hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #544B4C;
}
/* ハンバーガーメニュー内 */
.mobile-nav {
    display: none;
    position: fixed;
    inset: 0;
    background-color: #FCF7F2;
    z-index: 1100;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 60px;
}
.mobile-nav.active {
    display: flex;
}
.mobile-nav ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    font-size: 1.125rem;
    text-align: center;
    gap: 23px;
}
.mobile-nav ul li a:hover {
    text-decoration: underline;
    color: #544B4C;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 2.25rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #544B4C;
}
.mobile-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.mobile-bottom a {
    text-align: center;
}
.mobile-bottom a:hover {
    transform: scale(1.1);
}
.mobile-bottom img{
    width: 50px;
}
.mobile-btn {
    padding: 12px 40px;
    text-align: center;
    margin-top: 40px;
    background-color: #EDD1D4;
    cursor: pointer;
}
.mobile-btn:hover{
    background-color: #FEE7E9
}


/* ----ファーストビュー---- */
.fv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.logo-fv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-fv img {
    width: 350px;
    height: 350px;
}



/* ----トップページ---- */
/* キャッチコピー */
.catchcopy {
    margin: 153px auto;
    text-align: center;
    line-height: 64px;
}
.catchcopy h2 {
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 3.2px;
}
h3,
p {
    font-family: "Klee One", cursive;
}
h3 {
    font-size: 2rem;
    font-weight: 200;
}
p {
    font-size: 1.125rem;
}
/* メッセージ */
.message {
    margin-bottom: 0;
}
.message-title1,
.message-title2 {
    padding-top: 100px;
}
.message p {
    font-size: 1.125rem;
    margin-bottom: 30px;
}
.message-text,
.message-text2 {
    margin-bottom: 200px ;
}
.message-end {
    margin-top: 120px;
    text-align: right;
}
/* プロフィール */
.profile {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.profile h3 {
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 2rem;
    margin-bottom: 80px;
}
.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13.75%;
}
.profile-photo img {
    width: 100%;
    /* PCサイズ時（標準） */
    max-width: 200px;
}
.profile-info {
    text-align: left;
    line-height: 30px;
    margin-top: 130px;
}
.profile-info .title-h4 {
    font-size: 1.5rem;
    margin-bottom: 13px;
}
.label p {
    margin-top: 16px;
    font-weight: bold;
}
.dots-index {
    text-align: center;
    margin-top: 130px;
}

/* いとしま助産院haruについて */
.about,
.title-h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 150px;
    margin-top: 129px;
}
.about-list {
    display: flex;
    gap: 88px;
    text-align: left;
    margin-bottom: 85px;
}
.about-2,
.about-item1 {
    width: 50%;
    margin-top: 183px;
}
.about-item1 h4 {
    margin-bottom: 40px;
    font-size: 1.125rem;
}
.about-2 img {
    width: 100%;
    object-fit: cover;
}
.about-list2 {
    display: flex;
    justify-content: center;
}
.about-4,
.about-3 {
    width: 50%;
    margin-bottom: 200px;
}
.about-item2-img{
    width: 80%;
    margin: -100px auto 0;
}
.about-4 img {
    display: block;
    width: 364px;
    margin: 130px 0 0 auto;
}
.about-3 img {
    display: block;
    width: 424px;
    margin: 0 0 112px auto;
}
/* インスタグラム */
.insta {
    text-align: center;
}
.insta-icon-wrap {
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}
.insta-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 75px auto 120px;
}
.insta-img img {
    height: 250px;
    width: 250px;
    object-fit: cover;
}
.insta-icon-img {
    margin-top: 50px;
    margin-bottom: 25px;
    width: 40px;
}



/* ----サポートメニュー---- */
.support,
.seminar {
    margin-top: 250px;
}
.seminar {
    margin-bottom: 204px;
}
.surport-top{
    margin-top: 180px;
}
.support-item {
    text-align: left;
}
.support-list {
    display: flex;
    margin-bottom: 150px;
    gap: 80px;
}
.support-list img {
    aspect-ratio: 1.618/1;
    object-fit: cover;
    /* width: 27.78%; */
    height: 247px;
}
.support-item h4 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 23px;
}
.support-item {
    width: 50%;
}
.support-list-even {
    flex-direction: row-reverse;
}
.seminar .title-h3 {
    margin-block: 80px;
}



/* ----産後ケア事業について---- */
.care {
    margin-top: 180px;
}
.care-text {
    padding: 40px 0 50px;
    margin: 70px 255px 100px;
}
.care-text p{
    font-size: 1.125rem;
}
.button-care {
    background-color: #D7DCDE;
    padding: 25px 85px;
    font-size: 1rem;
    margin-top: 40px;
    color: #544B4C;
}
.button-care:hover{
    background-color: #E9ECED;
}



/* ----料金・予約---- */
.price {
    margin-bottom: 180px;
}
.price-top{
    margin-top: 180px;
}
.price-table {
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
    border-top: 1px solid #544B4C;
}
.price-table th,
.price-table td {
    border-bottom: 1px solid #544B4C;
    padding: 30px 45px 30px 45px;
}
.price-text {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    padding: 50px 0 0 45px;
}
.reservation {
    margin-bottom: 220px;
}
.reservation-step {
    display: flex;
    gap: 60px;
    margin-left: 75px;
}
.reservation-text {
    text-align: left;
}
.reservation-step img {
    width: 100px;
    height: 100px;
}
.reservation-text h4 {
    margin-top: 0;
    margin-bottom: 23px;
}
.reservation-text p {
    margin-bottom: 80px;
}


/* ---------- お客様の声 ----------- */
.review{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.review-name{
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
}
.review-card {
    background-color: #EDD1D4;
    border-radius: 120px;
    margin: 150px auto;
    width: 77.8%;        
    max-width: 1120px;
    font-size: 1rem;
    line-height: 38px;
    box-sizing: border-box; 
}
.review-content{
    padding: 70px 16.52%;
}
.customer-review{
    margin-top: 220px;
}



/* ----院長からのメッセージ----- */

/* メッセージしたの写真 */
.message-image {
    width: 50%; 
   margin: 0 auto;
}
.message-image img {
    width: 100%;
}
.dots {
    margin-bottom: 100px;
}
/* imgタグのサイズ調整 */
.message-image div img {
    width: 100% ;
    height: 100% ;
    object-fit: cover; 
}



/* ----フッター---- */
footer {
    background-color: #B6ACA2;
    margin: 170px auto 0;
}
footer h5,
footer h6,
footer p,
footer th,
footer td,
footer tr {
    color: #FCF7F2;
}
.footer-inner {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}
.footer-top img {
    width: 120px;
}
.footer-title {
    font-size: 2rem;
    padding-top: 20px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.footer-top {
    display: flex;
    justify-content: center;
}
.footer-top img {
    width: 500px;
    height: 150px;
    object-fit: cover;
}
.footer-info tr {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #FCF7F2;
}
.footer-info th {
    font-size: 1.25rem;
    padding: 0px 10px;
}
.table {
    text-align: center;
    border-collapse: collapse;
}
.table tr {
    display: table-row;
    border-bottom: solid 1px #FCF7F2;
}
.time-table p {
    font-size: 0.875rem;
    margin: 0;
    text-align: right;
    margin: 5px 0;
}
.time-table{
    padding-top: 30px;
}
.table-text {
    margin-top: 10px;
}
.space {
    display: inline-block;
    margin-right: 10px;
    margin-left: 20px;
    font-size: 1.5rem;
}
.contact-info {
    margin-top: 44px;
}
.size18px {
    font-size: 1.125rem;
}
.tel-subtext,
.access-info {
    font-size: 1.25rem;
}
.tel-subtext {
    display: inline-block;
    transform: translateX(-10px);
}
.access-subtext,
.access-subtext2 {
    font-size: 1rem;
}
.contact-info {
    display: flex;
}
.access-info {
    display: flex;
}
.footer-icon {
    padding-right: 20px;
    padding-bottom: 70px;
    object-fit: contain;
}
.insta-icon{
    width: 45px;
    height: 45px;
}
.footer-sitemap h5 {
    margin-top: 20px;
}
.sitemap-column ul {
    display: flex;
    flex-direction: row;
    gap: 32px;
    font-size: 1rem;
}
.sitemap-column a {
    color: #fcf7f2;
}
.sitemap-column a:visited {
    color: #fcf7f2;
    /* 訪問済みリンクも同じ色に */
}
.sitemap-column a:hover {
    color: #fcf7f2;
    /* ホバー時だけ少し濃く */
}
.sitemap-column a:active {
    color: #fcf7f2;
    /* クリック中の色（任意） */
}
.footer-sns {
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-copy {
    text-align: center;
    padding-top: 20px;
}
.space,
.nowrap {
    white-space: nowrap;
}
.btn-access {
    background-color: #fcf7f2;
    padding: 16px 65.1px 16px 65.1px;
    font-size: 1rem;
    margin-left: 40px;
}
.tel-subtext {
    margin: 0;
}
.access-text,
.access-subtext,
.access-subtext2 {
    margin: 0;
}
.access-subtext2 {
    margin-bottom: 30px;
}
.footer-copy {
    padding-top: 56px;
    padding-bottom: 19px;
    color: #fcf7f2;
}
.footer-sitemap h6 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.access-info{
    margin-top: 30px;
}
/* フッター内のリンク */
a:visited {
    color: #544b4c;
}
a:hover {
    color: #544b4c;
}
a:active {
    color: #544b4c;
}
.btn-access {
    color: #544b4c;
}
.btn-access:hover {
    color: #544b4c;
    text-decoration: none;
}
.sitemap-column a:hover{
    text-decoration: underline;
    color: #fcf7f2;
}


@media (max-width:1300px) {
    /* ヘッダー */
    .logo-wrap {
        padding-top: 20px;
    }
    .hamburger {
        display: flex;
        position: fixed;
        top: 50px;
        right: 20px;
        z-index: 1001;
    }
    .head-nav,
    .button-fixed {
        display: none;
    }
    .mobile-nav.active {
        display: flex;
    }
    .logo-wrap img {
        width: 110px;
        margin-left: 0;
        margin-top: 0;
    }

    /* フッター */
    .footer-top {
        margin-bottom: 20px;
    }
    .footer-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .time-table p {
        text-align: center;
    }
    .btn-access {
        margin: 0 auto;
    }
    .footer-icon {
        padding-top: 10px;
    }
    .footer-sitemap {
        margin-top: 60px;
    }
    .footer-icon {
        padding-bottom: 50px;
    }
    .contact-info img {
        padding-right: 50px;
    }
}


@media (max-width:1200px) {
    /* ヘッター */
    .logo-wrap {
        padding-top: 20px;
    }
    .logo-wrap img {
        width: 100px;
        margin-left: 0;
        margin-top: 0;
    }
    
    /* フッター */
    .footer-title {
        font-size: 1.25rem;
        align-items: center;
        text-align: center;
        margin-top: 10px;
    }
    .sitemap-column ul {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 10px;
    }
    .footer-inner{
        width: 88%;
        max-width: 410px;
    }
    .footer-info th,.footer-info td {
        padding: 0 5px;
    }
    /* トップページレイアウト */
    .insta-img {
        display: flex;
        flex-direction: column;
    }
    h2 span {
        display: flex;
        flex-direction: column;
    }
    .about-list2 {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
    }
    .about-4,
    .about-3 {
        width: 100%;
    }
    .about-4 img {
        width: 40%;
        margin: 60px 0 28px 0;
    }
    .about-3 img {
        width: 50%;
        margin: 0px 0 0 auto;
    }
    /* 産後ケア事業について */
    .care-text {
            padding: 45px 0 60px;
            margin: 104px auto 0;
    }
    .care-text p {
        font-size: 1rem;
    }
}


@media (max-width:800px) {
    .logo-fv img {
        width: 180px;
        height: 180px;
    }
    .about-list {
        gap: 30px;
    }
    .about-2,
    .about-item1 {
        width: 80%;
    }
    .profile-container {
        flex-direction: column;
        gap: 60px;
    }
    .profile-photo img {
        width: 50%;
    }
    .profile-info {
        margin-top: 0;
        text-align: center;
    }
    .profile-info .title-h4 {
        margin-bottom: 40px;
    }
    .about-list4 {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .about-item2,
    .about-item3 {
        width: 100%;
    }
    .about-item2-img {
        margin: 0;
        width: 50%;
    }
    .about-item3-img {
        width: 30%;
    }
}


@media (max-width:744px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
        text-align: left;
    }

    body{
        background-image: url(/img/support/backline_sp.png);  
    }
    .support,
    .seminar,
    .reservation,
    .preparation {
        max-width: 330px;
        width: 92%;
    }
    .price {
        width: 92%;
    }   
     /* レスポンシブでタイトルを改行するため */
    .sp-only{
        display: block;
    }
    /* 文字 */
    h2 {
        font-size: 1.875rem;
        letter-spacing: .3rem;
    }
    p {
        font-size: 1rem;
    }
    .price h2 {
        font-size: 1.75rem;
    }
    .title-h3 {
        font-size: 1.5rem;
        letter-spacing: .2rem;
        margin-bottom: 90px;
    }
    /* いとしま助産院haruについて */
    .about-list {
        flex-direction: column;
    }
    .about-item1 {
        width: 100%;
        margin: 60px auto 0
    }
    .about-2 {
        width: 270px;
        height: 162px;
        margin: 0 37px 0 0;
        display: block;
        margin: 0 auto;
    }
    .about-2 img {
        width: 100%;
    }
    .about-list2 {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-4,
    .about-3 {
        width: 100%;
        margin-bottom: 60px;
    }
    .about-4 img {
        width: 174px;
        margin: 60px 0 60px 0;
    }
    .about-3 img {
        width: 245px;
        margin: 0px 0 0 auto;
    }
    .profile h3 {
        font-size: 1.5rem;
    }
    .profile-container {
        flex-direction: column;
        gap: 60px;
    }
    .profile-photo {
        width: 50%;
        max-width: none;
    }
    .profile-info {
        margin-top: 0;
        text-align: center;
    }
    .profile-info .title-h4 {
        margin-bottom: 40px;
    } 
    /* メッセージ */
    .message-text,
    .message-text2 {
        margin-bottom: 124px;
    }
    .message-image {
        width: 100%;
    }
    .message-title2 {
        padding-top: 40px;
    }
    .message p {
        font-size: 1rem;
    }
    .dots {
    margin-bottom: 80px;
    }
    /* サポートメニュー */
    .support .title-h3 {
        font-size: 1.875rem;
    }
    .support,
    .seminar{
        margin-top: 200px;
    }    
    .support-list {
        flex-direction: column;
        margin-bottom: 150px;
        gap: 80px;
    }
    .support-item {
        width: 100%;
    }
    .support-list img {
        aspect-ratio: 1.618/1;
        object-fit: cover;
        height: 185px;
    }
    .support-list {
    margin-bottom: 90px;
    gap: 0px;
    }
    .support-item h4 {
        font-size: 1.5rem;
        margin: 32px 0;
    }
        /* 料金について */
    .price-table th,
    .price-table td {
        padding: 30px 25px 30px 25px;
    }
    .price-text {
        width: 90%;
        padding: 50px 0 0 0;
    }
    .price-text span {
        font-size: 0.875rem;
    }
  
    /* 予約について */
    .reservation-step {
        flex-direction: column;
        gap: 30px;
        margin-left: 0;
    }
    .reservation-step img{
        margin: 0 auto;
    }
    .reservation-step h4{
        text-align: center;
    }
    .reservation {
        margin-bottom: 180px;
    }
    .reservation-text p {
        width: 90%;
        margin: 0 auto 60px;
    }
    dt {
        line-height: 1.6;
    }
    .review-card {
    width: 92%; 
    margin: 50px 15px ;
    border-radius: 80px;
    }
    .review-content{
        padding: 60px 6.38%;
    }
    .customer-review{
        margin-top: 100px;
    }
    /* ページトップへボタン */
    .button-top {
        font-size: 1rem;
        margin: 100px auto;
        max-width: 80%;
        text-align: center;
    }
    }