@charset "utf-8";

/* ページのタイトルを非表示 */
#wrap #title {
    display: none;
}


.wp-block-columns-test {
    border: 1px solid green;
}

.wp-block-columns, .wp-block-column, figure {
    margin: 0;
}





/* ヘッダー部 */
.bc-head {
    padding: 30px 50px;
    background-color: #9FDDFA;
    position: relative;
    overflow: hidden;
}

.bc-head img {
    width: auto;
}
.bc-head .title {
    margin-top: 0px;
    color:#EC0C6D;
    font-size: 3.0em;
    line-height: 1.2em;
}

.bc-head .head-iken-image {
    width: 350px;
}

.bc-head .head-iken-image,
.bc-head .title,
.bc-head .description {
    position: relative;
      z-index: 1;
}

.bc-head .description {
    font-size: 1.2em;
}


.bc-head .head-bg-image {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-height: 80%;
    width: 400px; /*auto;*/
    max-width: 50%;
    z-index: 0;
    /*opacity: 0.3; /* テキストが読みやすいように画像を少し透過 */
    object-fit: contain;
    /*object-fit: cover;*/
    margin-right: 50px;

}






@media (max-width: 781px) {
    .bc-head .head-bg-image {
        width: 50%;
        margin-right: 3px;
    }

}





/* ---------- */

.info-table {
    background-color: #d6f1ff;
    padding: 1em;
    /*font-size: 14px;*/
}

.info-table table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.info-table td {
    padding: 4px 8px;
    border-bottom: 2px solid #fff;
    
}

.info-table td:first-child {
    width: 30%;
    font-weight: bold;
    /*border-right: 2px solid #fff;*/
}

.charter-note {
    margin-top: 0.5em;
    font-size: 0.9em;
}


.side-label {
    display: flex;
    min-width: 40px;
}

.side-label p {
    margin-bottom: 0;
}


.label-vertical {
    writing-mode: vertical-rl;
    background-color: #6b8fd6;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    min-width: 40px;
    font-size: 14px;
    flex: 1;
    border-radius: 20px;
}

.join {
    max-width: 220px;
}


.survey-container {
    margin: 0 auto;
    background: linear-gradient(135deg, #e91e63, #ad1457);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
        
.suv-header {
    background: linear-gradient(135deg, #e91e63, #c2185b);
    color: white;
    padding: 20px 30px;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.suv-content {
    display: flex;
    align-items: stretch;
    background: linear-gradient(135deg, #fce4ec, #f8bbd9);
    min-height: 200px;
}

.suv-text {
    flex: 1;
    padding: 25px 30px;
    color: #333;
    line-height: 1.8;
}

.suv-text p {
    margin: 0 0 15px 0;
    /*font-size: 16px;*/
}

.suv-text p:last-child {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #666;
}


.soshina-container_xx {
    background: white;
    margin: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    position: relative;
}

.soshina-container .wp-block-image {
    margin-top: 20px;
}


.button-container {
    padding: 20px 30px;
    background: linear-gradient(135deg, #fce4ec, #f8bbd9);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
        
.survey-button {
    display: inline-block;
    background: linear-gradient(135deg, #e91e63, #c2185b);
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(233, 30, 99, 0.3);
    transition: all 0.3s ease;
    font-family: inherit;
    text-decoration: none;
}
        
.survey-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
    background: linear-gradient(135deg, #d81b60, #ad1457);
}
        
.survey-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.3);
}



.wp-element-caption {
    text-align: center;
}


.use-content, .gap10 {
    gap: 10px;
    /*border: 1px solid red;*/
}



/* 画面が小さい */
@media (max-width: 780px) {
    .label-vertical {
      writing-mode: horizontal-tb;
    }

    .wp-block-columns.apply-section {
      flex-direction: column !important;
    }

    .apply-arrow {
      content: url('https://www.kanon-marina.co.jp/wp-content/uploads/2025/05/20250523155111.png');
      width: 60px;
      min-width: 60px;;
      height: auto;
      margin: 0 auto;
      display: flex;
    }

    .use-apply-arrow {
      content: url('https://www.kanon-marina.co.jp/wp-content/uploads/2025/05/20250523170524.png'); /* 下向き矢印 */
      width: 60px;
      min-width: 60px;;
      height: auto;
      margin: 0 auto;
      display: flex;
    }



    .closed-msg {
      /*margin-top: 1em;*/
      display: flex;
      align-items: center;     /* 縦方向の中央 */
      text-align: left;
      justify-content: center;
    }

    .closed-msg p {
        margin: 0;
    }


    .info-table table {
        margin-top: 0;
    }

    .justify-center {
        display: flex;
        justify-content: center; /*左右中央揃え*/
        /*align-items: center;     /*上下中央揃え*/
    }

    .arrow-responsive {
        justify-content: center; /*左右中央揃え*/
    }


    /* 申込方法：下向き矢印に変更 */
    .arrow-css-responsive {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid #EC0B6C;
        margin: auto;
    }



}

/* PCの画面 */
@media (min-width: 781px) {
    .apply-arrow {
      content: url('https://kanon-marina.co.jp/wp-content/uploads/2025/05/20250523153953.png'); /* 右向き矢印 */
      width: 30px;
      min-width: 30px;
      height: auto;
      align-self: center;
    }

    .use-apply-arrow {
      content: url('https://www.kanon-marina.co.jp/wp-content/uploads/2025/05/20250523174022.png'); /* 右向き矢印 */
      width: 30px;
      /*min-width: 30px;*/
      height: auto;
      align-self: center;
      z-index: 1;
    }

    .apply-arrow-box {
        min-width: 30px;
        max-width: 47px;
    }


    .closed-msg {
      margin-left: 1em;
      align-self: flex-start;
    }

    .arrow-responsive {
        display: flex;
    }


    /* 申込方法：右向き矢印に変更 */
    .arrow-css-responsive {
        border-left: 20px solid #EC0B6C;
        border-right: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin:auto;
    }

  }

  .apply-block {
    border: 2px solid #7a9bd4;
    padding: 1em;
    min-width: 200px;
  }

  .apply-block h4 {
    margin-top: 0;
    color: #7a9bd4;
  }

  .closed-msg {
    color: #e6007e;
    font-weight: bold;
    display: flex;
    align-items: center;     /* 縦方向の中央 */
  }



