@charset "utf-8";

/* ハーフレディング（文字の上下の余白）対策 */
:root {
	--leading-trim: calc((1em - 1lh) / 2);
	scroll-padding-top: min(24.7svh, 267px);
}

body {
	font-family: "UD Shin Go Medium", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #518D4A;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: 1.5rem;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
#g-navi ul li a,
#g-navi ul li.eng-label a::before,
#g-navi .contact .header p.biz-time,
#g-navi .contact .tel p,
#g-navi .contact .tel a,
#footer span.footer-logo,
#sp-navi ul li a,
#sp-navi .contact .biz-time,
#sp-navi .contact .tel p,
#sp-navi .contact .tel a,
#bottom-nav p,
#bottom-nav a,
.monthly-calendar .calendar-caption,
#page #reservation .info_table table td:first-child,
#page #reservation table>caption {
	font-family: "Jun 501", "Helvetica Neue", Arial, "Hiragino Maru Gothic W4 JIS2004", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	word-break: break-all;
	transition: all .3s;
	color: #535353;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	opacity: .8;
}

div {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	width: 100%;
}

/* テンプレートCSSクラス */
#template {
	display: none;
}

.in100per {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*リード・セクションのバックカラー設定*/
.white {
	background-color: #FFF;
}

.cream {
	background-color: #FCF7EC;
}

/* ヘッダー */

#header {
	position: fixed;
	z-index: 100;
	width: 100%;
	pointer-events: none;
	height: min(15.4svh, 166px);
}

#header .in100per {
	height: min(24.7svh, 267px);
	display: flex;
	justify-content: space-between;
}

#header .logo {
	display: flex;
	align-items: flex-end;
	pointer-events: all;
}

#header .logo a {
	display: block;
	width: fit-content;
	margin-left: min(2.8vw, 54px);
}

#header .logo img {
	height: min(22svh, 238px);
	display: block;
}

#header .head-instagram a {
	position: relative;
	top: min(22svh, 236px);
	left: min(1.9vw, 36px);
	pointer-events: all;
}

/** グローバルナビゲーション **/
#g-navi {
	position: relative;
	pointer-events: all;
}

#g-navi ul {
	display: flex;
	margin: 0 0 0 auto;
	padding: 0 0 0 14px;
	list-style-type: none;
	align-items: center;
	background-color: #FF5068;
	border-radius: 0 0 0 20px;
	width: fit-content;
	max-width: 1150px;
}

#g-navi ul li a {
	display: block;
	padding: min(5.3svh, 57px) min(1.8vw, 35px) min(2.5svh, 27px);
	font-size: clamp(1rem, 0.145rem + 1.34vw, 1.75rem);
	line-height: clamp(1rem, 0.145rem + 1.34vw, 1.75rem);
	color: #ffffff;
	position: relative;
}

#g-navi ul li.eng-label a::before {
	content: "";
	position: absolute;
	top: min(3.4svh, 37px);
	left: 50%;
	translate: -50%;
	height: 13px;
	background-repeat: no-repeat;
	background-size: contain;
}

#g-navi ul li.eng-label.label-home a::before {
	background-image: url(../img/label-home.svg);
	width: 57px;
}

#g-navi ul li.eng-label.label-product a::before {
	background-image: url(../img/label-product.svg);
	width: 72px;
}

#g-navi ul li.eng-label.label-food a::before {
	background-image: url(../img/label-food.svg);
	width: 69px;
}

#g-navi ul li.eng-label.label-access a::before {
	background-image: url(../img/label-access.svg);
	width: 76px;
}

#g-navi ul li.reserve-berry,
#bottom-nav ul li {
	padding: 3px;
	margin: 20px min(2.2vw, 42px) 0 min(1.2vw, 22px);
	background-color: #ffffff;
	border-radius: calc(infinity * 1px);
}

#g-navi ul li.reserve-berry a,
#bottom-nav ul li a {
	padding: 5px min(3.1vw, 60px) 9px;
	font-size: clamp(1.188rem, 0.332rem + 1.34vw, 1.938rem);
	line-height: clamp(1.188rem, 0.332rem + 1.34vw, 1.938rem);
	color: #FF5068;
	border: 3px solid;
	border-radius: calc(infinity * 1px);
	background-color: #ffffff;
}

#g-navi ul li.reserve-berry a::before,
#g-navi ul li.reserve-berry a::after,
#bottom-nav ul li a::before,
#bottom-nav ul li a::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 23px;
	background-image: url(../img/deco_berry.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#g-navi ul li.reserve-berry a::before {
	top: 11px;
	left: min(1.6vw, 30px);
}

#g-navi ul li.reserve-berry a::after {
	top: 13px;
	right: min(1.4vw, 26px);
	transform: rotate(80deg);
}

#g-navi .contact {
	background-color: #518D4A;
	width: calc(100% - 13vw);
	min-width: min(50vw, 875px);
	margin: 0 0 0 auto;
	border-radius: 0 0 0 20px;
	padding: 0 min(2.6vw, 50px) 0 min(1.5vw, 30px);
}

#g-navi .contact,
#g-navi .contact>div {
	display: flex;
	align-items: center;
}

#g-navi .contact p,
#g-navi .contact a {
	color: #ffffff;
}

#g-navi .contact .header {
	margin-right: min(1.25vw, 24px);
}

#g-navi .contact .header2 {
	margin-right: min(2.7vw, 51px);
}

#g-navi .contact .header p,
#g-navi .contact .header2 p {
	font-size: clamp(0.875rem, 0.59rem + 0.45vw, 1.125rem);
	line-height: clamp(0.875rem, 0.59rem + 0.45vw, 1.125rem);
}

#g-navi .contact .header p.biz-time {
	font-size: clamp(1rem, 0.358rem + 1vw, 1.563rem);
	line-height: clamp(1rem, 0.358rem + 1vw, 1.563rem);
	margin-right: min(1.7vw, 32px);
}

#g-navi .contact .tel a {
	font-size: clamp(1.125rem, 0.341rem + 1.23vw, 1.813rem);
	line-height: clamp(1.125rem, 0.341rem + 1.23vw, 1.813rem);
	padding: 15px 0 17px;
}

#g-navi .contact .tel p.biz-tell {
	font-size: clamp(1rem, 0.572rem + 0.67vw, 1.375rem);
	line-height: clamp(1rem, 0.572rem + 0.67vw, 1.375rem);
	margin-right: min(0.6vw, 12px);
}

#s-menu,
#sp-navi,
#bottom-nav {
	display: none;
}

/* ページ共通 */
#lead {
	position: relative;
}

.link-btn a {
	display: flex;
	width: 100%;
	max-width: 320px;
	height: 56px;
	border-radius: calc(infinity * 1px);
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: clamp(1.25rem, 0.965rem + 0.45vw, 1.5rem);
	line-height: clamp(1.25rem, 0.965rem + 0.45vw, 1.5rem);
	padding-bottom: 3px;
	margin: 25px auto 0;
}

.link-btn.button-pink a {
	background-color: #FF5068;
}

.link-btn.button-green a {
	background-color: #49B233;
}

/* トップページ */
/** 共通 **/
#top section {
	overflow: hidden;
}

#top section>.in100per,
#page article>#lead .in100per,
#page article>section .in100per,
#page #booking-form .content_body,
#page #booking-thanks section .in100per {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

#top h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: clamp(1.75rem, 1.465rem + 0.45vw, 2rem);
	line-height: clamp(2.625rem, 2.197rem + 0.67vw, 3rem);
	position: relative;
}

#top h2::before,
#top h2::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

#top section h2 {
	color: #FF5068;
}

#top section.cream h2 {
	color: #49B233;
}

#top h2 img {
	margin-bottom: 14.4px;
}

#top .to-next {
	width: min(6.25vw, 120px);
	height: auto;
}

/** リード **/
#top #lead img.inLeadImg {
	position: absolute;
	right: min(9.5vw, 183px);
	bottom: 204px;
	width: min(13vw, 252px);
}

#top #lead .to-next {
	position: absolute;
	right: min(8.6vw, 165px);
	bottom: 47px;
}

/*** スライド ***/
#top .slick-slider {
	width: min(58vw, 1120px);
	margin: 0 auto;
	position: relative;
}

#top .slick-slider img.slick-slide {
	width: min(58vw, 1120px);
	height: min(97svh, 1048px);
	object-fit: cover;
}

#top .slick-dots {
	position: absolute;
	bottom: calc(5% + 18px);
	left: -100px;
	display: block;
	width: fit-content;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	transform: rotate(90deg);
}

#top .slick-dots li button:before {
	font-family: '';
	font-size: unset;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: unset;
	-webkit-font-smoothing: unset;
	-moz-osx-font-smoothing: unset;
	background-color: #D6D6D6;
	border-radius: 4px;
}

#top .slick-dots li.slick-active button:before {
	background-color: #FF9494;
}

/** インスタグラム **/
#top #instagram .in100per {
	padding: 189px min(12.7vw, 243px) 184px min(18.3vw, 350px);
	display: flex;
	justify-content: flex-end;
}

#top #instagram .section-title {
	margin-right: min(5.8vw, 112px);
	position: relative;
	display: flex;
	flex-direction: column;
}

#top #instagram h2 {
	width: 385px;
}

#top #instagram h2::before {
	width: min(19.2vw, 368px);
	height: min(29svh, 310px);
	background-image: url(../img/line_berry.svg);
	top: -130px;
	left: -193px;
}

#top #instagram .title-deco {
	margin: 41px auto 0;
}

#top #sb_instagram {
	padding-bottom: 0 !important;
}

#top #sb_instagram #sbi_images {
	padding: 0;
}

#top #sb_instagram #sbi_images .sbi_item {
	width: min(12.5vw, 240px);
	height: auto;
}

#top #instagram .to-next {
	position: absolute;
	right: 93px;
	bottom: 130px;
}

/** 農園について **/
#top #about .in100per {
	padding: 138px min(10.2vw, 196px) 260px min(18.3vw, 350px);
	display: flex;
	flex-direction: row-reverse;
}

#top #about .section-title {
	position: relative;
}

#top #about .section-title::before,
#top #direct .section-title::before,
#top #reserve .section-title::before,
#top #access .section-title::before {
	content: "";
	position: absolute;
	width: min(19.2vw, 368px);
	height: min(29svh, 310px);
	background-image: url(../img/line_corn.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: -180px;
	right: -197px;
}

#top #about h2::before {
	width: min(5.7vw, 109px);
	height: min(15svh, 162px);
	background-image: url(../img/chara_berry.svg);
	top: -25px;
	left: min(2.3vw, -45px);
}

#top #about h2::after {
	width: min(6.8vw, 130px);
	height: min(15.3svh, 165px);
	background-image: url(../img/chara_corn2.svg);
	top: -27px;
	right: min(3.1vw, -59px);
}

#top #about p,
#top #direct p,
#top #food p,
#top #reserve p {
	margin-top: 69px;
	width: 432px;
	font-size: clamp(1.125rem, 0.84rem + 0.45vw, 1.375rem);
	line-height: clamp(1.688rem, 1.26rem + 0.67vw, 2.063rem);
}

#top #about .img-wrap,
#top #direct .img-wrap,
#top #food .img-wrap,
#top #reserve .img-wrap {
	position: relative;
	width: 100%;
}

#top #about .img-wrap img,
#top #direct .img-wrap img,
#top #food .img-wrap img,
#top #reserve .img-wrap img {
	height: auto;
	object-fit: cover;
	position: absolute;
}

#top #about .img1 {
	width: min(30.6vw, 588px);
	top: -71px;
	right: min(11.5vw, 220px);
}

#top #about .img2 {
	width: min(23vw, 443px);
	top: 320px;
	right: min(3.9vw, 75px);
}

#top #about .img3 {
	width: min(16.5vw, 317px);
	top: 415px;
	left: min(2.6vw, 50px);
}

#top #about .to-next,
#top #direct .to-next,
#top #food .to-next {
	position: relative;
	bottom: -210px;
	left: min(13vw, -254px);
}

#top #about .sp-address {
	display: none;
}

/** 直売 **/
#top #direct .in100per {
	padding: 198px 1rem 500px min(18.5vw, 356px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

#top #direct .section-title {
	width: 100%;
	max-width: 320px;
	position: relative;
	left: min(-3.125vw, -60px);
}

#top #direct .section-title::before {
	background-image: url(../img/line_berry.svg);
	top: -153px;
	left: -320px;
	transform: rotate(24deg);
}

#top #direct h2::before {
	width: min(5.5vw, 106px);
	height: min(15svh, 162px);
	background-image: url(../img/chara_berry2.svg);
	top: 18px;
	left: min(6.5vw, -125px);
}

#top #direct h2::after {
	width: min(4.9vw, 94px);
	height: min(15svh, 162px);
	background-image: url(../img/chara_corn.svg);
	top: 20px;
	right: min(6.25vw, -120px);
}

#top #direct p {
	margin: 96px auto 0 60px;
}

#top #direct .img1 {
	width: min(30.7vw, 589px);
	top: -365px;
	right: min(19.3vw, 307px);
	z-index: 1;
}

#top #direct .img2 {
	width: min(19.6vw, 376px);
	top: -25px;
	right: min(37.5vw, 720px);
}

#top #direct .img3 {
	width: min(20.9vw, 402px);
	top: 80px;
	right: min(12.8vw, 245px);
}

#top #direct .to-next {
	bottom: -220px;
	left: min(-26.8vw, -515px);
}

/** お食事 **/
#top #food {
	background: linear-gradient(0deg, rgba(252, 247, 236, 1) 16%, rgba(255, 255, 255, 1) 16%);
	overflow: visible;
}

#top #food .in100per {
	padding: 53px min(13.7vw, 263px) 70px min(18.5vw, 356px);
	display: flex;
	flex-direction: column;
	align-items: center;
}

#top #food .section-title {
	width: 100%;
	max-width: 320px;
	position: relative;
	right: min(-3.4vw, -65px);
}

#top #food .section-title::before {
	content: "";
	position: absolute;
	width: min(19.2vw, 368px);
	height: min(29svh, 310px);
	background-image: url(../img/line_berry.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(64deg);
	top: -135px;
	right: min(19.3vw, -370px);
}

#top #food .section-title::after {
	content: "";
	position: absolute;
	width: min(12.5vw, 239px);
	height: min(15.3svh, 165px);
	background-image: url(../img/chara_set3.svg);
	background-size: contain;
	background-repeat: no-repeat;
	top: 15px;
	right: min(-13vw, -250px);
}

#top #food p {
	margin: 96.5px 0 0 auto;
	width: 560px;
	padding-bottom: 447px;
}

#top #food .img1 {
	width: min(29.7vw, 571px);
	top: -780px;
	left: min(3.4vw, 65px);
}

#top #food .img2 {
	width: min(19.6vw, 376px);
	top: -525px;
	right: min(12.5vw, 240px);
}

#top #food .img3 {
	width: min(19vw, 364px);
	top: -295px;
	right: min(-0.05vw, -1px);
}

#top #food .to-next {
	bottom: -60px;
	left: min(3.4vw, 65px);
}

/** ご予約 **/
#top #reserve .in100per {
	padding: 280px min(8.9vw, 171px) 90px min(22.6vw, 434px);
	display: flex;
	flex-direction: row;
}

#top #reserve .section-title {
	width: 100%;
	max-width: 530px;
	position: relative;
	left: min(3.1vw, 60px);
}

#top #reserve .section-title::before {
	background-image: url(../img/line_corn.svg);
	top: -190px;
	right: -145px;
	transform: rotate(1deg);
}

#top #reserve h2::before {
	width: min(7.1vw, 136px);
	height: min(10.8svh, 116px);
	background-image: url(../img/chara_berry3.svg);
	top: -20px;
	left: min(-1.6vw, -30px);
}

#top #reserve h2::after {
	width: min(6.2vw, 118px);
	height: min(11.9svh, 129px);
	background-image: url(../img/chara_corn3.svg);
	top: -25px;
	right: min(-1.9vw, -36px);
}

#top #reserve p {
	width: 545px;
	margin: 69px auto 0;
}

#top #reserve .link-btn a {
	margin-top: 62px;
	max-width: 530px;
	height: 140px;
	font-size: 2.313rem;
	line-height: 3.469rem;
}

#top #reserve .link-btn a span:first-child {
	margin-right: min(1.6vw, 30px);
}

#top #reserve .img1 {
	width: min(20.3vw, 389px);
	top: -9px;
	right: min(9.9vw, 190px);
}

#top #reserve .img2 {
	width: min(13.5vw, 260px);
	top: 234px;
	right: min(-1.6vw, -30px);
}

#top #reserve .img3 {
	width: min(16.3vw, 313px);
	top: 320px;
	right: min(16.4vw, 315px);
}

/* マップ */
#top #access {
	overflow: visible;
}

#top #access .in100per {
	padding: 130px 0 0 1rem;
}

#top #access .section-title {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto -75px;
	gap: 0 38px;
	width: fit-content;
	position: relative;
	right: min(-17.2vw, -331px);
}

#top #access .section-title::before {
	background-image: url(../img/line_berry.svg);
	top: -134px;
	left: -261px;
	transform: rotate(-5deg);
}

#top section#access h2 {
	color: #FF5068;
}

#top #access .link-btn.button-pink a {
	position: relative;
	z-index: 1;
	width: 232px;
	height: 50px;
	color: #FF5068;
	border: 3px solid;
	background-color: transparent;
	font-size: 1.313rem;
	line-height: 1.969rem;
	padding: 2px 0 0;
}

#top #access .link-btn.button-pink a:hover {
	color: #ffffff;
	border: 3px solid #FF5068;
	background-color: #FF5068;
}

#top #access p:has(iframe) {
	width: fit-content;
	margin: 0 0 0 auto;
}

#top #access iframe {
	width: min(79.9vw, 1534px);
	height: 600px;
	position: relative;
	top: 105px;
	z-index: 1;
}

/* 下層ページ */
/* 共通 */
#page article>#lead {
	padding: min(28.1svh, 228px) 1rem 56px;
}

#page article>#lead .in100per {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#page .section-title,
#page h1 {
	position: relative;
}

#page h1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: clamp(1.75rem, 0.823rem + 1.45vw, 2.563rem);
	line-height: clamp(1.75rem, 0.823rem + 1.45vw, 2.563rem);
}

#page .section-title::before,
#page h1::before,
#page h1::after {
	position: absolute;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
}

#page h1.title-green {
	color: #49B233;
}

#page h1.title-pink {
	color: #FF5068;
}

#page h1 img {
	margin-bottom: 26px;
}

#page article>#lead p {
	margin-top: 40px;
	font-size: clamp(0.875rem, 0.305rem + 0.89vw, 1.375rem);
	line-height: clamp(1.488rem, 0.518rem + 1.52vw, 2.337rem);
}

#page article>section {
	padding-bottom: 137px;
}

#page .no-content {
	display: flex;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	font-size: clamp(1rem, 0.572rem + 0.67vw, 1.375rem);
	padding: 0 28px;
}

#page #footer {
	height: calc(240px - 42px);
	padding-bottom: 42px;
}

#page #gotop {
	bottom: 80px;
}

/** 生産直売・お食事 **/
#page #chokubai .section-title::before,
#page #strawberry .section-title::before,
#page #reservation .section-title::before,
#page #booking-form .section-title::before,
#page #booking-thanks .section-title::before,
#page #access .section-title::before {
	width: 322px;
	height: 188px;
	background-image: url(../img/line_berry_sp.svg);
	top: -110px;
	left: -261px;
	transform: rotate(-7deg);
}

#page #strawberry .section-title::before {
	left: -271px;
}

#page #chokubai h1 img,
#page #strawberry h1 img {
	margin-bottom: 26px;
	width: 308px;
}

#page #chokubai h1::before,
#page #strawberry h1::before {
	width: 109px;
	height: 162px;
	background-image: url(../img/chara_berry.svg);
	top: -2px;
	left: -136px;
}

#page #strawberry h1::before {
	background-image: url(../img/chara_berry4.svg);
	top: 2px;
	left: -140px;
}

#page #chokubai h1::after,
#page #strawberry h1::after {
	width: 130px;
	height: 165px;
	background-image: url(../img/chara_corn2.svg);
	top: -11px;
	right: -150px;
}

#page #strawberry h1::after {
	top: -2px;
}

#page #chokubai section .in100per,
#page #strawberry section .in100per {
	background-color: #ffffff;
}

#page #chokubai .direct_info,
#page #strawberry .direct_info {
	padding: 66px 1rem 106px;
}

#page #chokubai .direct-container,
#page #strawberry .direct-container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

#page #chokubai h2,
#page #strawberry h2 {
	border-radius: calc(infinity * 1px);
	color: #ffffff;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: clamp(1.625rem, 1.411rem + 0.33vw, 1.813rem);
	line-height: clamp(2.438rem, 2.117rem + 0.5vw, 2.719rem);
	padding: 2px 0 5px;
}

#page #chokubai .direct-box:nth-child(n+2),
#page #strawberry .direct-box:nth-child(n+2) {
	margin-top: 110px;
}

#page #chokubai .red h2,
#page #strawberry .red h2 {
	background-color: #CF3A4E;
}

#page #chokubai .red .direct-body img,
#page #strawberry .red .direct-body img {
	border: 3px solid #CF3A4E;
}

#page #chokubai .red .direct-body h3,
#page #strawberry .red .direct-body h3,
#page #chokubai .red .direct-body p,
#page #strawberry .red .direct-body p,
#page #chokubai .red .direct-body span,
#page #strawberry .red .direct-body span {
	color: #CF3A4E;
}

#page #chokubai .red .direct_price,
#page #strawberry .red .direct_price {
	background-color: #FFE9EC;
}

#page #chokubai .green h2,
#page #strawberry .green h2 {
	background-color: #518D4A;
}

#page #chokubai .green .direct-body img,
#page #strawberry .green .direct-body img {
	border: 3px solid #518D4A;
}

#page #chokubai .green .direct-body h3,
#page #strawberry .green .direct-body h3,
#page #chokubai .green .direct-body p,
#page #strawberry .green .direct-body p,
#page #chokubai .green .direct-body span,
#page #strawberry .green .direct-body span {
	color: #518D4A;
}

#page #chokubai .green .direct_price,
#page #strawberry .green .direct_price {
	background-color: #E6F9E4;
}

#page #chokubai .lightgreen h2,
#page #strawberry .lightgreen h2 {
	background-color: #6AC934;
}

#page #chokubai .lightgreen .direct-body img,
#page #strawberry .lightgreen .direct-body img {
	border: 3px solid #6AC934;
}

#page #chokubai .lightgreen .direct-body h3,
#page #strawberry .lightgreen .direct-body h3,
#page #chokubai .lightgreen .direct-body p,
#page #strawberry .lightgreen .direct-body p,
#page #chokubai .lightgreen .direct-body span,
#page #strawberry .lightgreen .direct-body span {
	color: #6AC934;
}

#page #chokubai .lightgreen .direct_price,
#page #strawberry .lightgreen .direct_price {
	background-color: #ECFCE2;
}

#page #chokubai .orange h2,
#page #strawberry .orange h2 {
	background-color: #E55D03;
}

#page #chokubai .orange .direct-body img,
#page #strawberry .orange .direct-body img {
	border: 3px solid #E55D03;
}

#page #chokubai .orange .direct-body h3,
#page #strawberry .orange .direct-body h3,
#page #chokubai .orange .direct-body p,
#page #strawberry .orange .direct-body p,
#page #chokubai .orange .direct-body span,
#page #strawberry .orange .direct-body span {
	color: #E55D03;
}

#page #chokubai .orange .direct_price,
#page #strawberry .orange .direct_price {
	background-color: #FFEDE1;
}

#page #chokubai .direct-body,
#page #strawberry .direct-body {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: min(4.2vw, 81px);
	padding: 57px 0;
	background-image: linear-gradient(to right, #ACACAC 3px, transparent 3px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
	justify-content: center;
}

#page #chokubai .direct-body:last-child,
#page #strawberry .direct-body:last-child {
	padding-bottom: 0;
	background: unset;
}

#page #chokubai .direct-body img,
#page #strawberry .direct-body img {
	width: 100%;
	max-width: 487px;
	height: 390px;
	object-fit: cover;
	object-position: center;
}

#page #chokubai .direct-body h3,
#page #strawberry .direct-body h3 {
	font-size: clamp(1.875rem, 1.305rem + 0.89vw, 2.375rem);
	line-height: clamp(2.813rem, 1.957rem + 1.34vw, 3.563rem);
	text-align: center;
	position: relative;
	background-image: linear-gradient(to right, #ACACAC 2px, transparent 2px), linear-gradient(to right, #ACACAC 2px, transparent 2px);
	background-size: 6px 2px, 6px 2px;
	background-repeat: repeat-x, repeat-x;
	background-position: top, bottom;
	padding: 5px 0 8px;
}

#page #chokubai .direct-about>p,
#page #strawberry .direct-about>p {
	margin-top: 24px;
}

#page #chokubai .direct_price,
#page #strawberry .direct_price {
	margin-top: 16px;
	border-radius: 15px;
	padding: 2rem min(2.5vw, 3rem);
}

#page #chokubai .direct_price ul,
#page #strawberry .direct_price ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#page #chokubai .direct_price ul li,
#page #strawberry .direct_price ul li {
	display: flex;
	flex-direction: row;
	font-size: clamp(1.375rem, 1.232rem + 0.22vw, 1.5rem);
	line-height: clamp(2.063rem, 1.849rem + 0.33vw, 2.25rem);
}

#page #chokubai .direct_price ul li p,
#page #strawberry .direct_price ul li p {
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
}

/** ご予約 **/
#page #reservation .section-title::before,
#page #booking-form .section-title::before,
#page #booking-thanks .section-title::before {
	width: 237px;
	height: 138px;
	top: -69px;
	left: -139px;
}

#page #reservation h1 img,
#page #booking-form h1 img,
#page #booking-thanks h1 img {
	width: 338px;
}

#page #reservation h1::before,
#page #booking-form h1::before,
#page #booking-thanks h1::before {
	width: 110px;
	height: 116px;
	background-image: url(../img/chara_berry3.svg);
	top: -15px;
	left: -101px;
}

#page #reservation h1::after,
#page #booking-form h1::after,
#page #booking-thanks h1::after {
	width: 99px;
	height: 108px;
	background-image: url(../img/chara_corn3.svg);
	top: -11px;
	right: -100px;
}

/*** カレンダー部分 ***/
#page article#reservation>section,
#page article#booking-form>section,
#page article#booking-thanks>section {
	padding-bottom: 0;
}

#page #reservation .monthly-calendar,
#page article#booking-form div#booking-form {
	margin: 17px auto 36px;
	max-width: 785px;
}

#page #reservation .calendar-caption,
#page #reservation table>caption,
#page #booking-form h2 {
	font-size: clamp(1.875rem, 1.447rem + 0.67vw, 2.25rem);
	line-height: clamp(2.813rem, 2.171rem + 1vw, 3.375rem);
	color: #49B233;
	margin-bottom: 13px;
}

#page #reservation .monthly-calendar table {
	margin-bottom: 0;
	width: 100%;
}

#page #reservation .monthly-calendar tr {
	position: relative;
}

#page #reservation .monthly-calendar tr::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to right, #ACACAC 3px, transparent 3px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#page #reservation .monthly-calendar tr.header-row::after {
	content: none;
}

#page #reservation .monthly-calendar th,
#page #reservation .monthly-calendar td {
	border: none;
	position: relative;
}

#page #reservation .monthly-calendar td {
	padding: 2px 0 10px;
	height: calc(81px - 12px);
	width: auto;
}

#page #reservation .monthly-calendar td::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 58px;
	background-image: linear-gradient(to bottom, #ACACAC 2px, transparent 2px);
	background-size: 2px 6px;
	background-repeat: repeat-y;
}

#page #reservation .monthly-calendar td:last-child:after {
	content: none;
}

#page #reservation .monthly-calendar th {
	height: 38px;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 4px;
	color: #ffffff;
	border-right: 4.7px solid #ffffff;
	width: auto;
}

#page #reservation .monthly-calendar th:first-child {
	border-radius: 15px 0 0 15px;
}

#page #reservation .monthly-calendar th:last-child {
	border-radius: 0 15px 15px 0;
	border-right: none;
}

#page #reservation .monthly-calendar th.mon,
#page #reservation .monthly-calendar th.tue,
#page #reservation .monthly-calendar th.wed,
#page #reservation .monthly-calendar th.thu,
#page #reservation .monthly-calendar th.fri {
	background-color: #49B233;
}

#page #reservation .monthly-calendar th.sat {
	background-color: #45C3EB;
}

#page #reservation .monthly-calendar th.sun {
	background-color: #F25D2F;
}

#page #reservation .day-box.no-day {
	background-color: transparent;
}

#page #reservation .day-number {
	font-size: 19px;
	font-weight: bold;
	color: #49B233;
}

#page #reservation .day-box.sat .day-number {
	color: #45C3EB;
}

#page #reservation .day-box.sun .day-number,
#page #reservation .day-box.holiday .day-number {
	color: #F25D2F;
}

#page #reservation .schedule-note {
	display: none;
}

#page #reservation .day-box.today {
	background-color: #E9FFE5;
}

#page #reservation .monthly-prev-next,
#page #reservation .mtssb-daily-action>button,
#page #booking-form #action-button>button {
	font-size: unset;
	margin-top: 85px;
	width: auto;
}

#page #reservation .in100per>p.calender_caution {
	position: relative;
	width: fit-content;
	top: -160px;
	left: 50%;
	translate: -50%;
	font-size: 18px;
	color: #49B233;
}

#page #reservation .monthly-prev-next a,
#page #reservation .monthly-prev-next span,
#page #reservation .mtssb-daily-action>button,
#page #booking-form #action-button>button,
#page #booking-thanks .btn_top a {
	display: flex;
	width: 280px;
	height: 58px;
	background-color: #49B233;
	border-radius: calc(infinity * 1px);
	align-items: center;
	justify-content: center;
	font-size: clamp(1rem, 0.43rem + 0.89vw, 1.5rem);
	line-height: clamp(1rem, 0.43rem + 0.89vw, 1.5rem);
	color: #ffffff;
	position: relative;
	padding-bottom: 2px;
}

#page #reservation .monthly-prev-next span {
	background-color: #A5A5A5;
}

#page #reservation .monthly-prev-next .monthly-next a,
#page #reservation .monthly-prev-next .monthly-prev a {
	width: calc(280px - 30px);
	padding: 0 30px 2px 0;
}

#page #reservation .monthly-prev-next .monthly-prev a {
	padding: 0 0 2px 30px;
}

#page #reservation .monthly-prev-next .monthly-next a::after,
#page #reservation .monthly-prev-next .monthly-prev a::after {
	content: "＞";
	position: absolute;
	right: 50px;
	font-size: clamp(1rem, 0.43rem + 0.89vw, 1.5rem);
	line-height: clamp(1rem, 0.43rem + 0.89vw, 1.5rem);
}

#page #reservation .monthly-prev-next .monthly-prev a::after {
	content: "＜";
	left: 50px;
}

#page #reservation .note-inner,
#page #booking-form .note-inner,
#page #booking-thanks .thanks_wrap {
	width: 100%;
	max-width: 626px;
	margin: 0 auto;
	padding: 76px 0 129px;
}

#page #reservation .note-body,
#page #booking-form .note-body,
#page #booking-thanks .thanks_outer {
	background-color: #ffffff;
	padding: 7px;
	border-radius: 20px;
}

#page #reservation .info_table,
#page #booking-form .info_table,
#page #booking-thanks .thanks_inner {
	border: 2px solid;
	border-radius: 12px;
	padding: 30px 60px;
	position: relative;
}

#page #reservation .info_table::after,
#page #booking-form .info_table::after {
	content: '';
	position: absolute;
	width: 165px;
	height: 128px;
	background-image: url(../img/chara_set2_sp.svg);
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -31px;
	left: -58px;
}

#page #reservation .info_table table td,
#page #booking-form .info_table table td {
	font-size: clamp(1.188rem, 0.974rem + 0.33vw, 1.375rem);
	line-height: clamp(1.781rem, 1.46rem + 0.5vw, 2.063rem);
	vertical-align: top;
	padding-bottom: 8px;
}

#page #reservation .info_table table td span.small,
#page #booking-form .info_table table td span.small {
	font-size: clamp(0.875rem, 0.732rem + 0.22vw, 1rem);
	line-height: clamp(1.313rem, 1.099rem + 0.33vw, 1.5rem);
}

#page #reservation .info_table table td:last-child,
#page #booking-form .info_table table td:last-child {
	padding-left: 20px;
}

/*** 時間選択画面 ***/
#page #reservation table.mtssb-timetable-link th,
#page #reservation table.mtssb-timetable-link td {
	color: #518D4A;
}

#page #reservation .mtssb-daily-action>button,
#page #booking-form #action-button>button {
	border: none;
	padding: 2px 0 0;
	margin-right: auto;
	margin-left: auto;
}

/*** 予約フォーム本体 ***/
#page #booking-form .content_body {
	background-color: #ffffff;
	padding-bottom: 30px;
}

#page #booking-form h2 {
	text-align: center;
	margin-top: 13px;
}

#page #booking-form #action-button>button {
	margin: 40px auto 0;
}

/*** サンクスページ ***/
#page #booking-thanks .thanks_wrap {
	max-width: 900px;
	padding: 60px 1rem 120px;
}

#page #booking-thanks h2 {
	margin-bottom: 20px;
	font-size: clamp(1.25rem, 0.537rem + 1.11vw, 1.875rem);
	line-height: clamp(1.563rem, 0.137rem + 2.23vw, 2.813rem);
	text-align: center;
}

#page #booking-thanks .thanks_inner p {
	margin-bottom: 10px;
}

#page #booking-thanks .btn_top a {
	margin: 40px auto 20px;
}

/** アクセス **/
#page #access section .in100per {
	background-color: #ffffff;
}

#page #access .section-title::before {
	top: -100px;
}

#page #access h1 img {
	width: 307px;
}

#page #access h1::before {
	width: 109px;
	height: 162px;
	background-image: url(../img/chara_berry1.svg);
	top: 0;
	left: -140px;
}

#page #access h1::after {
	width: 94px;
	height: 162px;
	background-image: url(../img/chara_corn1.svg);
	top: 0;
	right: -130px;
}

#page #access .map-inner {
	padding: 36px 25px 126px;
}

#page #access .map-data p:not(:has(iframe)) {
	font-size: clamp(1.125rem, 0.555rem + 0.89vw, 1.625rem);
	line-height: clamp(1.688rem, 0.832rem + 1.34vw, 2.438rem);
	text-align: center;
	margin-bottom: 20px;
}

#page #access .map-data p:has(iframe) {
	text-align: center;
	margin-bottom: 36px;
}

#page #access .map-data iframe {
	border: 0;
	width: 100%;
	max-width: 1534px;
	height: 538px;
	border-radius: 30px;
}

#page #access .map-btn a {
	border: 4px solid;
	border-radius: calc(infinity * 1px);
	font-size: clamp(1.375rem, 0.306rem + 1.67vw, 2.313rem);
	line-height: clamp(2.063rem, 0.459rem + 2.51vw, 3.469rem);
	color: #49B233;
	display: flex;
	width: 100%;
	max-width: calc(668px - 30px);
	height: 98px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
	padding-right: 30px;
}

#page #access .map-btn a::after {
	content: "＞";
	position: absolute;
	right: 35px;
	font-size: clamp(1.375rem, 0.306rem + 1.67vw, 2.313rem);
	line-height: clamp(2.063rem, 0.459rem + 2.51vw, 3.469rem);
}

#page #access .map-vehicle {
	margin: 97px auto 0;
	max-width: 1382px;
}

#page #access .map-vehicle h2 {
	font-size: clamp(1.625rem, 1.411rem + 0.33vw, 1.813rem);
	line-height: clamp(2.438rem, 2.117rem + 0.5vw, 2.719rem);
	background-color: #FF5068;
	color: #ffffff;
	text-align: center;
	border-radius: calc(infinity * 1px);
	padding: 3px 0 7px;
}

#page #access .vehicle-inner {
	max-width: 1261px;
	margin: 31px auto 0;
	padding-bottom: 20px;
	background-image: linear-gradient(to right, #ACACAC 3px, transparent 3px);
	background-size: 10px 3px;
	background-repeat: repeat-x;
	background-position: bottom;
}

#page #access .vehicle-inner:last-child {
	background: unset;
	padding-bottom: 0;
}

#page #access .vehicle-inner h3 {
	font-size: clamp(1.875rem, 1.447rem + 0.67vw, 2.25rem);
	line-height: clamp(2.813rem, 2.171rem + 1vw, 3.375rem);
	width: fit-content;
	margin: 0 auto;
	position: relative;
}

#page #access .vehicle-inner.car h3::before,
#page #access .vehicle-inner.train h3::before {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}

#page #access .vehicle-inner.car h3::before {
	width: 48px;
	height: 43px;
	background-image: url(../img/icon_car.svg);
	top: 6px;
	left: -65px;
}

#page #access .vehicle-inner.train h3::before {
	width: 42px;
	height: 48px;
	background-image: url(../img/icon_train.svg);
	top: 4px;
	left: -60px;
}

#page #access .vehicle-inner p {
	font-size: clamp(1.125rem, 0.555rem + 0.89vw, 1.625rem);
	line-height: clamp(1.688rem, 0.832rem + 1.34vw, 2.438rem);
	padding: 0 31px;
	margin-top: 5px;
}

/* フッター */
#footer {
	width: 100%;
	height: calc(335px - 42px);
	position: relative;
	background-color: #F1E8D2;
	display: flex;
	align-items: flex-end;
	padding-bottom: 42px;
}

#footer .in100per {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 min(13vw, 250px) 0 min(3.2vw, 61px);
}

#footer .in100per p {
	color: #000000;
	font-size: 18px;
	line-height: 27px;
}

#footer .in100per .copy-right p {
	font-size: 14px;
	line-height: 21px;
}

#footer .in100per .inner {
	display: flex;
	align-items: center;
}

#footer .in100per .inner img {
	margin-right: 6px;
	max-width: min(9vw, 173px);
}

#footer .in100per .inner img.text-logo {
	max-width: min(19.7vw, 378px);
}

#footer span.footer-logo {
	font-size: 20px;
}

#gotop {
	display: none;
	position: fixed;
	width: 128px;
	height: 128px;
	right: min(4.1vw, 79.3px);
	bottom: min(3.8svh, 41px);
	z-index: 99;
}

@media (max-width: 1700px) {
	#top #instagram .to-next {
		bottom: 0;
	}

	#top #about .section-title::before {
		top: -155px;
		right: -140px;
	}

	#top #food .section-title::before {
		top: -110px;
		right: min(19.3vw, -340px);
	}

	#top #direct .section-title::before {
		top: -165px;
		left: -290px;
	}

	#top #direct .img1 {
		right: min(10.8vw, 207px);
	}

	#top #direct .img2 {
		right: min(32.3vw, 620px);
	}

	#top #direct .img3 {
		right: min(7.6vw, 145px);
	}

	#top #food .img1 {
		left: min(-2vw, -35px);
	}

	#top #food .img2 {
		right: min(20vw, 340px);
	}

	#top #reserve .in100per {
		padding: 200px min(8.9vw, 171px) 90px min(22.6vw, 434px);
	}

	#top #reserve h2::before {
		left: min(-2.3vw, -45px);
	}

	#top #reserve .img1 {
		top: 140px;
		right: min(5.9vw, 100px);
	}

	#top #reserve .img2 {
		top: 360px;
		right: min(-5vw, -85px);
	}

	#top #reserve .section-title {
		left: min(0vw, 0px);
	}

	#top #access .section-title::before {
		top: -120px;
		left: -220px;
		transform: rotate(0deg);
	}
}

@media (max-width: 1500px) {

	#page #chokubai .direct-container,
	#page #strawberry .direct-container {
		max-width: 900px;
	}
}

@media (max-width: 1440px) {

	#g-navi .contact .header,
	#g-navi .contact .header p.biz-time {
		margin-right: min(1vw, 12px);
	}

	#g-navi ul li.reserve-berry a::before {
		top: 7px;
	}

	#g-navi ul li.reserve-berry a::after {
		top: 9px;
	}

	#top #instagram .in100per {
		padding: 189px min(2.5vw, 48px) 184px min(18.3vw, 350px);
	}

	#top #instagram h2::before {
		top: -100px;
		left: -130px;
	}

	#top #about .section-title::before {
		top: -135px;
		right: -115px;
	}

	#top #about h2::before {
		left: min(-0.7vw, -10px);
	}

	#top #about h2::after {
		top: -25px;
		right: min(-1.7vw, -25px);
	}

	#top #about .img2 {
		top: 230px;
	}

	#top #about .img3 {
		top: 340px;
		left: min(2.6vw, -80px);
	}

	#top #food {
		overflow: hidden;
	}

	#top #direct .section-title::before {
		top: -125px;
		left: -245px;
	}

	#top #direct h2::before {
		left: min(4.7vw, -90px);
	}

	#top #direct h2::after {
		right: min(-4.7vw, -90px);
	}

	#top #direct .img1 {
		top: -300px;
	}

	#top #direct .to-next {
		left: min(14.6vw, -280px);
	}

	#top #access .section-title {
		right: min(-22.9vw, -200px);
	}

	#top #food .section-title::before {
		right: min(-15.3vw, -220px);
	}

	#top #food .section-title::after {
		right: min(-11.1vw, -160px);
	}

	#top #food p {
		width: 450px;
		padding-bottom: 300px;
	}

	#top #food .img1 {
		top: -620px;
	}

	#top #food .img2 {
		top: -370px;
	}

	#top #food .img3 {
		top: -200px;
		right: min(5.2vw, 75px);
	}

	#top #reserve .section-title {
		max-width: 460px;
	}

	#top #reserve .section-title::before {
		top: -150px;
		right: -115px;
	}

	#top #reserve h2::before {
		left: min(-4.9vw, -70px);
	}

	#top #reserve h2::after {
		top: 0;
		right: min(-3.5vw, -50px);
	}

	#top #reserve p {
		width: 100%;
	}

	#top #reserve .link-btn a {
		max-width: 320px;
		height: 84px;
		font-size: 1.375rem;
		line-height: 2.063rem;
	}

	#top #access .section-title {
		right: min(-13.9vw, -200px);
	}

	#top #access .section-title::before {
		top: -90px;
		left: -190px;
	}

	#page article>#lead p {
		max-width: 500px;
	}

	#page #chokubai .direct-body,
	#page #strawberry .direct-body {
		flex-direction: column;
	}

	#page #access .map-data iframe {
		max-width: 930px;
	}

	#page #access .vehicle-inner {
		max-width: 1000px;
	}
}

@media (max-width: 1300px) {
	#top #instagram .to-next {
		bottom: -50px;
	}

	#top #about p {
		width: 360px;
	}

	#top #about h2::before {
		left: min(-3.1vw, -40px);
	}

	#top #about h2::after {
		right: min(-4.2vw, -55px);
	}

	#top #direct .img1 {
		right: min(3.6vw, 70px);
	}

	#top #direct .img2 {
		right: min(25.4vw, 330px);
	}

	#page #reservation .monthly-calendar,
	#page article#booking-form div#booking-form {
		max-width: 540px;
	}

	#page #reservation .in100per>p.calender_caution {
		top: -280px;
	}

	#page #reservation .in100per:has(table.mtssb-timetable-link)>p.calender_caution {
		top: -160px;
	}

	#page #reservation .monthly-prev-next {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	#page #access .map-data iframe {
		max-width: 530px;
	}

	#page #access .map-btn a {
		max-width: calc(500px - 30px);
	}

	#page #access .vehicle-inner {
		max-width: 800px;
	}

	#page #access .vehicle-inner p {
		text-indent: -1.7rem;
		padding-left: 1.7rem;
	}
}

@media (max-width: 1200px) {

	#g-navi .contact {
		padding: 0 min(1vw, 5px) 0 min(1vw, 30px);
	}

	#g-navi .contact .header,
	#g-navi .contact .header2,
	#g-navi .contact .header p.biz-time {
		margin-right: min(1vw, 5px);
	}

	#g-navi ul li.reserve-berry a::before {
		top: 4px;
		left: 10px;
	}

	#g-navi ul li.reserve-berry a::after {
		top: 6px;
		right: 6px;
	}

	#top #instagram .to-next {
		bottom: -100px;
	}

	#top #direct .section-title::before {
		top: -115px;
		left: -210px;
	}

	#top #direct p {
		width: 350px;
	}

	#top #food .section-title::after {
		right: min(-10.8vw, -130px);
	}

	#top #food .section-title::before {
		right: min(-13.3vw, -160px);
	}

	#top #food p {
		margin: 70px 0 0 auto;
		padding-bottom: 220px;
		width: 400px;
	}

	#top #food .img1 {
		top: -475px;
	}

	#top #food .img2 {
		top: -280px;
	}

	#top #food .img3 {
		top: -165px;
	}

	#top #reserve .section-title::before {
		top: -130px;
		right: -100px;
	}

	#top #reserve h2::after {
		right: min(-4.6vw, -55px);
	}

	#top #reserve .img1 {
		top: 100px;
	}

	#top #reserve .img2 {
		top: 260px;
		right: min(-5.8vw, -70px);
	}

	#top #reserve .img3 {
		top: 300px;
		right: min(150px);
	}

	#top #access .section-title::before {
		top: -80px;
		left: -150px;
	}
}