@charset "UTF-8";

a:hover img {
  opacity: 0.80;
}

/*===============================================================================
COMMON
===============================================================================*/
.container .pc {
  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; }

.container .sp_mB0 { margin-bottom: 0!important; }
.container .sp_mB10 { margin-bottom: 10px!important; }
.container .sp_mB20 { margin-bottom: 20px!important; }
.container .sp_mB40 { margin-bottom: 40px!important; }
.container .sp_mB60 { margin-bottom: 60px!important; }
.container .sp_mT10 { margin-top: 10px!important; }

ul.list {
  margin: auto;
}
ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* Block */
.container .wrap { margin-bottom: 40px; }
.container .box { margin-bottom: 20px; }

.container .imgbox {
  margin: 0px !important;
}

/* 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 h1,
.container h2,
.container h3,
.container h4 {
  line-height: 1.4;
}

.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.4em;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 20px;
  padding: 10px 0px;
  display: flex;
  justify-content: flex-start;
  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.6em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  color: #742828;
}

.container h3 {
  font-size: 1.4em;
  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.2em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.container .container #link01,
.container .container #link02,
.container .container #link03,
.container .container #link04,
.container .container #link05,
.container .container #link06,
.container .container #link07,
.container .container #link08,
.container .container #link09,
.container .container #link10 {
  margin-top: -60px;
  padding-top: 60px;
}

/* 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.2em;
  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;
  text-align: center;
  color: #f19149;
  background: #FFF;
  max-width: 80%;
  margin: -35px auto 10px auto;
}

.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;
  text-align: center;
  color: #32b16c;
  background: #FFF;
  max-width: 80%;
  margin: -35px auto 10px auto;
}

.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: 30%;
}
.container .publisher .imgbox img {
    vertical-align: top;
}


.container .publisher .textbox {
  width: calc(70% - 20px);
}

.container .publisher .tit {
  margin-bottom: 10px;
}

.container .publisher .tit p {
  margin: 0px;
}

.container .publisher .tit ruby {
  font-size: 1.4em;
}

.container .readbox {
  margin-bottom: 40px;
}

.container .readbox .publisher {
  border: none;
  padding: 0px;
  width: 170px;
  display: block;
  float: left;
  margin: 0px 20px 0px 0px;
}

.container .readbox .publisher .textbox {
  width: 100%;
}

.container .readbox .publisher .imgbox {
  width: 100%;
}

.container .readbox .textbox {
  width: 100%;
}

/* 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-top: 40px;
}
.container .btnbox .ichiran {
  display: block;
  text-align: center;
  margin: 20px auto 40px auto;
  width: 80%;
}

.container .btnbox .ichiran a {
  display: block;
  text-align: center;
  font-size: 1.2em;
  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;
}

.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;
    margin-top: -5px;
    margin-bottom: 5px;
}
.container .btnbox .ichiran a:hover span {
  background: #32b16c;
  color: #FFF;
}
.container .btnbox .banner {
    text-align: center;
}
.container .btnbox .banner a {
    display: block;
}

/* Column Area */
.container .pain2 > div + div,
.container .pain3 > div + div,
.container .pain4 > div + div {
    margin-top: 20px !important;
}
.container .pain2 + .pain2,
.container .pain2 + .pain3,
.container .pain2 + .pain4,
.container .pain3 + .pain2,
.container .pain3 + .pain3,
.container .pain3 + .pain4,
.container .pain4 + .pain2,
.container .pain4 + .pain3,
.container .pain4 + .pain4 {
    margin-top: 20px !important;
}
.container .sp_pain2,
.container .sp_pain3,
.container .sp_pain4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .sp_pain2 > div {
  width: calc(50% - 10px);
}
.container .sp_pain3 > div {
  width: calc(33.33% - 10px);
}
.container .sp_pain4 > div {
  width: calc(25% - 10px);
}
.container .sp_pain2 > div + div,
.container .sp_pain3 > div + div,
.container .sp_pain4 > div + div {
    margin-top: 0 !important;
}

/* 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;
}

/* Scroll Area */
.container .scroll {
  white-space: nowrap;
  overflow: scroll;
  width: 100%;
}
.container .scroll img,
.container .scroll table {
  min-width: 600px !important;
}

/* ------------------ Page Only ------------------ */
div#content {
    margin-left: 0;
    margin-right: 0;
}
.mt16{
	margin-top: 16px;
}
.mb24{
	margin-bottom: 24px;
}
.container h1{
	width: 100%;
	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;
	font-size: 100%;
}
.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: 60px auto 40px;
}
.container .secTitle h2{
	font-size: 20px;
	color: #191919;
	padding-bottom: 6px;
}
.container .secTitle .wrap{
	padding: 0 6%;
}
.container .textHight{
	line-height: 0;
	padding-left: 24px;
	margin-bottom: 6px;
}
.container .eyecatch{
	border-bottom: dotted 4px #E983A0;
}
.container h2 span{
	font-size: 24px;
	color: #E983A0;
}
.container .eyecatch::before{
	content: url(images/eyecatch.svg);
	display: inline-block;
	vertical-align: bottom;
	width: 34px;
	margin-right: 12px;
}

	/* 目次------------------ */
.container .topNavi{
	margin: 34px 20px 60px ;
}
.container .topNavi h4{
border: 2px solid #E983A0;
margin-bottom: 8px;
padding: 12px 0;
text-align: center;
line-height: 1;
font-size: 24px;
color: #E983A0;
}
.container .topNavi ul{
	flex-direction: column;
	text-align: center;
}
.container .topNavi li{
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
	padding: 12px 16px 12px 6px;
	color:#fff;
	background-color: #E983A0;
	font-size: 18px;
	position: relative;
	margin-bottom: 8px;
}

.container .topNavi li::after{
    display: inline-block;
		content: "";
    position: absolute;
    bottom: 10px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
		margin-left: 2px;
}


	/* セクション------------------ */

.container .secWrap{
	padding: 0 20px;
}

.container .artTitle{
	font-size: 28px;
	text-align: center;
	line-height: 1;
	margin: 8px 0 0;
}
.container .flex{
	display: flex;
	justify-content: space-between;
}
.container .bestBack{
	background-image: url(images/hananae02_sp.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	position: relative;
	width: 48%;
}
.container .flex a{
	width: 48%;
}
.container .flex img{
	width: 100%;
}
.container .bestInner{
	position:absolute;
  top:60%;
  left:50%;
  transform:translate(-50%,-50%);
  width:95%;
}

.container .flex .bestInner img{
	vertical-align: bottom;
}

/* 花苗==================== */
.container #hananae .artTitle{
	color: #E4007F;
}
.container #hananae{
	margin: 0 8px 56px;
	padding: 12px;
	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: 60px;
	margin-right: 16px;
	margin-top: 2px;

}
.container #hananae .artTitle::after{
	content: url(images/hananae_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 60px;
	margin-left: 16px;
	margin-top: 2px;
}


/* 野菜タネ==================== */
.container #yasaitane .artTitle{
	color: #228B22;
}
.container #yasaitane{
	margin: 0 8px 56px;
	padding: 12px;
	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: 60px;
	margin-right: 16px;
	margin-top: 2px;

}
.container #yasaitane .artTitle::after{
	content: url(images/yasai_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 60px;
	margin-left: 16px;
	margin-top: 2px;
}

/* 花タネ==================== */
.container #hanatane .artTitle{
	color: #941CB7;
}
.container #hanatane{
	margin: 0 8px 56px;
	padding: 12px;
	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: 60px;
	margin-right: 16px;
	margin-top: 2px;
}
.container #hanatane .artTitle::after{
	content: url(images/hanatane_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 60px;
	margin-left: 16px;
	margin-top: 2px;
}

/* 球根==================== */
.container #kyukon .artTitle{
	color: #005D8C;
}
.container #kyukon{
	margin: 0 8px 56px;
	padding: 12px;
	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: 60px;
	margin-right: 16px;
	margin-top: 2px;
}
.container #kyukon .artTitle::after{
	content: url(images/kyukon_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 60px;
	margin-left: 16px;
	margin-top: 2px;
}

/* 果樹==================== */
.container #kajyu .artTitle{
	color: #FF4C00;
}
.container #kajyu{
	margin: 0 8px 56px;
	padding: 12px;
	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: 60px;
	margin-right: 16px;
	margin-top: 2px;
}
.container #kajyu .artTitle::after{
	content: url(images/kajyu_line.svg);
	display: inline-block;
	vertical-align: text-top;
	width: 60px;
	margin-left: 16px;
	margin-top: 2px;
}
/* ================== swiper ================== */
.container .swiperBox {
	position: relative;
	width: 95%;
	margin-inline: auto;
}
.container .swiper-button-prev {
	left: 8%;
}
.container .swiper-button-next {
	right: 8%;
}

.container .swiper img {
  max-width: 100%;
  vertical-align: bottom;
  /* object-fit: cover; */
}
.container .swiper li {
	width: 100%;
}
.container .swiper {
  max-width: 600px;
  margin: 20px auto;
  /* padding-bottom: 24px; */
}

.container .swiper-slide .swiper-text{
	background-color: #fff;
	text-align: center;
	position:relative;
}
.container .swiper-slide .line02 {
	height: 72px;
}
.container .swiper-slide .line03{
	height: 90px;
}
.container .swiper-slide p{
	position:absolute;
  top:46%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	line-height: 24px;
	font-size: 16px;
	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: 40px;
	margin: 0;
	width: 40px;
}

/* 前への矢印カスタマイズ */
.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 {
    .header_head {
        position: static;
    }
    body{
        width: 375px;
    }
    #popfind {
        overflow: inherit;
    }
    .popfindFull {
        max-width: 360px;
    }
}
