p {
    font-size: 16px;
    line-height: 1.8em;
}
main a {
    color: #921e23 !important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 14px;
        line-height: 1.5em;
    }
    ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

p.notice1 {
    font-size: 14px;
    font-weight: bold;
    text-indent: -14px;
    margin-left: 14px;
    color: #dd0000;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 14px;
        text-indent: -14px;
        margin-left: 14px;
    }
}

p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #ccc;
}
.separator2 {
    margin-top: 30px;
    margin-bottom: 20px;
    height: 1px;
    background: #666;
}
.separator3 {
    margin-top: 10px;
    margin-bottom: 20px;
    height: 1px;
    background: #444;
}

h2.normal1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 50px;
    border-top: 3px solid #921e23;
    position: relative;
}
h2.normal1::before {
      content: '';
      width:20%;
      height: 3px;
      background-color: #921e23;
      position: absolute;
      top: -3px;
      left: 0px;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

h3.normal1 {
    padding: 20px 0;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #000 0%, #000 4%, #921e23 4%, #921e23 100%);
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    h3.normal1 {
        padding: 10px 0;
        font-size: 17px;
    }
}

h3.normal2 {
    padding: 20px 0;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    background: rgba(255,255,255,0.7);
    margin-bottom: 50px;
}
h3.normal2 small {
    font-size: 75%;
}
h3.normal2 small.small2 {
    font-size: 60%;
}
@media only screen and (max-width: 767px) {
    h3.normal2 {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

h4.normal1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
    h4.normal1 {
        font-size: 17px;
        margin-bottom: 30px;
    }
}

.lead1 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.lead1 strong {
    font-size: 150%;
}
@media only screen and (max-width: 767px) {
    .lead1 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.lead2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    color: #921e23;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.lead2 strong {
    font-size: 150%;
}
@media only screen and (max-width: 767px) {
    .lead2 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.lead3 {
    color: #921e23;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.lead3 strong {
    font-size: 150%;
}
@media only screen and (max-width: 767px) {
    .lead3 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.lead4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.lead4 strong {
    font-size: 150%;
}
@media only screen and (max-width: 767px) {
    .lead4 {
        font-size: 17px;
        line-height: 1.5em;
    }
}

.column1 {
    padding: 50px;
    border: 2px solid #ddd;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 20px;
    }
}

.column2 {
    padding: 50px;
    background: #921e23;
    box-sizing: border-box;
}
.column2 h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.column2 p {
    color: #fff;
}
.column2 p.caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .column2 {
        padding: 20px;
    }
    .column2 h3 {
        font-size: 19px;
    }
}

.column3 {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
}
.column3 h3 {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.column3 ul {
    margin-top: -30px;
}
.column3 .title {
    margin-top: 10px;
    color: #921e23;
    font-weight: bold;
}
.colum32 p.caption {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3em;
}
@media only screen and (max-width: 767px) {
    .column3 {
        padding: 20px;
    }
    .column3 h3 {
        font-size: 15px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr th {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-top: 2px solid #921e23;
}
table.table1 tr td {
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 2px solid #ddd;
}
table.table1 tr td a strong {
    line-height: 1.8em;
    font-size: 175%;
}
table.table1 tr td p {
    font-size: 16px;
    line-height: 1.5em;
}
table.table1 tr td strong {
    font-size: 125%;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 8px 0 8px 3px;
        font-size: 11px;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 11px;
    }
    table.table1 tr td p {
        font-size: 11px;
    }
}

.arrow {
    margin: 30px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #444;
}



/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 80px 0;
}
.washi_bg {
    padding: 80px 0;
    background: url(../img/japanpaper_bg.jpg) 0 0 repeat;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 30px 0;
    }
    .washi_bg {
        padding: 30px 0;
    }
}

/* ページヘッダー */
#page_header {
    position: relative;
    z-index: -1;
    background: #000;
}
#page_header p {
    text-align: center;
}
#page_header p img {
    width: 100%;
    max-width: 1920px;
}
#page_header h2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    width: 100%;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 1.2em;
    text-shadow:
    -1px -1px 5px #000,0px -1px 5px #000,0px 1px 5px #000,1px 0px 5px #000,-2px -2px 5px #000,0px -2px 5px #000,
    0px 2px 5px #000,2px 0px 5px #000,-3px -3px 5px #000,0px -3px 5px #000,0px 3px 5px #000,3px 0px 5px #000;
}
#page_header span.circle {
    display: inline-block;
    background: #921e23;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: relative;
    top: -8px;
    margin-right: 20px;
}
#page_header small {
    font-size: 20px;
    position: relative;
    top: -10px;
    margin-right: 20px;
}
#page_header span.num {
    text-shadow: none;
    position: relative;
    top: 6px;
}
@media only screen and (max-width: 767px) {
    #page_header {
        margin-bottom: 0;
        background: none;
        position: static;
    }
    #page_header h2 {
        display: block;
        margin: 0 0 0 0;
        padding: 30px 10px 20px 10px;
        position: static;
        color: #333;
        font-size: 22px;
        text-shadow: none;
        box-sizing: border-box;
    }
    #page_header span.circle {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        position: relative;
        top: -8px;
        margin-right: 10px;
    }
    #page_header span.num {
        color: #fff;
    }
    #page_header small {
        font-size: 15px;
    }
}

/* ページネーション */
.pagenation {
    padding: 50px 0;
    background: url(../img/japanpaper_bg.jpg) 0 0 repeat;
}
.pagenation_wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.pagenation_wrap .box {
    padding: 10px;
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}
.pagenation_wrap .box p {
    text-align: center;
    font-size: 15px;
}
.pagenation_wrap .box .num {
    display: inline-block;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 17px;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #921e23;
    border-radius: 20px;
    text-align: center;
    margin-right: 10px;
}
.pagenation_wrap .box:before {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: -18px;
    width: 0;
    height: 0;
    border-left: 10px solid #666;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.pagenation_wrap .box:last-child:before {
    display: none;
}

.pagenation_wrap .box.current a {
    pointer-events: none;
}
.pagenation_wrap .box.current p {
    color: #fff;
}
.pagenation_wrap .box.current {
    background: #921e23;
}
.pagenation_wrap .box.current .num {
    color: #921e23;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .pagenation_wrap {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .pagenation_wrap .box {
        padding: 10px;
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .pagenation_wrap .box p {
        font-size: 14px;
        line-height: 1.3em;
    }
    .pagenation_wrap .box .num {
        display: inline-block;
        font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
        font-weight: 700;
        font-size: 13px;
        width: 20px;
        height: 20px;
        color: #fff;
        background: #921e23;
        border-radius: 20px;
        text-align: center;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .pagenation_wrap .box:before {
        display: none;
    }
    .pagenation_wrap .box.children1, .pagenation_wrap .box.children2 {
        margin-bottom: 10px;
    }
}







/* 子どもたちに伝えたいこと
=================================================================================== */
.children_intro {
    padding: 80px 0;
    background: linear-gradient(90deg, #000 0%, #000 15%, #921e23 15%, #921e23 100%);
}
.children_intro p {
    color: #fff;
}
.children_intro .lead {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .children_intro .lead {
        display: block;
        padding: 10px 10px;
        font-size: 20px;
        line-height: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }
}

h4.menu_h4 {
    margin-top: 80px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu_wrap {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.menu_wrap .left {
    width: calc(50% - 10px);
    position: relative;
}
.menu_wrap .left .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5em;
}
.menu_wrap .left .text strong {
    font-size: 115%;
    font-weight: bold;
}
.menu_wrap .right {
    width: calc(50% - 10px);
    margin-left: 20px;
    position: relative;
}
.menu_wrap .right .text {
    font-size: 14px;
    line-height: 1.5em;
}
.menu_wrap .right .photo {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.menu_wrap .right .box {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.menu_wrap .right .box .text {
    margin-top: 5px;
    font-size: 14px;
}
.menu_wrap .right .box .text strong {
    font-size: 115%;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .menu_wrap {
        display: block;
    }
    .menu_wrap .left {
        width: 100%;
        position: relative;
    }
    .menu_wrap .left .text {
        left: 5px;
        bottom: 5px;
        font-size: 11px;
    }
    .menu_wrap .right {
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .menu_wrap .right h4 {
        margin-top: 10px;
        font-size: 19px;
    }
    .menu_wrap .right .box .text {
        left: 5px;
        bottom: 5px;
        font-size: 11px;
    }
    .menu_wrap .right .photo {
        margin-top: 10px;
        position: static;
    }
}

.menu_wrap_wide {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
}
.menu_wrap_wide .box {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.menu_wrap_wide .box .text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5em;
}
.menu_wrap_wide .box .text strong {
    font-size: 115%;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .menu_wrap_wide {
    }
    .menu_wrap_wide .box {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
    .menu_wrap_wide .box .text {
        font-size: 11px;
    }
}

h4.education_h4 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h4.education_h4:before {
    border-top: 1px solid #666;
    content: '';
    width: 10em;
    margin-right: 1em;
}
h4.education_h4:after {
    border-top: 1px solid #666;
    content: '';
    width: 10em;
    margin-left: 1em;
}
.education_text {

}
.education_wrap {
    margin-top: 10px;
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
}
.education_wrap .box {
    width: calc(33.3333% - 20px);
    margin: 0 10px 30px 10px;
}
.education_wrap .box .text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    h4.education_h4 {
        margin-top: 30px;
        font-size: 19px;
    }
    h4.education_h4:before, h4.education_h4:after {
        width: 3em;
    }
    .education_wrap {
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .education_wrap .box {
        width: calc(50% - 10px);
        margin: 0 5px 20px 5px;
    }
    .education_wrap .box .text {
        margin-top: 5px;
        font-size: 13px;
        line-height: 1.5em;
    }
}

.bottom_blog {
    padding: 50px 0;
    background: url(../img/japanpaper_bg2.jpg) 0 0 repeat;
}



/* 園の方に伝えたいこと
=================================================================================== */
.thought_bg_right {
    padding-top: 80px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    background:
        linear-gradient(180deg, transparent 0%, transparent 80%, #fff 80%, #fff 100%),
        linear-gradient(90deg, #fff 0%, #fff 20%, transparent 20%, transparent 100%),
        url(../img/japanpaper_bg.jpg) 0 0 repeat;
}
.thought_bg_left {
    padding-top: 80px;
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    background:
        linear-gradient(180deg, transparent 0%, transparent 80%, #fff 80%, #fff 100%),
        linear-gradient(90deg, transparent 0%, transparent 80%, #fff 80%, #fff 100%),
        url(../img/japanpaper_bg.jpg) 0 0 repeat;
}
h3.thought_h3 {
    color: #921e23;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
    .thought_bg_right {
        padding-top: 30px;
    }
    .thought_bg_left {
        padding-top: 30px;
    }
    h3.thought_h3 {
        margin-top: 20px;
        font-size: 17px;
    }
}
.thought_name {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}




/* 関西エリアでのご提供について
=================================================================================== */
.voice_wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_wrap.reverse {
    flex-direction: row-reverse;
}
.voice_wrap .photo {
    width: calc(35% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
.voice_wrap .cont {
    width: calc(65% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}
.voice_wrap .cont .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.voice_wrap .cont .info h4 {
    font-weight: bold;
    line-height: 1.8em;
}
.voice_wrap .cont .info h4 span.place {
    font-weight: bold;
    text-align: right;
    line-height: 1.8em;
}
.voice_wrap .cont .info h4 span.facility {
    font-size: 22px;
}
.voice_wrap .cont .info h4 span.name {
    font-size: 22px;
    font-weight: bold;
}
.voice_wrap .cont .url {
    font-weight: bold;
    text-align: right;
}
.voice_wrap .cont h5 {
    font-size: 21px;
    color: #921e23;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
.voice_wrap .cont .text {
    font-size: 15px;
    line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
    .voice_wrap {
        width: 100%;
        margin-left: 0;
        display: block;
    }
    .voice_wrap .photo {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .voice_wrap .cont {
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .voice_wrap .cont .info h4 span.facility {
        font-size: 19px;
    }
    .voice_wrap .cont .info h4 span.name {
        font-size: 19px;
        font-weight: bold;
    }
    .voice_wrap .cont .url {
        text-align: left;
    }
    .voice_wrap .cont h5 {
        font-size: 19px;
    }
}

table.table_result {
    margin-top: 20px;
    width: 100%;
}
table.table_result tr th {
    width: 40%;
    padding: 8px 20px;
    color: #921e23;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5em;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid #ddd;
}
table.table_result tr td {
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
    table.table_result {
        margin: 10px 0 0 0;
    }
    table.table_result tr th {
        display: block;
        width: 100%;
        padding: 8px 10px 0 10px;
        font-size: 14px;
    }
    table.table_result tr td {
        display: block;
        width: 100%;
        padding: 0 10px 8px 10px;
        font-size: 12px;
        border-top: none;
    }
}

/* お客様の声 */
h3.voice_h3 {
    font-weight: bold;
    text-align: center;
    line-height: 2.0em;
}
h3.voice_h3 span.place {
    font-size: 21px;
}
h3.voice_h3 span.facility {
    font-size: 28px;
}
.voice_desc_url {
    font-weight: bold;
    text-align: center;
}
.voice_desc_name {
    padding-top: 10px;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
h4.voice_h4 {
    color: #921e23;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
h5.voice_h5 {
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    h3.voice_h3 span.place {
        font-size: 17px;
    }
    h3.voice_h3 span.facility {
        font-size: 21px;
    }
    .voice_desc_name {
        padding-top: 10px;
        font-size: 21px;
        margin-bottom: 30px;
    }
    h4.voice_h4 {
        font-size: 19px;
    }
}

.comment {
    margin-top: 50px;
    padding: 50px 200px;
    border: 1px solid #666;
}
.comment h4 {
    color: #921e23;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .comment {
        padding: 20px 20px;
    }
    .comment h4 {
        padding: 10px 0;
        font-size: 19px;
    }
}



/* 東京エリアでのご提供について
=================================================================================== */





/* お問い合わせ
=================================================================================== */
.contact_tel {
    padding: 50px 0;
    background: #000;
    border-radius: 8px;
}
.contact_tel .address {
    margin-top: 20px;
}
.contact_tel p {
    color: #fff;
    text-align: center;
}
.contact_tel .tel  {
    margin-top: 20px;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
    text-align: center;
}
.contact_tel .tel a {
    color: #fff !important;
    font-size: 60px;
    line-height: 1em;
}
.contact_tel .tel a small {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    .contact_tel .tel a {
        font-size: 36px;
    }
    .contact_tel .tel a small {
        font-size: 14px;
    }
}

.mailform {
    padding: 50px;
    box-sizing: border-box;
    border-radius: 8px;
    background: url(../img/japanpaper_bg.jpg) 0 0 repeat !important;
}









