.giftplants_class {
	font-weight: bold;
	font-size: 4em;
	font-family: Yu Mincho Light,YuMincho,Yu Mincho,游明朝体,ヒラギノ明朝 ProN,Hiragino Mincho ProN,sans-serif;
}	

.threeline-container {
	 width: 1000px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 height: 60px;
}
.threeline_gold {
	width: 900px;
	height: 2px;
	background-color: #ffd700;
	margin-bottom: 5px;
}
.threeline_gold:last-child {
	margin-bottom: 0;
}

.threeline_darkorange {
	width: 900px;
	height: 2px;
	background-color: #ff8c00;
	margin-bottom: 5px;
}
.threeline_darkorange:last-child {
	margin-bottom: 0;
}

.threeline_coral {
	width: 900px;
	height: 2px;
	background-color: #ff7f50;
	margin-bottom: 5px;
}
.threeline_coral:last-child {
	margin-bottom: 0;
}

.threeline_crimson {
	width: 900px;
	height: 2px;
	background-color: #dc143c;
	margin-bottom: 5px;
}
.threeline_crimson:last-child {
	margin-bottom: 0;
}



.puttext_gift-noshi {
	position: relative;
  }

.puttext_gift-noshi p {
    width: 800px;
    position: absolute;
    color: #black;
    font-size: 2em;
    font-family: Quicksand, sans-serif;
    top: 52%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}



/**************************
リボーンコーディネート
**************************/

.puttext_reborn-coordi {
	position: relative;
  }

.puttext_reborn-coordi h2 {
    width: 600px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 2.4em;
    font-family: Quicksand, sans-serif;
    top: 50%;
    left: 26%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_reborn-coordi p {
    width: 465px;
    position: absolute;
    color: #FFF;
    font-weight: normal;
    font-size: 1.5em;
    font-family: Quicksand, sans-serif;
    top: 51%;
    left: 74%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-align: left;
}

.puttext_reborn-coordi img {
	width: 100%;
	margin:10px 0 10px 0;
  }



.puttext_lifelong {
  position: relative;
  }

.puttext_lifelong h1 {
    position: absolute;
    color: white;
    font-weight: lighter;
    font-size: 3.1em;
    line-height: 1.3;
    letter-spacing: -0.01em;
    top: 15%;
    left: 4%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.puttext_lifelong h2 {
    position: absolute;
    color: white;
    font-weight: lighter;
    font-size: 2.4em;
    line-height: 1.3;
    letter-spacing: -0.01em;
    top: 88%;
    left: 43%;
    margin: 0;
    padding: 0;
    text-align: left;
}



.kakomi-red {
  text-align: center;
  font-size: 3rem;
  width: 500px;
  color: red;/*文字色*/
  border: solid 3px red;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  margin: 10px auto;
}

.specialtyplants-title {
	font-family: 'Noto Serif JP', serif;
  }

.under01 {
  border-bottom: solid 5px #000000;
  }

.sp-tokutyo_left {
    width: 850px;
    font-size: 1rem;
    display: flex;
    margin: 30px auto;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
}


.sp-tokutyo_left img {
	margin-right: 15px;
}

.sp-tokutyo_right {
    width: 850px;
    font-size: 1rem;
    display: flex;
    margin: 30px auto;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
}

.sp-tokutyo_right img {
	margin-left: 15px;
}	

.puttext_top_liveshopping {
  position: relative;
  }
.puttext_top_liveshopping h1 {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 3em;
  font-family :Quicksand, sans-serif;
  top: 25%;
  left: 18%;
  margin:0;
  padding:0;
  }

.puttext_top_liveshopping p {
  position: absolute;
  color: white;
  font-size: 1.6em;
  font-family :Quicksand, sans-serif;
  top: 60%;
  left: 19%;
  margin:0;
  padding:0;
  }

.crop-container {
 width: 300px; /* 正方形のサイズを指定 */
 height: 300px; /* 正方形のサイズを指定 */
 overflow: hidden; /* 余分な部分を隠す */
 display: flex;
 justify-content: center;
 align-items: center;
}

.crop-container-yoko {
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-square-crop {
 width: auto; /* オリジナルのアスペクト比を維持しつつ幅を自動調整 */
 height: 160%; /* コンテナの高さに合わせる */
}

.centered-square-crop-yoko {
 width: auto; /* オリジナルのアスペクト比を維持しつつ幅を自動調整 */
 height: 155%; /* コンテナの高さに合わせる */
}

.square-container {
 position: relative;
 width: 100%; /* Adjust width as needed */
 overflow: hidden;
}

.square-container img {
 width: 100%;
 height: auto;
}

.square-container::before,
.square-container::after {
 content: "";
 display: block;
 padding-top: 17%; /* 1:1 aspect ratio for a square */
}

.square-container::before {
 background-color: #f5f5f5; /* Color for the top */
}

.square-container::after {
 background-color: #f5f5f5; /* Color for the bottom */
}


/* CSS Document */
/****************************************************************
共通設定
****************************************************************/
.box-kadomaru {
    padding: 2em 1em;
    margin: 0 auto;
    font-weight: bold;
    color: #000;
    background: #FFF;
    border: solid 3px #9acd32;
    border-radius: 10px;
    width: 500px;
}
.box-kadomaru p {
    margin: 0; 
    padding: 0;
}


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

html {
	font-size: 62.5%; /* 16px = 1.6rem */
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

body {
	color: #333333;		
	background-color: #ffffff;
	font-size: 1.4em;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	animation: fadeIn 1s ease 0s 1 normal;/*フェードイン調整*/
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

/*テキストリンク*/
a:link { color:#000; text-decoration:none;} /*みどり#2e8e53*/
a:visited { color: #000;}
a:hover { color:#56c481; text-decoration:none;}

/******h見出し p段落******/
/**大見出し**/
h1 { font-size: 3.6em; letter-spacing:0.05em;}
/**見出し**/
h2 { font-size: 2.8em; letter-spacing:0.05em;}
.typography-headline {font-weight:normal;} /**見出し文章**/
/**見出し小**/
h3 { font-size: 2.5em;  letter-spacing:0.05em;}
h4 { font-size: 2.0em; font-weight:normal; letter-spacing:0.05em;}
/**品種名etc.**/
h5 { font-size: 1.0em; letter-spacing:0.05em;}


/******概論******/
/*小*/
p {
	font-size: 2em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
/*中*/
.typography-intro {
	font-size: 2.0em;
	font-weight:normal;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
/*大*/
.typography-intro-large {
	font-size: 2.5em;
	font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
/*極小*/
.typography-indetail {
	font-size: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

/*極小中*/
.typography-indetail-lite {
	font-size: 1.5em;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.menu-title{
	margin: 0px 0px 0px 20px;
}



/****************************************************************
共通設定ここまで
****************************************************************/


/****************************************************************
アニメーションここから
****************************************************************/
/*フェードイン調整*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

img {
	border: 0;
	vertical-align: top;
	vertical-align: bottom;
	line-height:0;
}

ol, ul {	
	list-style: none;
}

/*画像マウスオーバー時透明度下げ*/
a img {
  -webkit-transition: 0.3s ease-in-out;
     -moz-transition: 0.3s ease-in-out;
       -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*ローディング　円の回転*/
.loader {
	align-items: center;
    background: #fff;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

div.loader:after {
    animation: loader 0.5s linear infinite;
    border: 1px solid gray;
    border-radius: 50%;
    border-right: 1px solid rgba(128,128,128,0.2);
    border-top: 1px solid rgba(128,128,128,0.2);
    content: "";
    height: 70px;
    width: 70px;
  }

@keyframes loader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*スクロールアニメーション　ポップアップ*/
.animation {
  opacity: 0;
  transition: all .5s ease;
  transform: translate(0, 100px);
}

.animation.show {
  opacity: 1;
  transform: none;
}

.animation--down {
  transform: translate(0, -100px);
} 

.animation--downslow {
  transform: translate(0, -20px);
} 

.animation--lr {
  transform: translate(-100px, 0);
}
 
.animation--rl {
  transform: translate(100px, 0);
}

.animation--scaleDown {
  transform: scale(1.5);
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#plantscare-icon ul {
    margin: 20px 60px 20px 60px;
}

#plantscare-icon ul li {
	display: inline-block;
    margin: 10px 10px 10px 10px;
}

/*スライダー*/
.slide {
  height: 500px;
  overflow: hidden;
  position: relative;
}

/* imgのみ */
.slide01 {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 9s 0s infinite;
  animation: anime 9s 0s infinite;
}

.slide01:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.slide01:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

/* ふわっとアニメーション */
@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}


/*スライダー001*/
.slider-001 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  border-radius: 6px;
}

.slide-001 {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.slide-content-001 {
  width: 100%;
  height: 100%;
  background-color: #c8e4ff;
}

.slide-content-001 img {
  width:100%;
  object-fit: cover;
  height: 100%;
}

.prev-001, .next-001 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    height: 53px;
    padding: 36px;
    margin-top: -30px;
    color: black;
    font-weight: bold;
    font-size: 32px;
    transition: all 0.2s ease;
    border-radius: 0 4px 4px 0;
    user-select: none;
}

.next-001 {
  right: 0;
  border-radius: 4px 0 0 4px;
}

.prev-001:hover,
.next-001:hover {
  background-color: rgba(211,211,211,0.5);
}

.slide-caption-001 {
  color: white;
  font-size: 25px;
  padding: 0;
  position: absolute;
  bottom: 31px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.dots {
  height: 15px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 4px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}

.dot:hover {
  background-color: rgba(107, 182, 255, 0.8);
}
/****************************************************************
アニメーションここまで
****************************************************************/



/****************************************************************
レイアウト
****************************************************************/
/*全体レイアウト*/
.layout_wrapper {
	margin: 0 auto;
    width: 1000px;
    background-color: #fff;
    text-align: center;
}
.layout_header,
.layout_container,
.layout_footer {
    margin: 0 auto;
    width: 100%;
}
.layout_header {
    padding-top: 10px;
}
.layout_footer {
    margin-top: 3px;
}

/*ヘッダー*/
.header_member_nav {
	width: 1000px;
    height: 70px;
    overflow: hidden;
}

ul.header_outer {
	width: 1000px;
}

.header_outer > li {
	display: inline-block;
    margin:5px 40px 5px 40px;
    padding:15px;
    font-size: 1.8em;
}

/*　フッター（コピーライト）　*/
.footer{
	width:1000px;
	height:60px;
	overflow: hidden;
}
.footer_navi{
	width: 1000px;
}
.footer_navi > li {
	display: inline-block;
	margin:5px 3px 5px 3px;
	padding:5px;
}

.copyright{
	width:1000px;
    height:58px;
    text-align:center;
    padding:30px 0 10px 0;
}

/*ロゴマークとSNSアイコン*/
#header h1.logo {
	float: left;
    max-width: 100%;
    word-wrap: break-word;
}
#header h1.logo img {
	margin: 6px 0px 10px 0px ; 
	max-width: 100%;
}
#header div.sns {
	float: right;
    margin-top: 20px;
    max-width: 100%;
    list-style: none;
}
#header div.sns > li {
  vertical-align: middle;
	margin-left: 16px;
    display: inline-block;
}

/*デフォルトの文字列、左揃えの真ん中配置*/
.left-center{
	width:1000px;
    margin: 0 auto;
    text-align:center;
}

.txt{
	display: inline-block;
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/*サムネイル横並び*/
#thumbnail {
	width: 1000px;
    overflow: hidden;
}

#thumbnail div.outer {
	width: 1050px;
}

#thumbnail div.outer:after {
	display: block;
    clear: both;
    content: "";
}

#thumbnail div.inner {
	margin: 0 45px 50px 0;
	float: left;
}

/*サムネイル下、写真と品種名の行間*/
.thumbnail-img {
	padding-bottom: 10px;
}

.calendar {
   text-align: center;
}

.txt-box{
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.txt-box_left{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}

#layout_inlineblock ul {
	text-align:center;
}

#layout_inlineblock ul li {
	display: inline-block;
    margin: 10px 10px 10px 10px;
}

.textbox-left {
    width: 550px;
    height: 420px;
    text-align: left;
    margin-left: 25px;
}

.textbox-left-auto {
    width: auto;
    height: auto;
    text-align: left;
    margin-left: 25px;
}

.textbox-left-auto00 {
    width: auto;
    height: auto;
    text-align: left;
}


.txt-left_pctop {
	margin: 10px 10px 10px 10px;
    text-align: left;
}



.img-text_block {
    width: 1000px;
    display: flex;
    justify-content: center;
}

/*画像を左端へ*/
.img_left {
    text-align: left;
    margin-left: 25px;
}


/*カート３並び　プランツケアクラブ*/
.pcc_cart {
    margin: 0 40px 0 40px;
}

/*価格表*/
#pricelist table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 950px;
  table-layout: fixed;
}

#pricelist table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}

#pricelist table tr:last-child{
  border: none;
}
#pricelist table th{
  padding: 0.5em;
  border-right: 2px solid #fff;
}
#pricelist table td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
#pricelist table th {
  font-size: 1.2em;
}
#pricelist table thead tr{
  background-color: #008000;
  color:#fff;
}
#pricelist table tbody th {
    border-right: 2px solid #eee;
}
#pricelist th.non {
    border-right: none;
}
.price{
  color: #000;
  font-weight: bold;
  font-size:1.4em
}
.price span {
    font-size: .6em;
}
#pricelist　table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 900px) {
  .pricelist{
     overflow-x: scroll;
  }
}


/*プランツケア　総合*/
.container_pc-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: auto;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section_pc-list {
	width: 48%;
	margin-bottom: 20px;
}

.section_pc-list img {
	width: 100%;
	border-radius: 5px;
}

.text-box_pc-list {
	background: white;
	padding: 15px;
	border-radius: 5px;
}

/*左寄せ*/
.icon_pc-list_ {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 43px;
    margin-bottom: 20px;
}

.icon_pc-list img {
	width: 60px;
	height: 60px;
	margin-right: 19px;
}

.icon_pc-list {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 20px;
}

.icon_pc-list img {
	width: 60px;
	height: 60px;
	margin-right: 19px;
}



/****************************************************************
レイアウトここまで
****************************************************************/


/****************************************************************
ドロップダウンメニュー
****************************************************************/
.menu {
    position: relative;
    width: 100%;
    height: 80px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.menu > li {
    float: left;
    width: 33%; /* グローバルナビ3つの場合の数値 */
    height: 80px;
    line-height: 80px;
    background: #fff; /* グローバルナビ背景色 */
}

.menu > li a {
    font-size: 1.65em;
    text-align: left;
    padding-left: 41px;
    display: block;
    color: #000; /* グローバルナビ文字色 */
    letter-spacing: 0.05rem; /*文字送り */
}

.menu > li a:hover {
    color: #999; /* 文字色マウスオーバー時 */
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #111;
}

.menu__third-level li a:hover {
    background: #fff;
}

.menu__fourth-level li a:hover {
    background: #fff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

/* ドロップリストの位置　*/
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 92px;
    width: 333px;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 92px;
    visibility: visible;
    opacity: 1;
}

/****************************************************************
ドロップダウンメニューここまで
****************************************************************/

/*　画面topメニューの幅　*/
.main {             
	width: 1000px;
}

/*　点線　*/
.headline{
	background-image:url(https://img13.shop-pro.jp/PA01070/218/etc/line01.gif?cmsp_timestamp=20190728172059);
	background-repeat:repeat-x;
    width:100%;
    margin-top:12px;
    height:2px;
    margin-bottom:12px;
}
.headline_0{
	width:100%;
	height:1px;
	margin-top:12px;
	margin-bottom:12px;
}

/****************************************************************
画像にテキスト乗せる
****************************************************************/

.puttext_top_bookmain {
  position: relative;
  }

.puttext_top_bookmain h1 {
    position: absolute;
    color: black;
    font-weight: lighter;
    font-size: 6.1em;
    line-height: 0.8;
    letter-spacing: -0.01em;
    top: 17%;
    left: 66%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.puttext_top_bookmain h2 {
    position: absolute;
    color: black;
    font-size: 1.9em;
    font-weight: lighter;
    top: 26%;
    left: 62%;
    margin: 0;
    padding: 0;
}
.puttext_top_bookmain p {
    position: absolute;
    color: black;
    font-size: 1.6em;
    font-weight: lighter;
    top: 34%;
    left: 82%;
    margin: 0;
    padding: 0;
}

.puttext_top_bookmokuji {
  position: relative;
  }

.puttext_top_bookmokuji h4 {
    position: absolute;
    color: black;
    font-weight: bold;
    font-size: 2em;
    line-height: 0.8;
    letter-spacing: -0.01em;
    top: 16%;
    left: 46%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.puttext_top_bookmokuji p {
    position: absolute;
    color: black;
    font-size: 1.6em;
    top: 24%;
    left: 46%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.puttext{
	position: relative;
  }

.puttext h2 {
  width: 700px;
  position: absolute;
  top: 8%;
  left: 30%;
  margin:0;
  color: black;
  }

.puttext img {
  width: 100%;
  }


.puttext_pcgo {
	position: relative;
  }

.puttext_pcgo h2 {
	width: 400px;
	position: absolute;
	color: #FFF;
  font-weight: bold;
  font-size: 3em;
  font-family :Quicksand, sans-serif;
  top: 25%;
  left: 78%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.puttext_pcgo img {
  width: 100%;
  margin:10px 0 10px 0;
  }

.puttext_pcgo02 {
	position: relative;
  }

.puttext_pcgo02 h2 {
    width: 800px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 2.3em;
    font-family: Quicksand, sans-serif;
    top: 50%;
    left: 51%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_pcgo02 img {
  width: 100%;
  margin:10px 0 10px 0;
  }





.puttext_re {
	position: relative;
  }

.puttext_re h2 {
    width: 300px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 3em;
    font-family: Quicksand, sans-serif;
    top: 81%;
    left: 56%;
    left: 17%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_re img {
  width: 100%;
  margin:10px 0 10px 0;
  }


.puttext_live {
	position: relative;
  }

.puttext_live h2 {
    width: 400px;
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    font-family: Quicksand, sans-serif;
    top: 87%;
    left: 25%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_live img {
  width: 100%;
  margin:10px 0 10px 0;
  }

.puttext_live02 {
	position: relative;
  }

.puttext_live02 p {
    width: 800px;
    text-align: left;
    position: absolute;
    color: #000;
    font-weight: bold;
    font-family: Quicksand, sans-serif;
    top: 77%;
    left: 44%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_live02 img {
  width: 100%;
  margin:10px 0 10px 0;
  }

.puttext_wp {
	position: relative;
  }

.puttext_wp h2 {
    width: 350px;
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 3em;
    font-family: Quicksand, sans-serif;
    top: 65%;
    left: 27%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
}

.puttext_wp img {
  width: 100%;
  margin:10px 0 10px 0;
  }


.info_title01 {
  position: relative;
  }

.info_title01 p {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  }

.info_title01 p .icon-ren {
  display:block;
  padding-bottom:10px;
  width:140px;
  }

.info_title01 img {
  width: 100%;
  margin:10px 0 10px 0;
  }

.schooloverview {
	position: relative;
	height: 500px;
  }

.schooloverview p {
	position: absolute;
	z-index: 20;
  }

.schooldecoration {	
	z-index: 10;
	opacity:0.7;
  }

.schoolimg01 {
	position: absolute;
	top: 200px;
    left: 300px;
    transform: rotate(-20deg);
 }

.schoolimg02 {
	position: absolute;
    top: 35px;
    left: 70px;
}

.schoolimg03 {
	position: absolute;
    top: 60px;
    left: 813px;
    transform: rotate(-60deg);
}

.schoolimg04 {
	position: absolute;
   top: 417px;
    left: 100px;
    transform: rotate( 12deg);
}

.schoolimg05 {
	position: absolute;
    top: 200px;
    left: 300px;
}

.schoolimg05 {	
	position: absolute;
	top: 359px;
    left: 747px;
}

.schoolimg06 {
	position: absolute;
    top: 250px;
    left: 600px;
}

.schoolimg07 {
	position: absolute;
    top: 378px;
    left: 500px;
}

/****************************************************************
画像にテキスト乗せるここまで
****************************************************************/

/*　お問い合わせアイコン レイアウト　*/
#layout_line ul { 
 list-style-type: none;
 text-align: center; 
}

#layout_line ul li { 
 display: inline;
}

/****************************************************************
記号、線
****************************************************************/

/*　くの字矢印　*/
.dli-chevron-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(50%) rotate(45deg);
    margin-bottom: 7px;
}


.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 55%;
    display: inline-block;
    width: 38px;
    height: 2px;
    background-color: #666;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}


/****************************************************************
記号、線ここまで
****************************************************************/



/****************************************************************
テキスト装飾
****************************************************************/
/* 背景色が流れてくる */
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}

.bg.is-animated .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background: #1CA146;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}

.bg .bg-wrap .inn {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

/* 中央からアンダーライン */
.line {
  display: block;
  position: relative;
}
.line::after {
  background: #F1B400;
  content: '';
  display: block;
  height: 3px;
  width: 0;
  transform: translateX(-50%);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.line.is-animated::after {
  width: 76%;
}

.line-black {
  display: block;
  position: relative;
}

.line-black::after {
    background: #000;
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transform: translateX(-50%);
    transition: 2.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    bottom: 0;
    left: 50%;
}

.line-black.is-animated::after {
  width: 54%;
}



/*　info　*/
h1.info_title02 {
 text-align: center;
 font-size: 1.9em;
 margin:20px 0 20px 0;
}

.under_red { 
  background: linear-gradient(transparent 60%, #E03A48 60%); 
}
.under_green { 
  background: linear-gradient(transparent 95%, #1E9970 80%);
}
.under_blue { 
  background: linear-gradient(transparent 70%, #4C85FF 70%);
}
.under_yellow { 
  background: linear-gradient(transparent 70%, #ffcc33 70%);
}
.under_grey { 
  background: linear-gradient(transparent 70%, #A9A9A9 70%);
}
.under_lightblue { 
  background: linear-gradient(transparent 70%, #00bfff 70%);
}

.background01{
  background-color: #2e8e53;
  background-clip: border-box;
  color: #fff;
}

/*プランツ　タイトルミドリ塗り*/
.plantscare_titie{
 max-width:100%;
 font-size:1.0em;
 margin:26px 0 8px 0;
 padding:10px;
 background-color:#2e8e53;
 color:#FFFFFF;
}

/*赤縁　白抜き*/
.box_red {
    max-width: 47%;
    font-size: 2em;
    padding: 10px;
    background-color: red;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
}




/*サービスの流れ*/
h1.salon_free {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 3.5em;
}
h1.salon_free:before {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 450px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: green;
  border-radius: 2px;
}

h1.salon_coordinate {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size: 3.5em;
}
h1.salon_coordinate:before {
  content: '';
  position: absolute;
  bottom: -6px;
  display: inline-block;
  width: 650px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #802151;
  border-radius: 2px;
}

h4.salon_workflow {
	color: #000;/*文字色*/
  margin: 0 0 35px 0;
  padding: 0.5em 0.5em;/*上下の余白*/
  border-top: solid 1px #000;/*上線*/
  border-bottom: solid 1px #000;/*下線*/
  position: absolute;
  display: inline-block;
  width: 450px;
  height: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.8em;
}

/*　テキスト　ボックス　　*/
.box_red {
    padding: 14px;
    background-color: #dc3c3c;
}

/*タイトル　カテゴリー　プランツ*/
.title_category_plants{
 width:1000px;
 height:30px;
 font-size: 1.8em;
 background-color:#3da024;
 color:#FFFFFF;
 padding:5px 0 10px 0;
 margin:10px 0 20px 0;
 float:left;
}

/*タイトル　カテゴリー　CArr*/
.title_category_classic{
 width:1000px;
 height:30px;
 font-size: 1.8em;
 background-color:#925370;
 color:#FFFFFF;
 padding:5px 0 10px 0px;
 margin:10px 0 20px 0;
 float:left;
}

/*タイトル　カテゴリー　RArr*/
.title_category_ren{
 width:1000px;
 height:30px;
 font-size: 1.8em;
 background-color:#e489ac;
 color:#FFFFFF;
 padding:5px 0 10px 0px;
 margin:10px 0 20px 0;
 float:left;
}


/****************************************************************
テキスト装飾ここまで
****************************************************************/

/*　各商品一覧ページ サムネイル　*/
.width125{
 width: 300px;
 height:450px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 margin-right:32px;
 margin-bottom:30px;
 line-height:25px;
 font-size:18px;
}


/*　花作例サムネイル　*/
.example{
 width:1000px;
 color:#333333;
 padding:0 0 10px 0px;
 float:left; 
 font-size:14px
}


/****************************************************************
ボタン関係
****************************************************************/

/*　ピンクのボックス　注文前に　*/
.tyuumon_maeni{
 font-size:1.0em;
 padding:5px;
 margin:0 5px 0 0;
 background-color:#e06da6;
 color:#e06da6;
 width:300px;
 border-radius:5px; 
 font-weight:bold;  
 clear: left; 
 text-align:center; 
}

/*　RENスタイル花材　*/
.ren_hanazai{
 font-size:1.0em;
 padding:5px;
 margin:0 5px 0 0;
 background-color:#FFFFFF;
 color:#333333;
 font-weight:bold;
 width:300px;
 border:solid 1px #e06da6; 
 border-radius:5px; 
 clear: left;
 text-align:center; 
}

/*青色のボックス　大型配送　　*/
.ogatahaisou{
 padding:5px;
 background-color:#3b60ce;
 color:#FFFFFF;
 width:280px;
 border-radius:5px; 
 font-weight:bold;  
 clear: left; 
 text-align:center; 
}

/*　管理のきほん　*/
.plantscare_management{
 text-align: center;
}

.plantscare_management01{
 display: inline-block;	
 padding:14px 0 14px 0;
 margin:10px;
 background-color:#99C764;
 color:#FFFFFF;
 width:285px;
 border-radius:5px; 
 font-weight:bold;
}


/*　カート　ボタン*/
.cartjs_cart_in { margin:0px 0px; }
.clear_f { clear: both; }

.exline{
 background-image:url(https://img13.shop-pro.jp/PA01070/218/etc/line_dot2.gif?cmsp_timestamp=20181109180740);/*　カートボタン画像　*/
 background-repeat:repeat-x;
 width:100%;
 margin-top:20px;
 height:2px;
 margin-bottom:2px;
}

/*　黄色のボックス　大きめ*/
.enter{
 font-size:2.0em;
 margin-top:10px;
 padding:5px;
 background-color:#e6e65c;
 color:#000;
 width:280px;
 border-radius:5px; 
 margin-left: auto;
 margin-right: auto; 
}

/*　黄色のボックス　大きめ*/
.enter {
    font-size: 2.0em;
    margin: 23px;
    padding: 19px;
    background-color: #e6e65c;
    color: #000;
    width: 280px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}


/****************************************************************
ボタン関係ここまで
****************************************************************/

/*　特典　*/
.tokuten{
 font-size:1.8em;
 padding:5px;
 background-color:#333333;
 color:#FFFFFF;
 width:1000px;
 border-radius:10px 10px 0 0;
 font-weight:bold;  
 clear:center; 
 text-align:center; 
}

/*　プロフィール　*/
.box20{
 width:645px;
 padding:20px;
 border-bottom:dotted 1px #666666;
 margin-left: auto;
 margin-right: auto;
}


/*　テーブル設定　*/
#option table{
	border-collapse: collapse;
	width: 1000px;
}
#option th{
	width: 25%;
	border-right: 1px dotted #fff;
	padding: 30px 15px;
}
#option th.border-none{
	border-right: none;
}
#option td {
    /* border-top: 1px solid #aaa; */
    text-align: left;
    padding: 50px 15px;
}

/*　テーブル設定 リボーンストーリー　*/
#story table{
	border-collapse: collapse;
	width: 1000px;
}
#story th{
	width: 25%;
	border-right: 1px dotted #fff;
	padding: 30px 15px;
}
#story th.border-none{
	border-right: none;
}
#story td{
	text-align: left;
	padding: 30px 68px;
}



#container {
width: 1000px;
overflow: hidden;
}
#container div.outer {
width: 1030px;
}
#container div.outer:after {
display: block;
clear: both;
content: "";
}
#container div.inner {
margin: 0 35px 0 35px;
float: left;
}


/****************************************************************
kids school
****************************************************************/

.kidsbox th{
width:100px;
vertical-align: top;
font-size:2rem;
}

.kids_cartjs_box {
font-size:2rem;
padding-top: 3rem;
}

.kids_cartjs_box font {
font-size:3rem;
}

.kids_cartjs_box input {
-webkit-appearance: none;
border-radius: 0;
font-size:2rem;
}


details ::marker {
color: #ffffff;
}
summary{
list-style:none;
outline:none;
}
summary::-webkit-details-marker{
display:none
}


summary h4{
cursor:pointer;
}


.close{
display:inline;
}
.open{
display:none;
}
details[open] .close{
display:none;
}
details[open] .open{
display:inline;
}

/*********************
details[open] a {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
*************************/


/****************************************************************
kids schoolここまで
****************************************************************/

/* スクロール誘導 */
.scroll {
    display: inline-block;
    padding-top: 110px;
    position: relative;
    font-size: 1.7em;
}

.scroll::before {
    animation: scroll 1.5s infinite;
    border: solid #000;
    border-width: 0 0 2px 2px;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 40px;
    height: 40px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}


/****************************************************************
トップに戻るボタン
****************************************************************/

#pageTop {
  position: fixed;
  bottom: 60px; /*表示位置*/
  right: 20px; /*表示位置*/
}

#pageTop img {
  width: 30px;
  padding-top: 35px;
}

#pageTop a {
  display: block;
  z-index: 999; /*最前面*/
  border-radius: 80px; /*丸の形状*/
  width: 100px; /*丸の形状*/
  height: 100px; /*丸の形状*/
  background-color: #fff; /*塗りの色*/
  border:solid 1px #898989; /*線の太さと色*/
  color: #898989; /*文字色*/
  font-weight: bold;
  opacity: 0.7;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/****************************************************************
トップに戻るボタンここまで
****************************************************************/


/****************************************************************
グーグルマップ
****************************************************************/
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
/****************************************************************
グーグルマップここまで
****************************************************************/


