@charset "utf-8";
.sub-kv .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.sub-kv .sub-ttl::after,
.bottom-line::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: -15px;
    left: calc(50% - 30px);
    background: #6cbb5a;
}

.bottom-line::after {
    background: #00b8d9;
}

.left-line {
    font-size: 1.25rem;
    border-bottom: 2px dotted #ddd;
    padding: 10px 0 10px 20px;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}

.left-line::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: calc(100% - 20px);
}

.hideSp {
    display: block;
}

@media (max-width: 480px) {
    .hideSp {
        width: none;
    }
}

.hidePc {
    display: none;
}

@media (max-width: 480px) {
    .hidePc {
        width: block;
    }
}

.about_btn02 {
    width: 300px;
    margin: 0 auto;
}

.about_btn02 a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-family: 'YuGothic-M';
    color: #666666;
    padding: 15px 0;
    border: solid 1px #1abedc;
    border-radius: 32px;
    box-shadow: 0 3px 9px #d9d9d9;
    position: relative;
}

.about_btn02 a::after {
    content: '';
    position: absolute;
    background: url(../img/top/arrow02.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.about_btn02:hover a {
    background: #1abedc;
    color: #fff;
}

.about_btn02:hover a::after {
    content: '';
    position: absolute;
    background: url(../img/top/arrow.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}


/********************************************
************** サービスのご案内 **************
********************************************/

#service .sub-kv {
    background: #ebfeff;
}

#service .sub-kv .inner {
    background: url(../img/sub/service/kv1.png) no-repeat top 10px left, url(../img/sub/service/kv2.png) no-repeat right bottom -10px;
}

#service .sub-kv .sub-ttl::after {
    background: #00b8d9;
}

#service section {
    font-size: .9375rem;
}

#service section .service-slider {
    width: 50%;
}

#service section .service-slider .slick-slide img {
    margin: 0 auto;
}

#service section .service-cont {
    width: calc(50% - 20px);
}

.en-ttl {
    font-family: 'Lato', sans-serif;
    letter-spacing: .08em;
    font-size: .9375rem;
    font-weight: 300;
    color: #00b8d9;
}

#service section .service-cont .service-ttl h3 {
    font-family: 'YuMincho-B';
}

#service section .service-cont ul li {
    margin-top: 15px;
    border-bottom: 1px solid #ddd;
    width: 48.5%;
}

#service section .service-cont ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 65px;
    padding: 5px 10px;
}

#service section .service-cont ul li a:hover {
    color: #fff;
    background: #00b8d9;
}

@media (max-width: 768px) {
    #service section .service-slider {
        width: 100%;
        margin-bottom: 50px;
    }
    #service section .service-cont {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #service section .service-cont ul li {
        width: 100%;
    }
}


/********************************************
*********** オーチャードガーデン **************
********************************************/

.sub-service .sub-kv .sub-ttl,
.sub-guide .sub-kv .sub-ttl {
    color: #fff;
}

.sub-service .sub-kv .sub-ttl::after,
.sub-guide .sub-kv .sub-ttl::after {
    background: #fff;
}

#garden .sub-kv {
    background: url(../img/sub/service/garden-kv.jpg) center / cover;
}

.service-sub-txt {
    padding: 20px;
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.service-sub-txt>div {
    max-width: 740px;
    position: relative;
}

#garden .service-sub-txt {
    min-height: 280px;
    position: relative;
}

#garden-ground .service-sub-txt {
    background: url(../img/sub/service/garden-ground-bg.jpg) right / auto 100%;
}

#garden-blue .service-sub-txt {
    background: url(../img/sub/service/garden-blue-bg.jpg) right / auto 100%;
}

#garden-red .service-sub-txt {
    background: url(../img/sub/service/garden-red-bg.jpg) right / auto 100%;
}

#garden-black .service-sub-txt {
    background: url(../img/sub/service/garden-black-bg.jpg) right / auto 100%;
}

.service-sub-txt02 {
    padding: 20px;
    /* display: flex;
    align-items: center; */
    text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff, 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.service-sub-txt02-head{
    width: 100%;
    background-size: cover;
    text-align: center;
}

.service-sub-txt02-head h3 {
    
}

.service-sub-txt02-body p{
    text-align: center;
}

#garden ul li h4 {
    padding: 12px 50px 12px 20px;
    border-bottom: 1px solid;
    font-size: 1.5rem;
    cursor: pointer;
}

#garden ul li:first-child h4 {
    border-top: 1px solid;
}

#garden ul li h4::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#garden ul li h4.active {
    color: #fff;
}

#garden ul li h4.active::after {
    content: '\f077';
}

#garden-ground ul li h4,
#garden-ground ul li .garden-sub-cont {
    border-color: #1aa95b !important;
}

#garden-ground ul li h4.active {
    background: #1aa95b;
}

#garden-blue ul li h4,
#garden-blue ul li .garden-sub-cont {
    border-color: #2b82d9 !important;
}

#garden-blue ul li h4.active {
    background: #2b82d9;
}

#garden-red ul li h4,
#garden-red ul li .garden-sub-cont {
    border-color: #e63d2e !important;
}

#garden-red ul li h4.active {
    background: #e63d2e;
}

#garden-black ul li h4,
#garden-black ul li .garden-sub-cont {
    border-color: #999 !important;
}

#garden-black ul li h4.active {
    background: #999;
}

#garden ul li .garden-sub-cont {
    padding: 50px 0 60px;
    display: none;
    border-bottom: 1px solid;
}

#garden ul li .garden-sub-cont figure {
    width: 30%;
}

#garden ul li .garden-sub-cont p {
    width: 68%;
}

@media (max-width: 768px) {
    .service-sub-txt::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .25);
    }
}

@media (max-width: 600px) {
    #garden ul li h4 {
        padding: 10px 30px 10px 10px;
        font-size: 1.125rem;
        letter-spacing: 0;
    }
    #garden ul li h4::after {
        right: 10px;
    }
    #garden ul li .garden-sub-cont {
        padding: 20px 0;
    }
    #garden ul li .garden-sub-cont figure,
    #garden ul li .garden-sub-cont p {
        width: 100%;
        margin-bottom: 10px;
    }
    .service-sub-txt {
        padding: 20px 10px;
    }
}


/********************************************
********* 果物収穫・農業体験 ************
********************************************/

#farm .sub-kv {
    background: url(../img/sub/service/farm-kv.jpg) center / cover;
}

#farm .service-sub-txt {
    position: relative;
    min-height: 360px;
    background: url(../img/sub/service/farm-bg.jpg) no-repeat right / auto 100%;
}

#farm .service-sub-txt>div {
    /* max-width: 700px; */
}

@media (max-width: 768px){
	#farm .service-sub-txt{
		background: none;
		padding-top: calc(360 / 1100 * 100%);
	}
    #farm .service-sub-txt::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: calc(360 / 1100 * 100%);
        background: url(../img/sub/service/farm-bg.jpg) no-repeat right / auto 100%;
    }
}

.sub-service .left-line::after {
    background: #00b8d9;
}

.sub-service-list li {
    margin-bottom: 50px;
}

.sub-service-list li:last-child {
    margin-bottom: 0;
}

.sub-service-list li .list-item .sub_leftcnt {
    width: 45%;
    text-align: center;
}

.sub-service-list li .list-item .sub_leftcnt figure {
    width: 100%;
    margin: 0 auto 60px;
}

.sub-service-list li .list-item .list-cont {
    width: 51%;
    letter-spacing: 0;
}

.sub-service-list li .list-item .list-cont dd {
    margin-bottom: 40px;
}

.sub-service-list li .list-item .list-cont dd span {
    font-size: 85%;
    padding-left: 15px;
}

.border-tag {
    display: inline-block;
    padding: 0 9px;
    border: 1px solid;
    margin-bottom: 10px;
}

.border-tag.col-light-blue {
    border-color: #333;
    /* border-color: #00b8d9; */
}

.light-blue-txt {
    background: #ebfeff;
    padding: 25px 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

@media (max-width: 600px) {
    .sub-service-list li .list-item figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .sub-service-list li .list-item .list-cont,
    .light-blue-txt {
        width: 100%;
    }
    .left-line {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }
    .sub-service-list li,
    .sub-service-list li .list-item .list-cont dd {
        margin-bottom: 20px;
    }
}


/********************************************
**************** アクティビティ *************
********************************************/

#activities .sub-kv {
    background: url(../img/sub/service/activities-kv.jpg) center / cover;
}

#activities .service-sub-txt {
    position: relative;
    min-height: 360px;
    background: url(../img/sub/service/activities-bg.jpg) no-repeat right / auto 100%;
}

#activities2 .list-cont dl {
    margin-top: 60px;
}

@media (max-width: 768px) {
	#activities .service-sub-txt{
		background: none;
		padding-top: calc(360 / 1100 * 100%);
	}
    #activities .service-sub-txt::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: calc(360 / 1100 * 100%);
        background: url(../img/sub/service/activities-bg.jpg) no-repeat right / auto 100%;
    }
}

/********************************************
********* お料理体験・ものづくり体験 *************
********************************************/

#experience .sub-kv {
    background: url(../img/sub/service/experience-kv.jpg) center / cover;
}

#experience .service-sub-txt {
    position: relative;
    min-height: 360px;
    background: url(../img/sub/service/experience-bg.jpg) no-repeat right / auto 100%;
}

#experience1 .sub-service-list li dl dd span {
    font-weight: normal;
}


/********************************************
******************* お食事 *****************
********************************************/

#food .sub-kv {
    background: url(../img/sub/service/food-kv.jpg) center / cover;
}

#food .service-sub-txt {
    position: relative;
    min-height: 360px;
    background: url(../img/sub/service/food-bg.jpg) no-repeat right / auto 100%;
}

#food ul li dl dt {
    border-bottom: dotted 2px #e6e6e6;
    padding-bottom: 10px;
}

#food ul li dl dd .sub_ttl {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

#food .info_cnt {
    margin-top: 50px;
    padding: 30px 20px;
    background: #ebfeff;
}


/********************************************
**************** 果物販売 **************
********************************************/

#fruits .sub-kv {
    background: url(../img/sub/service/fruits-kv.jpg) center / cover;
}

#fruits .service-sub-txt {
    position: relative;
    min-height: 360px;
    background: url(../img/sub/service/fruits-bg.jpg) no-repeat right / auto 100%;
}

#fruits ul li {
    display: flex;
    flex-direction: column;
}

#fruits ul li .fruits-cont {
    padding: 15px 10px;
    border: 1px solid;
    flex: 1;
}

#fruits ul li dl dt {
    margin-top: 15px;
}


/********************************************
************** 開催中のイベント **************
********************************************/

#event .sub-kv {
    background: #fff2f0;
}

#event .sub-kv .inner {
    background: url(../img/sub/event-kv1.png) no-repeat bottom 10px left, url(../img/sub/event-kv2.png) no-repeat right top;
}

#event .sub-kv .sub-ttl::after {
    background: #e52600;
}

.new-post .column-shadow::before {
    content: url(../img/sub/new-mark.png);
    position: absolute;
    top: 0;
    left: 0;
}

.single-btn {
    border-top: 1px solid #ddd;
    display: block;
    padding: 6px 15px;
}

.single-btn::after {
    content: '\f054';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.pagination span,
.pagination a {
    font-size: .9375rem;
    padding: 8px 15px;
}

.pagination span,
.pagination a:hover {
    background: #eee;
}


/********************************************
************** 開催中のイベント single **************
********************************************/

.single-cont {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.single-pagination a {
    display: block;
    border: 1px solid #ddd;
    line-height: 78px;
    padding: 0 30px;
    position: relative;
    margin-top: 10px;
}

.single-pagination .single-prev a::before,
.single-pagination .single-next a::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.single-pagination .single-prev a::before {
    content: '\f053';
    left: 20px;
}

.single-pagination .single-next a::before {
    content: '\f054';
    right: 20px;
}

.sidebar {
    width: 24%;
}

.sidebar-widget {
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

.sidebar-widget-ttl {
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
}

.sidebar-widget ul li a {
    display: block;
    padding: 16px 20px;
    border-top: 1px solid #ddd;
}

.drop-widget ul {
    display: none;
}

.drop-widget ul li a {
    background: #f2f2f2;
}

.drop-widget .sidebar-widget-ttl::after {
    content: '\f078';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.drop-widget .sidebar-widget-ttl.active::after {
    content: '\f077';
}

@media (max-width: 768px) {
    .single-cont {
        width: 100%;
    }
    .sidebar {
        width: 100%;
        margin-top: 5em;
    }
}

#event h3,
#event p {
    word-break: break-all;
}


/********************************************
************** 今後のイベント **************
********************************************/

#plan .sub-kv {
    background: #f0fff7;
}

#plan .sub-kv .inner {
    background: url(../img/sub/plan-kv1.png) no-repeat bottom -65px left, url(../img/sub/plan-kv2.png) no-repeat right top;
}

#plan .sub-kv .sub-ttl::after {
    background: #1aa95b;
}


/********************************************
************** ご来場ガイド **************
********************************************/

#guide .sub-kv {
    background: #fff6eb;
}

#guide .sub-kv .inner {
    background: url(../img/sub/guide/guide-kv1.png) no-repeat bottom 20px left, url(../img/sub/guide/guide-kv2.png) no-repeat right top -20px;
}

#guide .sub-kv .sub-ttl::after,
#voice .sub-kv .sub-ttl::after {
    background: #e98000;
}

#guide-price ul {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

#guide-price ul li {
    width: calc(calc(100% - 40px)/3);
}

#guide-price ul li:nth-of-type(n+4) {
    width: calc(calc(100% - 36px)/4);
    margin-top: 20px;
}

#guide-price ul li a {
    background: #fff6eb;
    border: 1px solid #e98000;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

#guide-price ul li a:hover {
    box-shadow: 0 5px 5px #b2b2b2;
}

#guide-price ul li a .bg-white {
    border-radius: 50%;
    width: 285px;
    height: 285px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#guide-price ul li a .bg-white figcaption {
    font-size: 1.625rem;
    margin-top: 40px;
}

@media (max-width: 600px) {
    #guide-price ul li {
        width: 50%;
    }
    #guide-price ul li:nth-of-type(n+3) {
        width: 50%;
        margin-top: 10px;
    }
    #guide-price ul li:nth-of-type(2n+1) {
        padding: 0 5px 0 10px;
    }
    #guide-price ul li:nth-of-type(2n) {
        padding: 0 10px 0 5px;
    }
    #guide-price ul li a .bg-white figcaption {
        font-size: 15px;
        margin-top: 20px;
    }
}

#guide-access figure {
    width: 49%;
}

#guide-access .bg-orange {
    width: 49%;
    padding: 20px 10px;
}

#guide-access .bg-orange>div,
#guide-voice .bg-orange>div {
    width: 100%;
    max-width: 360px;
}

#guide-voice .voice-img {
    width: calc(25% - 8px);
    flex-direction: column;
}

#guide-voice .voice-img figure {
    border: solid 1px #999;
}

#guide-voice .voice-img figure+figure {
    margin-top: 15px;
}

#guide-voice .bg-orange {
    width: calc(50% - 8px);
    padding: 20px 10px;
}

#guide-question {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 120px;
}

.guide-question-cont::before {
    content: '?';
    font-family: 'YuGothic-B';
    font-size: 15rem;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.guide-question-cont * {
    position: relative;
}

@media (max-width: 768px) {
    #guide-voice .voice-img {
        width: 100%;
        flex-direction: row;
    }
    #guide-voice .voice-img figure+figure {
        margin: 0 0 0 15px;
    }
    #guide-voice .bg-orange {
        width: 100%;
        margin: 20px 0;
    }
    #guide-question {
        margin-top: 60px;
    }
}

@media (max-width: 600px) {
    #guide-access figure {
        width: 100%;
    }
    #guide-access .bg-orange {
        width: 100%;
        margin-top: 20px;
    }
    #guide-voice .voice-img figure+figure {
        margin: 0 0 0 5px;
    }
}


/********************************************
************** アクセス・送迎 **************
********************************************/

#access .sub-kv {
    background: #f8ffeb;
}

#access .sub-kv .sub-ttl::after,
.access-list .left-line::after {
    background: #77b200;
}

#access .access-text {
    margin: 50px 0;
}

#access .info_cnt {
    margin-top: 20px;
    padding: 30px 0;
    border: solid 1px #6cbb5a;
}

#access .info_cnt h5 {
    font-size: 30px;
    font-weight: bold;
}

#access .info_cnt p {
    font-size: 20px;
    font-weight: bold;
}

#access .info_cnt p.access-tel {
    margin-top: 10px;
}

#access .info_cnt p.access-tel a {
    display: inline;
    margin-left: 10px;
}

#access .access-list li .innerCnt {
    margin: 50px auto 80px;
}

#access .access-list li .innerCnt h5 {
    font-size: 18px;
    font-weight: bold;
}

#access .access-list li .innerCnt h5 span {
    font-size: 15px;
    font-weight: normal;
}

#access .access-list li .innerCnt .flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}

#access .access-list li .innerCnt .flex li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
}

#access .access-list li .innerCnt .flex li:nth-of-type(odd) {
    width: 260px;
    border: solid 1px #ccc;
}

#access .access-list li .innerCnt .flex li:nth-of-type(even) {
    width: 160px;
}

#access .access-list li .innerCnt .flex li:nth-of-type(even) div {
    width: 100%;
}

#access .access-list li .innerCnt .flex li:nth-of-type(even) div figure {
    width: 35px;
    margin: 0 auto;
}

#access .access-list li .innerCnt .flex li:nth-of-type(even) div p {
    font-weight: bold;
    border-top: 6px solid #6cbb5a;
    line-height: 1;
    padding-top: 10px;
}

#access .access-list li .innerCnt .flex li:last-of-type {
    background: #6cbb5a;
    color: #fff;
    border: none;
}

#access .access-list .car_info .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

#access .access-list .car_info .flex .info_subinner {
    width: calc(calc(100% - 50px)/2);
}

#access .access-list .car_info .flex .info_subinner h5 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

#access .access-list .car_info .flex .info_subinner dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

@media (max-width: 600px) {
    #access .info_cnt h5 {
        font-size: 18px;
    }
    #access .info_cnt p {
        font-size: 15px;
    }
    #access .access-list li .innerCnt h5 {
        font-size: 16px;
    }
    #access .access-list li .innerCnt h5 span {
        font-size: 14px;
    }
    #access .access-list li .innerCnt .flex {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        margin-top: 20px;
    }
    #access .access-list li .innerCnt .flex li {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        height: 90px;
    }
    #access .access-list li .innerCnt .flex li:nth-of-type(odd) {
        width: calc(100% / 2);
    }
    #access .access-list li .innerCnt .flex li:nth-of-type(even) {
        width: calc(100% / 2);
    }
    #access .access-list li .innerCnt .flex li:nth-of-type(even) div figure {
        width: 30px;
        margin-bottom: 5px;
    }
    #access .access-list li .innerCnt .flex li:last-of-type {
        height: 90px;
    }
    #access .access-list .car_info .flex {
        display: block;
        margin-top: 30px;
    }
    #access .access-list .car_info .flex .info_subinner {
        width: 100%;
        margin-bottom: 40px;
    }
    #access .access-list .car_info .flex .info_subinner h5 {
        font-size: 16px;
    }
    #access .access-list .car_info .flex .info_subinner dl {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }
    #access .access-list .car_info .flex .info_subinner dl dt,
    #access .access-list .car_info .flex .info_subinner dl dd {
        font-size: 15px;
    }
}

br.sp-only {
    display: none;
}

@media screen and (max-width: 750px) {
    p.sp-only {
        letter-spacing: -0.5px;
    }
    br.sp-only {
        display: block;
    }
    br.pc-only {
        display: none;
    }
}

.car-access li,
.bus-access li {
    background: #fff;
    border: 1px solid #ccc;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    position: relative;
}

.car-access li {
    width: 15%;
    max-width: 150px;
    padding: 0 5px;
}

.bus-access li {
    padding: 0 10px;
}

.car-access li::after,
.bus-access li::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 150%;
    background: #6cbb5a;
    top: calc(50% - 3px);
    left: 0;
    z-index: -1;
}

.bus-access li::after {
    width: 250%;
}

.car-access li:last-child,
.bus-access li:last-child {
    border: none;
    background: #ff6633;
    color: #fff;
}

.car-access li:last-child::after,
.bus-access li:last-child::after {
    background: #fff;
}

.access-list>li:last-child .d-flex div {
    width: 48%;
    margin-bottom: 20px;
}

.access-list>li:last-child .d-flex figure {
    width: 50%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .car-access li {
        width: 30%;
        max-width: none;
    }
    .car-access li:nth-child(3)::after {
        background: #fff;
    }
}

@media (max-width: 600px) {
    .bus-access li {
        width: 45%;
    }
    .bus-access li:nth-child(2)::after {
        background: #fff;
    }
    .access-list>li:last-child .d-flex div,
    .access-list>li:last-child .d-flex figure {
        width: 100%;
    }
}


/********************************************
********* 各種料金 ************
********************************************/

#price .sub-kv {
    background: url(../img/sub/guide/price-kv.jpg) center / cover;
}

#price .left-line::after {
    background: #e98000;
}

#price #price1 .info_txtBox p:first-of-type {
    font-weight: bold;
}

#price1 ul li>div {
    border: 1px solid #e98000;
}

#price1 ul li .price-ttl {
    background: #e98000;
    padding: 10px;
    color: #fff;
}

#price1 ul li .price-cont {
    height: 110px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#price1 .bg-orange {
    padding: 25px;
}

.absolute-btn {
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#price .txt_obi {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #e63d2e;
    margin-bottom: 30px;
}

#price #price2 .txtBox {
    margin-top: 20px;
}

#price #price2 .txtBox p {
    font-size: 15px;
}

#price #price4 h4 span {
    font-size: 14px;
    margin-left: 10px;
}

#price #price4 .col-sm-6 p a{
    display: inline;
    text-decoration: underline;
}

#price #price3 .col-3{
	flex-wrap: wrap;
	width: 100%;
	min-width: 100%;
	justify-content: flex-end;
}
#price #price3 .col-3 .col-3__item{
	width: 25%;
	text-align: right;
}
#price #price3 .col-3 .col-3__item:first-child{
	margin-left: auto;
}

@media (max-width: 768px) {
    #price1 ul li .price-cont {
        height: 100px;
    }
    #price #price4 h4 span {
        font-size: 14px;
        margin-left: 0;
        display: inline-block;
        width: 100%;
    }
	#price #price3 .col-3 .flex-1{
		width: 100%;
		min-width: 100%;
	}
	#price #price3 .col-3 .col-3__item{
		width: calc(50% - 10px);
	}
}


/********************************************
************** お客様の声 **************
********************************************/

.voice-list li {
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    padding: 20px;
}

.voice-list li .voice-word {
    position: relative;
    padding: 20px 15px;
    border-radius: 20px;
    background: #fff6eb;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.voice-list li .voice-word::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #fff6eb transparent;
}

@media (max-width: 600px) {
    .voice-list li {
        width: 100%;
        padding: 10px;
    }
}


/********************************************
********* 果物収穫・農業体験 ************
********************************************/

#movie .sub-kv {
    background: url(../img/sub/service/movie-kv.jpg) center / cover;
}

#movie .sub-service-list li iframe {
    width: 800px;
    height: 450px;
}

@media screen and (max-width: 800px) {
    #movie .sub-service-list li iframe {
        width: 100%;
        height: 56.25vw;
    }
}


/********************************************
********* よくある質問 ************
********************************************/

#question a {
    display: inline;
    text-decoration: underline;
}

.question-list li {
    border-bottom: 1px solid #1aa95b;
    padding: 30px 50px 30px 20px;
}

.question-list li:first-child {
    border-top: 1px solid #1aa95b;
}

.question-list li .faq-mark {
    font-family: 'Lato', sans-serif;
    margin-right: 20px;
    line-height: 1;
    font-weight: 400;
}

.question-list li .faq-q {
    position: relative;
    cursor: pointer;
}

.question-list li .faq-a {
    display: none;
    margin-top: 30px;
}

.question-list li .faq-q::after {
    content: '\f078';
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(50%, -50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.question-list li .faq-q.active::after {
    content: '\f077';
}

@media (max-width: 600px) {
    .question-list li {
        padding: 20px 30px 20px 5px;
    }
    .question-list li .faq-mark {
        margin-right: 10px;
    }
    .question-list li .faq-q::after {
        right: -15px;
    }
}


/********************************************
************** 定山渓ファームとは **************
********************************************/

#about .sub-kv {
    background: #ebf5ff;
}

#about .sub-kv .inner {
    background: url(../img/sub/about-kv1.png) no-repeat top 20px left, url(../img/sub/about-kv2.png) no-repeat right bottom -50px;
}

#about .inner section .text-center {
    margin-bottom: 50px;
}

#about .inner section .text-center .about-txt {
    text-align: left;
}

#about .sub-kv .sub-ttl::after {
    background: #2b82d9;
}

.about-txt {
    /* max-width: 840px; */
}

#about dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about dt,
#about dd {
    padding: 15px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

#about dl:first-child dt,
#about dl:first-child dd {
    border-top: 1px solid #ddd;
}

#about dl dt {
    width: 30%;
}

#about dl dd {
    flex: 1;
    font-size: .9375rem;
}

#about .company-cont dl dt {
    max-width: 150px;
    margin-right: 10px;
}

#about .history-cont dl dt {
    max-width: 250px;
    margin-right: 20px;
}

@media (max-width: 480px) {
    #about .history-cont dl dt {
        width: 100%;
        margin: 0;
        max-width: none;
        border-bottom: none;
    }
    #about .history-cont dl dd {
        flex: none;
        width: 100%;
        padding-top: 0;
        border-top: none;
    }
}


/********************************************
************** 採用情報 **************
********************************************/

#recruit .recruit-img {
    width: calc(20% - 8px);
    flex-direction: column;
}

#recruit .recruit-img figure+figure {
    margin-top: 10px;
}

#recruit .recruit-txt {
    width: calc(60% - 8px);
    background: url(../img/sub/recruit/recruit-kv.png) no-repeat center bottom / contain;
}

#recruit .left-line::after {
    background: #6cbb5a;
}

#recruit .recruit-cont dt,
#recruit .recruit-cont dd {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px;
}

#recruit .recruit-cont dt {
    width: 30%;
    max-width: 185px;
    margin-right: 10px;
    padding: 20px;
}

#recruit .recruit-cont dl:first-child dt,
#recruit .recruit-cont dl:first-child dd {
    border-top: 1px solid #ddd;
}

.recruit-num {
    background: #6cbb5a;
    color: #fff;
    font-size: 1.375rem;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}

.recruit-method i {
    color: #ccc;
    font-size: 2rem;
}

.recruit-method-item {
    margin: 0 5px 10px 0;
}

.recruit-flow {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.recruit-flow a {
    text-decoration: underline;
}

.recruit-flow div p {
    padding-left: 10px;
}

.recruit-flow div .bold {
    border-left: 3px solid #6cbb5a;
    line-height: 1;
}

@media (max-width: 768px) {
    #recruit .recruit-img {
        width: 100%;
        flex-direction: row;
    }
    #recruit .recruit-img figure+figure {
        margin: 0 0 0 15px;
    }
    #recruit .recruit-txt {
        width: 100%;
        padding: 10vw 0;
        margin: 20px 0;
    }
}

@media (max-width: 600px) {
    #recruit figure {
        width: 100%;
    }
    #recruit .recruit-txt {
        width: 100%;
        margin-top: 20px;
    }
    #recruit .recruit-img figure+figure {
        margin: 0 0 0 5px;
    }
    #recruit .recruit-cont dt,
    #recruit .recruit-cont dd {
        padding: 20px 10px;
    }
}


/********************************************
************** 注意事項 **************
********************************************/

#note .left-line::after {
    background: #6cbb5a;
}

#note .en-ttl {
    margin-top: 120px;
}

.note-text {
    margin: 70px 0 50px;
    text-align: center;
}

.note-text p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.note-textyellow {
    background: linear-gradient(transparent 50%, #f2d230 60%);
    /* マーカーカラー#f2d230 */
}

.note-ol {
    list-style-type: decimal;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 50px;
}

.note-list {
    margin: 10px 0;
}

.note-list p {
    letter-spacing: -0.3px;
}

.note-list .bg-light-green {
    padding: 25px;
}

.instagram-btn a::before {
    content: url(../img/common/icon-insta.png);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

@media screen and (max-width: 480px) {
    .note-ul {
        list-style-type: square;
    }
}


/********************************************
******************* INSTAGRAM ******************
********************************************/

#instagram .sub-kv {
    background: #fffeed;
}

#instagram .sub-kv .sub-ttl::after {
    background: #e8dc00;
}


/********************************************
******************* ブログ ******************
********************************************/

#blog .sub-kv {
    background: #fff0f2;
}

#blog .sub-kv .sub-ttl::after {
    background: #e55c73;
}


/********************************************
******************* 新着情報 ******************
********************************************/

#news .sidebar {
    max-width: 210px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

#news .sidebar-widget {
    border: none;
}

#news .sidebar-widget ul li:last-child a {
    border-bottom: 1px solid #ddd;
}

#news .sidebar-widget ul li a {
    position: relative;
}

#news .sidebar-widget ul li a::after {
    content: '\f054';
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#news .sidebar-widget ul li a:hover {
    background: #eeffeb;
}

#news .news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #222;
}

#news .news-list li:first-child {
    border-top: 1px solid #ddd;
}

#news .news-list li .news-date {
    width: 130px;
    color: #777;
}

#news .news-list li:hover a {
    text-decoration: underline;
}

#news .single-cont {
    font-family: 'Noto Sans JP', sans-serif;
}

#news .single-cont h3 {
    font-weight: 500;
    font-size: 1.625rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #909090;
}

.news-pagination a,
.news-pagination span {
    font-weight: 500;
    padding: 12px;
    text-decoration: underline;
}

.news-pagination a:hover,
.news-pagination span {
    color: #6cbb5a;
}

.news-pagination a.prev,
.news-pagination a.next {
    font-size: 150%;
}

.news-pagination a i {
    padding: 0 10px;
}

@media (max-width: 768px) {
    #news .sidebar {
        max-width: none;
        margin-top: 0;
    }
}


/********************************************
************** お問い合わせ **************
********************************************/

.contact-txt {
    padding: 3em 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.contact-txt .contact-tel {
    font-size: 3rem;
}

.contact-txt .contact-tel span {
    font-size: 75%;
}

.contact-cont dl dt {
    width: 300px;
    border-top: 1px solid #ccc;
    padding: 25px;
}

.contact-cont dl dd {
    width: calc(100% - 310px);
    padding: 25px;
    border-top: 1px solid #ccc;
    font-size: 15px;
}

.contact-cont dl:last-of-type dt,
.contact-cont dl:last-of-type dd {
    border-bottom: 1px solid #ccc;
}

.contact-cont dl dt .required {
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    background: #ff6633;
}

.contact-cont dl dd input,
.contact-cont dl dd textarea,
.contact-cont dl dd select {
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px 15px;
}

.contact-cont dl dd textarea {
    padding: 15px;
}

.contact-cont dl dd input {
    height: 30px;
    height: 40px;
}

.contact-cont dl dd select,
.contact-cont dl dd input[type=date] {
    max-width: 280px;
}

.contact-cont dl dd select#contact-item {
    max-width: 330px;
}

.contact-submit {
    width: 100%;
    max-width: 360px;
    margin: 30px auto;
    position: relative;
    height: 64px;
}

.contact-submit input {
    width: 100%;
    background: #ff6633;
    height: 64px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    border-radius: 64px;
    padding: 0;
    border: none;
}

.contact-submit::after {
    position: absolute;
    content: '';
    background: url(../img/top/arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
    .contact-txt .contact-tel {
        font-size: 2rem;
    }
    .contact-cont dl dt,
    .contact-cont dl dd {
        width: 100%;
        padding: 20px 10px;
    }
}