@charset "UTF-8";
*{
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	color: #3c3c3c;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(../images/contact/bg01.png);
	background-size: cover;
}
/* 共通
================================================== */
/* リンク
------------------------------ */
a {
	color: #59A2C4;
	transition: All 0.4s ease;
}
a:hover {
	color: #92CDE8;
	text-decoration: none;
}
a img {
	transition: All 0.4s ease;
}
a:hover img {
	opacity: .6;
}
/* テーブル
------------------------------ */
table.def {
	width: 100%;
	font-size: 13px;
}
table.def th {
	width: 40%;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #8a8281;
}
table.def td {
	padding: 5px;
	border: 1px solid #8a8281;
}
/* ヘッダー
================================================== */
.site-header {
	z-index: 9999;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	background: rgba(255,255,255,0.5);
}
.site-header .header_inner {
	width: 1106px;
	margin: 0 auto;
}
.site-header .h-logo {
	float: left;
}
.site-header .catch {
	float: right;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 5px;
}
.site-header .tel {
	display: inline-block;
	margin-right: 15px;
}
.site-header .mail {
	display: inline-block;
}
/* フッター
================================================== */
.site-footer {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	background: #fff;
}
.site-footer .f-inner {
	width: 920px;
	margin: 0 auto;
	padding-top: 120px;
}
.site-footer .logo{
	margin-bottom: 50px;
}
.site-footer .catch{
	font-size: 15px;
	margin-bottom: 50px;
}
.site-footer .tel{
	margin-bottom: 60px;
}
.site-footer .street-address{
	line-height: 1;
	font-size: 18px;
	margin-bottom: 60px;
}
.site-footer .persimmon{
	display: inline-block;
	margin-right: 60px;
}
.site-footer .corn{
	display: inline-block;
}
.site-footer small{
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-top: 120px;
	padding: 45px 0;
	background: #fcdbda url(../images/footer/bg01.png);
	background-size: cover;
}

/* 桃について
================================================== */
/* メインイメージ
------------------------------ */
#peach .mainvis{
	height: 1782px;
	font-size: 0;
	background: url(../images/peach/mainvis01.png) no-repeat center top;
}
/* 秘密
------------------------------ */
#peach .secret{
	height: 400px;
	font-size: 0;
	text-align: center;
	background: #fff url(../images/peach/secret_bg01.png) no-repeat center top;
}
/* 方法
------------------------------ */
#peach .method{
	position: relative;
	text-align: center;
	height: 1841px;
	background: url(../images/peach/method_bg01.png) no-repeat center top;
}
#peach .method .description{
	position: absolute;
	top: 950px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 45px 0;
	font-size: 18px;
	color: #783e1c;
}
/* 方法
------------------------------ */
#peach .work{
	position: relative;
	height: 756px;
	font-size: 24px;
	color: #211715;
	background: url(../images/peach/work_bg01.png) no-repeat center top;
}
#peach .work .title{
	text-align: center;
	margin-bottom: 55px;
}
#peach .work .year{
	width: 1106px;
	margin: 0 auto;
	line-height: 2.5;
}
/* お問い合わせ
------------------------------ */
#peach .contact{
	position: relative;
	text-align: center;
	height: 1585px;
	background: url(../images/peach/contact_bg01.png) no-repeat center top;
}
#peach .contact .tocontact{
	position: absolute;
	top: 1480px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* 農園について
================================================== */
#introduction{
	position: relative;
	padding-top: 120px;
	height: 900px;
	background: #111 url(../images/introduction/bg01.png) no-repeat center top;
}
#introduction h2{
	width: 1106px;
	margin: 0 auto 60px;
}
#introduction .contact{
	width: 1000px;
	position: absolute;
	top: 604px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
/* お問い合わせ
================================================== */
#contact{
	padding: 120px 0;
	background: url(../images/contact/bg01.png);
	background-size: cover;
}
#contact h2{
	width: 323px;
	margin: 0 auto;
	padding: 120px 0 50px 0;
}
/* コンタクトフォーム ---------------------------- */

#contact table.def {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	color: black;
	background: rgba(255,255,255,0.8);
}
#contact table.def th {
	width: 115px;
	padding: 16px 12px;
	font-weight: normal;
}
#contact table.def td {
	padding: 16px;
}
#contact .sended {
	width: 600px;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	color: #333;
	background: rgba(255,255,255,0.8);
}

#contact table.entry_conf {
	width: 700px;
	margin: 0 auto 40px;
}
#contact table.entry_conf th {
	width: 200px;
}

#contact .entry_table {
	margin: 0 auto 30px;
}

#contact .entry_table th {
	width: 200px;
}
#contact .entry_form {
	margin: 0 auto;
}
#contact .entry_form th {
	text-align: right;
	padding-right: 2em;
	line-height: 1;
	vertical-align: middle;
	font-weight: normal;
}
#contact .entry_form th p {
	margin: 0 1.5em 0 1em;
    text-align: center;
    padding: 0 0.25em;
    color: #FFF;
    background: #f60b3c;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1.4;
    vertical-align: bottom;
}

#contact .entry_form td {
	padding-bottom: 0.5em;
}

#contact .entry_form td p {
	padding: 0 0 0.5em;
	color: #f60b3c;
	font-size: 12px;
    font-weight: bold;
}

#contact .entry_form input,.entry_form textarea {
	padding: 1em;
	border: 0;
	background: #eee;
}

#contact .entry_form input[type="button"] {
	cursor: pointer;
	padding: 0.5em;
}
#contact .entry_form select {
	padding: 0.5em 1.5em;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(212, 122, 0, 0.8) url(../images/block09/arrow.png) no-repeat right 5px center;
}
#contact p.submits {
	text-align: center;
}
#contact p.submits input {
	letter-spacing: 0.15em;
	cursor: pointer;
	border: 0;
	margin: 0 8px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	background: #211715;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: All 0.4s ease;
}
#contact p.submits input:hover {
	opacity: .6;
}
input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 1.5px;
    cursor: pointer;
}
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
		-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background-color: rgba(212, 122, 0, 0.8);
    }
    input[type=radio] + label::before {
        border-radius: 30px;
    }

    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #fff;
        border-radius: 8px;
    }

}

/*追記=====================*/
#news {
	position: relative;
	padding: 90px 0px 100px;
	background-color: #fff;
}

#news h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}

#news h3 span {
	position: relative;
	z-index: 1;
}

#news h3::before {
content: "";
    position: absolute;
    width: 200px;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 14px;
    background-color: rgba(255, 0, 58, 0.5);
}

.news_in {
	width: 1120px;
	margin: auto;
}

.news_list ul {
	overflow: hidden;
}

.news_list li {
	float: left;
	width: 360px;
	margin-right: 20px;
}

.news_list li>dl {
	text-align: center;
}

.news_img {
	width: 360px;
	height: 230px;
	margin-bottom: 15px;
}

.news_list li:nth-child(3n) {
	margin-right: 0px;
}

.thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumb img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@supports ( object-fit: cover ) {
    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.accshow {
    display: none;
    position: absolute;
    width: 980px;
    height: 420px;
    overflow-y: scroll;
    overflow: auto;
    left: 0;
    right: 0;
    top: 90px;
    margin: auto;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #f4dbdb;
}

.accshow dt {
	color: #fff;
	font-size: 18px;
	padding: 0px 10px;
	margin-bottom: 15px;
    background-color: rgba(255, 0, 58, 0.5);
}

.accshow img {
	max-width: 100%;
	height: auto;
}

.acc_key {
	color: #fff;
	width: 150px;
	margin: auto;
	font-size: 14px;
	margin-top: 10px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(255, 0, 58, 0.5);
}