@charset "UTF-8";
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.kome {
    padding-left: 1rem;
    text-indent: -1rem;
}
@media only screen and (max-width: 716px) {
    .mb-10 {
        margin-bottom: 1rem;
    }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTACT FORM
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*このクラスが付与されると固定する*/
.fixed {
	overflow: hidden;
}
.hidden {
    display: none;
}
.contact .lower_page_inner {
    width: 920px;
}
.contact .lower_page_inner > p {
    text-align: center;
    margin-bottom: 65px;
}
.contact .formTable {
    width: 100%;
    margin-bottom: 57px;
}
.contact .formTable tr {
    border-bottom: 1px solid #ccc;
    
}
.contact .formTable tr:first-child {
    border-top: 1px solid #ccc;
}
.contact .formTable th {
    width: 207px;
    font-size: 16px;
    padding-top: 27px;
    padding-left: 20px;
    vertical-align: top;
}
.contact .formTable th .required {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 61px;
    height: 20px;
    background-color: #d594ca;
    display: block;
}
.contact .formTable td {
    font-size: 16px;
    padding: 27px 0;
}
.contact .formTable input[type="radio"] {
    width: 13px;
    height: 13px;
    margin-right: 5px;
}
.contact .formTable textarea {
    padding: 16px;
    max-width: 567px;
    min-width: 567px;
    min-height: 337px;
    background-color: #e8e8e8;
    box-sizing: border-box;
    border: none;
}
.contact .formTable input[type="text"],
.contact .formTable input[type="email"] {
    width: 567px;
    height: 64px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    border: none;
}
.contact .formTable input.date {
    width: 370px;
}

.contact .formTable input.post_no {
    width: 100px;
    height: 64px;
    padding: 16px;
    box-sizing: border-box;
    background-color: #e8e8e8;
    border: none;
}
.contact .formTable select {
    width: 147px;
    height: 42px;
    padding: 0 16px;
    box-sizing: border-box;
    background: url(../images/select_arrow.gif) no-repeat #fff 120px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact .formTable .farming_course {
    margin-left: 30px;
    margin-top: 0;
}
.contact .formTable .dairy_course {
    margin-left: 30px;
    margin-top: 0;
}
.contact .formTable .date {
    display: flex;
    margin-top: 3px;
    margin-bottom: 15px;
}
.contact .formTable .date > div {
    display: flex;
}
.contact .formTable .date p {
    margin: 11px 12px 0;
}
.contact .formTable .radio_children {
    margin-left: 30px;
    margin-top: 0;
}
.contact .formTable.first_radio {
    margin-bottom: 0;
}
.contact .formTable.first_radio tr {
    border-bottom: none;
}
.contact .agree_btn {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 45px;
}
.contact .agree_btn a {
    color: #000;
    text-decoration: underline;
}
.contact .agree_btn input[type="checkbox"] {
    margin-right: 15px;
}
.contact .apply_btn {
    text-align: center;
}
.contact .apply_btn button {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 300px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    background-color: #000950;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}
.contact .apply_btn button:before {
    content: "";
    width: 34px;
    height: 23px;
    background-image: url(../images/apply_btn_icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -3px;
    bottom: 0;
    left: 84px;
    margin: auto;
}
.contact .apply_btn .off {
    cursor: default;
    opacity: .6;
}
form .date {
    background: url(../images/calender_icon.gif) no-repeat #e8e8e8 95%;
}
/*.contact .calendar iframe {
    width: 53%;
    height: 400px;
    margin-top: 20px;
}*/

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
iPad(7・8・9)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 1080px) {
    .contact .lower_page_inner {
        width: 80%;
    }
    .contact .lower_page_inner > p {
        margin-bottom: 35px;
    }
    .contact .formTable {
        width: 100%;
        margin-bottom: 33px;
    }
    .contact .formTable tr {
        padding: 30px 10px;
        display: block;
        box-sizing: border-box;
    }
    .contact .formTable th {
        width: auto;
        font-size: 18px;
        padding-top: 0;
        padding-left: 0;
        vertical-align: top;
        display: block;
        line-height: 50px;
    }
    .contact .formTable th .required {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        line-height: 20px;
    }
    .contact .formTable td {
        font-size: 18px;
        padding: 0;
        display: block;
        line-height: 50px;
    }
    .contact .formTable td p {
        line-height: 1.6;
    }
    .contact .formTable textarea {
        padding: 18px;
        width: 100%;
        max-width: initial;
        min-width: auto;
    }
    .contact .formTable input[type="text"],
    .contact .formTable input[type="email"] {
        width: 100%;
        height: 64px;
        padding: 16px;
    }
    .contact .formTable input.post_no {
        width: 40%;
        height: 64px;
        padding: 16px;
    }
    .contact .formTable select {
        width: auto;
        height: 42px;
        padding: 0 30px 0 16px;
        background: url(../images/select_arrow.gif) no-repeat #fff 59px center;
    }
    .contact .formTable .farming_course {
        margin-top: 0;
    }
    .contact .formTable .date {
        flex-wrap: wrap;
        margin-top: 3px;
        margin-bottom: 15px;
    }
    .contact .formTable .date p {
        margin: 0 12px ;
    }
}
 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media only screen and (max-width: 716px) {
    .contact .lower_page_inner {
        width: auto;
    }
    .contact .lower_page_inner > p {
        margin-bottom: 35px;
    }
    .contact .formTable {
        width: 100%;
        margin-bottom: 33px;
    }
    .contact .formTable tr {
        padding: 30px 10px;
        display: block;
        box-sizing: border-box;
    }
    .contact .formTable th {
        width: auto;
        font-size: 18px;
        padding-top: 0;
        padding-left: 0;
        vertical-align: top;
        display: block;
        line-height: 50px;
    }
    .contact .formTable th .required {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        line-height: 20px;
    }
    .contact .formTable td {
        font-size: 18px;
        padding: 0;
        display: block;
        line-height: 50px;
    }
    .contact .formTable textarea {
        padding: 18px;
        width: 100%;
        max-width: initial;
        min-width: auto;
    }
    .contact .formTable input[type="text"],
    .contact .formTable input[type="email"] {
        width: 100%;
        height: 64px;
        padding: 16px;
    }
    .contact .formTable input.post_no {
        width: 40%;
        height: 64px;
        padding: 16px;
    }
    .contact .formTable select {
        width: auto;
        height: 42px;
        padding: 0 30px 0 16px;
        background: url(../images/select_arrow.gif) no-repeat #fff 59px center;
    }
    .contact .formTable .farming_course {
        margin-top: 0;
    }
    .contact .formTable .date {
        flex-wrap: wrap;
        margin-top: 3px;
        margin-bottom: 15px;
    }
    .contact .formTable .date p {
        margin: 0 12px ;
    }
    /*.contact .calendar iframe {
        width: 122%;
        height: 400px;
        margin-left: -30px;
    }*/
}

/****************************
グーグルカレンダー
*****************************/
.cal_wrapper {
    max-width: 960px;
    min-width: 300px;
    /*margin: 2.0833% auto;*/
    }
    
    .googlecal {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    }
    
    .googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 690px;
    }
@media only screen and (max-width: 1080px) {
    .cal_wrapper {
        max-width: 790px;
        min-width: 300px;
    }
    .googlecal { padding-bottom: 60%; }
    .googlecal iframe { max-width: 790px; }
}
@media only screen and (max-width: 768px) {
    .googlecal { padding-bottom: 75%; }
    /*.contact .calendar iframe {
        width: 122%;
        height: 500px;
    }*/
}
