@charset "UTF-8";

/*
Theme Name: 小さな果樹園 ぷてぃ・べるじぇ
Description: Petit Verger Website Theme 2026
Author: 小さな果樹園 ぷてぃ・べるじぇ
Author URI: https://petit-verger.com/
*/

body {
  background: url(assets/images/bg.jpg) #faf7e7;
  background-size: 200px 200px;
  line-height: 1.85;
  letter-spacing: .05em;
  font-size: 1.4rem;
  font-family: 'Lato',YakuHanJP,'Noto Sans Japanese','游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','ヒラギノ角ゴ ProN','Hiragino kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
  color: #444;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.telLink a, .telLink a:hover {
  text-decoration: none!important;
  color: #333;
}
header, #gNavi, #sNavi, #fNavi, .division, .imgWrap, #newsBox, .address, .ninshoNagano, #staff, .detailWrap, .route, #workList, #etoileImg, .etoileWrap, .etoileWrap .txtBox, #grapeImg, #banner li a, #application, #application li {
  display: flex;
}
header, #gNavi, #sNavi, #fNavi, .division, .imgWrap, .address, .ninshoNagano, .detailWrap, #etoileImg, .etoileWrap, .etoileWrap .txtBox, #banner li a, #application li {
  align-items: center;
}
header, .division, .imgWrap, #newsBox, #staff, .detailWrap, .route, #workList, #grapeImg, #application {
  justify-content: space-between;
}
#fNavi, .address, #etoileImg, .etoileWrap .txtBox, #banner li a {
  justify-content: center;
}
.item:nth-child(even) .division, #staff, .etoileWrap:nth-of-type(odd) {
  flex-direction: row-reverse;
}
#workList, #application {
  flex-flow: row wrap;
}

/* =====================================================================
 * header/footer
 * =================================================================== */
header {
  position: relative;
  padding: 30px 4.5vw;
  width: 100%;
}
#etoile header {
  background: #fff;
}
h1 {
  position: relative;
  top: 4px;
}
h1 a {
  display: block;
}
#naviBox {
  display: flex;
  flex-direction: column-reverse;
  letter-spacing: 1px;
}
#gNavi {
  line-height: 1;
}
#gNavi li a, #sNavi li a {
  display: inline-block;
  color: #7d4622;
}
#etoile #gNavi li a, 
#etoile #sNavi li a {
  color: #402b51;
}
#gNavi li a {
  padding-bottom: 10px;
}
#gNavi li:not(:last-child) {
  margin-right: 40px;
}
#gNavi li a span {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 700;
}
#gNavi li a span::before, 
#gNavi li a span::after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #c9a063;
  transition: color .3s ease, background .3s ease, width .3s ease;
  -webkit-transition: color .3s ease, background .3s ease, width .3s ease;
}
#etoile #gNavi li a span::before, 
#etoile #gNavi li a span::after {
  background: #9681b7;
}
#gNavi li a span::before {
  left: 50%;
}
#gNavi li a span::after {
  right: 50%;
}
#gNavi li a:hover span::before, 
#gNavi li a:hover span::after {
  width: 50%;
}
#index #gNavi li.gnavHome a span::before, 
#about #gNavi li.gnavAbout a span::before,
#committed #gNavi li.gnavCommitted a span::before, 
#grapes #gNavi li.gnavGrapes a span::before, 
#lineup #gNavi li.gnavLineup a span::before, 
#etoile #gNavi li.gnavLineup a span::before,
#news #gNavi li.gnavNews a span::before {
  left: 0;
  width: 100%;
  background: #c9a063;
}
#etoile #gNavi li.gnavLineup a span::before {
  background: #9681b7;
}
#sNavi {
  justify-content: flex-end;
  margin: 5px 0 15px;
}
#sNavi li a {
  height: 29px;
  border: solid 1px #a17e5f;
  border-radius: 14px;
  line-height: 29px;
  font-size: 1.3rem;
}
#etoile #sNavi li a {
  border: solid 1px #402b51;
}
#sNavi li:not(:last-child) a {
  margin-right: 10px;
  padding: 0 1.5em;
}
#sNavi li:last-child a {
  width: 30px;
  border-radius: 50%;
  text-align: center;
}
#sNavi li:last-child a img {
  margin-top: 7px;
}
body:not(#index):not(#etoile) footer {
  padding-top: 80px;
}
#fNavi {
  padding: 25px 5vw;
  background-image: url(assets/images/handline.svg), url(assets/images/handline.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
}
#etoile #fNavi {
  border-top: solid 1px #402b51;
  border-bottom: solid 1px #402b51;
  background: none;
}
#fNavi li {
  padding: 0 1.5em;
  line-height: 1;
}
#fNavi li:not(:last-child) {
  border-right: solid 1px #d9c3b0; 
}
#etoile #fNavi li:not(:last-child) {
  border-right: solid 1px #402b51; 
}
#fNavi li a {
  font-size: 1.3rem;
  color: #7d4622;
}
#etoile #fNavi li a {
  color: #402b51;
}
.address {
  padding: 45px 5vw;
}
.address dt {
  margin-right: 24px;
}
.address dd ul li:first-child {
  font-size: 1.2rem;
}
.fax::before {
  content: ' / ';
}
.copyright {
  font-size: 1.1rem;
}
.copyright span {
  display: inline-block;
}
#pagetop {
  position: fixed;
  display: none;
  bottom: 45px;
  right: 25px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #b28247;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}
#etoile #pagetop {
  background: #402b51;
}
#pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#pagetop a::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#banner {
  padding: 0 5vw;
  text-align: center;
}
#banner li {
  display: inline-block;
  margin: 0 8px;
  border: solid 1px #c9a063;
}
#banner li a {
  width: 400px;
  height: 88px;
}

/* =====================================================================
 * contents
 * =================================================================== */
main {
  display: block;
  overflow: hidden;
  padding-bottom: 90px;
}
.innerBox {
  padding: 0 5vw;
}
section, .container {
  padding-top: 85px;
}
#index section {
  padding-top: 100px;
}
#etoile .container {
  padding-top: 90px;
  text-align: center;
}
.inner {
  margin: 0 auto;
  padding: 0 5vw;
  max-width: -webkit-calc(1000px + 10vw);
  max-width: calc(1000px + 10vw);
}
body:not(#index):not(#etoile) h2 {
  display: block;
  padding: 28px 5vw;
  width: 100%;
  background: rgba(125,70,34,0.04);
  text-align: center;
  line-height: 1.6;
  font-size: 2.3rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4623;
}
.subheading {
  display: block;
  font-size: 1.3rem;
}
#ttlWrap {
  background-image: url(assets/images/handline.svg), url(assets/images/handline.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
}
h3 {
  margin-bottom: 60px;
  text-align: center;
}
h4 {
  margin-bottom: 1.8em;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4623;
}
.mincho {
  letter-spacing: .05em;
  font-family: YakuHanMP,'游明朝',YuMincho,'Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
}
.kokoro {
  letter-spacing: -.15em;
  font-family: "Kokoro";
}
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.notes {
  font-size: 1.2rem;
}
.newline {
  display: inline-block;
}
/* index */
#topimage {
  padding: 0 40px;
  padding: 0 2.85vw;
  width: 100vw;
  height: 700px;
  height: 38.5vw;
}
.inDetail {
  width: 100%;
  height: 100%;
}
body .vegas-container {
  height: 100%!important;
}
#introduction {
  padding-top: 118px;
  text-align: center;
}
#introduction h2 img {
  margin: 0 .5em 15px;
}
.illust {
  margin: 40px 0 35px;
}
.lead {
  line-height: 2.5;
  letter-spacing: .085em;
  font-size: 1.6rem;
}
.lead span {
  display: inline-block;
}
.brand {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.brand li {
  position: relative;
  display: inline-block;
  margin: 0 34px 50px;
  font-size: 2.4rem;
  color: #7d4622;
}
.brand li .mincho {
  font-size: 2.2rem;
}
.brandImg {
  margin-bottom: 15px;
  border-radius: 50%;
}
.numbering {
  position: absolute;
}
.zeroone {
  top: 10px;
  left: 0;
}
.zerotwo {
  top: 168px;
  left: -5px;
}
.zerothree {
  top: 65px;
  right: -20px;
}
.zerofour {
  top: 88px;
  left: -25px;
}
.zerofive {
  top: 155px;
  right: -18px;
}
.item .imgBox {
  width: 50%;
  height: 360px;
  border-radius: 20px;
  background: url(assets/images/index/img_onlineshop.jpg) center center no-repeat;
  background-size: cover!important;
}
#etoilePv.item .imgBox {
  background: url(assets/images/index/img_premium.svg) center center no-repeat;
}
.item .txtBox {
  width: 44%;
}
.explanation dt span {
  display: block;
  margin: .5em 0 .65em;
  font-size: 2.0rem;
  color: #7d4622;
}
#etoilePv {
  margin-top: 60px;
}
.edpv {
  letter-spacing: .03em;
  font-weight: 300;
}
.explanation .linkBtn {
  margin-top: 35px;
}
.emphasis {
  display: block;
  margin-bottom: .15em;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 500;
}
.trademark {
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
}
.imgWrap {
  padding: 105px 2.85vw 0;
}
.imgL, .imgR {
  width: 50%;
  height: 26vw;
  background: url(assets/images/index/img_index1.jpg) center center no-repeat;
  background-size: cover!important;
}
.imgR {
  background: url(assets/images/index/img_index2.jpg) center center no-repeat;
}
.newsList {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 440px;
  background: url(assets/images/handline.svg) left top repeat-x;
}
.newsList li {
  background: url(assets/images/handline.svg) left bottom repeat-x;
}
.newsList li a {
  display: block;
  padding: 18px 0;
  width: 100%;
}
.newsList dl {
  line-height: 1.65;
  font-size: 1.5rem;
}
.newsList dl dt {
  color: #7d4622;
}
#newsWrap .newsList li:nth-last-child(2) {
  margin-bottom: 40px;
}
.newsList li.more-btn {
  margin-top: auto;
  width: 100%;
  background: none;
  text-align: center;
}
.newsList li.more-btn a {
  padding: .6em 1.5em .5em;
  border: solid 1px #a17e5f;
  border-radius: 9999px;
  color: #7d4622;
}
.new {
  margin-left: 1em;
  color: #e83828;
}
#fb-likebox {
  width: 500px;
  text-align: center;
}
.fb_iframe_widget {
  display: inherit!important;
}
#fb-likebox > .fb-page {
  width: 100%;
}
#fb-likebox > .fb-page > span,
#fb-likebox iframe {
  width: 100% !important;
}
/* about */
#about .imgWrap {
  padding-top: 0;
}
#about .imgL, #about .imgR {
  height: 24vw;
  background: url(assets/images/about/img_message1.jpg) center center no-repeat;
}
#about .imgR {
  background: url(assets/images/about/img_message2.jpg) center center no-repeat;
}
#reason {
  margin-top: 70px;
}
.column {
  width: 100%;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 35px;
  column-gap: 35px;
  line-height: 1.9;
}
.owner {
  display: block;
  margin-top: 1em;
  text-align: right;
}
#outline {
  margin-top: 55px;
  width: 100%;
  border-top: solid 1px #d9c3b0;
}
#outline tr {
  border-bottom: solid 1px #d9c3b0;
}
#outline th, #outline td {
  vertical-align: middle;
  padding: 1.35em 5px;
  text-align: left;
}
#outline th {
  width: 12em;
}
#outline td span {
  display: inline-block;
}
#outline th.ninsho, #outline td.ninsho {
  padding: 30px 5px;
}
.summary {
  margin-left: 35px;
}
.summary a {
  display: inline-block;
  margin-top: 1em;
  text-decoration: underline;
  color: #7d4622;
}
.summary a:hover {
  text-decoration: none;
}
#staff {
  width: 100%;
}
#staff dl {
  margin-top: 45px;
  width: 48%;
}
.staffImg {
  text-align: center;
}
.staffImg img {
  border-radius: 20px;
}
.staffName {
  text-align: center;
  font-size: 2.0rem;
  color: #7d4622;
}
.jobTitle {
  position: relative;
  top: -.1em;
  margin-left: .5em;
  font-size: 1.3rem;
}
.policy {
  display: block;
  margin-top: 20px;
  padding: 17px 0 15px;
  width: 100%;
  background-image: url(assets/images/handline.svg), url(assets/images/handline.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
.comment {
  margin: 30px 0;
}
.profile {
  padding: 30px 35px;
  background: rgba(125,70,34,0.04);
  font-size: 1.3rem;
}
.profile span {
  display: block;
  margin-bottom: .25em;
  font-size: 1.6rem;
  color: #7d4622;
}
/* committed */
#goodPoints {
  margin: 0 auto -80px;
  max-width: 1280px;
  text-align: center;
}
#goodPoints li {
  display: inline-block;
  margin: 0 25px 80px;
  max-width: 360px;
}
#goodPoints h3 {
  margin-bottom: 40px;
}
.maskImg img {
  border-radius: 50%;
}
.pointBox .policy {
  margin-top: 35px;
  padding: 15px 0 13px;
}
.pointTxt {
  margin-top: 25px;
  text-align: justify;
}
.pointTxt span {
  display: block;
  margin-top: .85em;
}
.pointTxt a {
  text-decoration: underline;
  color: #7d4622;
}
.pointTxt a:hover {
  text-decoration: none;
}
/* grapes */
.subtxt {
  text-align: center;
}
.subtxt span {
  display: inline-block;
}
.subtxt > span {
  padding-bottom: 1em;
  background: url(assets/images/handline.svg) left bottom repeat-x;
  text-align: center;
  line-height: 1.7;
  font-size: 2.0rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
#breedList {
  overflow: hidden;
  padding-bottom: 85px;
  width: 100%;
  border-bottom: solid 1px #d9c3b0;
}
#breedList li {
  float: left;
  margin-top: 70px;
  width: 860px;
}
#breedList li:nth-child(even) {
  float: right;
}
.details {
  width: 530px;
}
.eat {
  margin-top: 22px;
}
.eat span {
  margin-right: 7px;
  padding: .35em 1em;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
.seed {
  background: #8043a8;
}
.skin {
  background: #7cbc27;
}
.overview {
  margin-top: 1.15em;
}
.harvest {
  display: inline-block;
  margin-top: 20px;
  padding: .85em 1.5em;
  background: rgba(125,70,34,0.05);
  line-height: 1.7;
  font-size: 1.4rem;
  color: #7d4622;
}
.harvest span {
  margin-right: 1em;
}
#calendarCat {
  margin-bottom: 25px;
  text-align: center;
}
#calendarCat li {
  display: inline-block;
  margin: 0 2px;
  width: 10em;
  padding: .35em 1em;
  border-radius: 7px;
  background: #61ad00;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
#calendarCat li:last-child {
  background: #814c9d;
}
#schedule {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
#schedule tr > * {
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #d9c3b0;
}
#schedule th {
  width: 20%;
  background: rgba(125,70,34,0.05);
  font-size: 1.6rem;
  font-weight: 500;
  color: #7d4622;
}
#schedule tr:first-child th, 
#schedule tr:last-child th {
  padding: 5px;
  font-size: 1.4rem;
}
#schedule th.bspace {
  background: none;
}
#schedule td {
  background: #fff;
}
#schedule img {
  vertical-align: inherit;
}
.house {
  background: #e1f4c5!important;
}
.bareground {
  background: #f3ebf0!important;
}
/* lineup */
#lineup #onlineShop.item .imgBox {
  background: url(assets/images/lineup/img_casual.jpg) center center no-repeat;
}
/* etoile */
#etoile {
  background: #f5f5f5;
}
#etoileImg {
  margin-bottom: 100px;
  width: 100%;
  height: 640px;
  height: 36vw;
  background: url(assets/images/etoile/topimage.jpg) center center no-repeat;
  background-size: cover;
}
#etoileImg h2 img {
  min-width: 376px;
  width: 18vw;
  height: auto;
}
.etoileWrap {
  margin: 0 11vw 90px 0;
  height: 29vw;
}
.etoileWrap:nth-of-type(odd) {
  margin: 0 0 90px 11vw;
  height: 27vw;
}
.etoileWrap .imgBox {
  width: 62%;
  height: 100%;
  background: url(assets/images/etoile/img_intro1.jpg) center center no-repeat;
  background-size: cover!important;
}
.etoileWrap:nth-of-type(odd) .imgBox {
  background: url(assets/images/etoile/img_intro2.jpg) center center no-repeat;
}
.etoileWrap .txtBox {
  padding: 0 6vw;
  width: 38%;
  height: 100%;
  line-height: 2.2;
}
.vw {
  position: relative;
  right: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 2.55;
  font-family: '游明朝',YuMincho,'Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  font-size: 1.6rem;
}
.ttlEdpv {
  margin-bottom: 1.2em;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 600;
  color: #402b51;
}
#eat .ttlEdpv {
  position: relative;
  padding-bottom: 1.8em;
}
#eat .ttlEdpv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
  height: 1px;
  background-color: #9681b7;
}
.withEdpv dd:last-child {
  margin-top: 1em;
}
#grapeImg {
  margin: 0 auto;
  width: 68%;
}
#grapeImg li {
  width: 29.6%;
}
#grapeImg li img {
  width: 100%;
  height: auto;
}
.letterBody {
  margin-top: 3em;
  line-height: 2.4;
}
#eat .ttlEdpv span, .letterBody span {
  display: inline-block;
}
.ingredient {
  display: block;
  margin-top: 2.2em;
  font-size: 1.2rem;
}
.buy a {
  display: block;
  margin: 45px auto 0;
  padding: 25px;
  width: 620px;
  border: solid 1px #402b51;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
  color: #402b51;
}
.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  margin: auto;
}
.arrow::before {
  top: 2px;
  width: 55px;
  height: 1px;
  background: #402b51;
}
.arrow::after {
  width: 12px;
  height: 8px;
  border-top: 1px solid #402b51;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}
#etoile .imgWrap {
  padding: 90px 0 0;
}
#etoile .imgL, #etoile .imgR {
  height: 25vw;
  background: url(assets/images/etoile/img1.jpg) center center no-repeat;
  background-size: cover!important;
}
#etoile .imgR {
  background: url(assets/images/etoile/img2.jpg) center center no-repeat;
}
/* access */
#gmap {
  width: 100%;
}
.mapBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 460px;
  height: 0;
  border: solid 1px #fff;
}
.map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.moreBtn a {
  display: block;
  margin: 32px auto 0;
  padding: 10px;
  width: 240px;
  border-radius: 22px;
  background: #c9a063;
  text-align: center;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
.farmInfo {
  margin: 35px 0 20px;
  padding: 25px;
  width: 100%;
  background: rgba(125,70,34,0.05);
  text-align: center;
}
.farmInfo li:first-child {
  font-size: 1.4rem;
}
.farmInfo li span {
  display: inline-block;
}
.open {
  margin-left: .5em;
}
.route {
  width: 100%;
}
.route li {
  margin-top: 35px;
  width: 48%;
}
.route dl dt {
  text-align: center;
  line-height: 1.4;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
.route dl dt::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: 0 12px 4px 0;
  width: 30px;
  height: 23px;
  background: url(assets/images/access/car_icon.svg) no-repeat center;
}
.route dl dd {
  margin-top: 18px;
  padding: 39px 4px;
  background-image: url(assets/images/handline.svg), url(assets/images/handline.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
}
.directions li {
  margin: 0;
  width: 100%;
  line-height: 1.6;
}
.directions li:not(:last-child) {
  margin-bottom: .57em;
}
.caution {
  margin-top: 2.5em;
  font-size: 1.3rem;
  color: #b80d23;
}
/* recruit */
.offer {
  text-align: center;
  line-height: 2.2;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 500;
  color: #7d4622;
}
.offer span {
  display: inline-block;
}
#application {
  overflow: hidden;
  margin-top: 45px;
  width: 100%;
}
#application li {
  padding: 18px 5px;
  width: 48%;
  border-bottom: solid 1px #d9c3b0;
}
#application li:first-child, 
#application li:nth-child(2) {
  border-top: solid 1px #d9c3b0;
}
#application li a {
  text-decoration: underline;
  color: #7d4622;
}
#application li a:hover {
  text-decoration: none;
}
.tbHeader {
  width: 8.5em;
}
.tbData {
  width: -webkit-calc(100% - 8.5em);
  width: calc(100% - 8.5em);
  text-align: left;
}
.tbData a {
  display: inline-block;
  vertical-align: bottom;
}
.entry {
  padding: 30px;
  width: 100%;
  background: rgba(125,70,34,0.05);
  text-align: center;
}
#work .entry {
  margin-top: 25px;
}
.entry p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.entryTxt {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
.entryTxt span {
  display: inline-block;
}
.entry .moreBtn a {
  margin: 0;
  width: 280px;
  border-radius: 24px;
  font-size: 1.5rem;
}
#workList {
  width: 100%;
}
#workList:after {
  content: '';
  display: block;
  width: 30%;
  height: 0;
}
#workList li {
  margin-bottom: 45px;
  width: 30%;
}
#workList p img {
  border-radius: 18px;
}
#workList dl dt {
  margin: 1.1em 0 .25em;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
/* contact */
#mailform {
  padding-top: 65px;
}
.entryttl {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.7;
  font-size: 2.0rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
.mailtxt {
  text-align: center;
}
.mailtxt span {
   display: inline-block;
}
.mailtxt a {
  text-decoration: underline;
  color: #7d4622;
}
.mailtxt a:hover {
  text-decoration: none;
}
#form {
  margin-top: 45px;
  width: 100%;
}
input[type="text"],  
input[type="submit"],
input[type="email"], 
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
#mailfield input[type="text"],
#mailfield input[type="email"] {
  height: 38px;
}
#mailfield input, 
#mailfield textarea {
  border: solid 1px #d9c3b0;
  padding: .5em;
  font-size: 1.4rem;
  vertical-align: middle;
  letter-spacing: 1px;
  -webkit-user-select : auto;
}
#mailfield input[type="text"][size="45"] {
  width: 300px;
}
#mailfield input[type="text"][size="75"], 
#mailfield textarea {
  width: 100%;
}
#mailfield input[type="text"][size="65"],
#mailfield input[type="email"] {
  width: 480px;
}
#mailfield textarea {
  resize: vertical;
}
.must span, .optional span {
  margin-right: 1.2em;
  padding: .4em .7em .45em;
  background: #BB0D23;
  font-size: 1.2rem;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
.optional span {
  background-color: #999;
}
.mwNotes {
  display: block;
  margin-top: .5em;
  font-size: 1.2rem;
}
#mailfield {
  border-bottom: solid 1px #d9c3b0;
}
#mailfield dl {
  display: table;
  margin: 0;
  width: 100%;
}
#mailfield dt, #mailfield dd {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  border-top: solid 1px #d9c3b0;
  line-height: 1.6;
  text-align: left;
}
#mailfield dt {
  padding: 1.5em 0 1.5em 4em;
  text-indent: -4em;
  width: 20%;
}
#mailfield dd {
  padding: 1.5em 0 1.5em 1em;
  width: 80%;
}
.mf_buttons {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.mf_buttons input {
  display: inline-block;
  margin: 0 10px;
  width: 280px;
  height: 50px;
  border-radius: 25px;
  background: #c9a063;
  text-align: center;
  line-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  color: #fff;
}
.mf_buttons input.modoru {
  background-color: #999;
}
.mf_buttons input:focus {
  outline: none;
}
.mw_wp_form .error {
  margin-top: .5em;
  font-size: 1.3rem!important;
  color: #f02222!important;
}
.afterTxt dd input {
  margin-right: .5em;
}
.mwform-radio-field label, 
.mwform-checkbox-field label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  border: solid 1px #cacaca;
  border-radius: 3px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px;
  cursor: pointer;
}
/* IEのinput要素に出てくるマークを消去 */
/* text */
input::-ms-clear {
  visibility: hidden;
}
#mailfield input[type="checkbox"]:not(:target) {
  border: 0px\9;
}
/* 確認画面 */
.mw_wp_form_confirm .must span,
.mw_wp_form_confirm .optional span,
.mw_wp_form_confirm #mailfield dl#kakuninEmail,
.mw_wp_form_confirm #mailfield .mwNotes {
  display: none;
}
.mw_wp_form_confirm .optional::after {
  content: "（任意）";
}
/* 完了画面 */
.mw_wp_form_complete {
  display: none;
}
#thanks {
  text-align: center;
}
#thanks strong {
  display: block;
  margin: 1.5em 0 .35em;
  line-height: 1.65;
  font-size: 1.5rem;
  font-weight: bold;
}
#thanks ul {
  margin-top: .8em;
}
#thanks li {
  display: inline-block;
  vertical-align: middle;
  margin: .1em .5em;
}
#thanks li .telLink {
  font-size: 1.7rem;
}
#thanks a {
  text-decoration: underline;
}
#thanks a:hover {
  text-decoration: none;
}
/* privacy */
#ppBox .inner > p {
  text-align: center;
}
#ppBox .inner > p span {
  display: inline-block;
}
#ppBox section {
  padding-top: 60px;
}
#ppBox h3 {
  margin-bottom: 45px;
  font-size: 1.9rem;
  font-weight: bold;
  font-weight: 700;
}
#ppBox dl {
  padding-bottom: 1.8em;
  border-bottom: solid 1px #d9c3b0;
}
#ppBox dt {
  margin-top: 1.8em;
  padding-top: 1.8em;
  border-top: solid 1px #d9c3b0;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
}
#ppBox dd {
  margin-top: .5em;
}
#ppBox dd ul {
  margin-top: .5em;
}
.ppList {
  margin-left: 1.5em;
  list-style: disc;
}
/* security */
.spBox section {
  padding-top: 0!important;
}
#securityDate {
  margin-top: 1.8em;
  text-align: right;
}
/* movie */
#movieBox, #movieList {
  width: 100%;
  text-align: center;
}
#movieBox {
  margin-top: 60px;
}
.movie {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.movie + .movie {
  margin-top: 42px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieIntro {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4623;  
}
.movieIntro span {
  display: inline-block;
}
/* news */
.newsList.-wide {
  display: block;
  width: 100%;
  max-width: 100%;
}
.news-item {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.newsList.-wide li a {
  padding: 25px 2px;
}
#news .newsList dl dt {
  width: 95px;
}
.pagenation {
  margin-top: 46px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  font-size: 1.3rem;
}
.pagenation a, .pagenation .current {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 8px 0 0;
  padding: 11px 0;
  width: 36px;
  border: 1px solid #a17e5f;
  text-align: center;
  font-weight: 400;
  color: #845b36;
}
.pagenation a:hover, .pagenation .current {
  background: #a17e5f;
  color: #fff;
}
.article {
  background: url(assets/images/handline.svg) left bottom repeat-x;
}
h3.article__head {
  margin: 55px 0 36px;
  text-align: left;
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: bold;
  color: #7d4622;
}
.article__date {
  display: flex;
  align-items: center;
  width: 100%;
}
.article__date time {
  width: 120px;
  font-size: 1.5rem;
  color: #7d4622;
}
.border {
  position: relative;
  flex-grow: 1;
}
.border:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(assets/images/handline.svg) left center repeat-x;
}
.entryBody {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 67px;
}
.entryBody p + p, .entryBody p + figure, .entryBody figure + p {
  margin-top: 1.5em;
}
.entryBody figure img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: .85em 0 1.1em;
}
.page-navi {
  padding: 21px 0 22px;
  background: url(assets/images/handline.svg) left bottom repeat-x;
  line-height: 1;
}
.page-navi__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-navi__item.all {
  text-align: center;
}
.page-navi__item.all a {
  display: block;
  padding: .65em 1.85em .55em;
  width: 100%;
  border: solid 1px #a17e5f;
  border-radius: 9999px;
  line-height: 1;
  color: #7d4622;
}
.page-navi__item.prev, .page-navi__item.next {
  width: 29px;
}
.page-navi__item.prev a, .page-navi__item.next a {
  padding: 12px 10px;
}
/* 404 */
#notFound.mb {
  margin-bottom: 120px;
}
#notFound p {
  line-height: 2;
  text-align: center;
}
#notFound p:last-child {
  margin-top: 30px;
}
#notFound p span {
  display: inline-block;
}
#notFound a {
  text-decoration: underline;
}

/*-------------------------------------------------
 * linkBtn
-------------------------------------------------*/
.linkBtn {
  margin: 0 auto;
  max-width: 400px;
  background-image: url(assets/images/handline.svg), url(assets/images/handline.svg);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
}
#productInfo .linkBtn {
  max-width: initial;
  width: 100%;
}
.linkBtn p a {
  display: block;
  padding: 22px 5px;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  color: #7d4622;
}
.linkBtn p a span {
  display: inline-block;
  margin: 0 .25em;
}
.inside {
  margin: 0!important;
}

/*-------------------------------------------------
 * hover
-------------------------------------------------*/
.linkBtn a, #sNavi li a, #fNavi li a, .moreBtn a, .buy a, #banner li a, .mf_buttons input, .mf_buttons input.modoru, .newsList li a, .page-navi__item a  {
  transition: opacity .5s ease;
}
.linkBtn a:hover, #sNavi li a:hover, #fNavi li a:hover, .moreBtn a:hover, .buy a:hover, #banner li a:hover, .mf_buttons input:hover, .mf_buttons input.modoru:hover, .newsList li a:hover, .page-navi__item a:hover {
  opacity: .6;
}
h1 a:hover img, #banner li a img, .page-navi__item.prev a img, .page-navi__item.next a img {
  opacity: 1;
}

/*-------------------------------------------------
 * mediaqueries
-------------------------------------------------*/
@media screen and (max-width: 1440px) {
  /* index */
  #topimage {
    height: 47.5vw;
  }
  .imgL, .imgR {
    height: 29.2vw;
  }
  /* about */
  #about .imgL, #about .imgR {
    height: 27.75vw;
  }
  /* etoile */
  #etoileImg {
    height: 640px;
  }
  #etoileImg h2 img {
    min-width: initial;
    width: 376px;
  }
  .etoileWrap {
    margin: 0 6.65vw 90px 0;
    height: 33.4vw;
  }
  .etoileWrap:nth-of-type(odd) {
    margin: 0 0 90px 6.65vw;
    height: 29.4vw;
  }
  .etoileWrap .txtBox {
    padding: 0 5vw;
    line-height: 2;
  }
  .vw {
    font-size: 1.5rem;
  }
  #grapeImg {
    width: 78.4%;
  }
  #etoile .imgL, #etoile .imgR {
    height: 29vw;
  }
}
@media screen and (max-width: 1279px) {
  header {
    display: block;
  }
  h1 {
    text-align: center;
  }
  #toggle {
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 30%;
    right: 5vw;
    z-index: 9999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .trigger,
  .trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .trigger {
    position: relative;
    width: 24px;
    height: 18px;
    cursor: pointer;
  }
  .trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7d4622;
  }
  .trigger span:nth-of-type(1) {
    top: 0;
  }
  .trigger span:nth-of-type(2) {
    top: 8px;
  }
  .trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #7d4622;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .trigger.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
  }
  @-webkit-keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu-bar02 {
    100% {
      height: 0;
    }
  }
  .trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #naviWrap {
    display: -webkit-box;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    left: 0;
    padding: 6.5vw 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 247, 231, 0.95);
    z-index: 999;
  }
  #naviBox, #gNavi, #sNavi {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #naviBox {
    margin: auto;
  }
  #gNavi li:not(:last-child) {
    margin-right: 0;
  }
  #gNavi li a {
    display: block;
    padding: 11px 0;
    width: 100%;
  }
  #gNavi li a span::before,
  #gNavi li a span::after {
    display: none;
  }
  #index #gNavi li.gnavHome a span::before, 
  #about #gNavi li.gnavAbout a span::before,
  #committed #gNavi li.gnavCommitted a span::before, 
  #grapes #gNavi li.gnavGrapes a span::before, 
  #lineup #gNavi li.gnavLineup a span::before, 
  #etoile #gNavi li.gnavLineup a span::before {
    width: 0;
    height: 0;
  }
  #sNavi {
    margin: 0;
  }
  #sNavi li:not(:last-child) a {
    display: block;
    margin-right: 0;
    padding: 10px 0;
    width: 100%;
    height: auto;
    border: none!important;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    font-weight: 700;
  }
  #sNavi li:last-child {
    margin-top: 12px;
  }
  .hide {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  .no-scroll {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  /* index */
  #topimage {
    height: 75vw;
  }
  .imgL, .imgR {
    height: 40vw;
  }
  .newsList {
    width: -webkit-calc(100% - 550px);
    width: calc(100% - 550px);
  }
  /* etoile */
  #etoile .trigger span, #etoile .trigger span:nth-of-type(2)::after {
    background: #402b51;
  }
  #etoile #naviWrap {
    background: rgba(255, 255, 255, 0.95);
  }
  #etoileImg {
    margin-bottom: 90px;
    height: 65vw;
  }
  .etoileWrap {
    margin: 0 3vw 80px 0;
    height: 42vw!important;
  }
  #etoile .container, #etoile .imgWrap {
      padding-top: 80px;
  }
  .etoileWrap:nth-of-type(odd) {
    margin: 0 0 80px 3vw;
  }
  .etoileWrap .txtBox {
    width: 44%;
  }
  .vw {
    line-height: 2.3;
  }
  #grapeImg {
    width: 87%;
  }
  #grapeImg li {
    width: 30.2%;
  }
  #etoile .imgL, #etoile .imgR {
    height: 36vw;
  }
  #eat .ttlEdpv {
    padding-bottom: 1.6em;
  }
  .letterBody {
    margin-top: 2.5em;
    line-height: 2.3;
  }
  a img:hover, h1 a img:hover, .linkBtn a:hover, #sNavi li a:hover, #fNavi li a:hover, .moreBtn a:hover, .buy a:hover, #banner li a:hover, .mf_buttons input:hover, .mf_buttons input.modoru:hover {
    opacity: 1;
  }
  h1 a, #pagetop a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }  
  /* movie */
  .movie + .movie {
    margin-top: 4.4vw;
  }
}
@media screen and (max-width: 959px) {
  #fNavi {
    display: block;
    padding: 20px 5vw;
    text-align: center;
  }
  #fNavi li {
    padding: 0;
  }
  #fNavi li:not(:last-child) {
    border-right: none!important; 
  }
  #fNavi li:not(:first-child) {
    margin-top: 1em;
  }
  .address {
    display: block;
    text-align: center;
  }
  .address dt {
    margin-right: 0;
  }
  .address dd {
    margin-top: 1em;
  }
  .copyright {
    margin-top: 1em;  
  }
  #pagetop {
    display: inherit;
    position: static;
    margin: .7em auto 0;
    width: 40px;
    height: 40px;
  }
  #pagetop a::after {
    top: 17px;
    left: 15px;
  }
  #banner li {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  #banner li:not(:first-child) {
    margin-top: 10px;
  }
  #banner li a {
    padding: 0 20px;
    width: 100%;
  }
  main {
    padding-bottom: 70px;
  }
  section, .container, #index section, #introduction, #mailform, body:not(#index):not(#etoile) footer {
    padding-top: 70px;
  }
  h3 {
    margin-bottom: 45px;
  }
  /* index */
  #introduction h2 {
    padding: 0 50px;
  }
  .lead {
    line-height: 2.2;
  }
  .imgWrap {
    padding-top: 60px;
  }
  .brand li {
    margin-bottom: 40px;
    max-width: 230px;
    width: 37%;
    font-size: 2.3rem;
  }
  .zeroone {
    top: 3.2%;
  }
  .zerotwo {
    top: 58.3%;
  }
  .zerothree {
    top: 22.5%;
  }
  .zerofour {
    top: 30.5%;
  }
  .zerofive {
    top: 53.5%;
  }
  .division {
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
  .item .imgBox, .item .txtBox {
    width: 100%;
  }
  .item .txtBox {
    margin-top: 30px;
  }
  .explanation dt {
    text-align: center;
  }
  .explanation .linkBtn {
    max-width: 500px;  
  }
  #newsBox {
    display: block;
  }
  .newsList, #fb-likebox {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  #fb-likebox {
    display: block;
    margin-top: 40px;
  }
  .newsList li a {
    padding: 15px 0;
  }
  /* about */
  #about .imgL, #about .imgR {
    height: 30vw;
  }
  #reason {
    margin-top: 60px;
  }
  .column {
    -webkit-column-count: auto;
    column-count: auto;
  }
  #outline th {
    width: 10em;
  }
  .summary {
    width: 80%;
  }
  .staffImg img {
    width: 70vw;
  }
  #staff dl {
    margin-top: 35px;
  }
  #staff .policy {
    font-size: 1.7rem;
  }
  /* committed */
  #goodPoints li {
    display: block;
    margin: 0 auto 80px;
    max-width: 700px
  }
  /* grapes */
  #breedList li, #breedList li:nth-child(even) {
    float: none;  
  }
  #breedList li {
    width: 100%;
  }
  .detailWrap .maskImg {
    width: 240px;
  }
  .details {
    width: -webkit-calc(100% - 240px - 5%);
    width: calc(100% - 240px - 5%);
  }
  #calendarCat li {
    padding: .3em 1em;
    font-size: 1.6rem;
  }
  #schedule th {
    padding: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
  }
  #schedule th span {
    display: inline-block;
  }
  /* etoile */
  #etoileImg {
    height: 82vw;
  }
  #etoileImg h2 img {
    width: 45vw;
  }
  .etoileWrap, .etoileWrap:nth-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: auto!important;
  }
  .etoileWrap .imgBox, .etoileWrap .txtBox {
    width: 100%;
  }
  .etoileWrap .imgBox {
    margin-top: 80px;
    height: 50.5vw;
    -webkit-order: 1;
    order: 1;
  }
  .etoileWrap:nth-of-type(odd) .imgBox {
    margin: 0 0 75px 0;
    -webkit-order: -1;
    order: -1;
  }
  .etoileWrap .txtBox {
    padding: 0 15vw;
  }
  .vw {
    line-height: 2.75;
  }
  .ttlEdpv, .withEdpv .emphasis {
    text-align: center;
  }
  #grapeImg {
    margin-top: 75px;
    width: 90%;
  }
  #grapeImg li {
    width: 31.2%;
  }
  .buy a {
    width: 540px;
  }
  .arrow::before, .arrow::after {
    right: 30px;
  }
  .arrow::before {
    width: 45px;
  }
  /* access */
  .mapBox {
    padding-bottom: 55vw;
  }
  .route {
    display: block;
  }
  .route > li {
    margin-top: 45px;
    width: 100%;
  }
  .route dl dd {
    padding: 30px 4px;
  }
  .caution {
    margin-top: 2em;
  }
  /* recruit */
  #application {
    display: block;
  }
  #application li {
    width: 100%;
  }
  #application li:nth-child(2) {
    border-top: none;
  }
  .entry p {
    display: block;
    margin: 0;
  }
  .entry .moreBtn a {
    margin: 15px auto 0;
  }
  #workList li {
    width: 31%;
  }
  /* contact */
  #mailfield .inputTxt input,
  #mailfield input[type="text"][size="45"],
  #mailfield input[type="text"][size="65"],
  #mailfield input[type="email"] {
    width: 100%;
  }
  #mailfield .inputTxt .mwform-tel-field input[type="text"] {
    max-width: 100px;
    width: 29%;
  }
  #mailfield .inputTxt .mwform-zip-field input {
    width: 100px;
  }
  #mailfield dl {
    display: inherit;
  }
  #mailfield dt, #mailfield dd {
    display: block;
    width: 100%;
  }
  #mailfield dt br {
    display: none;
  }
  #mailfield dt {
    padding: 1em 0 1em 0;
    text-indent: 0;
  }
  #mailfield dd {
    padding: 0 0 1em 0;
    border: none;
  }
  .mf_buttons input {
    margin: 0 1.2%;
    max-width: 280px;
    width: 47%;
  }
  .must span, .optional span {
    margin-right: .75em;
  }
  /* 確認画面 */
  .mw_wp_form_confirm #mailfield dt {
    padding-bottom: .5em;
    color: #888;
  }
  /* movie */
  .movieIntro {
    line-height: 1.7;
  }
  /* news */
  .newsList.-wide li a {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .article__date time {
    width: 100px;
  }
}
@media screen and (max-width: 599px) {
  header {
    padding: 25px 4.5vw 20px;
  }  
  h1 {
    position: static;
  }
  h1 img {
    width: 200px;
  }
  .mailad {
    display: block;
  }
  .address {
    padding: 30px 5vw;
  }
  .address dt img {
    width: 182px;
  }  
  main {
    padding-bottom: 60px;
  }
  .inner, .innerBox {
    padding: 0 30px;
  }
  section, .container, #index section, #mailform, body:not(#index):not(#etoile) footer {
    padding-top: 60px;
  }
  #newsWrap .inner {
    max-width: -webkit-calc(1000px + 60px);
    max-width: calc(1000px + 60px);
  }
  body:not(#index):not(#etoile) h2 {
    padding: 20px 5vw;
  }
  h3 {
    margin-bottom: 38px;
  }
  h3 img {
    width: auto;
    height: 50px;
  }
  h4 {
    margin-bottom: 1.4em;
  }
  /* index */
  #introduction {
    padding-top: 60px;
  }
  #introduction h2 {
    padding: 0;
  }
  #introduction h2 img {
    width: auto;
    height: 25px;
  }
  .illust {
    margin: 25px 0;
  }
  .lead {
    line-height: 2.1;
    font-size: 1.5rem;
  }
  .brand li {
    margin: 0 27px 20px;
    font-size: 2.0rem;
  }
  .numbering img {
    width: auto;
    height: 7vw;
  }
  .item .imgBox {
    height: 60vw;
  }
  .imgWrap {
    display: block;
    padding: 48px 2.85vw 0;
  }
  .imgL, .imgR {
    width: 100%;
    height: 58vw;
  }
  /* about */
  #about .imgL, #about .imgR {
    height: 58vw;  
  }
  #reason {
    margin-top: 50px;
  }
  #outline th, #outline td {
    display: block;
    width: 100%;
  }
  #outline th, #outline th.ninsho {
    padding: 1em 5px 0;
    color: #888;
  }
  #outline td, #outline td.ninsho {
    padding: .2em 5px 1em;  
  }
  #staff {
    display: block;
  }
  #staff dl, .staffImg img {
    width: 100%;
  }
  /* grapes */
  .subtxt > span {
    padding-bottom: 1.4em;
  }
  #breedList {
    padding-bottom: 65px;
  }
  .detailWrap {
    display: block;
  }
  .detailWrap .maskImg {
    width: inherit;
    text-align: center;
  }
  .details {
    margin-top: 30px;
    width: 100%;
  }
  .details dt, .eat {
    text-align: center;
  }
  .eat span {
    margin: 0 3px;
  }
  .harvest {
    display: block;
  }
  .harvest br {
    display: none;
  }
  #schedule {
    height: 100%;
    border-collapse: separate;
  }
  #schedule tr > * {
    padding: 0;
    border: none;
    border-right: 1px solid #d9c3b0;
      border-bottom: 1px solid #d9c3b0;
  }
  #schedule th {
    width: 120px;
  }
  #schedule tr:first-child th {
    border-top: 1px solid #d9c3b0;
  }
  /* table 左側固定表示 */
  #schedule th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    border-left: 1px solid #d9c3b0;
    background: url(assets/images/bg.jpg) #faf7e7;
    background-size: 200px 200px;
    z-index: 10;
  }
  #schedule td {
    height: 44px;
  }
  .thfix {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(125,70,34,0.05);
  }
  #schedule img {
    width: 16px;
  }
  /* table 横スクロール */
  .modTbl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .modTbl::after {
    display: block;
    content: "";
    height: 1px;
  }
  #calendarCat {
    margin-bottom: 20px;
  }
  #calendarCat li {
    padding: .25em;
    width: 8em;
    border-radius: 6px;
    font-size: 1.5rem;
  }
  /* etoile */
  #etoile .innerBox, .etoileWrap .txtBox {
    padding: 0 10vw;
  }
  #etoile .container, #etoile .imgWrap {
    padding-top: 65px;
  }
  #etoileImg {
    margin-bottom: 70px;
    height: 88vw;
  }
  #etoileImg h2 img, .logoEdpv img {
    width: 60vw;
  }
  .etoileWrap .imgBox {
    margin-top: 65px;
    height: 56.5vw;
  }
  .etoileWrap:nth-of-type(odd) .imgBox {
    margin: 0 0 65px 0;
  }
  .vw {
    line-height: 2.3;
  }
  #grapeImg {
    margin-top: 65px;
      width: 100%;
  }
  #grapeImg li {
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }  
  #etoile .imgL, #etoile .imgR {
    height: 52vw;
  }
  .letterBody {
    line-height: 2;
    text-align: justify;
  }
  .letterBody span {
    display: inline;
  }
  .letterBody br {
    display: none;
  }
  .ingredient {
    display: block!important;
    margin-top: 1.5em;
  }
  .buy {
    padding: 0 5vw;
  }
  .buy a {
    width: 100%;
    line-height: 1.6;
  }
  .arrow::before, .arrow::after {
    content: none;
  }  
  /* access */
  .farmInfo {
    text-align: left;
  }
  .farmInfo li span.open {
    display: block;
  }
  .open {
    margin-left: 0;
  }
  /* recruit */
  .offer {
    text-align: justify;
  }
  .offer span {
    display: inline;
  }
  .offer br {
    display: none;
  }
  #application {
    margin-top: 25px;
  }
  #workList li {
    margin-bottom: 35px;
    width: 47.5%;
  }
  /* contact */
  .mailtxt {
    text-align: justify;
  }
  .mailtxt span {
    display: inline;
  }
  .mailtxt br:not(:last-of-type) {
    display: none;
  }
  .mf_buttons {
    margin-top: 25px;
  }
  .mailtxt.caution {
    margin-top: 1em;
  }
  /* 完了画面 */
  #thanks br {
    display: none;
  }
  /* privacy */
  #ppBox .inner > p {
    text-align: justify;
  }
  #ppBox .inner > p span {
    display: inline;
  }
  #ppBox .inner > p br {
    display: none;
  }
  #ppBox section {
    padding-top: 40px;
  }
  #ppBox h3 {
    margin-bottom: 30px;
  }
  /* 404 */
  #notFound p:last-child {
    margin-top: 20px;
  }
  /* linkBtn */
  .busiDetail .linkBtn a {
    width: 100%;
  }
  #newsBox .linkBtn a {
    margin: 35px auto 0;
  }
  #contactBox .linkBtn a {
    margin: 25px auto 0;
  }
  /* movie */
  #movieBox {
    margin-top: 30px;
  }
  .movieIntro {
    margin-bottom: 1.3em;
    text-align: justify;
  }
  .movieIntro span {
    display: inline;
  }
  .movieIntro br {
    display: none;
  }
  /* news */
  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsList.-wide li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .pagenation {
    margin-top: 32px;
  }
  h3.article__head {
    margin: 32px 0 22px;
  }
  .entryBody {
    padding-bottom: 42px;
  }
}
@media screen and (max-width: 479px) {
  header {
    padding: 20px 4.5vw 15px;
  }  
  h1 img {
    width: 176px;
  }  
  #toggle {
    top: 30px;
  }
  body:not(#index):not(#etoile) footer {
    padding-top: 40px;
  }
  #banner li a {
    padding: 9% 25px;
    height: 0;
  }  
  .address dt img {
    width: 160px;
  }  
  main {
    padding-bottom: 40px;
  }
  section:first-of-type, .container:nth-of-type(2), #mailform {
    padding-top: 35px;
  }
  section, .container, #index section {
    padding-top: 48px;
  }
  .inner, .innerBox, #banner {
    padding: 0 20px;
  }
  #newsWrap .inner {
    max-width: -webkit-calc(1000px + 40px);
    max-width: calc(1000px + 40px);
  }
  body:not(#index):not(#etoile) h2 {
    padding: 15px 5vw;
    line-height: 1.4;
    font-size: 1.7rem;
  }
  h3 {
    margin-bottom: 28px;
  }
  h3 img {
    height: 44px;
  }
  h4 {
    margin-bottom: .9em;
    font-size: 1.7rem;
  }
  /* index */
  #topimage {
    height: 85vw;
  }
  #index section#newsWrap {
    padding-top: 42px;
  }
  #introduction {
    padding-top: 50px;
  }
  #introduction h2 img {
    margin-bottom: 12px;
    height: 20px;
  }
  .illust {
    margin: 15px 0 25px;
    padding: 0 15vw;
  }
  .lead {
    text-align: justify;
    line-height: 1.9;
  }
  .lead span {
    display: inline;
  }
  .lead br {
    display: none;
  }
  .brand li {
    margin: 0 0 20px;
    width: inherit;
    font-size: 2.3rem;
  }
  .brandImg {
    margin-bottom: 10px;
    }
  .numbering img {
    height: auto;
  }
  .zeroone {
    top: 10px;
  }
  .zerotwo {
    top: 168px;
  }
  .zerothree {
    top: 65px;
  }
  .zerofour {
    top: 88px;
  }
  .zerofive {
    top: 155px;
  }
  .item .txtBox {
    margin-top: 25px;
  }
  .explanation dt span {
    margin: .35em 0 .5em;
    font-size: 1.8rem;
  }
  .explanation dt img {
    width: auto;
    height: 26px;
  }
  #etoilePv {
    margin-top: 40px;
  }
  .explanation .linkBtn {
    margin-top: 20px;
  }
  .imgWrap {
    padding: 35px 2.85vw 0;
  }
  #newsWrap .newsList li:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .newsList li.more-btn {
    margin: 0 auto;
    width: 48%;
  }
  .newsList li.more-btn a {
    padding-top: .3em;
    padding-bottom: .25em;
  }
  #fb-likebox {
    margin-top: 35px;
  }
  /* about */
  #reason {
    margin-top: 35px;
  }
  #outline {
    margin-top: 35px;
  }
  .ninshoNagano {
    display: block;
  }
  .ninshoNagano p:first-child {
    text-align: center;
  }
  .summary {
    margin: 1.2em 0 0 0;
    width: 100%;
  }
  .policy {
    margin-top: 10px;
    padding: 12px 0 10px;
  }
  .comment {
    margin: 20px 0;
  }
  .profile {
    padding: 15px 20px 20px;
  }
  /* committed */
  #goodPoints, #goodPoints li:last-child {
    margin: 0;
  }
  #goodPoints li {
    margin: 0 0 50px;
  }
  #goodPoints h3 {
    margin-bottom: 25px;
  }
  .pointBox .policy {
    margin-top: 25px;
    padding: 12px 0 10px;
  }
  .pointTxt {
    margin-top: 20px;
  }
  .maskImg img {
    width: 230px;
  }
  /* grapes */
  .subtxt span {
    font-size: 1.7rem;
  }
  #breedList {
    padding-bottom: 40px;
  }
  #breedList li {
    margin-top: 40px;
  }
  .details {
    margin-top: 20px;
  }
  .details dt img {
    width: auto;
    height: 25px;
  }
  .eat {
    margin-top: 17px;
  }
  .harvest {
    margin-top: 15px;
    padding: .65em .85em;
  }
  .harvest span {
    margin-right: .7em;
  }
  /* table横スクロール */
  #schedule th {
    width: 115px;
    line-height: 1.3;
    font-size: 1.3rem!important;
  }
  #calendarCat li {
    padding: .2em;
    font-size: 1.4rem;
  }
  /* etoile */
  #etoile .innerBox, .etoileWrap .txtBox {
    padding: 0 6.5vw;
  }
  #etoile .container, #etoile .imgWrap {
    padding-top: 45px;
  }
  #etoileImg {
    margin-bottom: 55px;
    height: 95vw;
  }
  .etoileWrap .imgBox {
    margin-top: 55px;
  }
  .etoileWrap:nth-of-type(odd) .imgBox {
    margin: 0 0 45px 0;
  }
  .etoileWrap .txtBox {
    line-height: 1.8;
  }
  .vw {
    line-height: 2.1;
    font-size: 1.4rem;
  }
  .ttlEdpv {
    margin-bottom: .85em;
    font-size: 1.9rem;
  }
  #grapeImg {
    margin-top: 45px;
  }
  #grapeImg li {
      width: 50%;
  }
  #grapeImg li:last-child {
    display: none;
  }
  #eat .ttlEdpv {
    padding-bottom: 1.35em;
  }
  #eat .ttlEdpv::after {
    width: 40px;
  }
  .letterBody {
    margin-top: 1.8em;
    line-height: 1.85;
  }
  .buy a {
    margin-top: 35px;
    padding: 15px;
    font-size: 1.6rem;
  }
  .buy a span {
    display: inline-block;
  }
  /* access */
  .mapBox {
    padding-bottom: 320px;
  }
  .moreBtn a {
    margin: 20px auto 0;
  }
  .farmInfo {
    margin: 30px 0 10px;
    padding: 20px;
  }
  .route > li {
    margin-top: 35px;
  }
  .route dl dt {
    font-size: 1.6rem;
  }
  .route dl dd {
    margin-top: 10px;
    padding: 25px 4px;
  }
  .caution {
    margin-top: 1.5em;
  }
  /* recruit */
  .offer {
    line-height: 1.9;
  }
  #application li {
    display: block;
    padding: 1em 5px;
  }
  #application li span {
    display: block;
    width: 100%;
  }
  .tbHeader {
    color: #888;  
  }
  .tbData {
    margin-top: .2em;
  }
  .entry {
    padding: 17px 15px 20px;
  }
  #work .entry {
    margin-top: 0;
  }
  .entry .moreBtn a {
    margin: 10px auto 0;
  }
  .entryTxt {
    font-size: 1.5rem;
  }
  .entry .moreBtn a {
    max-width: 280px;
    width: 100%;
  }
  #workList li {
    margin: 0 auto 35px;
    max-width: 300px;
    width: 100%;
  }
  #workList dl dt {
    margin: .8em 0 .25em;
    font-size: 1.6rem;
  }
  /* contact */
  .entryttl {
    margin-bottom: .7em;
    font-size: 1.8rem;
    }
  #form {
    margin-top: 30px;
  }
  .mf_buttons {
    margin-top: 15px;
  }
  .mf_buttons input {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .mf_buttons input:not(:last-child) {
    margin-bottom: 10px;
  }
  /* privacy */
  #ppBox section {
    padding-top: 30px;
  }
  #ppBox h3 {
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  #ppBox dl {
    padding-bottom: 1.5em;
  }
  #ppBox dt {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }
  #ppBox dd li {
    text-align: left;
  }
  #ppBox dd li span {
    display: inline-block;
  }
  #ppBox dd li .fax {
    display: block;
  }
  #ppBox dd li .fax::before{
    display: none;
  }
  /* security */
  #securityDate {
    margin-top: 1.5em;
  }
  /* news */
  .pagenation {
    margin-top: 22px;
  }
  .pagenation a, .pagenation .current {
    padding: 6px 0;
    width: 28px;
    font-size: 1.2rem;
  }
  /* 404 */
  #notFound.mb {
    margin-bottom: 60px;
  }
  #notFound p:first-of-type {
    text-align: justify;
  }
  #notFound p span {
    display: inline;
  }
  /* linkBtn */
  .linkBtn p a {
    padding: 20px 5px;
    font-size: 1.5rem;
  }
  /* movie */
  .movieIntro {
    font-size: 1.5rem;
  }
  /* news */
  .article__date time {
    width: 92px;
    font-size: 1.4rem;
  }
  h3.article__head {
    margin-top: 23px;
    font-size: 1.6rem;
  }
  .entryBody p + p, .entryBody p + figure, .entryBody figure + p {
    margin-top: 1.2em;
  }
  .entryBody figure img {
    padding: .65em 0 .8em;
  }
  .page-navi {
    padding: 16px 0 17px;
  }
}