@charset "UTF-8";
html{
    font-size:100%; /*ユーザー設定の文字サイズを正しく反映*/
}
*{
    /*box-sizing:border-box; */ /*余白や線を幅や高さに含める*/
}
img{
    max-width:100%; /*画像が親要素からはみ出すのを防ぐ*/
    height:auto;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/Noto_Sans_JP/static/NotoSansJP-Regular.ttf') format('truetype');
    font-weight: normal; /* フォントのウェイト */
    font-style: normal; /* フォントのスタイル */
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    background-color: rgb(249, 249, 250);
}
@media screen and (max-width:480px) {
    #logo {
        text-align: left;
    }
    #logo img {
        max-width: 150px;
    }
    #login-logo {
        text-align: center;
    }
    #login-logo img {
        max-width: 300px;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    /* TOP メインビジュアル */
    .swiper-slide {
        position: relative;
    }
    .main-message {
        font-family: "Noto Sans JP", sans-serif;
        position: absolute;
        width: 100%;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.8rem;
        text-align: center;
        z-index: 5;
        color: #333333;
        font-weight: bold;
    }

    .signup-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 120px;
        height: 120px;
        text-align: center;
        background-color: rgba(228, 000, 127, 0.8);
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        border: 2px solid rgba(216, 176, 179, 1);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    /* TOP会員登録 */
    #register-area {
        margin: 20px 0;
        position: relative;
        text-align: center;
    }
    .monitor-start-text {
        color: rgb(187, 0, 1);
        font-size: 24px;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }
    #register-button {
        width: 95%;
        padding: 10px;
        text-align: center;
        color: #f3f3f3;
        background-color: rgb(187, 0, 1);
        border-radius: 10px;"
    }
    #login-button {
        width: 95%;
        margin-top: 20px;
        padding: 10px;
        text-align: center;
        color: #f3f3f3;
        background-color: rgb(52, 114, 177);
        border-radius: 10px;"
    }
    .button-text {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
    }
    .button-text-small {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2;
    }
    .button-see-more {
        font-size: 18px;
    }
    .text-free {
        font-size: 18px;
        font-weight: bold;
    }
    #news-area {
        margin: 20px 20px;
    }
    #news-list {
        text-align: left;
    }
    .td-date {
        width: 120px;
    }
    .section-title {
        font-size: 28px;
        text-align: center;
        color: #000000;
    }

    #contentContainer {
        width: 100%;
        margin: 100px 0 50px 0;
    }
    .breadcrumb {
        width: 90%;
        margin: 40px 0 10px 20px !important;
    }
    .header-text {
        color: rgb(230, 61, 148);
        text-align: center;
        font-size: 24px;
    }
    .page-content {
        margin: 0 20px;
    }
    #footer {
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
        color: #000000;
    }
}

/* タブレット・PC */
@media screen and (min-width: 481px) and (min-width: 960px) {
    #logo {
        text-align: left;
    }
    #logo img {
        max-width: 200px;
    }
    #login-logo {
        text-align: center;
    }
    #login-logo img {
        max-width: 300px;
    }

    #header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        display:flex;
        justify-content:space-between;
    }
    #header ul {
        display:flex;
        list-style:none;
        color: #ffffff;
    }
    #header ul li {
        margin-left:40px;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: bold;
    }
    #header ul li a {
        text-decoration: none;
    }
    #header ul li a {
        font-size: 1.2rem;
        color: #ffffff;
    }

    /* TOP メインビジュアル */
    .swiper-slide {
        position: relative;
    }
    .main-message {
        font-family: "Noto Sans JP", sans-serif;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 3.2rem;
        text-align: center;
        z-index: 5;
        color: #ffffff;
        font-weight: bold;
    }

    .signup-button {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 180px;
        height: 180px;
        font-size: 1.2rem;
        text-align: center;
        background-color: rgba(228, 000, 127, 0.2);
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
        border-radius: 50%;
        transition: background-color 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10;
        border: 2px solid rgba(216, 176, 179, 1);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }
    /* TOP会員登録 */
    #register-area {
        margin: 20px auto;
        position: relative;
        text-align: center;
    }
    .monitor-start-text {
        color: rgb(187, 0, 1);
        font-size: 2.4rem;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }
    #register-button-area {
        width: 50%;
        margin: auto;
    }
    #register-button {
        width: 95%;
        text-align: center;
        padding: 5px;
        color: #f3f3f3;
        background-color: rgb(187, 0, 1);
        border-radius: 30px;"
    }
    #login-button-area {
        width: 50%;
        margin: auto;
    }
    #login-button {
        width: 95%;
        margin-top: 20px;
        padding: 5px;
        text-align: center;
        color: #f3f3f3;
        background-color: rgb(52, 114, 177);
        border-radius: 30px;"
    }
    .button-wrap {
        padding: 5px;
    }
    .button-text {
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1.6;
    }
    .button-text-small {
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.6;
    }
    .button-see-more {
        font-size: 1.6rem;
    }
    .text-free {
        font-size: 1.4rem;
        font-weight: bold;
    }

    #news-area {
        width: 50%;
        margin: 40px auto;
        font-size: 1.4rem;
    }
    #news-area h1 {
        text-align: center;
        font-size: 2.4rem;
    }
    #news-list {
        text-align: left;
    }
    .td-date {
        width: 200px;
    }
    /*
    * モーダルのスタイル
    */
    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 25%;
        top: 25%;
        width: 50%;
        height: 100%;
        overflow: auto;
        /* background-color: rgba(0,0,0,0.4); */
        margin: 0 auto;
        /* text-align: center; */
        align-items: center;
    }

    .modal-content {
        background-color: #fefefe; /* モーダル内の背景色 */
        margin: 0 auto; /* 上下左右中央に配置 */
        border: 1px solid #888;
        width: 100%; /* モーダルの幅 */
    }

    .close {
        color: #aaa;
        float: right;
        font-size: 36px;
        font-weight: bold;
        padding: 0 10px;
    }

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
    #login-modal #wpmem_login {
        margin: 0 auto;
        background-color: #b3d4fc;
    }
    #register-message-area {
        width: 50%;
        text-align: center;
        margin: 40px auto;
    }
    #register-message {
        margin: 0 auto;
    }


    #contentContainer {
        width: 50%;
        margin: 100px auto;
    }
    .breadcrumb {
        width: 100%;
        margin: 40px auto;
        font-size: 1.4rem;
    }
    .header-title {
        width: 100%;
        margin: 0 auto;
        font-size: 2.4rem;
    }
    .header-text {
        color: rgb(230, 61, 148);
        text-align: center;
        font-size: 24px;
    }
    .page-content {
        width: 100%;
        margin: 40px auto;
        font-size: 1.4rem;
    }

    #footer {
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 1.4rem;
        color: #000000;
    }
}
