
/* ----------------------------------------------
  固定ページ：お店のこと
---------------------------------------------- */

/*レスポンシブよう画像設定*/
@media screen and (max-width: 768px) {
	#about img {
		max-width: 100%;
		height: auto;
	}
}

/*投稿画面のbで制御しやすいように*/
#about strong{ 
	margin: 0;
}

#about .two-column {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	#about .two-column {
		flex-direction: column;
		align-items: center;
	}
}

/* パターン1用 */
.pattern-1 .left-column {
	width: calc(40% - 1rem);
}

.pattern-1 .left-column img {
	width: 80%;
	max-width: 300px;
	display: block;
	margin: 0 auto;
	border-top-right-radius: 3rem; 
}

.pattern-1 .right-column {
	width: calc(60% - 1rem);
}

/* パターン2用 */
.pattern-2 .left-column {
	width: calc(45% - 1rem);
}

.pattern-2 .right-column {
	width: calc(55% - 1rem);
}

.pattern-2 .right-column img {
	width: 90%;
	height: auto;
	object-fit: cover;
	border-bottom-left-radius: 3rem;
	margin-left: 10%;
}

@media screen and (max-width: 768px) {
	.pattern-1 .left-column,
	.pattern-1 .right-column,
	.pattern-2 .left-column,
	.pattern-2 .right-column{
		width: 90%;
		max-width: 100%;
		margin: 0 auto;
	}
}

.profile img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	height: auto;
	object-fit: cover;
	border-top-right-radius: 3rem; 
}

/* ----------------------------------------------
  固定ページ：アクセス
---------------------------------------------- */
.access-detail-wrap {
	padding: 10px 0 30px;
	background-color: rgba(208, 107, 84, 0.3) ;
	margin-top: 50px;
}
.access-detail{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 1rem; /* 左右に少し余白（スマホ用） */
	box-sizing: border-box;
	font-size: 0.9rem;
	line-height: 1.3rem;
	color: #d06b54;
}

.a_d-r img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0 0 3rem 0; 
	margin-top:3rem;
	
}
.a_d-map img{
	width: 100%;
	height: auto;
	object-fit: cover;
	margin-bottom: 2rem;
	
}
.a_d-l img{
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 3rem 0 0 0 ; 
	margin-top:3rem;
}
@media screen and (max-width: 768px) {
	.a_d-r img,.a_d-l img{
	margin-top:0;
	}
}

main.access{
	margin-top: 4rem;
}

#access .left-column{
	padding: 100px 0 0 50px;
}
@media screen and (max-width: 768px) {
	#access .left-column{
	padding: 0 0 0 3rem;
}
}

img.access-img{
	width: 600px;
	height: auto;
	object-fit: cover;
	border-top-left-radius: 3rem; 
	margin-bottom: 3rem;
}

/*Googleマップ設定*/
.map-wrap {
	width: 100%;
	max-width: 100%; /* 念のため */
	height: 500px; /* ←高さはここで固定 */
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}

.map-wrap iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

/* ----------------------------------------------
  固定ページ：お取扱品
---------------------------------------------- */

#plants h3{
	margin-top: 100px ;
}

#plants h4{
	font-size: 1.2rem;
	margin: 30px 0 10px ;
}

.plants-cap{
	margin-bottom: 30px;
}
.plants-cap li{
	list-style: disc;
	list-style-position: inside;
}
.plants-cap p{
	margin-bottom: 1rem;
}

/* 見出し部分 */
.plants-allseason {
	display: inline-block;
	background-color: #94b226; /* 緑色 */
	color: #fff; /* 白文字 */
	padding: 0.2em 0.6em;
	font-size: 0.9em; /* 少しだけ小さくしてもバランス良い */
	margin-right: 0.5em; /* 後ろの文字と少し間隔あける */
}

.plants-season {
	display: inline-block;
	background-color: #d06b54; /* ピンク */
	color: #fff; /* 白文字 */
	padding: 0.2em 0.6em;
	font-size: 0.9em; /* 少しだけ小さくしてもバランス良い */
	margin-right: 0.5em; /* 後ろの文字と少し間隔あける */
}

/* タイトル部分 */
#plants .three-column__title{
	text-align: center;
}

/* ----------------------------------------------
  固定ページ：ワークショップ
---------------------------------------------- */
#workshop_news{
	background-color: rgba(208, 107, 84, 0.3) ;
}

/* ----------------------------------------------
  固定ページ：レンタルスペース
---------------------------------------------- */
#rental_news{
	padding: 30px 0;
	background-color: rgba(208, 107, 84, 0.3) ;
}

#rental .left-column{
	padding: 100px 50px 0 0;
}
@media screen and (max-width: 768px) {
	#rental .left-column{
		padding: 0;
	}
}

img.rental-img01{
	width: 600px;
	height: auto;
	object-fit: cover;
	border-top-left-radius: 3rem; 
	margin-bottom: 30px;
}
img.rental-img02{
	width: 300px;
	height: auto;
	object-fit: cover;
	border-bottom-right-radius: 3rem; 
	margin-top: 100px;
}

img.rental-img03{
	width: 400px;
	height: auto;
	object-fit: cover;
	border-bottom-right-radius: 3rem; 
	margin: 200px 0 0 100px;
}
@media screen and (max-width: 768px) {
		img.rental-img01,img.rental-img02,img.rental-img03{
		width: 100%;
		height: auto;
		object-fit: cover;
		border-radius: 0 0 3rem 0; 
		margin: 1rem 0 0 0;
	}
}


#rental .button-right{
	margin-top: 5rem;
}
#rental .button-center{
	margin-top: 3rem;
}

#rental hr{
	margin-bottom: 2rem;
	border: none;
}

#rental h2{
	margin-bottom: 1rem;
}

/* ----------------------------------------------
  固定ページ：お問合せ
---------------------------------------------- */

.contact-button {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center; /* ← ここでliの中身（a）が中央寄せになる */
	gap: 2rem; /* ボタン同士の間隔 */
}

.contact-button li {
	width: 100%;
	max-width: 400px;
}

.contact-button .button {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #d06b54;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: background 0.3s;
}

.contact-button .button:hover {
	background-color: #c1533f;
}

.contact-button p{
	margin-top: 20px;
}

.line-img{
	width: 300px;
	height: auto;
	object-fit: cover;
	margin-bottom: 30px;
}

/* ----------------------------------------------
  固定ページ：花束・アレンジのご予約
---------------------------------------------- */
.order-wrap{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

/* ----------------------------------------------
  固定ページ：年間スケジュールテーブル
---------------------------------------------- */
thead{
	background-color: #d06b54;
	border: 1px;
	color: #fff;
}

.wp-block-table .has-fixed-layout td:first-child {
	width: 120px !important;
	background-color: rgba(208, 107, 84, 0.3) ;
}

.wp-block-table{
	margin-bottom: 50px;
}

/* ----------------------------------------------
  固定ページ：花と緑インフォ
---------------------------------------------- */

.plants-info .two-column {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap; /* ← これがあると崩れ防止になる */
	gap: 4%; /* 任意の余白調整 */
	background: rgba(208, 107, 84, 0.3);
	margin-bottom: 50px;
	line-height: 1.3rem;
	padding: 1rem; /* 左右余白を調整 */
	box-sizing: border-box;
}

.plants-info .left-column {
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央に置く */
	align-items: flex-end; /* 右寄せにしたい場合 */
	padding-left: 1rem; /* 必要なら余白調整 */
	height: 100%; /* ← これが必要なことも！ */
}

.button-row {
	display: flex;
	align-items: center;
	gap: 1rem; /* アイテム間の余白 */
}

.plants-info .right-column {
	display: flex;
	flex-direction: column;
	justify-content: center; /* 縦中央に置く */
	align-items: flex-start; /* 左寄せにしたい場合 */
	padding-left: 1rem; /* 必要なら余白調整 */
	height: 100%; /* ← これが必要なことも！ */
}

.inner-text{
	width: 50%;
}

.plants-info .right-column p{
	margin: 0;
}


/* レスポンシブ対応：スマホでは縦並びにして幅を調整 */
@media (max-width: 768px) {
	.plants-info .two-column {
		flex-direction: column;
		align-items: center;
		gap: 0.5rem; /* 任意の余白調整 */
	}
	
	#about .plants-info .two-column {
		flex-direction: column;
		align-items: center;
		gap: 0; /* 任意の余白調整 */
	}
	.plants-info .left-column,
	.plants-info .right-column {
		width: 90%; /* or 100% - padding でもOK */
		align-items: center;
		margin: 0 auto;
	}
	.inner-text{
		width: 90%;
	}
}