@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#mainvisual {
  background: url(../images/detail/mainvisual.jpg) no-repeat center;
  background-size: cover;
}

#detail {
  padding: 50px 0 0;
}
#detail .detail__lead {
  position: relative;
  margin: 40px 0 50px;
  font-size: 18rem;
  font-weight: bold;
  line-height: 2.2;
}
#detail .detail__lead .icon_l,
#detail .detail__lead .icon_r {
  position: absolute;
  top: 15px;
}
#detail .detail__lead .icon_l {
  left: 2%;
}
#detail .detail__lead .icon_r {
  right: 2%;
}
#detail .detail__pic {
  margin-bottom: 50px;
}
#detail .detail__pic > div {
  position: relative;
  width: 48%;
}
#detail .detail__pic > div:nth-of-type(n+3) {
  margin-top: 30px;
}
#detail .detail__pic .flower01 {
  position: absolute;
  top: 28%;
  left: 23%;
  display: inline-block;
  width: 140px;
  max-width: 30%;
  z-index: 1;
}
#detail .detail__pic .flower02 {
  position: absolute;
  left: 9%;
  top: 63%;
  display: inline-block;
  width: 110px;
  max-width: 28%;
  z-index: 1;
}
#detail .detail__pic .flower03 {
  position: absolute;
  display: inline-block;
  width: 260px;
  max-width: 55%;
  left: -80px;
  bottom: -30px;
  z-index: 1;
}
#detail .detail__pic .flower04 {
  position: absolute;
  right: -1%;
  top: 70%;
  display: inline-block;
  width: 110px;
  max-width: 24%;
  z-index: 1;
}
#detail .detail__pic .flag01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  mix-blend-mode: multiply;
}
#detail .detail__pic .flag02 {
  position: absolute;
  left: 0;
  top: -30px;
  width: 50%;
  mix-blend-mode: multiply;
  transform: scale(-1, 1);
}
#detail .detail__pic .fuki01 {
  position: absolute;
  right: 0;
  top: 20%;
  width: 82px;
  max-width: 32%;
}
#detail .detail__pic .fuki02 {
  position: absolute;
  left: 0;
  top: 20%;
  width: 82px;
  max-width: 32%;
}
#detail .detail__table {
  position: relative;
  padding: 50px 0;
  background: #ffefd1;
}
#detail .detail__table .table {
  width: 100%;
  background: #fff;
}
#detail .detail__table .table th,
#detail .detail__table .table td {
  padding: 10px 20px;
  border: 1px solid #6f5748;
  line-height: 1.5;
  text-align: left;
}
#detail .detail__table .table th {
  width: 20%;
}

@media screen and (max-width: 768px) {
  #detail {
    padding: 30px 0 0;
  }
  #detail .detail__lead {
    margin: 30px 0 30px;
    font-size: 17rem;
  }
  #detail .detail__lead .icon_l,
  #detail .detail__lead .icon_r {
    display: none;
  }
  #detail .detail__pic {
    margin-bottom: 30px;
  }
  #detail .detail__pic > div {
    width: 50%;
  }
  #detail .detail__pic > div:nth-of-type(n+3) {
    margin-top: 0;
  }
  #detail .detail__pic .flower03 {
    left: -2%;
    bottom: 0;
  }
  #detail .detail__pic .flower04 {
    left: -4%;
  }
  #detail .detail__pic .flag01 {
    top: 0;
  }
  #detail .detail__pic .flag02 {
    top: 0;
  }
  #detail .detail__pic .fuki01 {
    right: 4%;
    top: 30%;
  }
  #detail .detail__pic .fuki02 {
    left: 4%;
  }
  #detail .detail__table {
    padding: 30px 0;
  }
  #detail .detail__table .table th,
  #detail .detail__table .table td {
    display: block;
    width: 100%;
    padding: 10px 10px;
    margin-top: -1px;
  }
  #detail .detail__table .table th {
    width: 100%;
    background: rgba(241, 104, 35, 0.7);
    color: #fff;
  }
}
