@charset "UTF-8";
/* CSS Document */
.header__logo {
  display: none;
}
.section-top {
  position: relative;
}
.section-top__logo {
  width: 260px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.en_btn {
position: absolute;
right: 14px;
  top: 14px;
	z-index: 30;
	  font-size: 1.5rem;
	color: #000000;
	background-color: #FFFFFF;
	border-radius: 10vh;
	text-decoration: none;
	padding:4px 16px ;
}
.en_btn:hover,
a.en_btn:hover {
  color: #fff;
  background: #B5A1C7;
}

.section-news {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #B5A1C7;
  line-height: 24px;
  padding: 8px 0 10px 0;
  justify-content: center;
}
.top_header {
  position: relative;
  width: 100%;
}
.top_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 40px 0 40px;
}
.top_header img {
  width: 120px;
}
.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle_label {
  width: 85px;
  height: 42px;
  background: #fff;
  border: 3px solid #eee;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle_label:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  left: 2px;
  top: 2px;
  z-index: 2;
  background: #eee;
  transition: 0.4s;
}
.toggle_input:checked + .toggle_label {
  border: 3px solid #4BD865;
}
.toggle_input:checked + .toggle_label:after {
  left: 42px;
  background: #4BD865;
}
.toggle_button {
  position: relative;
  width: 85px;
  height: 42px;
  margin: auto;
}



.section-sns {
  display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 60px;
    flex-direction: column;
}
.twitter_btn{
	background-color: #000000;
	border-radius: 35px;
	color: #FFFFFF;
	padding: 5px 15px ;
	margin-top: 20px;
	text-decoration: none;
}


.v_line_fix {
  margin: 40px auto;
  width: 1px;
  height: 44px;
  background-color: #000000;
  margin-bottom: 50px;
}
@media(max-width:480px) {
  .section-top__logo {
    width: 260px;
  }
}
.gnav-list {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.gnav-list img {
  width: 120px;
}
.gnav ul li {
  padding: 0 10px;
}
@media(max-width:480px) {
  .gnav-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .gnav ul li {
    width: 90px;
  }
}
.section-about_image {
  width: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}
.section-about__wrapper, .section-grape_picking__wrapper {
  padding: 90px 0;
  display: flex;
  flex-direction: row-reverse;
}
.section-about__image, .section-grape_cultivar__image, .section-grape_picking__image {
  width: 60%;
  max-height: 320px;
  object-fit: cover;
}
.section-about__wrapper div, .section-grape_cultivar__wrapper div, .section-grape_picking__wrapper div {
  flex-direction: column;
  padding: 0 50px 0 50px;
  margin-top: auto;
  height: 320px;
}
.section-about_icon, .section-cultivar_icon {
  height: 28px;
  padding-bottom: 6px;
}
.section-picking_icon {
  height: 34px;
  padding-bottom: 6px;
}
.section-about h3, .section-grape_cultivar h3, .section-grape_picking h3 {
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.section-about h2, .section-grape_cultivar h2, .section-grape_picking h2, .section-access h2 {
  font-size: 2.2rem;
  letter-spacing: 0.4rem;
  padding: 8px 0 20px 0;
}
.section-about p, .section-grape_cultivar p, .section-grape_picking p {
  line-height: 3.0rem;
  padding-bottom: 26px;
  font-weight: 400;
}
.section-grape_cultivar__wrapper {
  display: flex;
  flex-direction: row;
}
@media(max-width:480px) {
  .section-about__wrapper, .section-grape_cultivar__wrapper, .section-grape_picking__wrapper {
    display: block;
    padding: 30px 0;
  }
  .section-about_icon, .section-cultivar_icon, .section-picking_icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .section-about__image, .section-grape_cultivar__image, .section-grape_picking__image {
    display: block;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
  }
  .section-about h3, .section-grape_cultivar h3, .section-grape_picking h3 {
    text-align: center;
    padding-top: 12px;
  }
  .section-about h2, .section-grape_cultivar h2, .section-grape_picking h2, .section-about p, .section-grape_cultivar p, .section-grape_picking p {
    text-align: center;
  }
  .section-about__wrapper div, .section-grape_cultivar__wrapper div, .section-grape_picking__wrapper div {
    padding: 10px;
  }
  .btn_arrow {
    margin: 0 auto;
  }
}
.section-access_image {
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
.section-access_icon {
  height: 28px;
  padding-top: 20px;
}
.section-access {
  text-align: center;
}
.section-access h2 {
  padding: 10px 0 12px;
  border-bottom: solid 1px #000;
  width: 200px;
  margin: 0 auto;
}
.section-access h3 {
  padding: 14px 0 30px;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
.section-access iframe {
  width: 620px;
  height: 340px;
}
.section-access address {
  font-style: normal;
  font-size: 1.7rem;
  padding: 30px 0 30px;
  border-bottom: solid 1px #000;
  width: 620px;
  margin: 0 auto;
}
.section-access__caution {
  max-width: 620px;
  line-height: 1.5rem;
  margin: 24px auto 0;
}
.section-access__car {
  padding: 0 0 24px 65px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.2rem;
  background-image: url("../images/top/goal.svg");
  background-size: 46px;
  background-repeat: no-repeat;
  background-position: 0 4px;
}
.section-business_hours {
  margin: 0 auto;
  width: 620px;
}
.section-business_hours ul {
  text-align: left;
  border-top: solid 1px #000;
  padding: 30px 10px 30px 0;
}
.section-business_hours ul li {
  display: inline-block;
}
.section-business_hours ul li a {
  position: relative;
  margin-right: 25px;
  text-decoration: none;
  color: #5F460D;
}
.section-business_hours ul li a::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-business_hours ul li a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: black;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
}
.section-business_hours p {
  font-size: 1.5rem;
  padding-bottom: 80px;
}
@media(max-width:480px) {
  .section-access iframe {
    width: 100%;
  }
  .section-access address {
    width: 320px;
  }
  .section-access__caution {
    width: 310px;
    display: flex;
  }
  .section-access_image {
    width: 100px;
    padding: 10px;
  }
  .section-business_hours {
    width: 320px;
  }
  .section-business_hours ul {
    line-height: 3.8rem;
  }
}