body{
    background-color: #333;
    font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.mycolor{
    color:#FF005C !important;
}
.btn-mycolor{
    color:#FFF;
    background-color:#FF005C;
}
.bg-mycolor{
    background-color:#FF005C;
}

.border-top-mycolor{
    border-top-color: #FF005C;
}
.border-bottom-mycolor{
    border-bottom: 10px solid #FF005C;
}

.s_title {
    background-color:#FF005C;
    padding: 10px 0 10px 5px;
    margin-bottom: 10px;
}
.s_title h3{
    color:#FFF;
    font-size: 1rem;
    margin: 0;
    line-height: 20px; /* 追加 */
}
.s_title h3::before {
    content: "";
    display: inline-block;
    width: 10px; /* 幅を調整 */
    height: 20px; /* 高さを調整 */
    background-color: white;
    margin-right: 5px;
    vertical-align: middle; /* 追加 */
}


.s_title_off {
    background-color:#ffffff;
    padding: 10px 0 10px 5px;
    margin-bottom: 10px;
    border-top: #FF005C solid 1px;
    border-bottom: #FF005C solid 1px;
}
.s_title_off h3{
    color:#FF005C;
    font-size: 1rem;
    margin: 0;
    line-height: 20px; /* 追加 */
}
.s_title_off h3::before {
    content: "";
    display: inline-block;
    width: 10px; /* 幅を調整 */
    height: 20px; /* 高さを調整 */
    background-color: #FF005C;
    margin-right: 5px;
    vertical-align: middle; /* 追加 */
}
.swiper-container {
    width: 650px; /* コンテナの幅を650pxに設定 */
    overflow: hidden; /* 子要素が領域を超えて表示されるのを防ぐ */
}
.swiper-slide img {
    width: 110px; /* 画像の幅を親要素に合わせる */
    height: 110px; /* 高さも同じ値に設定 */
    object-fit: cover; /* 画像が指定した高さと幅に収まるように調整 */
}


.flexon {
    display: flex;
    align-items: stretch; /* 修正 */
    border-bottom: 1px solid gray;
    height: 100%; /* 追加 */
    margin-bottom:10px;
}
.flexon:last-child {
    /* Your custom styles here */
    margin-bottom:0px;
}


.image-box {
    flex: 1;
}

.info-box {

    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* 修正 */

}
.info-box h5{
    font-size: 1.2rem;
    height:60px;
    display: flex; /* 追加 */

    justify-content: center; /* 追加 */
    flex-direction: column; /* 追加 */
}
.spacer {
    flex-grow: 1; /* 追加 */
}

.social-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.follow-me {
    display: flex;
    justify-content: space-between;
}

.follow-me li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1;  /* Add this line */
}

.follow-me li:not(:last-child) {
    border-right: 1px solid gray;
}

.keepbox{
    padding: 0;
    display: block;
    color:darkorange
}
.keepbox div{
    font-size: 0.6rem;
}

.weitting-box{
    background-color: #000;
    margin: 10px;
    color:#FFF;
    font-size: 0.8rem;
}

.countdown{
    font-size: 2rem;
    font-weight: 700;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213, 173, 109, 1) 0%, rgba(213, 173, 109, 1) 26%, rgba(226, 186, 120, 1) 35%, rgba(163, 126, 67, 1) 45%, rgba(145, 112, 59, 1) 61%, rgba(213, 173, 109, 1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.image-waku{

    display: flex; /* 追加 */
    align-items: center; /* 追加 */
    justify-content: center; /* 追加 */
    flex-direction: column; /* 追加 */
}
.image-waku h5{
    color:#fff;
    font-size: 1rem;
}
.image-waku img{
    margin: 0 auto;
    width: 100%;
}

.border-online{
    border:solid 3px #FF005C;
    background-color: #FF005C;
}
.border-weit-online{
    border:solid 3px #000;
    background-color: #000;
}
.border-offline{
    border:solid 3px #FF9ABE;
    background-color: #FF9ABE;
}

.sociallink img{
    width:25px;
}

ul.footmenu {
    list-style: none;
    width: 100%;
    padding: 10px 0;
}

ul.footmenu li {
    border-top: 1px solid #000;
    padding: 10px 0;
    text-indent: 1em;
}

ul.footmenu li:first-child {
    border-top: none;
}

ul.footmenu li:last-child {
    border-bottom: 1px solid #000;
}

ul.footmenu li a {
    color: #000; /* リンクの色を黒に設定 */
    text-decoration: none; /* アンダーラインを削除 */
    display: block; /* ブロックレベル要素にする */
    width: 100%; /* 幅を100%にする */
    height: 100%; /* 高さを100%にする */
}

.keepbox .btn i, .keepbox .btn div {
    color: darkorange;
}

.keepbox .btn-on i, .keepbox .btn-on div {
    color: #ff0073;
}

.btn-small{
    padding:0;
}




@media (max-width: 768px) {
    header, section, footer{
        margin: 0 auto;
        width: 100%;
        background-color: #fff;
    }
    header{
        padding-bottom: 30px;;
    }
    footer{
        margin-top: 30px;
    }
    .basebox{
        padding: 30px 10px;
    }
}

@media (min-width: 769px) {
    header, section, footer{
        margin: 0 auto;
        width: 650px;
        background-color: #fff;
    }
    header{
        padding-bottom: 30px;;
    }
    footer{
        margin-top: 30px;
    }
    .basebox{
        padding: 30px 10px;
    }
}

.form-group{
    margin-top:2rem;
}

.linkmenu .bg-dark a:link{
    color:#FFF;
}

.linkmenu .bg-light a:link{
    color:#333;
}


.linkmenu .bg-pink{
    background-color: #FF005C;
}

.linkmenu .bg-pink a{
    color:#fff;
}




