@charset "utf-8";

/* 共通 */
body {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
line-height: 1.7;
}
h1,h2,h3,h4,h5,dl {
padding: 0;
margin: 0;
}
a {
text-decoration: none;
color: #000;
}
figure {
margin: 0;
padding: 0;
}
.pc {
display: block;
}
.sp {
display: none;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.wrap {
max-width: 960px;
margin: 0 auto;
}
.tx_center {
text-align: center;
}
.clear {
clear: both;
}
main {
padding-top: 135px;
}
/*パンくずリスト*/
nav.bread li {
    display: inline-block;
    font-size: 14px;
}
nav.bread li::after {
    content: " >";
    margin-left: 10px;
}
nav.bread li:last-of-type::after {
    content: "";
}
nav.bread {
    margin-bottom: 8px;
    width: 100%;
}
nav.bread ul {
    margin: 4px auto;
    padding: 0 10px;
    width: 94%;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
nav.bread ul::-webkit-scrollbar{
    display: none;
}
nav.bread ul li:last-child:after {
    margin: 0;
}





/*この園へのお問い合わせはこちら！ここから*/
.contact_banner {
    opacity: 0;
}
.contact_banner img {
    height: auto;
    max-width: 100%;
}
/*この園へのお問い合わせはこちら！ここまで*/
@media screen and (max-width: 750px) {
main {
    padding-top: 0px;
}
nav.bread li {
    font-size: 12px;
}
/*この園へのお問い合わせはこちら！ここから*/
.contact_banner {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 8px 0;
    background-color: #f1f1f1;
    background-image: url(../images/houjin/colorline_s.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    opacity: 1;
    z-index: 400;
}
.contact_banner p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.contact_banner ul {
    width: 92%;
    margin: 0 auto;
}
.contact_banner ul li {
    width: 30%;
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
}
/*この園へのお問い合わせはこちら！ここまで*/
}    

/****************
    問い合せ
****************/

input::placeholder,textarea::placeholder {
    color:#cccccc;
    font-size: 17px;
}
input {
    background-color: white;
}
h2.page_title {
    text-align: center;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    color: white;
    background: #fa5505;
    padding: 20px 1rem;
}
h2.page_title b {
    display: block;
    font-size: 0.9rem;
}
h2.page_title span {
    display: inline-block;
    margin: 10px 0;
    padding: 7px 1.5rem 6px;
    background: #fff;
    border-radius: 4px;
    color: #fa5505;
    font-size: 1.1rem;
    text-align: left;
    line-height: 1.4;
}
main#contact .greet {
    padding: 20px 0;
}
main#contact .greet .greet-a-goto {
    color: #058ae7;
}
main#contact section.contents {
    padding: 40px 0;
    background: #f6f6f6;
}
main#contact section.contents article dl {
    margin: 0;
    margin-bottom: 20px;
}
main#contact section.contents article dt {
    font-weight: bold;
    margin-bottom: 5px;
    display: table-cell;
    width: 310px;
    padding-right: 10px;
}
main#contact section.contents article dl dl dt {
    width: 250px;
}
main#contact section.contents article dt span {
    color: #fd2083;
}
main#contact section.contents article dd {
    display: table-cell;
    width: 640px;
}
main#contact section.contents article dd input.formbar {
    padding: 10px 3%;
    font-size: 16px;
    width: 92%;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
main#contact section.contents article dl dl input.formbar {
    width: 91%;
}
main#contact section.contents article dd input[type="date"].formbar {
    max-width: 25%;
}
main#contact section.contents article dd input[readonly] {
    background-color: #ddd;
    color: #333;
}
main#contact dl.survey select {
    width: 98.4%;
}
main#contact dl.survey dd input[type="text"] {
    display: none;
    width: 100%;
    margin-top: 1rem;
}
main#contact section.contents article dl.radio dd label span {
    display: inline-block;
    font-size: 0.8rem;
}
main#contact section.contents article dl.radio dd br {
    display: block;
    content: "";
    height: 5px;
}
main#contact .notice {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
form select {
    padding: 10px 3%;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.radio-input + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}
.radio-input {
    display: none;
}
.radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background: white;
}
.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #09a251;
    border-radius: 50%;
}
main#contact section.contents article dl.check label {
    display: block;
    margin: 5px 0px;
}
.checkbox-parts {
    padding-left: 25px;
    position: relative;
    margin-right: 20px;
}
.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: #cccccc;
}
.checkbox-input + .checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 5px;
    height: 10px;
    transform: rotate(40deg);
    border-bottom: 3px solid white;
    border-right: 3px solid white;
}
.checkbox-input {
    display: none;
}
.checkbox-input:checked + .checkbox-parts::before {
    background: #09a251;
}
main#contact section.contents article dl.textarea dt {
    vertical-align: top;
}
main#contact section.contents article dd textarea {
    padding: 10px 3%;
    font-size: 16px;
    width: 90%;
    min-height: 100px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    line-height: 1.5;
}
main#contact h4 {
    font-size: 18px;
    padding-left: 15px;
    border-left: 10px solid #fa5505;
    background-position: left center;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 15px;
}
main#contact label.agree span {
    font-weight: bold;
}
main#contact div.send button {
    border: none;
    display: block;
    border-radius: 4px;
    color: white;
    background: #1e7ad1;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    box-shadow: 0 5px rgb(204 204 204);
    cursor: pointer;
}
main#contact div.send button#submit {
    margin-right: 2%;
    /*pointer-events: none;*/
}
main#contact div.send button#submit:disabled {
    background: #999999;
}
main#contact label.agree {
    display: block;
    margin: 30px 0 50px;
}
main#contact div.send button.changecolor {
    background: #1e7ad1;
    pointer-events: auto !important;
}
form aside p {
    font-weight: 700;
    padding:0 15px;
}
form aside a {
    border-bottom: 2px solid #bdbdbd;
}
form p.apply {
    margin: 40px 0 20px;
}
main#contact section.contents article dd input.formbar.postcode {
    width: unset;
    margin-bottom: 10px;
}
input.formbar.address::placeholder {
    font-size: 15px;
}
.send .checkbox-parts {
    padding-left: 30px;
}
main#contact.thanks section.contents{
    background:#fff;
}
dt.thanks{
    font-size:larger;
    font-weight:bold;
    margin-bottom:1em;
}
#formWrap table {
    margin: 20px 0px;
}
#formWrap table th {
    text-align: left;
    width: 400px;
}
#formWrap table th, #formWrap table td {
    font-size: 15px;
    margin: 5px 0px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #ccc;
    padding: 10px;
}

#formWrap input[type="button"] {
    border: none;
    display: inline-block;
    border-radius: 4px;
    color: white;
    background: #999999;
    text-align: center;
    padding: 15px 0;
    width: 48%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
}
#formWrap input[type="submit"] {
    border: none;
    display: inline-block;
    border-radius: 4px;
    color: white;
    background: #1e7ad1;
    text-align: center;
    padding: 15px 0;
    width: 48%;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
}



@media screen and (min-width:480px) and ( max-width:979px) {
    h2.page_title {
        font-size: 1.35rem;
        line-height: 1.4;
    }
    h2.page_title span {
        margin-bottom: 0;
        padding: 7px 1.0rem 6px;
        font-size: 15px;
    }
    main#contact section.contents article dd input.formbar,
    main#contact section.contents article dd textarea {
        width: 50vw;
    }
    form aside p {
        width: 90%;
        max-width: 90vw;

    }
    main#contact div.send button {
        width: 90%;
        max-width: 90vw;
    }
    main#contact section.contents article dl.textarea dd {
        padding-left: 0;
    }
    main#contact section.contents article dd textarea {
        width: 90%;
    }
    main#contact section.contents article dd input[type="date"].formbar {
        max-width: 35%;
    }
}
@media screen and (max-width: 479px) {
    h2.page_title {
        font-size: 1.35rem;
        line-height: 1.4;
    }
    h2.page_title span {
        margin-bottom: 0;
        padding: 7px 1.0rem 6px;
        font-size: 15px;
    }
    main#contact p {
        font-size: 1rem;
    }
    main#contact section.contents article dt {
        display: block;
        width: auto;
    }
    main#contact section.contents article dl.textarea dd {
        padding-left: 0px;
    }
    form aside p {
        padding: 0;
    }
    main#contact label.agree {
        margin: 30px 0;
    }
    main#contact section.contents article dl.check label.con_select {
        font-size: 14px;
    }
    input.formbar.address::placeholder {
        font-size: 13px;
    }

    #formWrap table th, #formWrap table td {
        margin: 5px 0px;
        padding:0 5px 2px;
        border-bottom: 1px dashed #ccc;
    }
    #formWrap table th {
        text-align: left;
        width: 8em;
    }
    #formWrap table th, #formWrap table td {
        margin: 5px 0px;
        padding-bottom: 2px;
        border-bottom: 1px dashed #ccc;
    }
    main#contact section.contents article dd input[type="date"].formbar {
        max-width: 50%;
    }
}



/* thanksページ 園見学BOOK */
.enkengaku-book {
    margin: 1rem 5rem;
    padding: 0 0 1.0rem;
    background: #fff8e0;
    border-radius: 30px;
    border: 5px solid #f78739;
    text-align: center;
    color: #333;
    overflow: hidden;
}
.enkengaku-book p {
    padding: 9px 0 8px;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    background: #f78739;
    color: #fff;
}
.enkengaku-book p i {
    display: inline-block;
    margin: 0 4px;
    font-size: 0.9rem;
}
.enkengaku-book p span {
    font-size: 1.4rem;
    letter-spacing: 3px;
}
.enkengaku-book p b {
    font-style: normal;
    font-size: 0.9rem;
    margin-left: -7px;
}
.enkengaku-book p b i {
    margin: 0;
}
.enkengaku-book > div {
    display: table;
    width: 70%;
    margin: 2.2rem auto 1.8rem;
}
.enkengaku-book div div {
    display: table-cell;
    text-align: center;
    padding: 0 15px;
}
.enkengaku-book div div img {
    width: 70%;
    height: auto;
    vertical-align: middle;
    box-shadow: 0 0 2px #f9ca25;
    transform: rotate(-5deg);
}
.enkengaku-book div ul {
    display: table-cell;
    width: 50%;
    padding: 0 1rem;
    text-align: left;
    vertical-align: middle;
}
.enkengaku-book div ul li {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
    color: #ec0884;
}
.enkengaku-book div ul li i {
    display: inline-block;
    margin-right: 10px;
}
.enkengaku-book div ul li span {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
}
.enkengaku-book  dl dt a {
    display: inline-block;
    position: relative;
    margin: 0 auto 8px;
    padding: 0 1.9rem;
    line-height: 3.0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    background: #07b53b;
    border-radius: 100px;
    box-shadow: 1px 1px 2px #bbbbbb;
    text-decoration: none;
    position: relative;
    text-indent: 2px;
}
.enkengaku-book  dl dt a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
}
.enkengaku-book  dl dt a span {
    display: inline-block;
    font-size: 0.8rem;
    text-indent: 2px;
}
.enkengaku-book  dl dd {
    font-size: 0.8rem;
}
@media screen and (max-width:750px) {
    .enkengaku-book {
        margin: 0;
    }
    .enkengaku-book > div {
        display: block;
        width: 75%;
        margin: 1rem auto;
        background: none;
    }
    .enkengaku-book > div div {
        display: block;
        margin: 25px 0 15px;
        padding: 0;
        width: 100%;
    }
    .enkengaku-book > div div img {
        transform: none;
    }
    .enkengaku-book > div ul {
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }
    .enkengaku-book div ul li {
        font-size: 1.1rem;
        line-height: 1.6;
    }
}