@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #EEE8E4 url(/image/common/bg_body.webp) center repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
* {
	box-sizing: border-box;
}
a:hover {
	opacity: .7;
}
img {
	width: 100%;
	height: auto;
}
p {
	line-height: 2;
}
/* スタイル
------------------------------------------------ */
header .inbox {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 5px 0;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .inbox h1 {
	width: 550px;
}
header .inbox h1 a {
	display: block;
}
header .inbox dl {
	margin-left: 20px;
	text-align: center;
	white-space: nowrap;
}
header .inbox dd {
	margin-bottom: 10px;
	font-weight: bold;
	color: #EF5700;
}
header .inbox dt a {
	padding: 5px 20px;
	border-radius: 30px;
	background: #51301D;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
header .inbox dt a i {
	width: 30px;
	height: 30px;
	display: inline-block;
}
/* フッター */
footer .bg_wrap {
	margin-top: 240px;
	padding: 130px 0;
	padding-bottom: 0;
	background: url(/image/footer/fotter_berry.png) center top repeat-x;
	background-size: 640px;
}
footer .in_wrap{
	padding: 180px 0;
	padding-bottom: 70px;
	background: #fff;
	position: relative;
}
footer .in_wrap ul.family {
	width: 760px;
	display: flex;
	justify-content: center;
	align-items: end;
	gap: 100px;
	position: absolute;
	top: -160px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
footer .in_wrap ul.family li {
	position: relative;
}
footer .in_wrap ul.family span {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	position: absolute;
}
footer .in_wrap li.father {
	width: 120px;
}
footer .in_wrap li.father span {
	top: -50px;
	left: -90px;
	transform:rotate(-10deg);
}
footer .in_wrap li.daughter {
	width: 120px;
}
footer .in_wrap li.daughter span {
	top: -60px;
	left: -40px;
	transform:rotate(-10deg);
}
footer .in_wrap li.son {
	width: 114px;
}
footer .in_wrap li.son span {
	top: -60px;
	left: -15px;
	transform:rotate(5deg);
}
footer .in_wrap li.mother {
	width: 80px;
}
footer .in_wrap li.mother span {
	top: -50px;
	transform:rotate(10deg);
}
footer .in_wrap h2 {
	margin-bottom: 30px;
	font-size: 30px;
}
footer .in_wrap h2 span {
	margin-top: 20px;
}
footer .in_wrap .flex {
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 110px;
}
footer .in_wrap .flex .l_wrap,
footer .in_wrap .flex ul {
	flex: 1;
}
footer .in_wrap .flex .l_wrap h3 {
	margin-bottom: 20px;
	font-size: 30px;
}
footer .in_wrap .flex ul.logo {
	margin-bottom: 20px;
	text-align: center;
}
footer .in_wrap .flex ul.logo li {
	margin-bottom: 10px;
}
footer .in_wrap .flex ul.logo li:last-of-type {
	margin-bottom: 0;
}
footer .in_wrap .flex ul.logo .img {
	width: 350px;
	margin: 10px auto;
}
footer .in_wrap .flex ul.logo .name {
	font-size: 20px;
}
footer .in_wrap .flex ul.access a {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	border: 1px #B40019 solid;
	color: #B40019;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .in_wrap .flex ul.photo {
	padding-right: 5%;
}
footer .nav {
	padding: 15px 0;
	background: #51301D;
	display: flex;
	justify-content: center;
	gap: 4%;
}
footer .nav a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
footer .copyright {
	margin: 30px 0;
	font-size: 14px;
	letter-spacing: 0.15rem;
	text-align: center;
}
#fixedTop {
	right: 30px;
	bottom: 30px;
	width: 130px;
	height: 98px;
	border-radius: 50%;
	color: #000;
	display: none;
	background: url(/image/footer/to_top_sb.png) center no-repeat;
	background-size: contain;
	position: fixed;
	z-index: 9999;
}
#fixedTop span {
	font-size: 20px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	position: absolute;
	bottom: 5px;
	right: 15px;
}
.icon_fixed {
	width: 60px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: fixed;
	top: 40px;
	right: 30px;
}
.icon_fixed li {
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
.icon_fixed a {
	width: 100%;
	height: 100%;
	display: block;
}
.coupon {
	padding: 20px 0;
	background: #FFEE00;
	position: fixed;
	bottom: 30px;
	left: 0;
	z-index: 10;
}
.coupon a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.coupon dl {
	padding: 10px 30px;
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	text-align: center;
	position: relative;
}
.coupon dl:before,
.coupon dl:after {
	content: "";
	width: 56px;
	height: 46px;
	background: url(/image/top/i_strawberry.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
}
.coupon dl:before {
	top: -10px;
	left: 20px;
}
.coupon dl:after {
	bottom: -10px;
	right: 20px;
	transform: scale(-1, 1);
}
.coupon .gentei {
	position: relative;
}
.coupon .gentei span {
	padding: 0 5px;
	background: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.coupon .gentei:before {
	content: "";
	width: 180px;
	height: 2px;
	background: #927B1C;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 0;
}
.coupon dt {
	font-size: 32px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
	color: #000;
}
.coupon .sub {
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
	color: #AD9C55;
	letter-spacing: .05rem;
}
/* ナビ部分
------------------------------------------------ */
nav {
	margin-bottom: 40px;
	padding: 20px 0;
	padding-bottom: 15px;
	background: rgba(255, 255, 255, 0.8);
	border-bottom: 5px #6B4834 solid;
}
nav ul {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
nav ul a {
	font-size: 18px;
	font-weight: bold;
	color: #51301D;
	text-decoration: none;
	position: relative;
}
#p_top nav .top a:before,
#p_shop nav .shop a:before,
#p_ichigogari nav .ichigogari a:before,
#p_cafe nav .cafe_ichigobatake a:before,
#p_parking nav .parking a:before,
#p_faq nav .faq a:before {
	content: "";
	width: 16px;
	height: 8px;
	background: #B91424;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	display: inline-block;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
nav li .sp_menu {
	display: none;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	max-width: 1260px;
	min-width: 900px;
	width: 86%;
	margin: 0 auto 50px;
	padding: 0 20px;
	font-size: 14px;
}
#rootlist span {
	margin: 0 5px;
	color: #B40019;
}
#rootlist p {
	color: #B40019;
}
#rootlist a {
	color: #B40019;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	width: 90%;
	max-width: 1560px;
	height: 310px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: url(/image/common/block/block_30.png),url(/image/common/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
	border-radius: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-shadow: 3px 3px 3px #51301D, -3px -3px 3px #51301D, -3px 3px 3px #51301D, 3px -3px 3px #51301D, 3px 0px 3px #51301D, -3px -0px 3px #51301D, 0px 3px 3px #51301D, 0px -3px 3px #51301D;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
h2.title:before {
	content: "";
	width: 56px;
	height: 72px;
	margin: 10px auto;
	background: url(/image/common/h_point.svg) center no-repeat;
	background-size: contain;
	display: block;
}
h3.title {
	margin-bottom: 40px;
	font-size: 36px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
	color: #C4001B;
	text-align: center;
}
h3.underline {
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: bold;
	color: #51301D;
	letter-spacing: 0.15rem;
	text-align: center;
}
h3.underline span {
	width: 250px;
	height: 2px;
	margin: 10px auto;
	margin-bottom: 0;
	background: #51301D;
	display: block;
	position: relative;
}
h3.underline span:before,
h3.underline span:after {
	content: "";
	width: 10px;
	height: 10px;
	background: #51301D;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: -4px;
}
h3.underline span:before {
	left: -5px;
}
h3.underline span:after {
	right: -5px;
}
h3.ribbon {
	text-align: center;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
h3.ribbon span {
	height: 60px;
	padding: 0 60px;
	background: #51301D;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0.15rem;
	display: inline-block;
	position: relative;
}
h3.ribbon span::before,
h3.ribbon span::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #51301D transparent;
    border-style: solid;
    content: '';
}
h3.ribbon span::before {
    left: -15px;
    border-width: 30px 0px 30px 16px;
}
h3.ribbon span::after {
    right: -15px;
    border-width: 30px 16px 30px 0px;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
}
#contents p:last-child {
	margin-bottom: 0;
}
p.lead {
	margin-bottom: 50px !important;
	font-size: 18px;
	font-weight: bold;
	color: #51301D;
	text-align: center;
}
.cbox {
	max-width: 1160px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 150px;
	box-sizing: border-box;
}
.cbox_m0 {
	max-width: 1160px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto;
	box-sizing: border-box;
}
.cbox_s {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto 150px;
	box-sizing: border-box;
}
.cbox_s_m0 {
	max-width: 980px;
	min-width: 900px;
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 100px auto 0;
}
br.sp {
	display: none;
}
.pc_none {
	display: none;
}
.marker {
	text-align: center;
}
.marker span {
	background: linear-gradient(transparent 80%, #FFED50 80%);
	display: inline-block;
}
.center {
	text-align: center;
}
.shippori {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
}
/* トップページ
------------------------------------------------ */
#p_top #main .rel_wrap {
	margin-bottom: 140px;
	padding-bottom: 70px;
	background: url(/image/top/bg_tree.svg) right bottom no-repeat;
}
#p_top #main .slide {
	width: 90%;
	aspect-ratio: 2 / 1;
	max-width: 1600px;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
}
#p_top #main .slide img {
	border-radius: 30px;
}
#p_top #main .slide li {
	position: absolute;
}
#p_top #main .slide .main_01 {
	width: 21%;
	top: 10%;
	left: 0;
}
#p_top #main .slide .main_02 {
	width: 35%;
	top: 0;
	left: 25%;
}
#p_top #main .slide .main_03 {
	width: 35%;
	bottom: 0;
	left: 12.5%;
}
#p_top #main .slide .main_04 {
	width: 33%;
	bottom: 0;
	right: 0;
}
#p_top #main .slide .main_05 {
	width: 18%;
	bottom: 16%;
	right: 30%;
}
#p_top #main .slide .main_06 {
	width: 25%;
	top: 0;
	left: 0;
}
#p_top #main .slide .main_07 {
	width: 26%;
	top: 8%;
	left: 31%;
}
#p_top #main .slide .main_08 {
	width: 40%;
	top: 0;
	right: 0;
}
#p_top #main .slide .main_09 {
	width: 22%;
	bottom: 2.5%;
	left: 14%;
}
#p_top #main .slide .main_10 {
	width: 25%;
	bottom: 0;
	right: 26%;
}
#p_top #main .slide .main_11 {
	width: 46%;
	top: 0;
	left: 8%;
}
#p_top #main .slide .main_12 {
	width: 30%;
	bottom: 5%;
	right: 10%;
}
#p_top #main .slide .main_13 {
	width: 26%;
	bottom: 18%;
	left: 0;
}
#p_top #main .slide .main_14 {
	width: 22%;
	top: 4%;
	right: 0;
}
#p_top #main .slide .main_15 {
	width: 20%;
	bottom: 0;
	left: 35%;
}
#p_top #main p {
	width: 86%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.22rem;
}
/* お知らせ */
#p_top #news .wrap {
	width: 94%;
	max-width: 990px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 55px 0;
	padding-bottom: 40px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px rgba(81, 48, 29, 0.75) solid;
	position: relative;
}
#p_top #news h3.ribbon span {
	padding: 0 120px;
}
.log dl {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 30px;
}
#p_top #news .log dl {
	width: 80%;
	max-width: 750px;
	margin: 20px auto;
}
.log dl:last-of-type {
	margin-bottom: 0;
}
.log dt {
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	color: #DD7783;
}
.log dd {
	flex: 1;
}
.log dd span.title {
	font-weight: bold;
	display: block;
}
.log dd a {
	color: #000;
}
.log dd i {
	margin-left: 5px;
	font-size: 12px;
	color: #B91424;
	font-style: normal;
}
#p_top #news ul.more {
	width: 94%;
	max-width: 990px;
	margin: 0 auto;
	margin-bottom: 120px;
	padding: 0 10px;
	text-align: right;
}
#p_top #news ul.more a {
	font-size: 14px;
	color: #51301D;
	text-decoration: none;
} 
#p_top #news ul.more i {
	margin-right: 5px;
	color: #FF0909;
}
/* Instagram */
#p_top #instagram .bg_wrap {
	padding: 60px 0;
	padding-bottom: 60px;
	background: url(/image/top/bg_instagaram.svg) center top repeat-x;
	background-size: 1920px;
}
#p_top #instagram h3 {
	margin-bottom: 60px;
	font-size: 36px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	position: relative;
}
#p_top #instagram h3:before {
	content: "";
	width: 64px;
	height: 50px;
	margin-bottom: 60px;
	background: url(/image/common/title_sb.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_top #instagram ul {
	width: 96%;
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
}
#p_top #instagram li {
	width: calc( (100% - 75px ) / 4);
}
/* YouTube */
#p_top #youtube .bg_wrap {
	width: 90%;
	max-width: 1620px;
	margin: 0 auto;
	background: url(/image/top/bg_youtube.webp) center top no-repeat;
	background-size: contain
}
#p_top #youtube h3.underline {
	margin-bottom: 20px;
	font-size: 36px;
}
#p_top #youtube p.center {
	margin-bottom: 60px;
	font-size: 26px;
	font-weight: bold;
	color: #BB0808;
	text-align: center;
}
#p_top #youtube .youtube {
	width: 96%;
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
#p_top #youtube .youtube li {
	width: calc( (100% - 30px ) / 2);
	aspect-ratio: 16 / 9;
}
#p_top #youtube .youtube li iframe {
	width: 100%;
	height: 100%;
}
/* 店舗紹介・直販
------------------------------------------------ */
#p_shop h2.title {
	background: url(/image/common/block/block_30.png),url(/shop/image/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
}
#p_shop #shop .swiper {
	margin-bottom: 120px;
}
#p_shop #shop .swiper-pagination {
	position: static;
	margin-top: 10px;
	text-align: center;
}
#p_shop #shop .swiper-pagination-bullet {
	background: #fff;
	border: 1px #707070 solid;
	opacity: 1;
}
#p_shop #shop .swiper-pagination-bullet-active {
	background: #B40019;
	border: 1px #B40019 solid;
	opacity: 1;
}
#p_shop #chokuhan .bg_wrap {
	margin-bottom: 100px;
	padding: 100px 0;
	background: url(/image/common/block/grd_top.png) left top repeat-x,url(/image/common/block/grd_bottom.png) left bottom repeat-x,url(/image/common/block/block_w_50.png),url(/shop/image/bg_chokuhan.webp) center no-repeat;
	background-size: auto,auto,auto,cover;
}
#p_shop #chokuhan .bg_w {
	padding: 60px 0;
	background: url(/image/common/title_sb.svg) left 14% top 80px no-repeat,url(/image/common/title_sb.svg) right 12% top 140px no-repeat,rgba(255, 255, 255, 0.9);
	background-size: 76px;
}
#p_shop #chokuhan .bg_w h3.underline {
	margin-bottom: 40px;
}
#p_shop #chokuhan .bg_w h4 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #B40019;
	text-align: center;
}
#p_shop #chokuhan .bg_w p.sub_title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #51301D;
	text-align: center;
}
#p_shop #chokuhan .bg_w p.center {
	margin-bottom: 40px;
}
#p_shop #chokuhan .bg_w ul {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 20px;
}
#p_shop #chokuhan .bg_w li {
	color: #51301D;
	text-align: center;
	flex: 1;
}
#p_shop #chokuhan .bg_w li img {
	margin-bottom: 10px;
}
#p_shop #merchandise .jam {
	width: 800px;
	margin: 0 auto;
	padding: 70px 0;
	margin-bottom: 140px;
	border: 1px #51301D solid;
	border-radius: 20px;
	position: relative;
}
#p_shop #merchandise .jam h3.ribbon {
	white-space: nowrap;
}
#p_shop #merchandise .jam p.center {
	color: #51301D;
}
#p_shop #merchandise .jam ul {
	width: 500px;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	position: relative;
}
#p_shop #merchandise .jam ul:before,
#p_shop #merchandise .jam ul:after {
	content: "";
	width: 36px;
	height: 226px;
	background: url(/shop/image/kazari_berry.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#p_shop #merchandise .jam ul:before {
	left: -56px;
}
#p_shop #merchandise .jam ul:after {
	right: -56px;
}
#p_shop #merchandise h4 {
	margin-bottom: 50px;
	text-align: center;
}
#p_shop #merchandise h4 span {
	font-size: 22px;
	font-weight: bold;
	color: #C4001B;
	display: inline-block;
	position: relative;
}
#p_shop #merchandise h4 span:before,
#p_shop #merchandise h4 span:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #51301D;
	display: block;
	position: absolute;
	bottom: 10px;
}
#p_shop #merchandise h4 span:before {
	transform:rotate(45deg);
	left: -30px;
}
#p_shop #merchandise h4 span:after {
	transform:rotate(-45deg);
	right: -30px;
}
#p_shop #merchandise ul.pastry {
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	margin-bottom: 160px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
#p_shop #merchandise ul.pastry li {
	width: calc(( 100% - 40px ) / 3);
	font-size: 18px;
	font-weight: bold;
	color: #FF148A;
	text-align: center;
	position: relative;
}
#p_shop #merchandise ul.pastry li:after {
	content: "";
	width: 76px;
	height: 60px;
	background: url(/image/common/title_sb.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
}
#p_shop #merchandise ul.pastry li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 10px;
	border-radius: 50%;
}
/* いちご狩り
------------------------------------------------ */
#p_ichigogari h2.title {
	background: url(/image/common/block/block_30.png),url(/ichigogari/image/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
}
#p_ichigogari #ichigogari ul.osusume {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
#p_ichigogari #ichigogari ul.osusume li {
	width: 220px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	font-weight: bold;
	color: #973801;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_ichigogari #ichigogari ul.photo {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#p_ichigogari #ichigogari ul.photo li {
	width: calc( ( 100% - 2% ) / 3);
	padding: 60px;
	background: url(/ichigogari/image/ichigo_fruit.svg) center no-repeat;
	background-size: contain;
	position: relative;
}
#p_ichigogari #ichigogari ul.photo li:before {
	content: "";
	width: 100%;
	aspect-ratio: 5 / 2;
	background: url(/ichigogari/image/bunch.svg) center no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	top: -30px;
	right: -80px;
	z-index: 10;
}
#p_ichigogari #ichigogari ul.photo li img {
	border-radius: 50%;
	position: relative;
}
#p_ichigogari #ichigogari dl {
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_ichigogari #ichigogari dt {
	width: 140px;
	height: 140px;
	margin-right: 40px;
	background: #fff;
	border: 3px #C4001B dotted;
	border-radius: 50%;
	font-weight: bold;
	color: #C4001B;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#p_ichigogari #ichigogari dt span {
	font-size: 22px;
	display: block;
}
#p_ichigogari #ichigogari dd {
	color: #C4001B;
}
#p_ichigogari #about ul {
	margin-bottom: 40px;
}
#p_ichigogari #about .inbox {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
}
#p_ichigogari #about .inbox p {
	color: #51301D;
}
#p_ichigogari #price h3.brown {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: bold;
	color: #51301D;
	text-align: center;
	position: relative;
}
#p_ichigogari #price h3.brown span {
	margin-bottom: 10px;
	font-size: 24px;
	color: #FF0023;
	display: block;
}
#p_ichigogari #price h3.brown:before {
	content: "";
	width: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
	height: 90px;
	background: url(/image/common/h_point.svg) center no-repeat;
	background-size: contain;
	display: block;
}
#p_ichigogari #price table {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 50px;
	padding-bottom: 50px;
	background: #fff;
}
#p_ichigogari #price th,
#p_ichigogari #price td {
	width: 40%;
	padding: 20px;
	border-bottom: 1px #D8CEC8 solid;
	border-spacing: 0;
}
#p_ichigogari #price th:first-of-type,
#p_ichigogari #price td:first-of-type {
	width: 20%;
}
#p_ichigogari #price th {
	font-weight: bold;
	color: #B40019;
	text-align: center;
}
#p_ichigogari #price td {
	color: #51301D;
}
#p_ichigogari #price td:not(:first-of-type) {
	text-align: center;
}
#p_ichigogari #price li {
	margin-bottom: 10px;
	display: flex;
	position: relative;
}
#p_ichigogari #price li:before {
	content: "●";
}
#p_ichigogari #reserve dl.tel {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 70px;
	padding: 50px 0;
	border: 1px #6F5444 solid;
	text-align: center;
}
#p_ichigogari #reserve dl.tel dt {
	font-size: 24px;
	font-weight: bold;
	color: #51301D;
}
#p_ichigogari #reserve dl.tel a {
	font-size: 56px;
	font-weight: bold;
	color: #C4001B;
	text-decoration: none;
	letter-spacing: 0.15rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_ichigogari #reserve dl.tel a i {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
}
#p_ichigogari #reserve dl.tel .reception {
	font-size: 20px;
	color: #51301D;
}
#p_ichigogari #reserve dl.tel .reception span {
	margin-left: 5px;
}
#p_ichigogari #reserve dl.line {
	margin-bottom: 200px;
	text-align: center;
}
#p_ichigogari #reserve dl.line dt {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #51301D;
	text-transform: uppercase;
}
#p_ichigogari #reserve dl.line a {
	padding: 15px 110px;
	background: #06B056;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#p_ichigogari #coupon .bg_w {
	padding: 100px 0;
	background: #fff;
}
#p_ichigogari #coupon h3 {
	margin-bottom: 30px;
	text-align: center;
}
#p_ichigogari #coupon h3 span {
	font-size: 28px;
	font-weight: bold;
	color: #FF0932;
	letter-spacing: 0.15rem;
	display: inline-block;
	position: relative;
}
#p_ichigogari #coupon h3 span:before,
#p_ichigogari #coupon h3 span:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #FF0932;
	display: block;
	position: absolute;
	bottom: 10px;
}
#p_ichigogari #coupon h3 span:before {
	left: -40px;
	transform:rotate(45deg);
}
#p_ichigogari #coupon h3 span:after {
	right: -40px;
	transform:rotate(-45deg);
}
#p_ichigogari #coupon p.center {
	margin-bottom: 50px;
	font-weight: bold;
	color: #51301D;
	text-align: center;
}
#p_ichigogari #coupon .banner {
	width: 720px;
	margin: 0 auto;
	padding: 10px;
	background: linear-gradient(to bottom right, #FFC4D6, #FFDFE9, #FFC4D6);
}
#p_ichigogari #coupon .border_wrap {
	padding: 30px 0;
	border: 1px #B40019 solid;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
#p_ichigogari #coupon .border_wrap ul {
	width: 120px;
}
#p_ichigogari #coupon .border_wrap dl {
	text-align: center;
}
#p_ichigogari #coupon .border_wrap dt {
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #B40019;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
#p_ichigogari #coupon .border_wrap dd {
	font-weight: bold;
	color: #51301D;
}
#p_ichigogari #coupon .border_wrap .waribiki {
	width: 430px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 10px 0;
	background: #fff;
	border-radius: 35px;
	font-size: 20px;
	font-weight: bold;
	color: #642A09;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_ichigogari #coupon .waribiki span {
	margin-left: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #FF0932;
}
#p_ichigogari #coupon .waribiki span em {
	font-size: 36px;
}
/* カフェいちご畑
------------------------------------------------ */
#p_cafe h2.title {
	background: url(/image/common/block/block_30.png),url(/cafe-ichigobatake/image/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
}
#p_cafe #cafe .photo_wrap ul {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 4%;
}
#p_cafe #cafe .photo_wrap li {
	width: 47%;
}
#p_cafe #cafe .photo_wrap li:first-of-type {
	width: 100%;
}
#p_cafe #cafe .photo_wrap li:first-of-type img {
	border-radius: 15px;
}
#p_cafe #menu .bg_wrap {
	padding: 90px 0;
	background: url(/cafe-ichigobatake/image/bg_menu.webp);
}
#p_cafe #menu .bg_wrap h3 {
	position: relative;
}
#p_cafe #menu .bg_wrap h3:before {
	content: "";
	width: 140px;
	height: 134px;
	background: url(/cafe-ichigobatake/image/img_cafe_p.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_cafe #menu .sweets {
	width: 96%;
	max-width: 1060px;
	margin: 0 auto;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 20px;
}
#p_cafe #menu .sweets dl {
	width: calc(( 100% - 40px) / 3);
	text-align: center;
}
#p_cafe #menu .sweets dd.photo {
	margin-bottom: 20px;
}
#p_cafe #menu .sweets dd.photo img {
	border-radius: 15px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_cafe #menu .sweets dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #FF148A;
}
#p_cafe #menu .drink {
	width: 94%;
	max-width: 960px;
	margin: 0 auto;
}
#p_cafe #menu .drink h4 {
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #51301D;
	text-align: center;
}
#p_cafe #menu .drink ul {
	display: flex;
	justify-content: center;
	gap: 2.5%;
}
#p_cafe #menu .drink li {
	width: 45%;
	font-size: 18px;
	font-weight: bold;
	color: #FF148A;
	text-align: center;
}
#p_cafe #menu .drink li.caffee {
	color: #51301D;
}
#p_cafe #menu .drink li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin-bottom: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
/* 大型駐車場
------------------------------------------------ */
#p_parking h2.title {
	background: url(/image/common/block/block_30.png),url(/parking/image/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
}
#p_parking #parking p.lead {
	margin-bottom: 20px !important;
}
#p_parking #parking .price {
	margin-bottom: 40px;
	color: #FF0C0C;
	text-align: center;
}
#p_parking #parking .price dt {
	font-size: 30px;
	font-weight: bold;
}
#p_parking #parking .price dd {
	font-size: 18px;
}
#p_parking #parking .photo_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 4%;
}
#p_parking #parking .photo_wrap ul {
	width: 100%;
}
#p_parking #parking .photo_wrap li {
	width: 47%;
}
#p_parking #parking .photo_wrap li:first-of-type {
	width: 100%;
}
#p_parking #parking .photo_wrap ul img {
	border-radius: 15px;
}
#p_parking #parking .photo_wrap dl {
	width: 47%;
}
#p_parking #parking .photo_wrap dd.photo {
	margin-bottom: 20px;
}
#p_parking #parking .photo_wrap dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #51301D;
}
.ggmap {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 1;
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map dl {
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 40px;
	border: 1px #51301D solid;
	display: flex;
}
#map dt {
	margin-right: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #51301D;
}
/* よくある質問
------------------------------------------------ */
#p_faq #faq dl {
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 40px;
	background: #fff;
}
#p_faq #faq dl:last-of-type {
	margin-bottom: 0;
}
#p_faq #faq dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #750515;
	display: flex;
	align-items: center;
	gap: 30px;
}
#p_faq #faq dt i {
	width: 50px;
	height: 50px;
	background: #51301D;
	border-radius: 50%;
	color: #fff;
	font-style: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_faq #faq dd {
	padding: 0 80px;
}
/* お知らせ
------------------------------------------------ */
#p_news h2.title {
	background: url(/image/common/block/block_30.png),url(/image/news/bg_h2.webp) center no-repeat;
	background-size: auto,cover;
}
#p_news .cbox {
	background: #fff;
}
#p_news .cbox .inbox {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 0;
}
#p_news h3.underline {
	margin-bottom: 100px;
	font-size: 30px;
	font-family: 'Noto Sans JP', serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #51301D;
}
#p_news h3.underline span {
	margin: 20px auto;
}