@charset "UTF-8";
/* common_pc Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

:root {
	--color-strawberry: #e02f3f;
	--color-peach: #cc4a3f;
	--color-grape: #626fba;
	--color-muscat: #278903;
	--color-cherry: #e02f3f;
	--color-melon: #588239;
	--color-apple: #e02f3f;
	--color-pear: #ce4c08;
	--color-orange: #ce4c08;
	--color-fruits: #1a8651;
	--bold: 700;
}

.graph {
	background-size: 20px 20px;
	background-repeat: repeat;
	background-position: center center;
}

.break {
	display: none;
}

.contents {
	font-family: "Noto Sans JP", sans-serif;
}

.Group__fruits .Heading__h3 {
	background-color: var(--color-fruits);
	background-image: url(/attending/bus/fruit/common/images/bg-heading.png);
	background-repeat: no-repeat;
	background-size: 1179px 100%;
	background-position: center;
	text-align: center;
	padding: 1.9rem 0;
}

.Group__fruits .Heading__h3__inner {
	position: relative;
	font-size: 2.8rem;
	font-weight: var(--bold);
	color: #fff;
	vertical-align: 0.8rem;
}

.Sec__contents .Heading__h3__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: calc((1024px / 2) - 720px);
	transform: translateX(-50%);
	background-image: url(/attending/bus/fruit/common/images/il_cts01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 11.3rem;
	height: 12.2rem;
}
.Heading__h2 {
	background-color: var(--color-fruits);
	background-image: url(/attending/bus/fruit/common/images/bg-heading.png);
	background-repeat: no-repeat;
	background-size: 1179px 100%;
	background-position: center;
	text-align: center;
	padding: 1.9rem 0;
}

.Heading__h2__inner {
	position: relative;
	font-size: 2.8rem;
	font-weight: var(--bold);
	color: #fff;
	vertical-align: 0.8rem;
}

.Sec__contents .Heading__h2__inner::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: calc((1024px / 2) - 720px);
	transform: translateX(-50%);
	background-image: url(/attending/bus/fruit/common/images/il_cts01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 11.3rem;
	height: 12.2rem;
}


/* =================================================
Keyvisual
================================================= */
.Keyvisual {
	position: relative;
	background-image: url(/attending/bus/fruit/images/bg_keyvis-pc.png);
	background-color: #f2f7ea;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover 100%;
	width: 100%;
	height: 500px;
}

.Keyvisual h2 {
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.Keyvisual .seo {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 570px;
	font-size: 1.4rem;
	font-weight: var(--bold);
	color: var(--color-fruits);
	text-align: center;
	margin: 0 auto;
}

/* =================================================
発地ボタン・アンカー
================================================= */
.Group__departure .Common21__inner {
	padding: 5rem 0;
}
.Group__departure .Common21__inner h2 {
	font-size: 2.4rem;
	font-weight: var(--bold);
	color: var(--color-fruits);
	text-align: center;
    margin-bottom: 2rem;
}
.Group__departure .Common21__inner .Departure__items {
	display: flex;
	justify-content: space-between;
	column-gap: 2rem;
}

.Group__departure .Common21__inner .Departure__items .Departure__item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-fruits);
	border-radius: 6px;
	width: 100%;
	font-size: 2rem;
	font-weight: var(--bold);
	color: #fff;
	padding: 1rem 0 1.75rem;
	cursor: pointer;
	transition: background-color 0.5s;
}

.Group__departure .Common21__inner .Departure__items .Departure__item::before {
	content: "";
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg) skew(5deg, 5deg);
	background-color: #fff;
	width: 1.6rem;
	height: 1.6rem;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	transition: background-color 0.5s;
}

.Group__departure .Common21__inner .Departure__items .Departure__item::after {
	content: "";
	position: absolute;
	top: calc(50% + 1.75rem);
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(/attending/bus/fruit/common/images/deco_deperture.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 6.4rem;
	height: 0.4rem;
}

.Group__departure .Common21__inner .Departure__items .Departure__item:hover {
	background-color: #005d2f;
}

.Group__departure .Common21__inner .Departure__items .current {
	background-color: #005d2f;
}

.Group__departure .Common21__inner .Departure__items .current::before {
	content: "";
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg) skew(5deg, 5deg);
	background-color: #005d2f;
	width: 1.6rem;
	height: 1.6rem;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	transition: background-color 0.5s;
}

.Group__filter .Common21__inner {
	background-color: #f5f5f5;
	border-radius: 25px;
	margin-bottom: 5rem;
	padding: 3rem 6rem;
}

.Group__filter .Common21__inner h2 {
	font-size: 2.4rem;
	font-weight: var(--bold);
	color: var(--color-fruits);
	text-align: center;
}

.Group__filter .Common21__inner ul {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
    gap: 10px;
}

.Group__filter .Common21__inner ul li {
	width: 100px;
	cursor: pointer;
	transition: 0.5s;
    padding-bottom: 2rem;
    border: solid 1px #e6e2e2;
    border-radius: 20px;
}
.Group__filter .Common21__inner ul li:hover {
	background: #EAE7E7;
}

.Group__filter .Common21__inner ul li figure {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Group__filter .Common21__inner ul li figure img {
    width: 10.5rem;
    height: 9rem;
}

.Group__filter .Common21__inner ul li figure figcaption {
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
    font-weight: 700;
}

/* =================================================
いちご狩りの情報・ツアー（ベース）
================================================= */
.Sec__contents .Heading__h4 {
	position: relative;
	font-size: 2.8rem;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 7rem;
}

.Sec__contents .Heading__h4::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: no-repeat;
}

.Sec__contents .Heading__h4::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2rem;
	background-image: url(/attending/bus/fruit/common/images/deco_heading.svg);
	background-repeat: no-repeat;
	width: 7.8rem;
	height: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.Sec__contents form {
	width: 100%;
}

.Cts__information {
	padding: 5rem 0;
}

.Group__recommended--area {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Group__recommended--area figure {
	border-radius: 25px;
	width: 58rem;
	height: 32rem;
	overflow: hidden;
}

.Group__recommended--area figure img {
	filter: saturate(130%);
}

.Recommended--text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #fff;
	border-radius: 25px;
	width: 50rem;
	height: auto;
	padding: 3rem;
	z-index: 1;
}

.Recommended--area {
	position: relative;
/*
	display: flex;
	justify-content: flex-start;
*/
	font-size: 1.8rem;
	font-weight: var(--bold);
	padding-left: 1.5rem;
}

.Recommended--area::before {
	position: absolute;
	top: 1.5rem;;
	transform: translateY(-40%);
	left: 0;
	content: "";
	display: block;
	background-color: #bfbfbf;
	border-radius: 3px;
	width: 0.5rem;
	height: 2rem;
}

.Recommended--spot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 2.4rem;
    color: #333333;
	font-weight: var(--bold);
	margin-top: 5px;
}

.Recommended--spot::before {
	content: "";
	display: block;
	background-image: url(/attending/bus/fruit/common/images/mark.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 27px;
	margin-right: 1rem;
}

.Recommended--caption {
	margin-top: 10px;
}

.Common__button--tour {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bfbfbf;
	border-radius: 6px;
	width: 50rem;
	height: auto;
	color: #fff;
	margin: 5rem auto 0;
	transition: opacity 0.5s;
}

.Common__button--tour:hover {
	opacity: 0.5;
}

.Common__button--link {
	width: 100%;
	font-size: 1.8rem;
	font-weight: var(--bold);
	text-align: center;
	padding: 1.5rem 0;
}

.Common__button--link .circle {
	transform: translateY(-50%) rotate(0deg);
}

/* .circle {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding-left: 0.1rem;
} */

.circle {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 2.2rem;
	height: 2.2rem;
}

.circle .inner {
	fill: #fff;
}

.arrow01,
.arrow02 {
	fill: none;
	stroke-linecap: round;
	stroke-width: 2px;
}

.arrow02 {
	stroke-linejoin: round;
}

.Cts__information .arrow {
	transform: rotate(90deg);
}

.Cts__calendar {
	position: relative;
	padding: 10rem 0 5rem;
}

.Cts__calendar::before {
	content: "";
	display: block;
	position: absolute;
	top: -65px;
	left: calc(50% + 56rem);
	transform: translateX(-50%);
	background-image: url(/attending/bus/fruit/common/images/il_cts02.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 10.6rem;
	height: 14.5rem;
}
.Group__calendar--details {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Group__calendar {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border-radius: 25px;
	padding: 0 3rem 0 0;
	overflow: hidden;
}

.Group__calendar--text {
	display: flex;
	flex-direction: column;
	margin: 0px 0 40px 30px;
}

.Calendar--variety {
	position: relative;
	display: flex;
	justify-content: flex-start;
	font-size: 2.2rem;
	font-weight: var(--bold);
	padding-left: 1.5rem;
}

.Calendar--variety::before {
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	left: 0;
	content: "";
	display: block;
	background-color: #bfbfbf;
	border-radius: 3px;
	width: 0.5rem;
	height: 2.2rem;
}

.Cts__calendar .Group__calendar:not(:last-child) {
	margin-bottom: 2rem;
}

.Calendar--caption {
	margin-top: 0.5rem;
    font-size: 1.8rem;
}

.Group__calendar--date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #bfbfbf;
	border-radius: 8px;
	width: 23rem;
	margin-left: auto;
	padding: 2rem 0;
}

.Calendar__season {
	display: inline-block;
	background-color: #fff;
	border-radius: 100px;
	font-weight: var(--bold);
	color: #bfbfbf;
	padding: 0.25rem 2rem;
}

.Calendar__month {
	font-size: 2rem;
	font-weight: var(--bold);
	color: #fff;
	margin-top: 0.5rem;
}

.Cts__tour {
	padding: 10rem 0 5rem;
}

.Group__tour {
	background-color: #fff;
	border: solid 1px #ebebeb;
	border-radius: 20px;
	height: auto;
	margin: 0 auto;
	padding: calc(2rem - 2px);
}

.Group__tour .circle {
	transform: translateY(-50%) rotate(0deg);
}

.Group__tour:not(:last-child) {
	margin-bottom: 2rem;
}

.Group__tour__inner {
	display: flex;
	justify-content: center;
}

.Group__tour figure {
	border-radius: 10px;
	width: 374px;
	height: auto;
	overflow: hidden;
    margin-right: 30px;
}

.Group__tour--text {
	width: calc(100% - 374px - 30px);
}

.Group__tour--text__inner {
	display: flex;
	flex-direction: column;
}

.Tour__label {
	display: flex;
	justify-content: flex-start;
}

.Tour__label li:not(:last-child) {
	margin-right: 1rem;
}

.Tour__label--area {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	border-radius: 5px;
	font-size: 1.5rem;
	padding: 0.25rem 0.75rem;
}

.Tour__label--option {
	border: solid 1px #333333;
	border-radius: 5px;
	font-size: 1.5rem;
	padding: 0.25rem 0.75rem;
}

.Tour__title {
	font-size: 2rem;
	font-weight: var(--bold);
	margin-top: 1rem;
}

.Tour__price {
	font-size: 2rem;
	font-weight: var(--bold);
	color: #d00;
	text-align: right;
	margin-top: 0.5rem;
}

.Tour__caption--heading {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	color: #999999;
	margin-top: 1rem;
	margin-left: 1.6rem;
	margin-bottom: 0.5rem;
}

.Tour__caption--heading::before {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	left: -1rem;
	transform: translateY(-50%) rotate(-20deg);
	background-color: #999999;
	width: 0.1rem;
	height: 1.4rem;
}

.Tour__caption--heading::after {
	content: "";
	position: absolute;
	top: calc(50% + 1px);
	right: -1rem;
	transform: translateY(-50%) rotate(20deg);
	background-color: #999999;
	width: 0.1rem;
	height: 1.4rem;
}

.Tour__caption {
	font-size: 1.6rem;
}

.Group__tour__button ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 2.5rem;
	row-gap: 1.5rem;
	margin-top: 2rem;
}

.Group__tour__button ul li {
	position: relative;
	width: 31rem;
	height: auto;
}

.Tour__button--link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #efefef;
	border-radius: 6px;
	font-weight: var(--bold);
	color: #fff;
	width: 100%;
	height: 100%;
	padding: 1rem 0;
	transition: opacity 0.5s;
}

.Tour__button--link:hover {
	opacity: 0.5;
}

.Common__button--more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bfbfbf;
	border-radius: 6px;
	width: 59.5rem;
	height: auto;
	color: #fff;
	margin: 5rem auto 0;
	transition: opacity 0.5s;
}

.Common__button--more:hover {
	opacity: 0.5;
}

/* =================================================
フルーツ（果物）のおいしい食べ方（ベース）
================================================= */
.Sec__eat {
	padding-bottom: 7rem;
}

.Cts__eat {
	position: relative;
	margin-top: 7rem;
	padding: 5rem 0;
}

.Cts__eat .Heading__h3 {
	position: relative;
	font-size: 2.8rem;
	font-weight: var(--bold);
	text-align: center;
	margin-bottom: 7rem;
}

.Cts__eat .Heading__h3::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.Cts__eat .Heading__h3::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -2rem;
	background-image: url(/attending/bus/fruit/common/images/deco_heading.svg);
	width: 7.8rem;
	height: 0.5rem;
}

.Group__eat {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 90rem;
	margin: 0 auto;
}

.Block__eat {
	position: relative;
	width: 40.3rem;
}

.Block__eat dt {
	font-size: 1.8rem;
	font-weight: var(--bold);
	text-align: center;
}

.Block__eat dd {
	margin-top: 1rem;
}

.Block__eat.Fresh dt {
	margin-top: 1rem;
}

.Block__eat.Fresh::before {
	content: "";
	position: absolute;
	top: -5rem;
	left: calc(50% - 14.7rem);
	transform: translateX(-50%);
	background-image: url(/attending/bus/fruit/common/images/bg__dot.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 21.7rem;
	height: 21.7rem;
}

.Block__eat.Fresh figure {
	position: relative;
	mask-image: url(/attending/bus/fruit/common/images/mask01__shape.png);
	-webkit-mask-image: url(/attending/bus/fruit/common/images/mask01__shape.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	width: 300px;
	height: 257px;
	margin: 0 auto;
}

.Block__eat.Fresh figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.Block__eat.Various::before {
	content: "";
	position: absolute;
	bottom: -5rem;
	left: calc(50% + 14.7rem);
	transform: translateX(-50%);
	background-image: url(/attending/bus/fruit/common/images/bg__dot.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 21.7rem;
	height: 21.7rem;
}

.Block__eat.Various figure {
	position: relative;
	mask-image: url(/attending/bus/fruit/common/images/mask02__shape.png);
	-webkit-mask-image: url(/attending/bus/fruit/common/images/mask02__shape.png);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	width: 300px;
	height: 260px;
	margin: 1rem auto 0;
}

.Block__eat.Various figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.Group__fruits h2 {
    font-size: 2.8rem;
    font-weight: var(--bold);
    color: var(--color-fruits);
    text-align: center;
    margin-bottom: 4.5rem;
    position: relative;
}
.Group__fruits h2::after {
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/attending/bus/fruit/common/images/deco_dotted.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 13.2rem;
    height: 0.4rem;
}
.Sec__eat .Sec__strawberry .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_strawberry.svg);
	width: 6.2rem;
	height: 5.8rem;
}
.Sec__eat .Sec__peach .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_peach.svg);
	width: 9.29rem;
	height: 5.5rem;
}
.Sec__eat .Sec__grape .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_grape.svg);
	width: 7.8rem;
	height: 6.2rem;
}
.Sec__eat .Sec__muscat .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_muscat.svg);
	width: 7.8rem;
	height: 6.6rem;
}
.Sec__eat .Sec__cherry .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_cherry.svg);
	width: 7.6rem;
	height: 5.8rem;
}
.Sec__eat .Sec__melon .Heading__h3:before {
	top: -7rem;
	background-image: url(/attending/bus/fruit/images/il_melon.svg);
	width: 8.3rem;
	height: 6.4rem;
}


