/* CSS Document */

.base_wrapper {
  width: 960px;
}
.base_wrapper .present_h2 img {
    width: 180px;
    display: inline-block;
}

#present {}

#present h1 {
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
    /*background: url("img/maintitle.png") no-repeat center top;
		padding-top: 60px;*/
    color: #007564;
    letter-spacing: 2px;
    border-bottom: 2px solid #ddd1bc;
    padding: 10px;
}

#present .lead {
    padding: 30px 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

#present .product {}

#present .product h3 {
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #fff;
    background: #664b30;
    border-radius: 5px;
    margin: 50px 0 30px 0;
    padding: 5px;
    position: relative;
}

#present .product h3::after {
    content: '';
    border-top: 10px solid #664b30;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
}

#present .product dl {
    /*display: flex;
    justify-content: space-between;*/
    padding: 0 10px;
    margin-bottom: 80px;
}

#present .product dl dt {
}
#present .product dl dt img{
  width: 100%;
}

#present .product dl dt a {
    transition: all .4s;
    display: block;
    border: 1px solid #ddd1bc;
    padding: 3px;
}

#present .product dl a:hover {
    opacity: .8;
    transition: all .4s;
}

#present .product dl ul.subImg {
    display: flex;
}

#present .product dl ul.subImg li {
    width: 33.3%;
    margin: 8px 4px;
}

#present .product dl ul.subImg li a {
    border: none;
    padding: 0;
}

#present .product dl .atn {
    font-size: 0.8rem;
}

#present .product dl dd {
    /*width: 380px;*/
	margin: 40px 0;
}

#present .product dl dd .provider {
    border: 1px solid #726356;
    padding: 2px 10px;
    display: inline-block;
    margin: 20px 0 5px;
}

#present .product dl dd .provider a {
    text-decoration: none;
}

#present .product dl dd .provider a:hover {
    text-decoration: underline;
}

#present .product dl dd .shops h4 {
    margin: 20px 0 5px;
}

#present .info {
    border: 1px solid #ddd1bc;
    padding: 30px;
    background: #f9f1e1;
    margin: 40px 0;
}

#present .info dl {}

#present .info dl dt {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4em;
    color: #664b30;
    border-left: 4px solid #eeaa06;
    padding: 0 0 0 8px;
    margin: 10px 0;
}

#present .info dl dd {
    margin: 10px 15px 30px;
}

#present .info dl dd table {
    width: 100%;
}

#present .info dl dd table th {
    width: 120px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

#present .info dl dd table th,
#present .info dl dd table td {
    padding: 5px 0;
}

#presentForm {
    margin: 80px 0;
}

#presentForm .bg {
    padding: 0 10px;
}

#presentForm h2 {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 30px 0;
}

#presentForm .error {
    background: rgb(240, 224, 138);
    color: red;
    font-weight: bold;
    padding: .3em 1em;
    margin-top: .3em;
}

#presentForm table {
    width: 100%;
}

#presentForm table tr {
    border-bottom: 2px dashed #ddd1bc;
}

#presentForm table th {
    width: 180px;
    text-align: left;
    vertical-align: top;
}

#presentForm table th,
#presentForm table td {
    padding: 15px;
}

#presentForm table td input[type="text"],
#presentForm table td select,
#presentForm table td textarea {
    padding: 6px 10px;
    border-radius: 5px;
    border: 2px solid #919191;
    background-color: #eee;
    resize: none;
    color: rgb(24, 24, 24);
}

#presentForm table td select {
    padding: 4px 10px;
}

#presentForm table td label {
    margin: 0 10px;
}

#presentForm .policy {
    margin: 40px 40px 0;
    font-size: .9rem;
}

#presentForm .policy li {
    text-indent: -1.2em;
    padding-left: 1em;
}

#presentForm .policyCheck {
    text-align: center;
}

#presentForm .entry {
    text-align: center;
}

#presentForm .entry #presentsubmitbn {
    display: inline-block;
    border: 2px solid #919191;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 1.2rem;
}

#presentForm .entry #presentbackbn {
    display: inline-block;
    border: 2px solid #919191;
    padding: 15px 50px;
    border-radius: 30px;
    font-size: 1.2rem;
    background: rgb(167, 167, 167);
}

#presentForm table td label:hover,
#presentForm .entry #presentsubmitbn:hover,
#presentForm .entry #presentbackbn:hover {
    cursor: pointer;
}



@media screen and (max-width: 480px) {
	.base_wrapper {
		width: auto;
	}

    #present .product h3 {
        font-size: 1.5rem;
        margin: 30px 0 10px 0;
    }
    #present .product dl {
        display: block;
        padding: 0;
    }
    #present .product dl dt,
    #present .product dl dd {
        width: auto;
        padding: 5px 0;
        font-size: 1rem;
    }
    #present .info {
        padding: 10px;
        margin: 30px 0;
    }
    #present .info dl dd table tr {
        display: block;
        margin-bottom: 10px;
    }
    #present .info dl dd table th,
    #present .info dl dd table td {
        display: block;
        width: 100%;
    }
    #present .info dl dd table th {
        border-bottom: 1px solid #ccc;
        padding: 3px 0;
    }
    #present .info dl dd table td {
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #presentForm {
        margin: 40px 0;
        font-size: .9rem;
    }
    #presentForm h2 {
        font-size: 1.5rem;
    }
    #presentForm table tr {
        padding: 5px 0;
        display: block;
    }
    #presentForm table th,
    #presentForm table td {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    #presentForm .policy {
        margin: 40px 0 0;
        font-size: .8rem;
    }
}

.sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .sp {
        display: inline-block;
    }
    .pc {
        display: none;
    }
}









/*Information*/

.iinfo_area__head {
	margin: 100px auto 50px;
}
.iinfo_area__head img {
  display: block;
  max-width: 100%;
}
.iinfo_area__1 {
  padding-bottom: 37px;
  position: relative;
  top: 0;
  left: 0;
}
.iinfo {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #339754;
  box-sizing: border-box;
  display: block;
  padding: 3px;
  height: 402px;
  position: relative;
  top: 0;
  left: 0;
  color: #333;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	text-decoration: none;
}
.iinfo:hover {
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.iinfo._new::before {
  content: '';
  display: block;
  background: url("https://agripark.tokyo/common/img/icon/new_green.png") 0 0 no-repeat transparent;
    background-size: auto;
  background-size: 84px 28px;
  width: 84px;
  height: 28px;
  position: absolute;
  top: 17px;
  left: -2px;
}
.iinfo-red, .iinfo-red .iinfo__inner {
  border-color: #da4946;
}
.iinfo-red._new::before {
  background-image: url("https://agripark.tokyo/common/img/icon/new_red.png");
}
.iinfo__inner {
  height: 394px;
  border: 1px solid #339754;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
  top: 0;
  left: 0;
}
.iinfo__date {
  min-height: 28px;
  line-height: 28px;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}
.iinfo__title img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iinfo__text {
  font-size: 0.938rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  height: 3em;
  overflow: hidden;
  padding-top: 10px;
}
.iinfo__image {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.iinfo__image img {
  display: block;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.iinfo_area__1::after {
  content: '';
  display: block;
  background: url("https://agripark.tokyo/common/img/index/border_info.png") 0 0/15px 7px repeat-x transparent;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 15px;
  left: 0;
}
@media screen and (min-width: 768px){
	.iinfo_area__head {
		width: 380px;
		height: 90px;
	}
	.iinfo_list {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.iinfo_list li {
		-ms-flex-preferred-size: 312px;
		flex-basis: 312px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.iinfo {
		max-width: 312px;
	}
	.iinfo__image {
		position: absolute;
		bottom: 15px;
		left: 16px;
	}
}
@media screen and (max-width: 767px){
	.iinfo_area__head {
		width: 260px;
		margin-bottom: 30px;
	}
	.iinfo_list li {
		max-width: 312px;
		margin-left: auto;
		margin-right: auto;
	}
	.iinfo_list li:not(:last-child) {
		margin-bottom: 20px;
	}
	.iinfo {
		max-width: 300px;
	}
}












