/* 子グループ表示数 1列 */
.fs-c-subgroupList{
    display: block;
    }

/* サイドパーツ ------------------------------------------------- */

/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;
	}

.fs-p-sideMenu .fs-pt-menu__heading--lv2{
	border-bottom: none;
	}
	
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
	border-bottom: none;
	}

/*メニューパーツのマウスオーバーした際の色の変更*/
ul.fs-p-sideMenu a:hover {
    background: #3b404c;
}


/* ヘッダー ------------------------------------------------- */

/* ヘッダー 固定 */
.fs-l-header{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0px;
    width: 100%;
    }

.carousel-top{
    padding-top: 0px; /* ヘッダーの後ろに要素が隠れないようにするため */
    }

.fs-l-page{
    padding-top: 100px; /* ヘッダーの後ろに要素が隠れないようにするため */
    }

/*ログインページなどの上部余白を詰める*/
div.fs-l-page {
    padding-top: 0;
}

header.fs-l-header{
    position:sticky;
}


/* カルーセルが隠れないようにするため FS */
@media screen and (max-width: 768px){
    header.fs-l-header {
        position: sticky;
    }
    .fs-l-page {
        padding-top: 0;
    }
    }


/* ヘッダー コンテンツ 配置・カラー変更 */
.fs-l-header__contents{
    display: flex;
	justify-content: space-between;
	height: 115px;
    margin-right: 0px;
    background: #fff;
	}

.fs-p-logo{
    width: 400px;
    height: 83px;
    margin-left: 5px;
    margin-top: 15px;
    padding: 0px;
    }

.fs-l-header__utility{
    width: 310px;
    margin-right: 45px;
    }

.fs-p-phoneOrder{
    height: 80px;
    margin-top: 10px;
    }

.fs-p-phoneOrder__phoneNum{
    font-size: 24px;
    height: 24px;
    }

.fs-p-phoneOrder__addition{
    font-size: 12px;
    }

/* ヘッダー ロゴ サイズ変更 */
.fs-p-logo__image{
	height: 83px;
	}

/* ヘッダーナビゲーション 検索ボックス */
.fs-p-headerNavBar{
    border-style: none;
    }

.fs-p-searchForm{
    width: 350px;
    margin-right: 15px;
    margin-left: 15px;
	}

.fs-p-headerNavigation__listItem {
    font-size: 17px;
	}

.fs-p-headerNavigation__link {
    font-size: 17px;
	}

/* ログイン マイページ ヘッダー */
.fs-l-header__logo{
    background: #fff;
    }

/* ヘッダー バラ苗詳細検索 */
.fs-p-productSearch{
    background: #fff;
	border: none;
    padding: 4px;
	}

.fs-p-productSearch__form{
    overflow: auto;
    padding: 20px;
    }

/*「バラ苗絞り込み検索」のボタンの色変更*/
.fs-p-productSearch__formSwitch {
    background: #3b404c;
    color: #fff;
}

/* バラ苗詳細検索 スクロール FS */
@media screen and (max-width: 768px){
    .fs-p-productSearch :checked ~ .fs-p-productSearch__search {
      max-height: 70vh;
    }
    }


/* トップページメイン ------------------------------------------------- */
.fs-l-main{
      margin-top: 0px;
      }

/* フッター ------------------------------------------------- */

/* ジャンプリンク調整 */
.fs-c-documentArticle{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    }

/*ログインページ、レビューの縮小表示時のフッターを固定*/
html { 
  height: 100%; 
} 
body.fs-body-my-top, .fs-l-page { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
} 
body.fs-body-login, .fs-l-page { 
  margin: 0; 
  padding: 0; 
  height: 100%; 
} 
body.fs-body-my-wishlist, .fs-l-page { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
} 
body.fs-body-my-reviews, .fs-l-page { 
  margin: 0; 
  padding: 0; 
  height: 100%; 
} 
body.fs-body-my-coupons, .fs-l-page { 
  margin: 0; 
  padding: 0; 
  height: 100%; 
} 
body.fs-body-my-addressbook, .fs-l-page { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
} 
body.fs-body-my-account-password, .fs-l-page { 
    margin: 0; 
    padding: 0; 
    height: 100%; 
} 
footer.fs-l-footer { 
  position: sticky; 
  top: 100vh; 
  width: 100%; 
}

.fs-pt-menu *  {
  transition: unset;
}

/*フッターユーティリティの動作変更*/

.fs-l-footer__utility .fs-pt-menu__heading--lv1 a:link {
  color: #fbfaf5;
}

.fs-l-footer__utility .fs-pt-menu__heading--lv1 a:visited {
  color: #fbfaf5;
}

.fs-l-footer__utility .fs-pt-menu__heading--lv1 a:hover {
  text-decoration: underline;
}

.fs-p-footerUtilityMenu .fs-pt-menu__heading--lv1 a:link {
  color: #fbfaf5;
}

.fs-p-footerUtilityMenu .fs-pt-menu__heading--lv1 a:visited {
  color: #fbfaf5;
}

.fs-p-footerUtilityMenu .fs-pt-menu__heading--lv1 a:hover {
  text-decoration: underline;
}

/* 商品詳細ページ ------------------------------------------------- */
.box{
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    }
.box th{
    background-color: #fbfaf5;
    font-weight: bold;
    text-align: center;
    width: 30%;
    min-width: 4em;
    }
.box th, .box td{
    border: 2px solid #fff;
    background-color: #fbfaf5;
    padding: 1em;
    }

.box1{
    width: 95%;
    border: 2px solid #ccc;
    text-align: left;
    margin: 0 auto 2em;
    padding: 10px;
    box-sizing: content-box;
    }

.box2{
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
    }
.box2 th{
    background-color: #fbfaf5;
    font-weight: bold;
    text-align: center;
    width: 30%;
    min-width: 4em;
    }
.box2 th, .box2 td{
    border: 2px solid #fff;
    background-color: #fbfaf5;
    padding: 1em;
    }

.box3{
    width: 95%;
    border: 1px solid #ccc;
    margin: 0 auto 2em;
    box-sizing: content-box;
    border-collapse: collapse;
    }
.box3 th{
    padding: 10px;
    border: solid 1px #ccc;
    background: #7e7e7e14;
    }
.box3 td{
    padding: 10px;
    border: solid 1px #ccc;
    }

h1.product_name{
    font-size: 1.5em;/* フォントサイズ */
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-top: 2px solid #486642;/* 上の線 */
    border-bottom: 2px solid #486642;/* 下の線 */
    color: #3b404c;/* フォント色 */
    text-align: left;/* テキストの位置 */
    }

h2.subtitle_gifts{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #F89767;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #FBBA98;/*左線*/
    }

h2.subtitle_gardencare{
    background: linear-gradient(transparent 70%, #fbfaf5 70%);
    }

h3.gardencare{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #3b404c;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #8c8c1c;/*左線*/
    }

p.sub_details{
    background: #F5F5F5;
    }

/* カテゴリーレイアウト ------------------------------------------------- */
.category_description img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }

.subtitle_rosegarden {
    font-size: 2em;/* フォントサイズ */
    font-weight: bold;/* フォント太さ */
    padding-top: 1em;
    padding-bottom: 1em;
    color: #53764c;/* フォント色 */
    text-align: center;/* テキストの位置 */
   }

.category_description h3 {
    font-size: 1.5em;/* フォントサイズ */
    font-weight: bold;/* フォント太さ */
    padding-left: .5em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-left: 5px solid #486642;/* 線 */
    color: #53764c;/* フォント色 */
   }

/* 苗の形状について トップページイベント------------------------------------------------- */
.contents-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contents-box {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 32%;
	background-color: #fbfaf5;
}

.contents-box img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.contents-box h4 {
	margin-bottom: 2rem;
	font-size: 2.2rem;
	text-align: center;
}

.contents-box1 {
        margin: 0 auto;
	display: block;
	margin-bottom: 3rem;
	padding: 3rem;
	width: 48%;
	background-color: #fbfaf5;
}

.contents-box1 p{
        display: inline-block;
	text-align: left;
}

.contents-box1 img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}

.contents-box2 {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 48%;
	background-color: #fbfaf5;
}

.contents-box2 img {
	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px){
	.contents-wrap {
		flex-direction: column;
	}

	.contents-box {
		width: 100%;
	}

	.contents-box1 {
		width: 100%;
	}

	.contents-box2 {
		width: 100%;
	}
}

/* コラムレイアウト ------------------------------------------------- */
    .column-image-text{
        height: auto;
        text-align: center;
    }
    
    .column-images{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    
    .column-image{
        padding: 5px;
    }

    .h3column{
        padding: 10px 20px;
        margin-bottom: 1em;
        border-radius: 5px;
        background: #fbfaf5;
    }


/* SP モバイル ------------------------------------------------- */

/* SP サイズ変更 ヘッダー */
@media (max-width: 768px){

.fs-l-header__contents{
    height: 72px;
    font-size: 8px;
    }

.fs-p-logo{
    height: 52px;
    width: 200px;
    margin-left: 1%;
    }

.fs-l-header__utility{
    display: inline;
    width: 350px;
    margin-right: 1%;
    }
    
.fs-p-phoneOrder{
    margin-top: 2px;
    }

.fs-p-phoneOrder__phoneLabel{
    font-size: 8px;
    }

.fs-p-phoneOrder__phoneNum{
    font-size: 12px;
    }

.fs-p-phoneOrder__addition{
    font-size: 8px;
    }

.material-symbols-rounded .black{
    font-size: 5px;
    }

.fs-p-headerNavigation__link{
    padding: 4px;
    }

    }

/* YouTube レスポンシブ------------------------------------------------- */

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    }

.youtube iframe {
    width: 100%;
    height: 100%;
    }