@charset "utf-8";

/* -------------------------------------------------
layout
----------------------------------------------------*/
#wrapper { border-bottom: 1px solid #eae3e3;}

/* ===== header ===== */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    background-color: #d12b12;
}

.btn-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 60px;
    background-color: #d12b12;
}

.logo-img {
    width: auto;
    height: 40px;
}


/* ===== main visual ===== */
#mv-wrap {
    position: relative;
    width: 100%;
    height: 533px;
    background: url("../images/mv_img.jpg") no-repeat left center;
    background-size: cover;
}

#mv-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
}

.mv-txt-area {
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    width: 92%;
    text-align: center;
    transform: translateX(-50%);
}

.sub-catch { margin-bottom: 20px;}
    
.main-catch-img {
    width: 100%;
    height: auto;
}

.sub-catch-img {
    width: 66.666%;
    height: auto;
}


/* ===== global nav ===== */
#g-nav {
    display: none;
    height: 100vh;
    padding: 0 4%;
    background-color: #faefed;
    border-top: 1px solid #fff;
}

#g-nav li { border-bottom: 1px solid #e1968b;}

#g-nav a {
    display: block;
    padding: 20px 0;
    font-size: 1.4rem;
}

.btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 60px;
    background-color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
    width: 100%;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  left: calc(50% - 13px);
  width: 26px;
  height: 3px;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) { top: 23px;}
.menu-trigger span:nth-of-type(2) { top: 29px;}
.menu-trigger span:nth-of-type(3) { top: 35px;}

.menu-trigger.active { transform: rotate(360deg);}

.menu-trigger.active span:nth-of-type(1) { transform: translateY(6px) rotate(-45deg);}
.menu-trigger.active span:nth-of-type(2) { transform: translateY(0) rotate(45deg);}
.menu-trigger.active span:nth-of-type(3) { opacity: 0;}



/* ===== footer ===== */
footer {
    padding: 40px 0 28px;
    text-align: center;
}

#foot-nav { display: none;}

.f-logo { margin-bottom: 40px;}

.foot-logo-img {
    width: 116px;
    height: auto;
}

.frm-add { margin-bottom: 15px;}

.frm-tel {
    margin-bottom: 40px;
    font-size: 2.0rem;
    font-weight: 700;
}

.utility-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4em;
    margin-bottom: 40px;
}

.utility-nav li:nth-of-type(1) { margin-right: 30px;}

.utility-nav li a { transition: all .3s ease-in-out;}

.utility-nav li a:hover { opacity: 0.7;}

.copy {
    text-align: center;
    color: #737373;
}

/*購入サイトはこちら*/
.sub-btn-fix {
    position: fixed;
    top: 0;
    right: 64px;
    z-index: 101;
}

.link-shop {
    display: inline-block;
    padding: 21px 20px 20px;
    background-color: #51ba62;
}

.link-shop-img {
    width: 24px;
    height: 19px;
}




/* ====================================
index.html
====================================== */
.conts-inner {
    width: 92%;
    margin: auto;
}

@media screen and (min-width: 1740px) {
    .conts-inner { width: 1600px;}
}

.w-100 {
    width: 100%;
    height: auto;
}

h2.sec-ttl,
.sub-ttl { text-align: center;}

h2.sec-ttl {
    position: relative;
    margin-bottom: 10px;
}

h2.sec-ttl:before,
h2.sec-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1968b;
}

h2.sec-ttl:before {
    top: -60px;
    width: 1px;
    height: 40px;    
}

h2.sec-ttl:after {
    top: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.sub-ttl { color: #f29a8c;}


/* ===== 豊田農園の紹介 ===== */
.top-sec-1 {
    position: relative;
    padding: 60px 0;
    background-color: #faefed;
}
.top-sec-1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 175px;
    background: url("../images/section_bg01.jpg") repeat-x 0 0;
    background-size: 14px;
}

.intro-conts {
    position: relative;
    z-index: 2;
    width: 92%;
    margin: auto;
}

h2.sec-1-ttl {
    position: relative;
    margin-bottom: 10px;
}

h2.sec-1-ttl,
.sub-ttl { text-align: center;}

.intro-ttl-img {
    width: auto;
    height: 26px;
}

.top-sec-1 .sub-ttl { margin-bottom: 30px;}

h2.sec-1-ttl:before,
h2.sec-1-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1968b;
}

h2.sec-1-ttl:before {
    top: -60px;
    width: 1px;
    height: 40px;
}

h2.sec-1-ttl:after {
    top: -25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* ===== 取扱商品 ===== */
.top-sec-2 {
    padding: 60px 4%;
    background: url("../images/section_bg02.jpg") no-repeat center top 160px;
}

.prd-ttl-img {
    width: auto;
    height: 26px;
}

.top-sec-2 .sub-ttl { margin-bottom: 30px;}

.prd-txt {
    margin-bottom: 40px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

.item-box {
    padding: 20px 4% 25px;
    background-color: #f5eeee;
    border-radius: 5px;
}

.item-box:nth-of-type(1) { margin-bottom: 20px;}

.item-img {
    width: 100%;
    margin-bottom: 20px;
}

.item-img img { border-radius: 5px;}

.item-name {
    margin-bottom: 12px;
    font-size: 1.8rem;
}

.price {
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.buy-now { text-align: center;}

.btn-pur {
    display: inline-block;
    padding: 11px 23px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #e58678;
    border: 1px solid #e58678;
    transition: all .3s ease-in-out;
}


/* ===== あまおうゼリーの特徴 ===== */
.top-sec-3 {
    padding: 60px 0;
    background-color: #faefed;
}

.fea-ttl-img {
    width: auto;
    height: 26px;
}

.top-sec-3 .sub-ttl { margin-bottom: 30px;}

.ftr-area:not(:nth-last-of-type(1)) { margin-bottom: 50px;}

.ftr-img,
.ftr-area-r,
.ftr-area-l { width: 100%;}

.ftr-img { margin-bottom: 20px;}

.ftr-des {
    width: 100%;
    background: rgba(250, 239, 237, 0.9);
}

.ftr-num {
    margin-bottom: 18px;
    font-style: italic;
    font-size: 3.0rem;
    text-align: center;
    color: #e39d92;
}

.ftr-num:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    margin: 5px auto 0;
    background: url("../images/num_border_sp.png") no-repeat 0 0;
    background-size: 100%;
}

h3.ftr-ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
}

.ftr-txt {
    font-size: 1.4rem;
    line-height: 1.6;
}

.ftr-sec {
    display: flex;
    flex-wrap: wrap;
}

.ftr-area-l { order: 2;}
.ftr-img { order: 1;}


/* ===== Instagram ===== */
.top-sec-4 {
    padding: 60px 0;
    background: url("../images/section_bg03.jpg") repeat-x left top;
}

.insta-conts {
    width: 92%;
    padding: 20px 4%;
    margin: auto;
    background-color: #fff;
    border: 5px solid #faefed;
}

.insta-des { margin-bottom: 30px;}

.insta-ttl {
    margin-bottom: 20px;
    font-size: 3.0rem;
    font-style: italic;
    text-align: center;
}

.insta-ttl:before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 30px;
    margin-right: 15px;
    background: url("../images/icon_insta_sp.png") no-repeat 0 0;
    background-size: 100%;
    vertical-align: -4px;
}

.insta-txt {
    margin-bottom: 22px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.hash {
    font-size:1.6rem;
    color: #d71c00;
}

.insta-des p:nth-last-of-type(1) { text-align: center;}

.btn-insta {
    display: inline-block;
    padding: 10px 23px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #e58678;
    border: 1px solid #e58678;
}

.insta-feed ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.insta-feed li {
    width: 48%;
    margin-bottom: 10px;
}

.insta-feed img {
    width: 100%;
    height: auto;
}

.insta-txt .pc-block { display: none;}


/* ===== ブログ ===== */
.top-sec-5 {
    padding: 60px 4%;
    background: url("../images/section_bg04.jpg") no-repeat center center;
    background-size: cover;
}

.blog-ttl-img {
    width: auto;
    height: 26px;
}

.top-sec-5 .sub-ttl { margin-bottom: 30px;}

.blog-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 4% 20px;
}

.blog-box {
    width: 48.5%;
    padding: 10px 10px 20px 10px;
    margin-bottom: 15px;
    background-color: #fff;
}

.blog-img { margin-bottom: 20px;}

.blog-img img {
    width: 100%;
    height: auto;
}

.blog-cat {
    margin-bottom: 12px;
    color: #c95d4d;
}

.blog-cat:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    margin-right: 6px;
    background-color: #c95d4d;
    vertical-align: 4px;
}

.blog-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
}

.btn-blog {
    display: inline-block;
    padding: 11px 28px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #e58678;
    border: 1px solid #e58678;
    transition: all .3s ease-in-out;
}


/* ===== 農園案内 ===== */
.top-sec-6 {
    padding: 60px 0;
    margin-bottom: 45px;
    background: url("../images/section_bg05.jpg") repeat-x left bottom;
}

.info-ttl-img {
    width: auto;
    height: 26px;
}

.top-sec-6 .sub-ttl { margin-bottom: 50px;}

.info-des,
.g-map { width: 100%;}

.info-des { margin-bottom: 50px;}

.info-des-up { margin-bottom: 10px;}

.info-des-l {
    margin-bottom: 30px;
    text-align: center;
}

h3.info-ttl {
    margin-bottom: 30px;
    font-size: 2.0rem;
}

.info-add {
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.link-tel {    
    display: inline-block;
    padding: 10px 14px;
    font-size: 2.0rem;
    color: #fff;
    background-color: #e58678;
    border: 1px solid #e58678;
    transition: all .3s ease-in-out;
}

.info-img { text-align: center;}

.info-txt {
    font-size: 1.4rem;
    line-height: 1.6;
}

.g-map iframe {
    width: 100%;
    height: 50vh;
}


/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.sub-wrapper { padding-bottom: 50px;}

.sub-conts-inner {
    width: 92%;
    margin: auto;
}

.pg-ttl-img {
    width: auto;
    height: 26px;
}

/* ===== header ===== */


/* ===== page title ===== */
.page-ttl-wrap {
    position: relative;
    width: 100%;
    height: 168px;
    margin-top: 60px;
    background: url("../images/page_ttl_bg.jpg") no-repeat center center;
    background-size: cover;
}

.page-ttl-conts {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.page-ttl { margin-bottom: 10px;}

.ttl-en {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
}


/* ===== link path ===== */
.link-path {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
    background-color: #faefed;
}

.link-path-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4%;
}

.link-path a { color: #f29a8c;}

.link-path a:hover { text-decoration: underline;}

.link-path li { line-height: 1.3;}

.link-path li:not(:nth-last-of-type(1)):after {
    content: ">";
    display: inline-block;
    margin: 0 6px;
    vertical-align: 2px;
}


/* ====================================
プライバシーポリシー
====================================== */
.pp-main-txt,
.pp-area p {
    font-size: 1.4rem;
    line-height: 1.8;
}

.pp-main-txt { margin-bottom: 50px;}

.pp-area { margin-bottom: 40px;}

.pp-ttl {
    padding-bottom: 13px;
    margin-bottom: 13px;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    color: #e4a297;
    background: url("../images/ttl_bottom.jpg") no-repeat center bottom;
}


/* ====================================
ブログ（一覧）
====================================== */
.page-blog .blog-box {
    margin-bottom: 20px;
    box-shadow:0px 0px 6px 3px rgba(0, 0, 0, 0.05);
}


/* ====================================
ブログ（詳細）
====================================== */
.post-body {
    width: 92%;
    margin-bottom: 50px;
}

h2.blog-ttl {
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 2.0rem;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #e1968b;
}

.cat-date {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cat-tag {
    display: inline-block;
    min-width: 80px;
    padding: 5px 14px;
    margin-right: 18px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.cat-news { background-color: #e4a297;}

.post-date {
    font-size: 1.5rem;
    color: #737373;
}

.post-conts { margin-bottom: 60px;}

.post-conts p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.75;
}

.post-conts img {
    max-width: 100%;
    height: auto;
}

.btn-archive {
    display: inline-block;
    padding: 12px 55px;
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #e58678;
    background-color: #e58678;
}


/* ====================================
サイトマップ
====================================== */
.s-nav { margin-bottom: 30px;}

.s-nav li {
    position: relative;
    padding-left: 40px;
}
.s-nav li:not(:nth-last-of-type(1)) { margin-bottom: 45px;}

.s-nav li:before,
.s-nav li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #e1968b;
    transform: translateY(-50%);
}

.s-nav li:before {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.s-nav li:after {
    width: 24px;
    height: 1px;
}

.s-nav a {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    transition: all .3s ease-in-out;
}

.s-nav a:hover { color: #f29a8c;}

.nav-en {
    display: inline-block;
    vertical-align: 4px;
    margin-left: 17px;
    font-size: 1.2rem;
    color: #f29a8c;
}


/* ====================================
お問い合わせ
====================================== */
.contact-sec-1 {
	padding-bottom: 60px;
	background: url("../images/contact_conts_bg.jpg") repeat-x left bottom;
}

.contact-main {
	margin-bottom: 40px;
	font-size: 1.4rem;
	line-height: 1.8;
}

.tel-conts {
	padding: 30px 20px;
	background-color: #fff;
	border: 5px solid #faefed;
}

.tel-conts-ttl {
	margin-bottom: 25px;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.tel-conts-ttl:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 2px;
	margin-right: 15px;
	background-color: #a1a1a1;
	vertical-align: 11px;
}

.tel-conts-txt {
	margin-bottom: 35px;
	font-size: 1.4rem;
	line-height: 1.8;
}

.info-line,
.info-line-l {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

.info-line-l { margin-bottom: 30px;}

.farm-logo { margin-bottom: 15px;}

.farm-add {
	font-size: 1.4rem;
	line-height: 1.6;
}

.tel-num-box {
    width: 92%;
    text-align: center;
}

.link-tel-num {
    display: inline-block;
    width: 100%;
	padding: 16px 0;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	color: #fff;
	background-color: #f29a8c;
}

.link-tel-num:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 24px;
	margin-right: 8px;
	background: url("../images/icon_tel.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -4px;
}

.contact-sec-2 {
	padding: 60px 0;
	background-color: #faefed;
}

.contact-sec-2 .sec-ttl { margin-bottom: 30px;}

.cnt-ttl-img {
    width: auto;
    height: 26px;
}

.form-sec-main {
	margin-bottom: 40px;
	font-size: 1.34rem;
	line-height: 1.8;
	text-align: center;
}

.form-wrap {
	width: 100%;
	padding: 30px 20px 35px 20px;
	background-color: #fff;
}

.form-sec-sub {
	margin-bottom: 5px;
	font-size: 1.4rem;
    line-height: 1.6;
}

.form-body { margin-bottom: 50px;}

.form-list {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}

.form-list dt {
	position: relative;
    margin-bottom: 15px;
	font-size: 1.4rem;
}

.req {
	position: absolute;
	top: 50%;
	right: 0;
	padding: 6px 8px;
	font-size: 1.2rem;
	color: #fff;
	background-color: #d71c00;
	transform: translateY(-50%);
}

.form-list input[type="text"],
.form-list .text-area {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background: none;
	border: 1px solid #ddd;
}

.form-list .text-area { height: 300px;}

/* Chrome, Safari 5+, Opera 15+, iOS, Android */
::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}
/* IE Edge */
::-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
}

.btn-area { text-align: center;}

.btn-area button,
.link-top {
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 12px 30px;
    margin: 0 10px;
    font-size: 1.4rem;
    color: #fff;
    appearance: none;
}

.btn-area .btn-confirm,
.link-top {
    color: #fff;
    background-color: #e58678;
    border: 1px solid #e58678;
}

.btn-area .btn-reset {
    color: #666;
    border: 1px solid #666;
}

.error_messe {
    font-size: 1.4rem;
    color: #d12b12;
}

.success-txt { margin-bottom: 50px;}





































