@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Mochiy+Pop+P+One&family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@media screen and (max-width:700px){
.font{
    font-family: "Roboto Condensed", serif;
    font-family: "Noto Sans JP", serif;
    font-family: "Kaisei Decol", serif;
    font-family: "Mochiy Pop P One", serif;
}
.oc2025_wrap {
    padding: 5.38%;
    background-image: url(../images/2025g/oc/ocbg.png);
}
#oc_inner1 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.oc_special_wrap {
    margin-top: 5.38%;
}

.oc2025_wrap #oc_inner1 .kibou {
    text-align: center;
    color: #E22B84;
    font-size: 18px;
    font-family: "Mochiy Pop P One", serif;
    text-shadow: 2px 2px #FFFFFF;
}

.oc2025_wrap #oc_inner1 .kiboubi_kuri {
    text-align: center;
    margin-top: 8.46%;
    font-size: 24px;
    font-weight: normal;
    font-family: "Mochiy Pop P One", serif;
    color: #E22B7E;
    text-shadow: 2px 2px #FFFFFF;
    display: flex;  /* 横並びにする */
    align-items: center;  /* 中央揃え */
    justify-content: center;
    gap: 32px;  /* ボーダーとテキストの間隔 */
    margin-bottom: 2.3%;
}
.oc2025_wrap #oc_inner1 .kiboubi_kuri em {
    font-size: 20px;
    font-style: normal;
    display: block;
    margin-top: 8px;
}


/* 疑似要素でボーダーを追加 */
.oc2025_wrap #oc_inner1 .kiboubi_kuri::before,
.oc2025_wrap #oc_inner1 .kiboubi_kuri::after {
    content: "";
    display: block;
    width: 40px;  /* ボーダーの長さ */
    height: 6px;  /* ボーダーの太さ */
    background-color: #E22B7E;  /* ボーダーの色 */
}




.oc_nittei_wrap {
    margin-top: 5.38%;
}


#oc_inner1 .tomodati_oya {
    text-align: center;
    font-size: 24px;
    margin-top: 2.3%;
    font-family: "Kaisei Decol", serif;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    color: #FFFFFF;
    background-color: #00B2ED;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
    border-radius: 50px;
    padding-bottom: 8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.71);
}

#oc_inner1 h1 .oc2025_h1 {
    max-width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.oc_flex1 {
    margin-top: 8.46%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oc_line {
    width: 100%;
    border-radius: 8px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.42);
}
.oc_line_inner {
    padding: 16px;
}
.oc_line_inner h3 {
    color: #00B900;
    font-family: "Mochiy Pop P One", serif;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    line-height: 1.5em;
    margin-bottom: 16px;
}
.oc_line h2 img {
    width: 15%;
    /* [disabled]-webkit-box-shadow: 1px 1px 2px #005400; */
    /* [disabled]box-shadow: 1px 1px 2px #005400; */
    margin-right: 8px;
    position: absolute;
    left: -16px;
    top: -16px;
}
/*
.oc_flex1 .oc_line h2 .l_kantan {
    -webkit-box-shadow: 0px 0px rgba(0,0,0,0.00);
    box-shadow: 0px 0px rgba(0,0,0,0.00);
    width: 128px;
    position: absolute;
    
}
*/

.oc_koutuhi {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.41);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.41);
    margin-top: 5.38%;
}
.koutuhi_inner {
    padding: 24px;
}
.koutuhi_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.koutuhi_each {
    width: 31.53%;
    border-radius: 6px;
    border: 1px solid #E85298;

}
.koutuhi_flex .koutuhi_each p {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #E85298;
}
.koutuhi_flex .koutuhi_each p strong {
    font-size: 18px;
}


.koutuhi_flex .koutuhi_each h3 {
    background-color: #E85298;
    text-align: center;
    color: #FFFBC7;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
}



.oc_flex1 .oc_koutuhi h2 {
    background-color: #E85298;
    color: #FFFBC7;
    text-align: center;
    padding: 8px;
    font-family: "Mochiy Pop P One", serif;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: normal;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.oc_line h2 {
    background-color: #00B900;
    padding: 8px;
    color: #FFFFFF;
    font-family: "Mochiy Pop P One", serif;
    font-weight: normal;
    text-align: center;
    line-height: 1.5em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 24px;
    position: relative;
}
.oc_line .oc_line_inner p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
}
.oc_line .oc_line_inner .line_jikan {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 32px;
    background-color: #DFDFDF;
    color: #00B900;
    margin-top: 16px;
    font-size: 14px;
}
.oc_koutuhi .koutuhi_inner .sikyugakuga {
    text-align: center;
    margin-top: 24px;
    font-size: 13px;
}
.oc2025_menu {
    border-radius: 8px;
    margin-top: 5.38%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.42);
    padding-bottom: 24px;
}
#oc_inner1 .oc2025_menu .oc_naiyouga {
    text-align: center;
    color: #00B2ED;
    font-size: 14px;
}

#oc_inner1 .oc2025_menu h2 {
    background-color: #00B2ED;
    color: #FFF100;
    text-align: center;
    padding: 8px;
    font-family: "Mochiy Pop P One", serif;
    font-size: 24px;
    line-height: 1.5em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: normal;
    /* [disabled]text-shadow: 2px 2px #FFF100; */
}
#oc_inner1 .oc2025_menu ul {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oc2025_menu ul li {
    width: 47.69%;
    margin-bottom: 5.38%;
}
.oc2025_menu ul li img {
    border-radius: 8px;
    width: 100%;
}
.oc2025_menu ul li p {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
}


/*
#oc_inner1 .oc_h2-1 {
    text-align: center;
    margin-top: 5.38%;
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: normal;
    font-family: "Mochiy Pop P One", serif;
    color: #E22B7E;
    text-shadow: 2px 2px #FFFFFF;
}
*/

#oc_inner1 .oc_h2-1 {
    text-align: center;
    margin-top: 6.92%;
    font-size: 56px;
    font-weight: normal;
    font-family: "Mochiy Pop P One", serif;
    color: #E22B7E;
    text-shadow: 2px 2px #FFFFFF;
    display: flex;  /* 横並びにする */
    align-items: center;  /* 中央揃え */
    justify-content: center;
    gap: 32px;  /* ボーダーとテキストの間隔 */
    margin-bottom: 5.38%;
}

/* 疑似要素でボーダーを追加 */
#oc_inner1 .oc_h2-1::before,
#oc_inner1 .oc_h2-1::after {
    content: "";
    display: block;
    width: 40px;  /* ボーダーの長さ */
    height: 6px;  /* ボーダーの太さ */
    background-color: #E22B7E;  /* ボーダーの色 */
}


.oc_nittei_wrap ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oc_nittei_wrap ul li {
    width: 47.69%;
    border-radius: 8px;
    background-color: #FFFFFF;
    margin-right: 0px;
    margin-bottom: 4.61%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* [disabled]padding: 24px; */
    border: 3px solid #EA63A0;
    text-align: center;
    color: #EA63A0;
    font-size: 15px;
    -webkit-box-shadow: 6px 6px #EA63A0;
    box-shadow: 6px 6px #EA63A0;
    font-family: "Mochiy Pop P One", serif;
}
.oc_nittei_wrap ul li a {
    padding: 16px;
    display: block;
}

#oc_inner1 .oc_nittei_wrap ul .special_day {
    background-color: #FFF100;
    text-shadow: 2px 2px #FFFFFF;


}

.oc_nittei_wrap ul li strong {
    font-size: 28px;
    margin-right: 8px;
    line-height: 1em;
    display: inline-block;
    font-family: "Mochiy Pop P One", serif;
    font-weight: normal;
}

.oc_nittei_wrap ul li:nth-child(4n){
    margin-right: 0px;
} 
.oc_special_wrap ul {
    padding: 0px;
    margin-top: 3.84%;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between;
}
.oc_special_wrap ul li {
    width: 100%;
    background-color: #E8468D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 16px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    flex-wrap: wrap;
    border: 6px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 12px rgba(0,0,0,0.40);
    margin-top: 5.38%;
}
.oc_special_wrap ul li .special_L {
    width: 100%;
    border-right: 1px none #FFFFFF;
    margin-right: 24px;
    margin-bottom: 5.38%;
}
.oc_special_wrap ul li .special_R {
    flex: 1;
}
.oc_special_wrap ul li .special_R p {
    line-height: 1.5em;
    font-size: 14px;
}


.oc_special_wrap ul li h4 {
    color: #FFF100;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 16px;
    border-bottom: 3px dotted #FFF100;
    padding-bottom: 16px;
    /* [disabled]text-shadow: 2px 2px #FFF100; */
}

.oc_special_wrap ul li h3 strong {
    font-size: 40px;
    margin-right: 8px;
    font-family: "Mochiy Pop P One", serif;
}
#oc_form2025 {
    border-radius: 16px;
    padding: 5.38%;
    background-color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5.38%;
}
#oc_form_wrap_wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#oc_form2025 h2 {
    font-size: 24px;
    font-family: "Mochiy Pop P One", serif;
    text-align: center;
    margin-bottom: 5.38%;
    color: #E22B7E;
}
.oc_form_head_head #oc_form_date_date {
    text-align: center;
    font-size: 18px;
}
.oc_form_head_head #oc_form_date_date em {
    font-style: normal;
    margin-left: 0px;
    font-size: 20px;
    display: block;
    margin-top: 8px;
}
#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr th {
    text-align: center;
    padding-right: 0px;
    /* [disabled]border-right: 1px solid #DADADA; */
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 3px solid #D7D7D7;
    width: 100%;
    color: #565656;
    display: block;
}
#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td {
    padding-left: 0px;
    border-bottom: 1px solid #D7D7D7;
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
#oc_form_wrap_wrap #mailform table tbody tr td .mfgg_middle {
    padding: 16px;
    border-style: none;
    border-radius: 8px;
    background-color: rgba(238,238,238,1.00);
}
.ococ_day_title {
    border-radius: 8px;
    border-style: none;
}


#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td .yubin {
    background-color: #EA63A0;
    border-style: none;
    padding: 12px;
    border-radius: 8px;
    color: #FFFFFF;
    cursor: pointer;
}
#oc_form2025 #oc_form_wrap_wrap #mailform #subbbb .sub_bt {
    background-color: #E22B7E;
    color: #FFFFFF;
    padding: 16px;
    font-weight: bold;
    width: 256px;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.24);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.24);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 32px;
    border-radius: 8px;
    border-style: none;
    font-size: 18px;
}
#oc_form_wrap_wrap #mailform #subbbb {
    text-align: center;
}
#oc_form_wrap_wrap #mailform table tbody tr td p {
    line-height: 1.5em;
}




#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td .mfgg_textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    border-style: none;
    background-color: #E3E3E3;
    border-radius: 8px;
    margin-top: 16px;
}

.zaigaku_sotugyo {
}
.zaigaku_sotugyo.zai {
    border: 1px solid #00B2ED;
    margin-bottom: 16px;
    margin-top: 16px;
}
td .zaigaku_sotugyo.zai .pa16 {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}
#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td .mfgg_s {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 8px;
    border-style: none;
    background-color: #E3E3E3;
    margin-right: 16px;
}


td .zaigaku_sotugyo.zai h4 {
    color: #FFFFFF;
    background-color: #00B2ED;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-bottom: 16px;
}
td .zaigaku_sotugyo.zai h5 {
    color: #00B2ED;
    margin-left: 16px;
}


.zaigaku_sotugyo.sotu {
    border: 1px solid #E22B7E;
}
td .zaigaku_sotugyo.sotu h4 {
    color: #FFFFFF;
    background-color: #E22B7E;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-bottom: 16px;
}
td .zaigaku_sotugyo.sotu h5 {
    color: #E22B7E;
    margin-left: 16px;
}
.pa16-2 {
    padding: 16px;
}






#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td .mfgg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    border-style: none;
    border-radius: 8px;
    background-color: #E3E3E3;
    width: 100%;
}
#oc_form2025 #oc_form_wrap_wrap #mailform table tbody tr td .mfggg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 16px;
    box-sizing: border-box;
    border-style: none;
    border-radius: 8px;
    background-color: #E3E3E3;
    width: 70%;
}
#oc_form2025 #oc_form_wrap_wrap .oc_form_head_head {
    margin-bottom: 3.84%;
}


}
