/*
Theme Name: Farm Shuttle Japan TEMPLATE
Theme URI: 
Description: ファームシャトルジャパンテーマ

*/

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

@media (max-width: 860px) {
    html {
        scroll-padding-top: 50px;
    }
}

body {
    color: #000;
    font-family: "游ゴシック", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 110%;
    line-height: 1;
}

@media (max-width: 959px) {
    body {
        font-size: 90%;
    }
}

@media (max-width: 759px) {
    body {
        font-size: 85%;
    }
}

table {
    border-collapse: collapse;
}

td,
th {
    text-align: left;
    vertical-align: top;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

li {
    list-style-type: none;
}

img {
    display: block;
    border: 0;
    max-width: 100%;
    height: auto;
}

a img {
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

a:link {
    color: #00a54f;
    text-decoration: underline;
}

a:visited {
    color: #00a54f;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

.img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;'
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
    color: #000;
    text-decoration: none;
}

@media (max-width: 959px) {
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}


/* recapture */

.grecaptcha-badge {
    visibility: hidden;
}

.recaptcha_policy {
    padding-bottom: 35px;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #111 !important;
}


/* blog_comment */

.comment-num,
#comment-area {
    display: none;
}

header {
    width: 100%;
    height: 190px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
}

header.is-animation {
    height: 130px;
}

header h1 {
    width: 320px;
    position: fixed;
    left: 50%;
    top: 40px;
    margin-left: -800px;
}

header h1 strong {
    display: block;
    font-size: 81%;
    padding-bottom: 15px;
    text-align: center;
}

header h1 a {
    color: #000 !important;
    text-decoration: none !important;
}

header h1 .pc {
    display: block;
}

header h1 .sp,
header h1 .sp2 {
    display: none;
}

header.is-animation h1 .pc {
    display: none;
}

header.is-animation h1 {
    font-size: 0;
}

header.is-animation h1 .sp {
    display: block;
    width: 115px;
    margin: -40px auto 0;
}

@media (max-width: 1680px) {
    header.is-animation h1 .sp {
        margin: -20px auto 0;
    }
}

@media (max-width: 1480px) {
    header.is-animation h1 .sp {
        display: none;
    }
    header.is-animation h1 .pc {
        display: block;
    }
}

@media (max-width: 599px) {
    header.is-animation h1 .sp2 {
        display: none;
    }
}

#menu {
    width: 850px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 32px;
    margin-left: -425px;
    background-color: #fff;
}

header.is-animation #menu {
    top: 0;
}

#menu li {
    width: 20%;
    float: left;
    background: url(img/line.png) no-repeat right center / 2px auto;
    z-index: 1;
    position: relative;
}

#menu li:last-child {
    background: none;
}

#menu li:before {
    content: " ";
    display: block;
    top: -32px;
    left: 5%;
    width: 90%;
    height: 0;
    position: absolute;
    z-index: 1;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #FBF9AE;
}

#menu li:hover:before {
    height: 170px;
    -webkit-transition: .1s;
    transition: .1s;
}

#menu a {
    display: block;
    padding-top: 110px;
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: .05em;
    position: relative;
    z-index: 2;
}

#menu li:nth-child(1) a {
    background: url(img/menu1.png) no-repeat top center / 90px auto;
}

#menu li:nth-child(2) a {
    background: url(img/menu2.png) no-repeat top 5px center / 124px auto;
}

#menu li:nth-child(3) a {
    background: url(img/menu3.png) no-repeat top 8px center / 90px auto;
}

#menu li:nth-child(4) a {
    background: url(img/menu4.png) no-repeat top center / 76px auto;
}

#menu li:nth-child(5) a {
    background: url(img/menu5.png) no-repeat top 15px center / 140px auto;
}

#bt_contact {
    width: 170px;
    height: 170px;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 525px;
}

#bt_contact a {
    display: block;
    width: 170px;
    height: 170px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url(img/bt_contact.png) no-repeat top 50px center / 106px auto #5d9415;
    color: #fff;
    padding-top: 105px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

#bt_contact a:hover {
    background-color: #000;
}

header.is-animation #bt_contact {
    top: 20px;
}

@media (max-width: 1680px) {
    header h1 {
        width: 250px;
        position: fixed;
        left: 5%;
        top: 20px;
        margin-left: 0;
        line-height: 1.4;
    }
    #bt_contact {
        width: 170px;
        height: 170px;
        position: fixed;
        left: auto;
        right: 5%;
        top: 50px;
        margin-left: 0;
    }
}

@media (max-width: 1480px) {
    header {
        width: 100%;
        height: 125px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 100;
    }
    header.is-animation {
        height: 125px;
    }
    header h1 {
        width: 160px;
        left: 1%;
        top: 0;
        margin-left: 0;
        font-size: 0;
    }
    #menu {
        width: 800px;
        margin-left: -400px;
        top: 0;
    }
    #menu a {
        padding-top: 100px;
        height: 125px;
    }
    #menu li:nth-child(1) a {
        background: url(img/menu1.png) no-repeat top 10px center / 70px auto;
    }
    #menu li:nth-child(2) a {
        background: url(img/menu2.png) no-repeat top 15px center / 95px auto;
    }
    #menu li:nth-child(3) a {
        background: url(img/menu3.png) no-repeat top 18px center / 75px auto;
    }
    #menu li:nth-child(4) a {
        background: url(img/menu4.png) no-repeat top 10px center / 60px auto;
    }
    #menu li:nth-child(5) a {
        background: url(img/menu5.png) no-repeat top 25px center / 115px auto;
    }
    #bt_contact {
        width: 125px;
        height: 125px;
        position: fixed;
        left: auto;
        right: 0;
        top: 0;
        margin-left: 0;
    }
    #bt_contact a {
        width: 125px;
        height: 125px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: url(img/bt_contact.png) no-repeat top 35px center / 80px auto #5d9415;
        color: #fff;
        padding-top: 80px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        font-size: 90%;
    }
    header.is-animation #bt_contact {
        top: 0;
    }
}

@media (max-width: 1180px) {
    #menu {
        width: 700px;
        margin-left: -350px;
        font-size: 90%;
    }
}

@media (max-width: 1080px) {
    header h1 .pc,
    header.is-animation h1 .pc {
        display: none;
    }
    header h1 .sp,
    header.is-animation h1 .sp {
        display: block;
        width: 100px;
    }
    header.is-animation h1 .sp {
        margin: 0;
    }
    #menu {
        width: 600px;
        margin-left: -300px;
    }
}

@media (max-width: 880px) {
    header h1 .sp,
    header.is-animation h1 .sp {
        width: 70px;
    }
    header {
        height: 90px;
    }
    header.is-animation {
        height: 90px;
    }
    #menu li:nth-child(1) a {
        background: url(img/menu1.png) no-repeat top 10px center / 45px auto;
    }
    #menu li:nth-child(2) a {
        background: url(img/menu2.png) no-repeat top 15px center / 55px auto;
    }
    #menu li:nth-child(3) a {
        background: url(img/menu3.png) no-repeat top 18px center / 45px auto;
    }
    #menu li:nth-child(4) a {
        background: url(img/menu4.png) no-repeat top 10px center / 40px auto;
    }
    #menu li:nth-child(5) a {
        background: url(img/menu5.png) no-repeat top 25px center / 70px auto;
    }
    #menu li:hover:before {
        height: 130px;
    }
    #menu {
        width: 450px;
        margin-left: -225px;
    }
    #menu a {
        padding-top: 70px;
        height: 90px;
    }
    #bt_contact {
        width: 90px;
        height: 90px;
    }
    #bt_contact a {
        width: 90px;
        height: 90px;
        background: url(img/bt_contact.png) no-repeat top 20px center / 70px auto #5d9415;
        padding-top: 60px;
        font-size: 90%;
    }
}

@media (max-width: 659px) {
    #menu {
        width: 400px;
        margin-left: -200px;
    }
}

@media (max-width: 599px) {
    header h1 .pc,
    header h1 .sp {
        display: none;
    }
    header h1 .sp2 {
        display: block;
        margin: 0 auto;
    }
    header h1 {
        width: 100%;
    }
    #menu {
        width: 100%;
        margin-left: 0;
        left: 0;
        top: 100px;
    }
    #bt_contact {
        right: 2%;
        top: 200px;
    }
    header.is-animation #bt_contact {
        top: 100px;
    }
    #bt_contact a {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding-top: 55px;
        background: url(img/bt_contact.png) no-repeat top 25px center / 60px auto #5d9415;
    }
}

@media (max-width: 479px) {
    header h1 .sp2 {
        width: 300px;
    }
    #menu {
        top: 90px;
    }
}

@media (max-width: 420px) {
    #menu {
        font-size: 80%;
        letter-spacing: 0;
    }
}

@media (max-width: 380px) {
    #menu {
        font-size: 75%;
    }
}

#main {
    padding-top: 190px;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#main .pc {
    display: block;
}

#main .sp {
    display: none;
}

#main .sp2 {
    display: none;
}

@media (max-width: 1480px) {
    #main {
        padding-top: 125px;
    }
}

@media (max-width: 1280px) {
    #main {
        width: 100%;
        height: 668px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #main span {
        display: block;
        position: absolute;
        width: 1280px;
        left: 50%;
        top: 125px;
        margin-left: -640px;
    }
}

@media (max-width: 880px) {
    #main {
        padding-top: 90px;
        height: 633px;
    }
    #main span {
        top: 90px;
    }
}

@media (max-width: 759px) {
    #main {
        width: 100%;
        height: auto;
    }
    #main .pc,
    #main span {
        display: none;
    }
    #main .sp {
        display: block;
    }
}

@media (max-width: 599px) {
    #main {
        padding-top: 190px;
    }
}

@media (max-width: 479px) {
    #main {
        padding-top: 180px;
    }
    #main .sp {
        display: none;
    }
    #main .sp2 {
        display: block;
    }
}

#block1_container {
    width: 90%;
    max-width: 1560px;
    margin: 0 auto;
    padding-top: 330px;
}

#block1 {
    background: url(img/bg1.jpg) no-repeat top center;
    margin: 75px auto 0;
}

#block1_content {
    background-color: #fff;
    width: 55%;
    float: left;
    margin-top: 105px;
}

#block1_photo {
    width: 45%;
    float: left;
}

#block1_photo img {
    margin: 0 auto;
}

@media (max-width: 1400px) {
    #block1 {
        background: url(img/bg1.jpg) no-repeat top center / 1400px auto;
        margin: 45px auto 0;
    }
    #block1_container {
        padding-top: 230px;
    }
    #block1_content {
        width: 65%;
        margin-top: 85px;
    }
    #block1_photo {
        width: 35%;
        float: left;
    }
}

@media (max-width: 1080px) {
    #block1_container {
        padding-top: 160px;
    }
    #block1_content {
        width: 80%;
        float: none;
        margin: 85px auto 0;
    }
    #block1_photo {
        width: 50%;
        float: none;
        margin: 45px auto 0;
    }
}

@media (max-width: 599px) {
    #block1_content {
        width: 90%;
        float: none;
        margin: 45px auto 0;
    }
}

.title1 {
    text-align: center;
}

.title1 strong {
    display: block;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 180%;
    letter-spacing: .1em;
    font-weight: 400;
}

.title1 span {
    display: block;
    font-family: 'Satisfy', cursive;
    color: #869a53;
    font-size: 140%;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 50px;
}

.title1.no1 {
    margin-top: -55px;
    padding-top: 150px;
    background: url(img/menu1.png) no-repeat top center / 122px auto;
    text-align: center;
}

@media (max-width: 1080px) {
    #block1 {
        background: url(img/bg1.jpg) no-repeat top center / 1080px auto;
        margin: 45px auto 0;
    }
    .title1.no1 {
        margin-top: 0;
        padding-top: 180px;
        background: url(img/menu1.png) no-repeat top 50px center / 100px auto;
        text-align: center;
    }
}

@media (max-width: 479px) {
    #block1 {
        background: url(img/bg1.jpg) no-repeat top center / 1080px auto;
        margin: 45px auto 0;
    }
    .title1 strong {
        font-size: 140%;
    }
    .title1.no1 {
        margin-top: 0;
        padding-top: 120px;
        background: url(img/menu1.png) no-repeat top 30px center / 70px auto;
    }
}

.title1.no2 {
    margin-top: -55px;
    padding-top: 150px;
    background: url(img/menu2.png) no-repeat top center / 171px auto;
    text-align: center;
}

@media (max-width: 1080px) {
    .title1.no2 {
        margin-top: 0;
        padding-top: 180px;
        background: url(img/menu2.png) no-repeat top 70px center / 120px auto;
        text-align: center;
    }
}

.title1.no3 {
    padding-top: 170px;
    background: url(img/menu3.png) no-repeat top center / 175px auto;
    margin-top: 145px;
}

@media (max-width: 1280px) {
    .title1.no3 {
        padding-top: 250px;
        background: url(img/menu3.png) no-repeat top 80px center / 145px auto;
        margin-top: 0;
    }
}

.title1.no4 {
    padding-top: 170px;
    background: url(img/menu4.png) no-repeat top center / 106px auto;
    margin-top: 145px;
}

.title1.no5 {
    padding-top: 130px;
    background: url(img/menu5.png) no-repeat top center / 190px auto;
    margin-top: 85px;
}

#block1_content h3 {
    text-align: center;
    font-size: 180%;
    letter-spacing: .05em;
    font-weight: 600;
    padding-bottom: 35px;
}

#block1_content p {
    width: 80%;
    margin: 0 auto;
    line-height: 2.2;
}

@media (max-width: 1280px) {
    #block1_content h3 {
        font-size: 140%;
        padding-bottom: 25px;
    }
    #block1_content p {
        width: 90%;
    }
}

@media (max-width: 1080px) {
    #block1_content p {
        width: 80%;
    }
}

#block2 h2 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

#block2 h2>span {
    display: block;
    font-size: 160%;
    letter-spacing: .05em;
    padding-bottom: 22px;
}

#block2 h2>strong {
    display: inline-block;
    position: relative;
    padding: 0 15px 4px;
    font-size: 280%;
    letter-spacing: .05em;
}

#block2 h2>strong::before {
    content: " ";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17px;
    position: absolute;
    z-index: 1;
    background-color: #ffe55a;
}

#block2 h2>strong span {
    position: relative;
    z-index: 2;
}

#block2_container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto -88px;
}

#block2_content {
    width: 60%;
    float: left;
    background: url(img/bg_keihun.png) no-repeat right top #7aad40;
    padding-left: 8%;
    color: #fff;
    padding-bottom: 45px;
}

#block2_content h3 {
    padding-top: 75px;
    padding-bottom: 35px;
    font-size: 160%;
    letter-spacing: .05em;
}

#block2_content li {
    font-size: 130%;
    font-weight: 600;
    letter-spacing: .05em;
    padding-left: 58px;
    min-height: 51px;
    padding-top: 12px;
    margin-bottom: 15px;
}

#block2_content li:nth-child(1) {
    background: url(img/ico_keihun1.png) no-repeat left center / 36px auto;
}

#block2_content li:nth-child(2) {
    background: url(img/ico_keihun2.png) no-repeat left center / 34px auto;
}

#block2_content li:nth-child(3) {
    background: url(img/ico_keihun3.png) no-repeat left center / 37px auto;
}

#block2_figure {
    width: 40%;
    float: left;
}

@media (max-width: 1400px) {
    #block2_content li {
        font-size: 110%;
        padding-top: 15px;
    }
}

@media (max-width: 1280px) {
    #block2_content li:nth-child(1) {
        background: url(img/ico_keihun1.png) no-repeat left center / 26px auto;
    }
    #block2_content li:nth-child(2) {
        background: url(img/ico_keihun2.png) no-repeat left center / 24px auto;
    }
    #block2_content li:nth-child(3) {
        background: url(img/ico_keihun3.png) no-repeat left center / 27px auto;
    }
    #block2_content li {
        padding-left: 38px;
        min-height: 51px;
    }
}

@media (max-width: 1180px) {
    #block2_content {
        padding-left: 5%;
    }
    #block2 h2>span {
        font-size: 140%;
        padding-bottom: 15px;
    }
    #block2 h2>strong {
        font-size: 200%;
    }
}

@media (max-width: 1080px) {
    #block2_container {
        width: 80%;
        margin: 0 auto -88px;
    }
    #block2_content {
        width: 100%;
        float: none;
        padding-bottom: 45px;
        padding-left: 0;
    }
    #block2_content h3 {
        text-align: center;
    }
    #block2_content ul {
        width: 90%;
        margin: 0 auto;
    }
    #block2_figure {
        width: 100%;
        float: none;
    }
}

@media (max-width: 479px) {
    #block2 h2>span {
        font-size: 120%;
        padding-bottom: 15px;
    }
    #block2 h2>strong {
        font-size: 160%;
    }
    #block2_content {
        width: 100%;
        float: none;
        padding-bottom: 25px;
        padding-left: 0;
        background: url(img/bg_keihun.png) no-repeat right top / 40% auto #7aad40;
    }
    #block2_content h3 {
        padding-top: 45px;
        padding-bottom: 25px;
    }
    #block2_content li {
        line-height: 1.6;
        padding-top: 8px;
    }
}

#block3 {
    background: url(img/bg_merit.jpg) no-repeat center right /cover;
    padding-top: 300px;
    padding-bottom: 170px;
}

#block3_container {
    width: 90%;
    max-width: 1560px;
    margin: 0 auto;
}

#block3_content {
    width: 55%;
    background-color: #fff;
    float: left;
}

#block3_content h3 {
    padding-bottom: 35px;
    font-size: 160%;
    letter-spacing: .05em;
    text-align: center;
}

#block3_content h3 br {
    display: none;
}

#block3_content p {
    width: 80%;
    margin: 0 auto;
    line-height: 2.2;
}

#block3_content ul {
    width: 70%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 110px;
}

#block3_content li {
    padding-left: 32px;
    background: url(img/ico_merit.png) no-repeat 0 0 / 17px auto;
    font-size: 120%;
    margin-bottom: 25px;
}

@media (max-width: 1480px) {
    #block3_content h3 {
        line-height: 1.6;
    }
    #block3_content h3 br {
        display: inline;
    }
}

@media (max-width: 1400px) {
    #block3_content {
        width: 65%;
        background-color: #fff;
        float: left;
    }
}

@media (max-width: 1080px) {
    #block3 {
        background: url(img/bg_merit.jpg) no-repeat top right / 1080px auto;
        padding-top: 100px;
        padding-bottom: 0;
    }
    #block3_container {
        padding-top: 180px;
    }
    #block3_content {
        width: 80%;
        float: none;
        margin: 85px auto 0;
    }
}

@media (max-width: 759px) {
    #block3 {
        background: url(img/bg_merit.jpg) no-repeat top right / 759px auto;
        padding-top: 50px;
        padding-bottom: 0;
    }
}

@media (max-width: 599px) {
    #block3_content {
        width: 90%;
        float: none;
        margin: 45px auto 0;
    }
}

@media (max-width: 479px) {
    #block3_content h3 {
        padding-bottom: 35px;
        font-size: 120%;
        letter-spacing: .05em;
        text-align: center;
    }
    #block3_content ul {
        width: 90%;
        padding-top: 40px;
        padding-bottom: 60px;
        line-height: 1.4;
    }
}

#block4 {
    background-color: #e6f4e5;
    padding: 160px 0;
    position: relative;
}

#block4::before {
    content: " ";
    display: block;
    bottom: -100px;
    right: 0;
    width: 574px;
    height: 679px;
    position: absolute;
    z-index: 10;
    background: url(img/bg_safety.png) no-repeat 0 0;
}

#block4_container {
    width: 90%;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
}

#block4_content {
    width: 55%;
    float: left;
    position: relative;
    z-index: 2;
    padding-top: 90px;
    min-height: 683px;
}

#block4_content h3 {
    padding-bottom: 35px;
    font-size: 160%;
    letter-spacing: .05em;
    text-align: center;
}

#block4_content h3 br {
    display: none;
}

#block4_content p {
    width: 80%;
    margin: 0 auto;
    line-height: 2.2;
}

#block4 figure {
    width: 52%;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1280px) {
    #block4 {
        padding-top: 0;
        padding-bottom: 130px;
    }
    #block4_content {
        width: 100%;
        float: none;
        position: relative;
        z-index: 2;
        padding-top: 0;
        min-height: auto;
    }
    #block4 figure {
        width: 52%;
        position: relative;
        right: auto;
        top: auto;
        margin: 65px auto 0;
    }
}

@media (max-width: 959px) {
    #block4::before {
        bottom: -100px;
        width: 400px;
        height: 473px;
        background: url(img/bg_safety.png) no-repeat 0 0 / 100% auto;
    }
}

@media (max-width: 599px) {
    #block4::before {
        bottom: -50px;
        width: 300px;
        height: 355px;
    }
}

@media (max-width: 479px) {
    #block4_content h3 {
        line-height: 1.4;
    }
    #block4_content h3 br {
        display: inline;
    }
    #block4 figure {
        width: 80%;
        margin: 45px auto 0;
    }
}

@media (max-width: 379px) {
    #block4::before {
        bottom: -50px;
        width: 250px;
        height: 296px;
    }
}

#block5_content {
    width: 90%;
    max-width: 1562.5px;
    margin: 0 auto;
}

#block5_content figure {
    width: 48%;
    float: left;
    margin-right: 4%;
}

#block5_content figure:last-child {
    margin-right: 0;
}

#block5_content figure img {
    width: 50%;
    float: left;
}

#block5_content figure figcaption {
    text-align: center;
}

#block5_content figure figcaption span {
    display: inline-block;
    padding: 40px 20px 15px;
    font-size: 140%;
    letter-spacing: .05em;
}

#block5_content figure:nth-child(1) span {
    border-bottom: 2px solid #00a54f;
}

#block5_content figure:nth-child(2) span {
    border-bottom: 2px solid #3b1e87;
}

#block5_list {
    width: 90%;
    max-width: 750px;
    margin: 80px auto 170px;
}

#block5_list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
    line-height: 1.4;
}

#block5_list li::before {
    content: " ";
    display: block;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #7aad40;
    transform: rotate(45deg);
    position: absolute;
}

@media (max-width: 1280px) {
    #block5_content {
        width: 98%;
    }
    #block5_content figure {
        width: 49%;
        margin-right: 2%;
    }
}

@media (max-width: 959px) {
    #block5_content {
        width: 90%;
    }
    #block5_content figure {
        width: 100%;
        margin-right: 0;
    }
    #block5_content figure:last-child {
        margin-top: 65px;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    #block5_list {
        margin: 60px auto 100px;
    }
}

#block6_photo {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#block6_content {
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
}

#block6_content dl:first-child {
    padding-top: 20px;
}

#block6_content dl {
    padding-bottom: 40px;
    line-height: 1.8;
}

#block6_content dt {
    width: 27%;
    float: left;
    font-weight: 600;
}

#block6_content dd {
    width: 73%;
    float: left;
}

#block6_img {
    width: 90%;
    max-width: 1600px;
    margin: 25px auto 150px;
}

#block6_img figure {
    width: 32%;
    float: left;
    margin-right: 2%;
    background-color: #00a54f;
}

#block6_img figure:last-child {
    margin-right: 0;
}

@media (max-width: 479px) {
    #block6_img {
        margin: 25px auto 100px;
    }
    #block6_img figure {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    #block6_img figure:nth-child(2) {
        margin-right: 0;
    }
    #block6_img figure:last-child {
        margin-left: 25.5%;
        margin-right: 0;
    }
}

@media (max-width: 379px) {
    #block6_content {
        width: 70%;
    }
    #block6_content dt {
        width: 100%;
        float: none;
        font-weight: 600;
    }
    #block6_content dd {
        width: 100%;
        float: none;
    }
}

#block7 {
    background: url(img/bg_contact.jpg) no-repeat bottom center #5d9415;
    padding-bottom: 440px;
}

@media (max-width: 599px) {
    #block7 {
        background: url(img/bg_contact.jpg) no-repeat bottom center / 800px auto #5d9415;
        padding-bottom: 230px;
    }
}

.tel_title {
    text-align: center;
    color: #ffffff;
    padding-top: 130px;
    padding-bottom: 55px;
}

.tel_title span {
    display: inline-block;
    padding-left: 70px;
    min-height: 39px;
    background: url(img/ico_tel.png) no-repeat 0 0 / 50px auto;
    padding-top: 12px;
    font-size: 140%;
    font-weight: 400;
}

#block7_content {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 95px;
    position: relative;
    padding: 40px 0;
}

#block7_content::before {
    content: " ";
    display: block;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: #fff;
}

#block7_tel {
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 8%;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 300%;
}

#block7_tel a {
    color: #fff;
    white-space: nowrap;
}

#block7_content_in {
    width: 50%;
    float: left;
    padding-left: 8%;
    color: #fff;
}

#block7_content_in dl:first-child {
    padding-bottom: 20px;
}

#block7_content_in dt {
    width: 30%;
    float: left;
    font-weight: 600;
}

#block7_content_in dd {
    width: 70%;
    float: left;
}

@media (max-width: 599px) {
    .tel_title {
        padding-top: 80px;
        padding-bottom: 25px;
    }
    #block7_content {
        width: 70%;
        max-width: 250px;
        margin: 0 auto 65px;
        position: relative;
        padding: 0;
    }
    #block7_content::before {
        display: none;
    }
    #block7_tel {
        width: 100%;
        float: none;
        text-align: center;
        padding-right: 0;
        font-size: 300%;
        padding-bottom: 35px;
    }
    #block7_content_in {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

#contact_form {
    width: 90%;
    max-width: 1070px;
    margin: 0 auto;
    background-color: #4d7b12;
}

#contact_form h2 {
    text-align: center;
    padding: 90px 0;
}

#contact_form h2 span {
    display: inline-block;
    padding-left: 65px;
    min-height: 34px;
    background: url(img/ico_mail1.png) no-repeat 0 0 / 45px auto;
    font-size: 140%;
    font-weight: 400;
    letter-spacing: .05em;
    color: #fff;
}

@media (max-width: 759px) {
    #contact_form h2 {
        padding: 65px 0 35px;
    }
    #contact_form h2 span {
        background: url(img/ico_mail1.png) no-repeat 0 0 / 45px auto;
        padding-top: 8px;
    }
}

#contact_form dl {
    width: 90%;
    max-width: 800px;
    padding-bottom: 15px;
    margin: 0 auto;
}

#contact_form dl dt {
    width: 30%;
    float: left;
    color: #fff;
    padding: 15px 0;
}

#contact_form dl dd {
    width: 70%;
    float: left;
}

@media (max-width: 599px) {
    #contact_form dl {
        width: 80%;
        padding-bottom: 15px;
        margin: 0 auto;
    }
    #contact_form dl dt {
        width: 100%;
        float: none;
        padding: 15px 0;
    }
    #contact_form dl dd {
        width: 100%;
        float: none;
    }
}

@media (max-width: 479px) {
    #contact_form h2 span {
        padding-left: 45px;
        min-height: 30px;
        background: url(img/ico_mail1.png) no-repeat 0 0 / 35px auto;
        font-size: 110%;
    }
}

::-webkit-input-placeholder {
    color: #99b377;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

 ::-moz-placeholder {
    color: #99b377;
    opacity: 1;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

 :-ms-input-placeholder {
    color: #99b377;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact_form dl dd input,
#contact_form dl dd textarea {
    display: block;
    border: 0;
    width: 100%;
    background-color: #4d7b12;
    color: #fff;
    padding: 15px;
}

#contact_form dl dd input:focus,
#contact_form dl dd textarea:focus {
    background-color: #3F660F;
    outline: none;
}

.bt_submit {
    display: block;
    width: 90%;
    max-width: 1070px;
    margin: 0 auto 115px;
    background: url(img/ico_mail2.png) no-repeat left 420px center / 46px auto #23370a;
    border: 0;
    color: #fff;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 120%;
    padding: 28px 0;
    cursor: pointer;
}

.bt_submit:hover {
    background-color: #000;
}

@media (max-width: 1160px) {
    .bt_submit {
        background: url(img/ico_mail2.png) no-repeat left 40px center / 46px auto #23370a;
    }
}

footer p {
    padding-top: 190px;
    background: url(img/logo.png) no-repeat top center / 238px auto;
    color: #fff;
    font-family: 'Satisfy', cursive;
    font-size: 140%;
    text-align: center;
}

@media (max-width: 479px) {
    footer p {
        font-size: 110%;
    }
}





/*


postmail


*/

#form_kakunin{
color: #fff;
}

.msg{
font-weight: 600;
color: #F0FA38;
}

#form_kakunin #contact_form{
padding-bottom: 75px;
}

.form_catch{
text-align:center;
padding-bottom:25px;
width:80%;
margin: 0 auto;
line-height:1.8;
font-size:120%;
}


.form_catch.thanks{
padding-top:80px;
}

.contact_read{
text-align:center;
padding-bottom:55px;
width:80%;
margin: 0 auto;
line-height:1.8;
}

#form_kakunin #contact_form dl dd {
padding: 15px 0;
}

.bt_form{
text-align: center;
padding:25px 0 65px;
}

.bt_form input{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
display:inline-block;
padding: 25px;
background-color: #000;
color: #fff;
border: 0;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
cursor:pointer
}

.bt_form input:hover{
background-color: #fff;
color: #000;
}

.thanks_read{
text-align: center;
padding:150px 0;
}