@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
　　下層　フラワーアレンジメント
　-------------------------------------------------*/
.mainArea {
  width: 100%;
  background: linear-gradient(156deg, rgba(255,192,246,0.55) 25%, rgba(192,230,255,1) 100%);
  height: 120px;
}
.mainArea h2{
  margin: 0 auto;
  padding-top: 36px;
  text-align: center;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  font-size: 11px;
}
.mainArea h2 span{
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.h2_top {
  background: linear-gradient(156deg, rgba(255,105,180,1) 25%, rgba(255,182,193,1) 100%);
  margin: -20px calc(50% - 50vw) 20px;
  width: 100vw;
  padding: 10px;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.wr_full .inner {
  padding-bottom: 90px;
  padding-top: 0;
}
@media screen and (min-width: 450px) {
.txt-biko {
  width: 400px;
  margin-left: calc(100% - 400px);
}
.h2_top {
  padding-left: 4.2%;
}
}
@media screen and (min-width: 768px) {
.mainArea {
  height: 150px;
}
main {
  padding-top: 20px;
}
.mainArea h2 {
  padding-top: 50px;
  padding-left: 4%;
  text-align: left;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 0.2rem;
  font-size: 12px;
}
.mainArea h2 span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .5rem;
}

}

/*スライダー*/
/* Marquee styles */
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 120s linear infinite;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border-radius: 0.25rem;
  text-align: center;
}
.marquee__content li img {
  height: 240px;
  width: auto;
}
.marquee {
  border: 1px solid #dddddd;
  background: rgb(255,105,180, .2);

}
/*----------------------------------------------------
　　下層　フラワーアレンジメント 作品リスト
　-------------------------------------------------*/

.flw_list .img_div ,
.flw_list .img_div:hover{
  width: 100%;
  height: 170px;
  background-position: center;
  margin-bottom: 10px;
}
.list01{
  background: url('../img/new/01.jpg');
  background-size: cover;
}
.list01:hover{
  background: url('../img/new/01a.jpg');
  background-size: cover;
}
.list02{
  background: url('../img/new/02.jpg');
  background-size: cover;
}
.list02:hover{
  background: url('../img/new/02a.jpg');
  background-size: cover;
}
.list03{
  background: url('../img/new/03.jpg');
  background-size: cover;
}
.list03:hover{
  background: url('../img/new/03a.jpg');
  background-size: cover;
}
.list04{
  background: url('../img/new/04.jpg');
  background-size: cover;
}
.list04:hover{
  background: url('../img/new/04a.jpg');
  background-size: cover;
}
.list05{
  background: url('../img/new/05.jpg');
  background-size: cover;
}
.list05:hover{
  background: url('../img/new/05a.jpg');
  background-size: cover;
}
.list06{
  background: url('../img/new/06.jpg');
  background-size: cover;
}
.list06:hover{
  background: url('../img/new/06a.jpg');
  background-size: cover;
}
.list07{
  background: url('../img/new/07.jpg');
  background-size: cover;
}
.list07:hover{
  background: url('../img/new/07a.jpg');
  background-size: cover;
}
.list08{
  background: url('../img/new/08.jpg');
  background-size: cover;
}
.list08:hover{
  background: url('../img/new/08a.jpg');
  background-size: cover;
}
.list09{
  background: url('../img/new/09.jpg');
  background-size: cover;
}
.list09:hover{
  background: url('../img/new/09a.jpg');
  background-size: cover;
}
.list10{
  background: url('../img/new/10a.jpg');
  background-size: cover;
}
.list10:hover{
  background: url('../img/new/10.jpg');
  background-size: cover;
}
.list11{
  background: url('../img/new/11.jpg');
  background-size: cover;
}
.list11:hover{
  background: url('../img/new/11a.jpg');
  background-size: cover;
}
.list12{
  background: url('../img/new/12.jpg');
  background-size: cover;
}
.list12:hover{
  background: url('../img/new/12a.jpg');
  background-size: cover;
}
.list13{
  background: url('../img/new/13.jpg');
  background-size: cover;
}
.list13:hover{
  background: url('../img/new/13a.jpg');
  background-size: cover;
}
.list14{
  background: url('../img/new/14.jpg');
  background-size: cover;
}
.list14:hover{
  background: url('../img/new/14a.jpg');
  background-size: cover;
}
.list15{
  background: url('../img/new/15.jpg');
  background-size: cover;
}
.list15:hover{
  background: url('../img/new/15a.jpg');
  background-size: cover;
}
.list16{
  background: url('../img/new/16.jpg');
  background-size: cover;
}
.list16:hover{
  background: url('../img/new/16a.jpg');
  background-size: cover;
}
.list17{
  background: url('../img/new/17.jpg');
  background-size: cover;
}
.list17:hover{
  background: url('../img/new/17a.jpg');
  background-size: cover;
}
.list18{
  background: url('../img/new/18.jpg');
  background-size: cover;
}
.list18:hover{
  background: url('../img/new/18.jpg');
  background-size: cover;
}
.list19{
  background: url('../img/new/19.jpg');
  background-size: cover;
}
.list19:hover{
  background: url('../img/new/19a.jpg');
  background-size: cover;
}
.list20{
  background: url('../img/new/20.jpg');
  background-size: cover;
}
.list20:hover{
  background: url('../img/new/20a.jpg');
  background-size: cover;
}
.list21{
  background: url('../img/new/21.jpg');
  background-size: cover;
}
.list21:hover{
  background: url('../img/new/21a.jpg');
  background-size: cover;
}
.list22{
  background: url('../img/new/22.jpg');
  background-size: cover;
}
.list22:hover{
  background: url('../img/new/22a.jpg');
  background-size: cover;
}
.list23{
  background: url('../img/new/23.jpg');
  background-size: cover;
}
.list23:hover{
  background: url('../img/new/23a.jpg');
  background-size: cover;
}
.list24{
  background: url('../img/new/24.jpg');
  background-size: cover;
}
.list24:hover{
  background: url('../img/new/24a.jpg');
  background-size: cover;
}
.list25{
  background: url('../img/new/25.jpg');
  background-size: cover;
}
.list25:hover{
  background: url('../img/new/25a.jpg');
  background-size: cover;
}
.list26{
  background: url('../img/new/26.jpg');
  background-size: cover;
}
.list26:hover{
  background: url('../img/new/26a.jpg');
  background-size: cover;
}
.list27{
  background: url('../img/new/27.jpg');
  background-size: cover;
}
.list27:hover{
  background: url('../img/new/27a.jpg');
  background-size: cover;
}
.list28{
  background: url('../img/new/28.jpg');
  background-size: cover;
}
.list28:hover{
  background: url('../img/new/28a.jpg');
  background-size: cover;
}
.list29{
  background: url('../img/new/29.jpg');
  background-size: cover;
}
.list29:hover{
  background: url('../img/new/29a.jpg');
  background-size: cover;
}
.list30{
  background: url('../img/new/30.jpg');
  background-size: cover;
}
.list30:hover{
  background: url('../img/new/30a.jpg');
  background-size: cover;
}
.list31{
  background: url('../img/new/31.jpg');
  background-size: cover;
}
.list31:hover{
  background: url('../img/new/31a.jpg');
  background-size: cover;
}
.list32{
  background: url('../img/new/32.jpg');
  background-size: cover;
}

.list33{
  background: url('../img/new/33.jpg');
  background-size: cover;
}
.list33:hover{
  background: url('../img/new/33a.jpg');
  background-size: cover;
}
.list34{
  background: url('../img/new/34.jpg');
  background-size: cover;
}
.list34:hover{
  background: url('../img/new/34a.jpg');
  background-size: cover;
}
.list35{
  background: url('../img/new/35.jpg');
  background-size: cover;
}
.list35:hover{
  background: url('../img/new/35a.jpg');
  background-size: cover;
}
.list36{
  background: url('../img/new/36.jpg');
  background-size: cover;
}
.list36:hover{
  background: url('../img/new/36a.jpg');
  background-size: cover;
}
.list37{
  background: url('../img/new/37.jpg');
  background-size: cover;
}
.list37:hover{
  background: url('../img/new/37a.jpg');
  background-size: cover;
}
.list38{
  background: url('../img/new/38.jpg');
  background-size: cover;
}
.list38:hover{
  background: url('../img/new/38a.jpg');
  background-size: cover;
}
.list39{
  background: url('../img/new/39.jpg');
  background-size: cover;
}
.list39:hover{
  background: url('../img/new/39a.jpg');
  background-size: cover;
}
.list40{
  background: url('../img/new/40.jpg');
  background-size: cover;
}
.list40:hover{
  background: url('../img/new/40a.jpg');
  background-size: cover;
}

.fl_column li:nth-child(n + 5) {
  margin-bottom: 20px;
}
.fl_column li:nth-child(n + 39) {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
.flw_list .img_div ,.flw_list .img_div:hover{
  height: 30vh;
}
}
@media screen and (min-width: 768px) {
.flw_list .img_div, .flw_list .img_div:hover {
  height: 30vh;
}
.fl_column ul {
  justify-content: flex-start;
}
.fl_column li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.fl_column li:nth-of-type(3n) {
  margin-right: 0;
}
}
/*----------------------------------------------------
　　下層　swiper
　-------------------------------------------------*/
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
.swiper {
  width: 500px;
  margin: 10px auto;
}
}
/*----------------------------------------------------
　　下層　アコーディオン
　-------------------------------------------------*/
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 36px 10px 16px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-title span {
  font-size: 12px;
}
.accordion-content {
  display: none;
  padding: 10px 16px;
}
.accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item:nth-of-type(1) .accordion-title {
  background: linear-gradient(156deg, rgba(255,105,180,1) 25%, rgba(255,182,193,1) 100%);
}
.accordion-item:nth-of-type(2) .accordion-title {
  background: linear-gradient(156deg, rgba(255,105,255,1) 25%, rgba(255,182,193,1) 100%);
}
.accordion-item:nth-of-type(3) .accordion-title {
  background: linear-gradient(156deg, rgba(180,105,255,1) 25%, rgba(255,182,193,1) 100%);
}
.accordion-item:nth-of-type(4) .accordion-title {
  background: linear-gradient(156deg, rgba(143,105,255,1) 25%, rgba(255,182,193,1) 100%);
}
.accordion-item:nth-of-type(5) .accordion-title {
  background: linear-gradient(156deg, rgba(105,105,255,1) 25%, rgba(255,182,193,1) 100%);
}

/* コンテンツボックスの枠線 */
.accordion-item .accordion-content {
  background: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}
/* 矢印 */
.accordion-title {
  position: relative;
  
}
.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
/*----------------------------------------------------
　　下層　profile
　-------------------------------------------------*/
.plo_table tr {
  border-bottom: 1px solid #f668b5;
}
.plo_table th {
  padding: 10px 10px 10px 0;
  width: 70px;
  text-align:justify;
  text-align-last:justify;
}
.plo_table td {
  padding: 10px;
}
.plo_table td li {
  position: relative;
  padding-left: 20px;
}
.plo_table td li:before {
  position: absolute;
  content: "";
  background: url("../img/common/icon_hana.svg") no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
}
.plo_table td li span {
  color: #ffb6c1;
}
.plo_table td li span:after {
  display: inline-block;
  content: "―";
  padding-right: 4px;
  padding-left: 4px;
}