@charset "UTF-8";

a:hover img {
  opacity: 0.80;
}

/*===============================================================================
COMMON
===============================================================================*/
.container .sp {
  display: none;
}

/* Common */
.container .mB0 { margin-bottom: 0!important; }
.container .mB10 { margin-bottom: 10px!important; }
.container .mB20 { margin-bottom: 20px!important; }
.container .mB40 { margin-bottom: 40px!important; }
.container .mB60 { margin-bottom: 60px!important; }
.container .mT10 { margin-top: 10px!important; }

ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* Block */
.container .wrap { margin-bottom: 60px; }
.container .box { margin-bottom: 40px; }

/* Text align */
.container .align-c { text-align: center; }
.container .align-l { text-align: left; }
.container .align-r { text-align: right; }

/* Title Text */
.container p,
.container h1,
.container h2,
.container h3,
.container h4,
.container li,
.container th,
.container td,
.container dt,
.container dd {
  line-height: 1.8em;
  padding: 0px;
}

.container a {
  transition: 0.3s ease-in-out;
}

.container p,
.container li,
.container th,
.container td,
.container dd ,
.container ruby {
  font-size: 1.0rem;
  margin: 0px 0px 20px 0px;
}
.container dt {
  font-size: 1.0rem;
}

.container h1 {
  font-size: 1.7em;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  line-height: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.container h1 span.subtit {
  font-size: 0.6em;
  background: #32b16c;
  color: #FFF;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
}

.container h2 {
  font-size: 1.8em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  color: #742828;
}

.container h3 {
  font-size: 1.6em;
  margin: 0px 0px 10px 0px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #32b16c;
  border-bottom: solid 2px #e0e0e0;
}

.container h3.sub {
  font-size: 1.4em !important;
  border-left: solid 7px #32b16c !important;
  line-height: 1.2em;
  padding-left: 10px !important;
  color: #333 !important;
  border-bottom: none;
}

.container h4 {
  font-size: 1.4em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

/* SNS Area */
.container .sns ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.container .sns ul li {
  margin: 0px 10px 0px 0px;
}

/* Mokuji Area */
.container .mokuji {
  max-width: 500px;
  margin: 0px auto 40px auto;
  background: #f4f4f4;
  border: solid 1px #e0e0e0;
  padding: 20px 30px 30px 30px;
}

.container .mokuji h2 {
  text-align: center;
  font-size: 1.2em;
  color: #333;
}

.container .mokuji ul li {
  margin-bottom: 10px;
  background: url(images/icon03.png) left 8px no-repeat;
  padding-left: 15px;
}

.container .mokuji ul li:last-child {
  margin-bottom: 0px;
}

.container .mokuji ul li a {
  color: #32b16c;
}

.container .mokuji ul li a:hover {
  text-decoration: none;
  color: #333;
}

/* Wrap Orange Bold Area */
.container .wrapbox01 {
  background: #fffeed;
  border: solid 1px #f8b551;
  padding: 20px;
  margin-bottom: 40px;
  box-sizing:border-box;
}

.container .wrapbox01 p:last-child {
  margin-bottom: 0px;
}

.container .wrapbox01 h3 {
  border: none;
  padding: 0px;
  font-size: 1.5em;
  color: #f19149;
}

.container .wrapbox01 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #32b16c;
}

/* Wrap Orange Area */
.container .wrapbox02 {
  border: solid 2px #f19149;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  box-sizing:border-box;
}

.container .wrapbox02 p:last-child,
.container .wrapbox02 li:last-child {
  margin-bottom: 0px;
}

.container .wrapbox02 h3 {
  border: none;
  padding: 0px;
  font-size: 1.4em;
  color: #f19149;
  background: #FFF;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin-left: .5em;
  padding: 0 .5em;
}

.container .wrapbox02 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #f19149;
}

.container .wrapbox02 strong {
  color: #f19149;
  font-weight: bold;
}

.container .wrapbox02 ul li {
  background: url(images/icon01.png) left 7px no-repeat;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
}

/* Wrap Green Bold Area */
.container .wrapbox03 {
  border: solid 2px #32b16c;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  box-sizing:border-box;
}

.container .wrapbox03 p:last-child,
.container .wrapbox03 li:last-child {
  margin-bottom: 0px;
}

.container .wrapbox03 h3 {
  border: none;
  padding: 0px;
  font-size: 1.4em;
  color: #32b16c;
  background: #FFF;
  position: absolute;
  top: -.5em;
  line-height: 1;
  margin-left: .5em;
  padding: 0 .5em;
}

.container .wrapbox03 h4 {
  border: none;
  padding: 0px;
  font-size: 1.2em;
  color: #32b16c;
}

.container .wrapbox03 strong {
  color: #32b16c;
  font-weight: bold;
}

.container .wrapbox03 ul li {
  background: url(images/icon02.png) left 7px no-repeat;
  padding: 0px 0px 0px 30px;
  margin-bottom: 10px;
}

/* MainImage Area */
.container .topimg {
  margin-bottom: 30px;
}

.container .topimg img {
  margin-bottom: 20px;
}

/* Profile Area */
.container .publisher {
  border: solid 1px #e0e0e0;
  padding: 20px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .publisher p:last-child {
  margin-bottom: 0px;
}

.container .publisher .imgbox {
  width: 170px;
  margin-bottom: 0px !important;
}

.container .publisher .textbox {
  width: calc(100% - 190px);
}

.container .publisher .tit {
  margin-bottom: 10px;
}

.container .publisher .tit p {
  margin: 0px;
}

.container .publisher .tit ruby {
  font-size: 1.4em;
}

.container .readbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container .readbox .publisher {
  border: none;
  padding: 0px;
  width: 170px;
  display: block;
}

.container .readbox .publisher .textbox {
  width: 100%;
}

.container .readbox .publisher .imgbox {
  margin: 0px;
}

.container .readbox .textbox {
  width: calc(100% - 190px);
}

/* Point Area */
.container .pointbox {
  justify-content: flex-start;
  line-height: 1em;
  flex-wrap: wrap;
  align-items: center;
}

.container .pointbox h3 {
  font-size: 1.4em;
  border: none;
  color: #333;
  padding: 0px;
}

.container .pointbox h3 span {
  font-size: 0.8em;
  font-weight: normal;
  color: #FFF;
  background: #f19149;
  padding: 5px;
  margin-right: 10px;
  border-radius: 5px 5px 5px 5px/ 5px 5px 5px 5px;
}

/* Btn Area */
.container .btnbox {
  margin: 0px auto;
  margin-top: 40px;
}
.container .btnbox .ichiran {
  display: block;
  text-align: center;
  margin: 20px 0px 0px 0px;
  margin: 0px auto;
  width: 500px;
}

.container .btnbox .ichiran a {
  display: block;
  text-align: center;
  font-size: 1.4em;
  text-decoration: none;
  padding: 20px 10px 20px 10px;
  color: #FFF;
  background-color: #32b16c;
  border: 1px solid #32b16c;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.container .btnbox .ichiran a:hover {
  background: #FFF;
  color: #32b16c;
}

.container .btnbox .ichiran a:hover:before {
  content: url(images/arrow01_over.png);
  margin-right: 10px;
}

.container .btnbox .ichiran a:before {
  content: url(images/arrow01.png);
  margin-right: 10px;
}

.container .btnbox .ichiran a span {
    transition: 0.3s ease-in-out;
    border-radius: 100px;
    background: #ffffff;
    color: #32b16c;
    padding: 5px 15px;
    margin-right: 10px;
}
.container .btnbox .ichiran a:hover span {
  background: #32b16c;
  color: #FFF;
}
.container .btnbox .banner {
    text-align: center;
}
.container .btnbox .banner a {
    display: inline-block;
    margin: 0 10px;
}

/* Column Area */
.container .pain2,
.container .pain3,
.container .pain4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .pain2 > div {
  width: calc(50% - 15px);
}
.container .pain3 > div {
  width: calc(33.33% - 15px);
}
.container .pain3 > div.col2 {
  width: calc(66.66% - 15px);
}
.container .pain4 > div {
  width: calc(25% - 15px);
}

/* Table Area */
.container table.table-data {
	font-size: 87.5%;
	line-height: 1.6;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.container table.table-data th,
.container table.table-data td {
	vertical-align: top;
	padding: 7px 12px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container table.table-data.valign-m th,
.container table.table-data.valign-m td {
	vertical-align: middle;
}
.container table.table-data.talign-c th,
.container table.table-data.talign-c td {
	text-align: center;
}
.container table.table-data th {
	background-color: #f5f7f8;
	font-weight: normal;
	text-align: left;
}
.container table.table-data thead th {
	background-color: #eceff1;
	text-align: center;
}
.container table.table-data .bg {
	background-color: #f5f7f8;
}

.popfindFull {
    width: 100% !important;
}

/* ------------------ Page Only ------------------ */

.mt16{
	margin-top: 16px;
}

.container h1{
	border: none;
	padding: 0;
}
.container h1 img{
width: 100%;
}
.container h2,
.container h3,
.container h4{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
	border: none;
}
.container p{
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
	text-align: center;
}
.container a{
	text-decoration: none;
}
.container ul {
  list-style: none;
}
.container .secTitle{
	text-align: center;
	margin: 100px auto 40px;
}
.container h2{
	font-size: 40px;
	color: #191919;
	border-bottom: dotted 4px #E983A0;
	padding:0 32px;
	display: inline-block;
}
.container h2 span{
	font-size: 46px;
	color: #E983A0;
}
.container h2::before{
	content: url(images/eyecatch.svg);
	display: inline-block;
	vertical-align: bottom;
	width: 60px;
	margin-right: 16px;
}
	/* 目次------------------ */
.container .topNavi{
	margin: 80px auto 100px;
	width: 880px;
}
.container .topNavi h4{
border: 2px solid #E983A0;
margin-bottom: 20px;
padding: 12px 0;
text-align: center;
line-height: 1;
font-size: 32px;
color: #E983A0;
}
.container .topNavi ul{
	display: flex;
	justify-content: space-between;
}
.container .topNavi li{
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
	width: 430px;
	padding: 12px 0;
	color:#fff;
	text-align: center;
	background-color: #E983A0;
	font-size: 24px;
}
.container .naviArrow{
	position: relative;
}
.container .naviArrow::after{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 45%;
    border: 16px solid transparent;
    border-top: 16px solid #E983A0;
}


	/* セクション------------------ */
.container .flex{
	display: flex;
	justify-content: space-between;
}
.container .artTitle{
	font-size: 50px;
	text-align: center;
	line-height: 1;
	margin-bottom: 32px;
}
/* 花苗==================== */
.container #hananae .artTitle{
	color: #E4007F;
}
.container #hananae{
	margin: 0 8px 96px;
	padding: 32px;
	background: #FBE6EF;
	box-shadow: 0px 0px 0px 8px #FBE6EF;
	border: solid 1px #E4007F;
}
.container #hananae .artTitle::before{
	content: url(images/hananae_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-right: 40px;
}
.container #hananae .artTitle::after{
	content: url(images/hananae_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-left: 40px;
}
.container #hananae .bestBack{
	width: 524px;
	background-image: url(images/hananae02.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	position: relative;
}
.container #hananae .bestInner{
	display: flex;
	justify-content: space-between;
	padding: 70px 6px 0;
}
/* 野菜タネ==================== */
.container #yasaitane .artTitle{
	color: #228B22;
}
.container #yasaitane{
	margin: 0 8px 96px;
	padding: 32px;
	background: #E9F3E9;
	box-shadow: 0px 0px 0px 8px #E9F3E9;
	border: solid 1px #228B22;
}
.container #yasaitane .artTitle::before{
	content: url(images/yasai_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-right: 40px;
}
.container #yasaitane .artTitle::after{
	content: url(images/yasai_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-left: 40px;
}

/* 花タネ==================== */
.container #hanatane .artTitle{
	color: #941CB7;
}
.container #hanatane{
	margin: 0 8px 96px;
	padding: 32px;
	background: #F6EDF9;
	box-shadow: 0px 0px 0px 8px #F6EDF9;
	border: solid 1px #941CB7;
}
.container #hanatane .artTitle::before{
	content: url(images/hanatane_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-right: 40px;
}
.container #hanatane .artTitle::after{
	content: url(images/hanatane_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-left: 40px;
}

/* 球根==================== */
.container #kyukon .artTitle{
	color: #005D8C;
}
.container #kyukon{
	margin: 0 8px 96px;
	padding: 32px;
	background: #E5EFF3;
	box-shadow: 0px 0px 0px 8px #E5EFF3;
	border: solid 1px #005D8C;
}
.container #kyukon .artTitle::before{
	content: url(images/kyukon_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-right: 40px;
}
.container #kyukon .artTitle::after{
	content: url(images/kyukon_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-left: 40px;
}

/* 果樹==================== */
.container #kajyu .artTitle{
	color: #FF4C00;
}
.container #kajyu{
	margin: 0 8px 96px;
	padding: 32px;
	background: #FFF1EB;
	box-shadow: 0px 0px 0px 8px #FFF1EB;
	border: solid 1px #FF4C00;
}
.container #kajyu .artTitle::before{
	content: url(images/kajyu_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-right: 40px;
}
.container #kajyu .artTitle::after{
	content: url(images/kajyu_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 100px;
	margin-left: 40px;
}

/* ================== swiper ================== */
.container .swiperBox {
	position: relative;
	width: 98%;
	margin-inline: auto;
}

.container .swiper-button-prev {
	left: -30px;
}

.container .swiper-button-next {
	right: -30px;
}
.container .swiper img {
  max-width: 100%;
  vertical-align: bottom;
  /* object-fit: cover; */
}

.container .swiper li {
	width: 100%;
}
.container .swiper {
  max-width: 1040px;
  margin: 20px auto;
  /* padding-bottom: 24px; */
}
.container .swiper-wrapper{
	width: 900px;
}
.container .swiper-slide .swiper-text{
	background-color: #fff;
	text-align: center;
	position:relative;
}
.container .swiper-slide .line02{
	height: 80px;
}
.container .swiper-slide .line03{
	height: 102px;
}
.container .swiper-slide p{
	position:absolute;
  top:46%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	line-height: 24px;
	font-size: 18px;
	color: #191919;
}

/* 矢印カスタマイズ */
.container .swiper-button-prev,
.container .swiper-button-next {
  height: 40px;
  width: 60px;
}

/* 矢印カスタマイズ */
.container .swiper-button-prev::after,
.container .swiper-button-next::after{
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: 0;
	width: 50px;
}
/* 前への矢印カスタマイズ */
.container .swiper-button-prev::after {
  background-image: url(images/arrow-swiper.svg);
}
/* 次への矢印カスタマイズ */
.container .swiper-button-next::after {
  background-image: url(images/arrow-swiper.svg);
	transform:rotate(180deg);
}
/* ------------------ print ------------------ */
@media print {
    #fix_header {
        position: static;
    }
}
