@charset "utf-8";
/****************************** 全体共通 ******************************/
html {
    font-size: 16px;
}

html * {
    box-sizing: border-box;
}

body{
    font-family: 'Kosugi Maru', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

dl, ol, ul, dt, dd {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
}

a[href^="x-apple-data-detectors://"] {
    pointer-events: none;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and ( max-width: 1024px ) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

.wrapper {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1044px;
}

section {
    margin-top: 100px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
    section {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.pink {
    color: #fe817f !important;
}
.brown {
    color: brown !important;
}
.orange {
    color: #ee7444 !important;
}
.little_font {
    font-size: 1.1rem;
}
.middle_font {
    font-size: 1.25rem;
}
.large_font {
    font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
    .large_font {
        font-size: 1.2rem;
        text-align: left;
    }
}

.wreath {
    position: relative;
    z-index: -1;
    margin-right: -25px;
}

.heading_decoration {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .heading_decoration_women_soudan {
        font-size: 26px;
    }
}

/**********************************************
 * header
**********************************************/
.header_main {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0px;
    position: relative;
    z-index: 2;
    background-color: #fffdf4;
}
.ainote_logo h1 {
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .ainote_logo img {
        width: 80%;
    }
    .ainote_header_info {
        display: none;
    }
    .header_main { padding: 10px 0px; }
}

/**********************************************
 * footer
**********************************************/
footer {
    padding: 25px 15px 60px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,252,221) 75%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,252,221) 75%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,252,221) 75%, rgb(255,255,255) 100%);
}
#pagetop {
    margin-right: 75px;
}
#pagetop:hover {
    cursor: pointer;
}
.footer_title {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    text-align: center;
}

.footer_links_3 {
    margin-top: 35px;
}

.footer_links_4 {
    margin-top: 14px;
}

.footer_links_5 {
    margin-top: 60px;
}

.footer_links_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_links_3 .footer_links_list {
    column-gap: 45px;
}

.footer_links_3 .footer_links_list a {
    font-size: 18px;
}

.footer_links_4 .footer_links_list {
    column-gap: 46px;
}

.footer_links_5 .footer_links_list {
    column-gap: 100px;
}

.footer_links_5 .sns_item a {
    color: #333;
    font-size: 18px;
}

.footer_links_5 .sns_item a img {
    margin-right: 20px;
}

.footer_links_item a {
    color: #000;
}

@media screen and ( max-width: 1024px ) {
    .cm-footer {
        margin-bottom: 183px;
    }

    #pagetop {
        display: none;
    }

    .footer_title {
        margin-bottom: 230px;
    }

    .footer_title img {
        width: 80%;
    }

    .footer_links_fix {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background-color: #fffcdd;
        z-index: 10;
    }

    .footer_links_fix_imglist {
        margin: 0;
        padding: 0 10px;
        display: flex;
        gap: 0.5rem;
        align-items: baseline;
    }

    .footer_links_fix_imglist li {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-basis: calc( 100% / 3 );
        font-size: 11px;
        text-align: center;
    }

    .footer_links_fix_imglist li img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .footer_links_fix_imglist li span {
        display: block;
    }

    .footer_links_fix_info {
        padding: 0 10px 10px;
        display: flex;
        justify-content: center;
    }

    .footer_links_fix_info_line {
        margin-right: 10px;
        padding: 0 10px;
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        background-color: #3fb057;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 10px;
    }

    .footer_links_fix_info_time {
        padding: 10px;
        display: flex;
        background-color: #fff;
        color: #3fb057;
        font-size: 11px;
    }

    .footer_links_fix_info_time span:first-child {
        margin-right: 10px;
        flex-shrink: 0;
        align-self: center;
    }
}

/**********************************************
 * consultation
**********************************************/
.consultation-wrapper {
    margin-bottom: 50px;
}

.consultation-wrapper .heading_decoration {
    margin-bottom: 30px;
}

.consultation-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 20px;
}

.consultation-item {
    border: 1px solid #fe817f;
}

.consultation-item a {
    text-decoration: none;
    height: 100%;
    display: block;
}

.consultation-item a i {
    margin-left: 10px;
}

.consultation-item h3, .consultation-item p {
    margin: 0;
    padding: 15px;
}

.consultation-item h3 {
    background-color: #fe817f;;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultation-item p {
    color: #333;
}

.consultation-txt {
    text-align: center;
}

@media screen and ( max-width: 1024px ) {
    .consultation-list {
        column-gap: 20px;
    }

    .consultation-item h3, .consultation-item p {
        padding: 10px;
    }

    .consultation-item h3 {
        font-size: 20px;
    }
}

@media screen and ( max-width: 576px ) {
    .consultation-txt {
        text-align: left;
    }
}

/**********************************************
 * notice
**********************************************/
.notice_container {
    background-color: #fffcdd;
    padding: 20px 0px;
}

.notice_inner_container {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1310px;
    border-bottom: 1px dashed #fe817f;
}

.top-notice .notice_inner_container:last-of-type {
    border-bottom: none;
}

.notice_list_content {
    margin: 0 auto;
    max-width: 960px;
}

.notice_lists {
    padding: 10px 0px;
    display: flex;
    color: #000;
    font-size: 15px;
}

.notice_lists dt {
    width: 22%;
    font-weight: 500;
}

.notice_link {
    color: #000;
    text-decoration: none;
}

.notice_new {
    margin: -5px 0 0 7px;
    width: 51px;
    height: 15px;
}

.notice_lists_btn_area {
    margin: 15px auto 0;
}

@media screen and ( max-width: 1024px ) {
    .notice_lists {
        flex-direction: column;
    }

    .notice_lists dt {
        width: auto;
    }

    .notice_lists_btn_area {
        text-align: center;
    }
}

/**********************************************
 * single
**********************************************/
.blog_content {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 940px;
}

.next_previous_btn {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.next_previous_btn .single_color a {
    color: #fe817f;
}

.next_previous_btn .single_color + .single_color {
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .single {
        margin-top: 125px;
    }
}

/**********************************************
 * Top Page
**********************************************/
.top-message {
    padding-top: 50px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
    background-color: #fffdf4;
}

/* トップページ画像とテキストのラップ */
.top-message figure {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
}
/* トップページ画像 */
.top-message figure img {
    object-fit: contain;
    display: block;
    max-width: 35%;
    flex-shrink: 0;
}
/* トップページテキスト */
.top-message figcaption {
    margin-top: 0;
    display: block;
    flex-shrink: 1;
}
@media (max-width:1400px) {
    .top-message figure img {
        max-width: 50%;
    }
}

.top-message figcaption p {
    padding: 5px 10px;
    background-color: #fff;
    width: fit-content;
}

.top-contents-list {
    margin-top: 95px;
    margin-bottom: 150px;
    display: flex;
    column-gap: 45px;
}

.top-contents-item {
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #ff8080;
    border-radius: 30px;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-contents-item h3 {
    margin: 0;
    color: #ff8080;
}

.top-contents-item h3 span {
    display: block;
}

.top-contents-item-yokisenu h3 span {
    margin-top: 23px;
}

.top-contents-item-jyosei h3 span {
    margin-top: 35px;
}

.top-contents-item ul {
    margin: 40px auto 30px;
    width: 285px;
}

.top-contents-item ul li {
    position: relative;
}

.top-contents-item ul li::before {
    content: '';
    padding: 4px;
    margin-right: 20px;
    display: inline-block;
    height: 12px;
    width: 14px;
    background-image: url('images/icon_maru.png');
    background-size: contain;
}

.top-contents-item ul li + li {
    margin-top: 30px;
}

.top-contents-item p {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .top-message figure {
        flex-direction: column;
        align-items: center;
    }
    .top-message figure img {
        max-width: 60%;
    }

    .top-message figcaption {
        margin-right: auto;
        margin-left: auto;
        width: fit-content;
        position: static;
        font-size: .9375rem;
        max-width: 100%;
    }

    .top-contents-list {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .top-contents-item {
        width: 45%;
    }

    .top-contents-item h3 {
        margin: 0;
        color: #ff8080;
    }

    .top-contents-item h3 span {
        display: block;
    }

    .top-contents-item-yokisenu h3 span {
        margin-top: 23px;
    }

    .top-contents-item-jyosei h3 span {
        margin-top: 35px;
    }

    .top-contents-item ul {
        margin: 40px auto 30px;
        width: 285px;
    }

    .top-contents-item ul li {
        position: relative;
    }

    .top-contents-item ul li::before {
        content: '';
        padding: 4px;
        margin-right: 20px;
        display: inline-block;
        height: 12px;
        width: 14px;
        background-image: url('images/icon_maru.png');
        background-size: contain;
    }

    .top-contents-item ul li + li {
        margin-top: 30px;
    }

    .top-contents-item p {
        margin-bottom: 0;
    }
}

@media screen and ( max-width: 576px ) {
    .top-message figure img {
        max-width: 90%;
    }

    .top-contents-list {
        flex-direction: column;
        row-gap: 45px;
    }

    .top-contents-item {
        width: auto;
    }
}

/**********************************************
 * pregnancy
**********************************************/
.page_visual_2 img {
    width: 100%;
}
.motto_page img {
    margin-top: 50px;
}
.strategy_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .main_visual_page {
        margin-top: 0;
    }
    .strategy_wrap {
        display: block;
    }
}
.strategy_1,
.strategy_2 {
    flex: 1;
}
.strategy_1 {
    margin-right: 25px;
}
.strategy_2 {
    margin-left: 25px;
}
@media screen and (max-width: 1024px) {
    .strategy_1 {
        margin-right: 0px;
    }
    .strategy_2 {
        margin-left: 0px;
    }

    .motto_page p {
        text-align: center;
    }
}
.strategy_3 {
    margin-top: 50px;
}
.strategy_3 img {
    margin: 0 auto;
}
.staff p {
    margin-bottom: 50px;
}

@media screen and ( max-width: 576px ) {
    .motto_page p {
        text-align: left;
    }
}

/**********************************************
 * contact
**********************************************/
.contact p {
    margin-top: 50px;
}
.contact_wrapper input,
.contact_wrapper select,
.contact_wrapper textarea,
.contact_wrapper input[readonly] {
    border: 1px solid #ee7445;
    border-radius: 0px;
    background-color: #fefef2;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .contact_book_title {
        margin-top: 125px;
    }
}
.required {
    color: #ee7445;
}
.sex div {
    height: 100%;
}
/* ラジオボタン（おしゃれ） */
.contact_radio_area {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
}
.contact_radio_area label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.contact_radio_area .contact_radio {
    margin: 0 1rem 0 0;
    cursor: pointer;
}
.contact_radio_area .contact_radio input[type="radio"] {
    position: relative;
}

.contact_radio_area .contact_radio input:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: .015rem;
    width: 0.75rem;
    height: 0.75rem;
    content: '';
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: #ee7445;
}
@media screen and (max-width: 768px) {
    .contact_radio_area .contact_radio input:before {
        top: 0.026rem;
        left: -0.25rem;
        width: 0.9rem;
        height: 0.9rem;
    }
}
.contact_radio_area .contact_radio input:checked:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.contact_radio_area .contact_radio input:after {
    position: absolute;
    top: -0.15rem;
    left: -0.15rem;
    width: 1.125rem;
    height: 1.125rem;
    content: '';
    border: 1px solid #ee7445;
    border-radius: 50%;
    background: #ffffff;
}
@media screen and (max-width: 768px) {
    .contact_radio_area .contact_radio input:after {
        top: -0.27rem;
        left: -0.55rem;
        width: 1.5rem;
        height: 1.5rem;
    }
}

.datepicker {
    background-color: #fefef2 !important;
}

.select-column {
    display: flex;
    flex-direction: column;
}

.contact-any {
    color: #76F648;
}

.wpcf7-checkbox .wpcf7-list-item {
    position: relative;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    background-color: #fefef2;
    border: 1px solid #ee7445;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    content: '\f00c';
    display: block;
    position: absolute;
    top: -2px;
    left: 3px;
    width: 18px;
    height: 18px;
    font-family: "Font Awesome 5 Free";
    color: #ee7445;
}

.contact_radioarea label:first-of-type .wpcf7-not-valid-tip {
    display: none;
}

@media screen and (max-width: 768px) {
    .datepicker th,
    .day {
        text-align: center;
    }
    .dropdown-menu {
        min-width: 80% !important;
    }
    .table-condensed {
        min-width: 100% !important;
    }
}
.privacy_discription {
    margin-top: 20px;
}
.submit input {
    margin-top: 20px;
    border: none;
    background-color: #fff !important;
}
.class_weekday {
    background-color: #ddd !important;
}
.class_tuesday:hover,
.class_thursday:hover {
    cursor: pointer;
}
.class_sunday {
    color: red !important;
    background-color: #ddd !important;
}
.class_saturday {
    color: blue !important;
    background-color: #ddd !important;
}

.contact_book_box {
    position: relative;
    margin: 2em auto;
    padding: 1.5em 1em;
    border: solid 3px #fe817f;
    border-radius: 8px;
    width: 65%;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
    .contact_book_box { width: 85%; }
}

.contact_book_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #fe817f;
    font-weight: bold;
}
.contact_book_box p {
    margin: 0;
    padding: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #ee7445;
}

.ui-widget-header {
    background: #fefef2;
}

.ui-widget-content .ui-state-disabled .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
}

.ui-widget-content .ui-state-default {
    border: 1px solid #ee7445;
    background: #fefef2;
}

.contact-caution {
    text-align: center;
}

@media screen and ( max-width: 576px ) {
    .contact-caution {
        text-align: left;
    }
}

/**********************************************
 * LINE
**********************************************/
.line-details {
    margin: 0 auto;
    width: fit-content;
}

.line-details h3 {
    font-size: 1rem;
}

.line-details dl {
    display: flex;
}

.line-details dl + dl {
    margin-top: 20px;
}

.line-terms {
    padding: 15px;
    height: 250px;
    overflow-y: scroll;
    border: 1px solid #ee7445;
}

.line-terms li {
    list-style: disc;
    list-style-position: inside;
}

.agree {
    margin: 0 auto;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3fb057;
    color: #fff !important;
    text-decoration: none !important;
}

.agree.disabled-btn {
    pointer-events:none;
    background-color: #ccc;
}

.line-img {
    margin-bottom: 50px;
    display: none;
}

@media screen and ( max-width: 1024px ) {
    .line-details dl {
        display: block;
    }
}

/**********************************************
 * notice_lists
**********************************************/
.wp-pagenavi {
    text-align: center;
    margin: 10px 0;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .page, .wp-pagenavi .nextpostslink {
    background: #fff;
    color: #000;
    border: 1px solid #fe817f;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
}
.wp-pagenavi .current {
    background: #fe817f;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 10px;
}
.paging {
    margin-top: 100px;
}

.area_column {
    flex-direction: column;
}

.flex-base {
    display: flex;
    align-items: baseline;
}

.flex_justify_start {
    justify-content: flex-start !important;
}

.flex_align_start {
    align-items: flex-start !important;
}

.mb-20 {
    margin-bottom: 20px;
}


/*
  2024-12 追加
*/
.hp_mainText {
  color: brown;
}
.hp_mainText > p {
  background-color: inherit !important;
}

option:disabled {
    display: none;
}

input.isInvalid {
    border: 2px solid #f00;
}
input.isInvalid::placeholder {
    color: #f66;
}
.footer_links_fix.isNotFixed {
    position: static!important;
}