@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*TOPページ*/

.top #content {
    margin-bottom: 0;
    padding-top: 0 !important;
}

.top-p_reserve {
    text-align: center;
    margin: auto;
}

h2.title_1 {
    text-align: center;
    width: 28%;
    margin: auto;
    top: -3rem;
    padding: 5px;
}

h2.top-page_title_1 {
    text-align: center;
    width: 28%;
    margin: auto;
    top: -112px;
    padding: 5px;
}

.top_title-text_2 {
    display: block;
    font-size: 13px;
}

h2.top-p_opiniontext_1 {
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff;
}

span.top-p_text-marker {
    background-color: rgba(230,89,121,0.3);
}

.top-page_card figure.wp-block-media-text__media {
    padding: 42px 0px 42px 0px;
}

.top-p_matchmaker_title {
    margin-bottom: -35px;
}

h3.top-p_matchmaker_title_1 {
    font-size: 18px;
    text-align: center;
    width: 25%;
    margin: auto;
    bottom: -60px;
    color: #fff;
    left: 2px;
    padding: 5px;
    background: #94853f;
}

h3.top-p_matchmaker_title_2 {
    text-align: center;
    width: 25%;
    margin: auto;
    bottom: -58px;
    color: #fff;
    left: 50px;
    padding: 5px;
    background: #94853f;
}

.top-p_matchmaker_title-text_2 {
    font-size: 13px;
}

h3.top-p_matchmaker_title:before {
    content: none !important;
}

.top-p_reserve_btn {
    padding: 1% 2% 0% 1%;
}

.top-p_accordion {
    max-width: 85%;
    margin-bottom: 7px;
    border: 1px solid #c8c3c3;
    border-radius: 4px;
    text-align: center;
    margin: auto;
    margin-bottom: 12px;
    background: #ffffff;
}

.top-p_accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 2em;
    background-position: right calc(2em - 7px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    font-weight: 600;
    cursor: pointer;
}

.top-p_accordion summary::-webkit-details-marker {
    display: none;
}

.top-p_accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #999999;
    border-right: 3px solid #999999;
    content: '';
    transition: transform .3s;
}

.top-p_accordion[open] summary::after {
    transform: rotate(225deg);
}

.top-p_accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0px 25px;
    padding: 0 2em 2em 2.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.top-p_accordion[open] p {
    transform: none;
    opacity: 1;
    text-align: left;
}

.top-p_accordion p:before {
    position: absolute;
    content: url(https://marry-plus.com/wp-content/uploads/2023/05/4-2.png);
    margin-left: -40px;
 } 


.top-p_entry-image {
    margin: -50px 0px 40px 0px;
}


.top-help_btn a {
    background: #ffffff;
}

.top-p_text {
    margin: 0px 0px 0px -330px;
}

.matchmaker-container_1, .matchmaker-container_2 {
    width: 100%;
    margin: auto;
}

/*.top-p_matchmaker_container {
    margin-bottom: -4em;
}*/

.advisor-text {
    padding: 0px 0px 0px 0px;
}

.overview {
    margin-bottom: 6em;
}

.overview-table {
    width: 70% !important;
    margin: auto;
}

.overview-table th {
    text-align: center;
    vertical-align: middle !important;
    font-weight: 500 !important;
    font-size: 11pt;
}

.overview-table td {
    vertical-align: middle !important;
    font-weight: 500 !important;
    font-size: 11pt;
}

/* 予約ボタン */

.reserve_button a {
    background: #ee6e9f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 410px;
    padding: 16px 25px 10px;
    color: #FFF;
    font-weight: 900;
    font-size: 20pt;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #ef79aa 0%, #f187b2 50%, #ef77a8 51%, #ef77a8 100%);
}

.reserve_button a span {
    background: #fbf003;
    width: 34%;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -18px;
    padding: 1px 0;
    font-size: 1rem;
    color: #000000;
    border-radius: 16px;
}


.reserve_button_2{
    animation: fuwafuwa 3.5s ease 0s infinite;
}
 
@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, -15%);
    }
    100% {
        transform: translate(0, 0);
    }
}


.reserve_button_2 a {
    background: #ee6e9f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 410px;
    padding: 16px 22px 10px;
    color: #FFF;
    font-weight: 900;
    font-size: 20pt;
    flex-direction: column;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(to bottom, #ef79aa 0%, #f187b2 50%, #ef77a8 51%, #ef77a8 100%);
}

.reserve_button_2 a span {
    background: #fbf003;
    width: 34%;
    text-align: center;
    position: absolute;
    top: -15px;
    left: -18px;
    padding: 1px 0;
    font-size: 1rem;
    color: #000000;
    border-radius: 16px;
}


.table-color-blue {
    --table-border: 1px solid #2665D0;
}

.table-color-red {
    --table-border: 1px solid #ef77a8;
}

.table-color-yellow {
    --table-border: 1px solid #ff9d02;
}


.top-p_table {
    margin-top: 4em;
}

.top-page_card {
    padding: 14px 28px;
    border: 2px solid #44aed8;
    border-radius: 4px;
    width: 84%;
    margin: auto;
}

.top-page_card p {
    margin-bottom: 6px;
}

.top-page_card .wp-block-media-text__content {
    padding: 2px 18px !important;
}


.top-page_bar {
    text-align: center;
    margin-bottom: -1%;
}


@media screen and (max-width: 767px) {
    h2.title_1 {
        width: 50%;
        top: -1rem;
    }

    h2.top-page_title_1 {
        text-align: center;
        width: 70%;
        margin: auto;
        top: -30px;
        padding: 4px;
    }

    .top-p_matchmaker_container {
        margin-bottom: -4em;
    }
    
    .overview-table {
        width: 85% !important;
        margin: auto;
    }

    .top-page_card figure.wp-block-media-text__media {
        padding: 10px 50px 10px 50px;
    }

    .top-page_card {
        padding: 26px 14px;
        width: 90%;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content p {
    font-size: 11.8pt !important;
    }

    .top-page_bar {
        text-align: center;
        margin-top: -0.5%;
        margin-bottom: -2.4%;
    }
    .top-p_reserve {
        padding: 4%;
        margin: 0;
    }
    .top-p_catchtext {
        padding: 27% 36% 13% 0%;
    }
    .button_solid011 a {
        font-size: 17pt !important;
    }
    .button_solid011 a span {
        font-size: 0.9rem !important;
    }

   .matchmaker-container_1, .matchmaker-container_2 {
        width: 98%;
        margin: auto;
    }

    .top-p_matchmaker_title {
        margin: 24px 0px 10px 0px;
    }

    h3.top-p_matchmaker_title_1 {
        display:none;
    }

    h3.top-p_matchmaker_title_2 {
        text-align: center;
        width: 62%;
        margin: auto;
        bottom: 10px;
        color: #fff;
        left: 0px;
        padding: 5px;
        background: #94853f;
    }

    .advisor-text {
        padding: 40px 0px 0px 0px;
    }

    .write-in_1 {
        margin: 12px 6px !important;
    }

    .top-p_entry-image {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 1020px) and (min-width: 768px){
    h2.top-page_title_1 {
        text-align: center;
        width: 70%;
        margin: auto;
        top: -30px;
        padding: 4px;
    }

    
    .top-p_catchtext {
        margin: 0 0 2% -32%;
        padding: 86px;
    }

    
    .top-page_card figure.wp-block-media-text__media {
        padding: -2px 50px 10px 50px;
    }

    .top-page_card {
        padding: 16px 10px;
        width: 96%;
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content p {
    font-size: 11.8pt !important;
    }

    .advisor-text {
        padding: 10px 0px 0px 0px;
    }

    .top-p_matchmaker_title {
        margin-bottom: 91px;
        margin-top: -50px;
    }

    h3.top-p_matchmaker_title_1, h3.top-p_matchmaker_title_2 {
        width: 32%;
    }

    .top-p_entry-image {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }


}


@media screen and (max-width: 280px){
    .reserve_button a {
        padding: 10px 7px 10px;
        font-size: 16pt;
     }
     
    }



/* エントリーフォーム */

.write-in_1 {
    margin: 12px 200px;
}

.name {
    background: #ffffff;
    width: 100%;
    border-radius: 4px;
}


.name01, .name03 {
    background: #ffffff;
    width: 100%;
    margin: 0px 4px 10px 0px;
    border-radius: 4px;
}

.name02, .name04 {
    background: #ffffff;
    width: 100%;
    margin: 0px 0px 10px 4px;
    border-radius: 4px;
}

span.inquiry_req {
    background: #f57b77;
    padding: 4px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: 2px;
}

.form_born {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 50px;
}
.bornbox {
    position: relative;
}
.bornbox::after {
    position: absolute;
    right: 15px;
    top: 1.0em;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.form_born select {
    appearance: none;
	width: 98%;
    height: 2.4em;
    padding: .2em calc(.8em + 30px) .2em .8em;
	margin-right:2%;
    border: 1px solid hsla(0,0%,78%,.5);
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;

}

.born {
    background: #ffffff;
    border-radius: 4px;
    display: inline-block;
    padding: 8px 50px;
    margin: 0px 5px 0px 0px;
}

.submit_email {
    background: #ffffff;
    border-radius: 4px;
    width: 100%;
}


span.consent {
    font-size: 10pt;
}

.submit_button {
    background: #ee6e9f;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 3rem;
    margin-bottom: -1rem;
    max-width: 410px;
    padding: 6px 56px 6px;
    color: #FFF;
    font-weight: 900;
    font-size: 18pt;
    flex-direction: column;
    border-radius: 3px;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to bottom, #ef79aa 0%, #f187b2 50%, #ef77a8 51%, #ef77a8 100%);
}
  

.form_name {
    display: flex;
    flex-wrap: wrap;
  }
  
.item-box {
    flex: 1;
    margin: 0 4px;
    max-width: 300px; /* 任意の値 */
    width: calc(50% - 20px);
    box-sizing: border-box;
}
  
.item-box:first-child {
    margin-left: 0;
}


input[type="radio"] {
    display: none;
}
 
span .gender .first:has(:checked), span .gender .last:has(:checked) {
    color: #2589d0;
    opacity: 1;
}

span.gender {
    display: flex;
}

span .gender .first, span .gender .last {
    align-items: center;
    gap: 0 0.5em;
    position: relative;
    text-align: center;
    margin: auto;
    border: 1px solid #2589d0;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0.5;
}

.gender .first label, .gender .last label {
    padding: 4px 96px;
    width: 100%;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 280px){
.born {
    margin-right: 3px !important;
}
}


@media screen and (max-width: 767px) {
    .gender .first label, .gender .last label {
        padding: 4px 60px;
    }
    .born {
        background: #ffffff;
        border-radius: 4px;
        display: inline-block;
        padding: 8px 36px;
        text-align: center;
        margin-right: 4px ;
    }

}


@media screen and (max-width: 1020px) and (min-width: 768px){
    .gender .first label, .gender .last label {
        padding: 4px 56px;
    }

    .born {
        background: #ffffff;
        border-radius: 4px;
        /* display: inline-block;*/
        padding: 8px 36px;
        text-align: center;
        margin-right: 4px;
        width: 32%;
    }

}


@media screen and (max-width: 1019px) and (min-width: 912px){
.born {
    padding: 8px 44px;
}
}


@media screen and (max-width: 390px) {
    .gender .first label, .gender .last label {
        padding: 4px 60px;
    }
}    

@media screen and (max-width: 280px) {
    .gender .first label, .gender .last label {
        padding: 4px 46px;
    }
}



/* お問い合わせフォーム */

.inq_form {
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
}


/* フォーム全般 */

.add_img {
    width: 140px;
    height: auto;
    margin: 0px 3px -2px 2px;
}

.form_caution span {
    background: linear-gradient(transparent 50%, #fedee7 60%);
    font-weight: bold;
}

.form_caution {
    font-size: 10pt;
}


/*メディア更新情報*/

.top_column .-type-list .p-postList__body {
    max-height: 58px;
}

@media screen and (min-width: 768px) {
    .top_column .-type-list .p-postList__thumb {
        width: 20%;
    }

    .top_column .-type-list .p-postList__link {
        justify-content: center;
    }
    .top_column .-type-list .p-postList__body {
        width: 70%;
        margin-left: 1em;
    }

    .top_column .li.p-postList__item {
        height: 100px;
    }
}
