/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');


.order-form{
	background-color: #e4dbcd;
    padding: 5%;
    border-radius: 20px;
}
.order-form-top{
	text-align: center;
}
.order-title{
	font-size: 180%;
	margin-bottom: 2%;
}
.order-form-top p{
	border-bottom: 2px solid;
    padding-bottom: 2%;
}
.order-form-item-all{
	display: flex;
	justify-content: space-between;
	margin: 3% 0;
}
.order-form-item{
	flex-basis: 48%;
}
.order-num{
	display: flex;
	align-items: center;
}
.order-num .wpcf7-form-control-wrap{
	width: 90%
}
.order-koumoku{
	margin-bottom: 3%;
}
.order-submit{
	text-align: center;
}
.order-submit input{
	width: 50%;
}
.order-betsu{
	background: #fff;
    padding: 5%;
    margin-bottom: 5%;
	border-radius: 10px;
}
.order-betsu-title{
	font-size: 120%;
    text-align: center;
    margin-bottom: 5%;
}
div.wpcf7 .wpcf7-spinner {
    display: block;
}
@media screen and (max-width: 768px) {
	.order-form-item-all{
		display: block;
		margin: 5% 0;
	}
	.order-koumoku{
		margin-bottom: 5%;
	}
}

:root {
  --key: #3B5BA5;
  --accent: #6B8E23;
  --bg: #F7F0E2;

  --bg-blue: #ECE9F1;
  --bg-green: #EEF3EB;
  --bg-pink: #F7EBF0;
}

.key{
    color: var(--key);
}
.bg{
    background: var(--bg);
}
.bg-blue{
    background: var(--key);
}
.blueberry{
    padding-bottom: 50px;
}
.blueberry h3:where(:not(.wp-block-post-title)):after, .blueberry .entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) {
    border: none;
}
.blueberry h1, .blueberry h2, .blueberry h3{
    font-family: "Noto Serif JP", serif;
}
.blueberry p{
    line-height: 2.2;
}
.width-m{
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.flex, .flex-al{
    display: flex;
    flex-wrap: wrap;
}
.flex-sb{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.rev{
    flex-direction: row-reverse;
}
.text-c{
    text-align: center;
}
.hover-up {
  display: inline-block;
  transition: transform 0.2s ease;
}
.hover-up:hover {
  transform: translateY(-4px);
}
.top-nav ul li:not(:last-of-type) a:hover, .footer-c ul li a:hover{
	color: #f39c12;
}

@media screen and (max-width:768px){
.blueberry p {
    line-height: 2;
}
.flex-sb, .flex, .flex-c{
    display: block;
}

}
/**************** ヘッダー ****************/

.top-nav{
    display: flex;
    height: 100px;
    padding: 0 5%;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    background: var(--key);
    z-index: 100;
}
.top-nav h1{
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
.top-nav h1 span{
    margin: 10px 10px 0 0;
    font-size: 40px;
    display: inline-block;
}
.top-nav ul{
    margin-bottom: 0;
    display: flex;
    gap: 4%;
    flex-grow: 1;
    justify-content: end;
    align-items: center;
}
.top-nav .nav li a, nav li a{
    font-size: 14px;
    color: #fff;
}
.res-btn a{
    background: #f39c12!important;
    font-weight: bold!important;
    color: #333333!important;
}
.top-nav .res-btn a{
    padding: 8px 20px;
    border-radius: 10px;
}

@media screen and (max-width:1300px){
    .top-nav ul li:not(:last-of-type){
        display: none;
    }
}
@media screen and (max-width:768px){
    .top-nav h1 {
        font-size: 12px;
    }
    .top-nav h1 span {
        font-size: 30px;
        margin-bottom: 8px;
        margin-top: 5px;
    }
    .top-nav {
        height: 80px;
    }
    .top-nav ul{
        margin: 0;
    }
    .res-btn a {
        padding: 15px;
        font-size: 13px;
    }
}

/**************** フロントページ ****************/
.front-top{
    margin-top: 130px!important;
}
.front-top-inner{
    position: relative;
    width: 90%;
    margin: auto;
}
.front-top-img img {
    height: calc(100vh - 200px);
    object-fit: cover;
    width: 100%;
    border-radius: 100px;
}
.front-top-text{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.front-top-text h1{
    color: #fff;
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 1.5;
    text-shadow: 3px 3px 2px rgba(0,0,0,0.7);
    font-family: "Noto Serif JP", serif;
}
.news{
    max-width: 900px;
    width: 90%;
    margin: 0 auto 120px!important;
    background: #f8f4ef;
    border-radius: 50px;
    padding: 40px 50px;
    height: 400px;
    overflow-y: auto;
}
.sec-title {
    border-top: none;
    display: flex;
    align-items: center;
    color: var(--key);
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    justify-content: center;
    border-bottom: 1px solid var(--key);
}
.sec-title img{
    width: 50px;
    margin-right: 1rem;
}
.sec-title span {
    font-size: 20px;
    margin-left: 1rem;
    color: #aaa;
}
.news-item:not(:last-of-type){
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}
.news-item time{
    font-size: 14px;
    color: #aaa;
    letter-spacing: 2px;
    margin-bottom: 2px;
    display: block;
}
.news-item h3{
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.nami{
    position: relative;
}
.nami::before{
    content: "";
    background-image: url(https://www.tonoka-calberry.com/wp-content/uploads/2025/04/wave.png);
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;
}
.nami::after{
    content: "";
    background-image: url(https://www.tonoka-calberry.com/wp-content/uploads/2025/04/wave.png);
    position: absolute;
    top: calc(100% + 50px);
    left: 0;
    width: 100%;
    height: 50px;
    background-size: cover;
    transform: rotate(180deg);
    transform-origin: top;
}
.farm{
    text-align: center;
    color: #fff;
    padding: 100px 0;
    margin-bottom: 120px;
    position: relative
}
.farm h2{
    font-size: 40px;
    line-height: 1.7;
    letter-spacing: 4px;
    font-family: "Noto Serif JP", serif;
}
.farm h2 span{
    color: #ffd700;
}
.farm p{
    line-height: 2;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    margin-bottom: 50px;
}
.key{
    color: var(--key);
}
.farm-info{
    position: relative;
    z-index: 1;
}
.farm1{
    position: absolute;
    top: -70px;
    width: 23%;
    aspect-ratio: 1/1;
    right: 10%;
}
.farm2{
    left: 2%;
    position: absolute;
    width: 30%;
    bottom: 50px;
}
.farm3{
    position: absolute;
    width: 18%;
    top: 43%;
    right: 5%;
}
.farm img{
    border-radius: 50%;;
}
.farm .btn-c a {
    color: var(--key);
    background: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.experience{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 80px;
}
.exp-flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.exp-info{
    flex-basis: 50%;
}
.exp-info h3{
    font-size: 20px;
    letter-spacing: 2px;
}
.exp-info p{
    background: #f8f4ef;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    box-shadow: 2px 2px 3px var(--key);
}
.exp-info p::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px dashed var(--key);
    border-radius: 20px;
}
.exp-img{
    flex-basis: 45%;
}
.exp-img img{
    border-radius: 50px;
}
.btn-c{
    text-align: center;
}
.btn-c a{
    background: var(--key);
    color: #fff;
    padding: 13px 80px;
    display: inline-block;
    border-radius: 15px;
}
.experience .flex-c{
    gap: 20px;
}
.online-bg{
    background-image: url(https://www.tonoka-calberry.com/wp-content/uploads/2025/05/blue-1.jpg);
    background-size: cover;
    height: 600px;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
}
.online-shop{
    width: 35%;
    min-width: 400px;
    margin: auto;
    background: rgba(255,255,255,0.85);
    position: absolute;
    top: 0;
    left: 55%;
    height: 600px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.online-info h3{
    border-top: 2px solid var(--key);
    border-bottom: 2px solid var(--key);
    padding: 10px;
    color: var(--key);
    text-align: center;
}
.online-shop .btn-c{
    margin-top: auto;
}
.contact-link{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f4ef;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    box-shadow: 2px 2px 3px var(--key);
}
.contact-link::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px dashed var(--key);
    border-radius: 20px;
    pointer-events: none;
}
.contact-l{
    flex-basis: 46%;
}
.contact-r{
    flex-basis: 46%;
}
.contact-r>div{
    align-items: center;
}
.contact-r>div:not(:last-of-type){
    margin-bottom: 20px;
}
.contact-r>div>p{
    margin-bottom: 10px;
    margin-right: 20px;
    line-height: 1.7;
    text-align: center;
}
.contact-r>div>a{
    border-radius: 30px;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 300px;
}
.contact-r>div:first-of-type a{
    background: #f39c12;
    color: #333;
    font-weight: bold;
}
.contact-r>div:nth-child(2) a{
    background: #A3D9A5;
    color: #fff;
    letter-spacing: 2px;
}
.contact-r>div:last-of-type a{
    background: var(--key);
}

@media screen and (max-width:768px){
.front-top {
    margin-top: 80px!important;
}
.front-top-inner{
    width: 100%;
}
.front-top-img img {
    border-radius: 0;
}
.front-top-text h1 {
    font-size: 26px;
}
.news {
    margin: 0 auto 120px!important;
    border-radius: 50px;
    padding: 20px 30px;
}
.sec-title img {
    width: 30px;
    margin-right: 0.5rem;
}
.sec-title {
    font-size: 18px;
    text-align: center;
}
.sec-title span {
    font-size: 14px;
}
.news-item time {
    font-size: 12px;
}
.news-item h3 {
    font-size: 16px;
}
.farm {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto 80px !important;
}
.farm h2 {
    font-size: 22px;
}
.farm p {
    text-align: left;
}
.farm1 {
    top: -80px;
    width: 50%;
    right: 3%;
}
.farm2 {
    left: 8%;
    width: 45%;
    bottom: 9%;
}
.farm3 {
    width: 40%;
    top: 46%;
}
.btn-c a {
    width: 100%;
    padding: 13px;
}
.exp-flex {
    display: block;
}
.exp-img {
    margin-bottom: 15px;
}
.exp-info h3 {
    font-size: 18px;
    letter-spacing: 2px;
}
.exp-info p {
    padding: 28px;
}
.experience .btn-c>div, .experience .btn-c>div a{
    width: 100%;
}
.btn-c .res-btn {
    margin-top: 15px;
}
.online-bg {
    height: auto;
    position: relative;
    margin-bottom: 20px;
    padding: 30px;
}
.online-shop {
    width: 100%;
    min-width: auto;
    left: 0;
    height: auto;
    padding: 20px;
    position: relative;
    margin-bottom: 0 !important;
}
.online-info h2 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
}
.online-info h3 {
    font-size: 16px;
    line-height: 1.6;
}
.contact-link {
    display: block;
}
.contact-l {
    margin-right: 0;
    padding-right: 0;
}
.contact-r>div {
    display: block;
    text-align: center;
}
.contact-r>div:not(:last-of-type) {
    margin-bottom: 13px;
}
.contact-r>div>a {
    border-radius: 25px;
    text-align: center;
    height: 50px;
}
.blueberry {
    padding-bottom: 0;
}



}

/*:::::::::::ページ共通:::::::::::::*/
.page .blueberry{
    margin-top: 100px;
}
.page section{
    margin-bottom: 80px;
}
.page-top-img{
    position: relative;
}
.page-top-img img{
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}
.page-top-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #fff;
}
.page-top-text h1 {
    letter-spacing: 2px;
    background: rgba(255,255,255,0.7);
    padding: 20px 30px;
    color: var(--key);
}
.page-top{
    margin-bottom: 10px!important;
}
.bread{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 50px;
}
.bread ul{
    display: flex;
    font-size: 14px;
    gap: 1rem;
}
.bread li:not(:last-of-type)::after{
    content: "＞";
    margin-left: 1rem;
}
.sec-title2{
    display: flex;
    align-items: center;
}
.sec-title2 img{
    width: 50px;
    margin-right: 10px;
}
.text-c .sec-title2{
    justify-content: center;
}

@media screen and (max-width:768px){
.page .blueberry {
    margin-top: 80px;
}
.page section {
    margin-bottom: 50px;
}
.page-top-text h1{
    font-size: 22px;
    text-align: center;
}
.bread {
    margin-bottom: 0;
}
.bread a{
    color: #333;
    font-size: 12px;
}
.bread ul {
    padding: 0;
    font-size: 12px;
}
.sec-title2 {
    font-size: 20px;
}
.sec-title2 img {
    width: 30px;
}





}

/*:::::::::::ブルーベリー農園紹介:::::::::::::*/
.farm-ptop{
    background-image: url(https://www.tonoka-calberry.com/wp-content/uploads/2025/04/31231006_m.webp);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.farm-ptop-in{
    max-width: 1200px;
    margin: auto;
    width: 90%;
    text-align: center;
}
.farm-ptop-in .sec-title2{
    justify-content: center;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.farm-ptop-in h3, .farm-ptop-in p{
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.farm-ptop-in p{
    font-size: 18px;
    letter-spacing: 2px;
}
.farm2-info{
    flex-basis: 40%;
}
.farm-p2-img{
    flex-basis: 55%;
}
.farm-p3-melit article{
    flex-basis: 30%;
    
}
.farm-p3-melit article img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 30px;
}
.melit-num{
    width: 100px;
    background-color: #fff;
    margin: -60px auto 0;
    height: 100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    box-shadow: 3px 3px 3px var(--key);
}
.melit-num span{
    font-size: 40px;
    line-height: 1;
    color: var(--key);
}
.farm-p4-imgs{
    gap: 2%;
}
.farm-p4-imgs>div{
    flex-basis: 23.5%;
}
.farm-p4-imgs>div img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
.farm-p4-imgs>div h3{
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: 10px;
}
.farm-p4-imgs>div p{
    font-size: 14px;
    line-height: 1.7;
}
.map{
    height: 400px;
}

@media screen and (max-width:768px){
.farm-ptop {
    padding: 30px 0;
}
.farm-ptop-in p {
    font-size: 14px;
}
.page-id-428 h3{
    font-size: 18px;
}
.farm-p3-melit article img {
    aspect-ratio: 3/2;
}
.melit-num {
    width: 80px;
    margin: -50px auto 10px;
    height: 80px;
    font-size: 12px;
}
.melit-num span {
    font-size: 32px;
}
.farm-p4-imgs {
    gap: 4%;
}
.farm-p4-imgs>div {
    flex-basis: 48%;
}
.farm-p4-imgs>div h3 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




}


.pick-info {
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 40px 20px;
  background: #f8f4ef; /* 優しいアイボリー背景 */
  border-radius: 16px;
}
.pick-info h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.8em;
}
.pick-info-list {
  display: grid;
  gap: 20px;
}
.pick-info-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pick-info-item dt {
  width: 120px;
  font-weight: bold;
  font-size: 1em;
  color: var(--key, #3b5ba5); /* キーカラーを活かす */
}
.pick-info-item dd {
  flex: 1;
  margin: 0;
  font-size: 1em;
    margin-bottom: .5em;
}
.note {
  margin-top: 30px;
  font-size: 0.9em;
  color: #666;
  text-align: center;
}
.pick-farm-img{
    flex-basis: 55%;
}
.pick-farm-info{
    flex-basis: 40%;
}
.pick-content article{
    margin-bottom: 100px;
}
.pick-cont-img{
    flex-basis: 65%;
    margin-left: -10%;
    position: relative;
}
.pick-cont-img img{
    z-index: 2;
    position: relative;
    display: block;
}
.pick-cont-img::after{
    content: "";
    background-color: #fff;
    background-image: radial-gradient(var(--key) 1px,transparent 1px);
    background-size: 10px 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 40px;
    left: 40px;
}
.rev .pick-cont-img{
    margin-left: auto;
    margin-right: -10%;
}
.rev .pick-cont-img::after{
    left: auto;
    right: 40px;
}
.pick-cont-info{
    flex-basis: 45%;
    position: relative;
    background: #f2f2f2;
    margin-top: 10%;
    padding: 50px;
    z-index: 2;
}
.pick-cont-info p{
    margin-bottom: 0;
}
.pick-cont-info strong{
    color: var(--key);
}

@media screen and (max-width:768px){
    .pick-top{
        width: 90%;
        margin: 0 auto 30px;
    }
.pick-info h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.pick-info-item dt {
    width: 85px;
}
.pick-farm-img {
    margin-bottom: 15px;
}
.pick-farm-info h3, .pick-cont-info h3{
    font-size: 18px;
}
.pick-cont-info {
    padding: 30px;
}
.pick-content article {
    margin-bottom: 30px;
}
.about-top{
    width: 90%;
    margin: 0 auto 50px;
}
    
    
}









.site-footer2 {
  background-color: var(--key); /* アイボリー系背景 */
  padding-top: 40px;
  color: #fff;
  font-size: 14px;
}

.footer-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.footer-inner a{
    color: #fff;
}
.footer-info h2 {
    font-size: 14px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 1;
}
.footer-info h2 span{
    font-size: 40px;
}
.footer-info address {
  line-height: 1.8;
  font-style: normal;
  letter-spacing: 2px;
}

.footer-info a {
  color: inherit;
  text-decoration: none;
}
.footer-c ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0;
}
.footer-r{
    align-self: flex-end;
}
.footer-r a{
    display: block;
    padding: 20px;
    border-radius: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.8;
}
.footer-yoyaku-btn{
    text-align: center;
    margin-bottom: 10px;
}
.footer-yoyaku-btn a{
    background: #f39c12;
    color: #333333;
    font-size: 16px;
}
.footer-tonoka-btn a{
    background: #fff;
    color: var(--key);
}
.footer-copy {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    border-top: 1px solid;
}

@media screen and (max-width:768px){
.footer-inner {
    display: block;
}
.footer-l {
    margin-bottom: 30px;
    text-align: center;
}
.footer-info h2 {
    font-size: 12px;
}
.footer-c ul {
    gap: 15px;
    margin-bottom: 30px;
}
.footer-r a {
    padding: 10px;
    text-align: center;
}


}

.blueberry-form{
    background: #f8f4ef;
    margin: 0;
    padding: 50px;
}
.blueberry-form-in{
    max-width: 900px;
    margin: 0 auto;
}
.hissu{
    background: red;
    padding: 2px 15px;
    font-size: 13px;
    margin-left: 1rem;
    color: #fff;
}
.blueberry-reserve-in{
    max-width:1000px;
    width: 90%;
    margin: auto;
}
.reserve-form{
    margin-top: 50px;
}
.start_booking_package{
    border: 1px solid;
    padding: 50px;
}
.title_in_form{
    font-size: 24px;
    color: var(--key);
    font-weight: bold;
}
.booking-package .row{
    gap: 1rem;
}
.booking-package .row .description{
    font-size: 13px;
    color: #777;
}
#booking-package .selectable_time_slot {
    padding-left: 20px;
}
#booking-package_schedulePage .bottomPanelForPositionInherit {
    padding-top: 20px;
    justify-content: center;
}
#booking-package button {
    font-size: 16px;
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
}
#booking-package_inputFormPanel .book_now_button{
    width: 100%;
    background: var(--key);
    color: #fff;
    padding: 10px;
    border: none;
}
.blueberry .bread a{
	color: #333;
}
.menu-bg{
  background-color: #f9f4ef;
  padding: 60px 1rem;
}
.menu-section {
  max-width: 1000px;
  margin: 0 auto;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 1rem;
}
.menu-card {
    width: calc(25% - 1rem);
    background: #f9f9f9;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
.menu-list.sweets .menu-card{
	flex-basis: 32%;
}
.menu-list.drink .menu-card{
	flex-basis: 23.5%;
}

.menu-card img {
    border-radius: 15px;
}
.sweets .menu-card img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.menu-card h3 {
  font-size: 1rem;
  margin-top: 0.5rem;
  border: none;
}
.menu-status {
    font-size: 0.85rem;
    color: #888;
    margin-top: auto;
    margin-bottom: 0;
}


@media screen and (max-width:768px){
    .contact-top{
        width: 90%;
        margin: 0 auto 50px;
        text-align: left;
    }
.blueberry-form {
    padding: 30px;
}
.blueberry-form-in p{
    margin-bottom: 5px;
}   
.start_booking_package {
    border: 1px solid;
    padding: 20px;
}
.cafe-top p {
    width: 90%;
    margin: auto;
    text-align: left;
}
.menu-bg {
    padding: 30px 1rem;
}
.menu-list.sweets .menu-card, .menu-list.drink .menu-card {
    flex-basis: 49%;
    margin-bottom: 7px;
}
.menu-section h2{
	text-align: center;
	margin-bottom: 0;
}

}

  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}