* {
  letter-spacing: 0.18em;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
li {
  list-style: none;
}
a,
a:focus {
  text-decoration: none;
  color: #232323;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}
html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #232323;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 400;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "游明朝", "YuMincho";
    font-weight: normal;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*  LANGUAGE  */
#glt-translate-trigger {
  display: none;
}
/*  LANGUAGE  */

.yugo {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}

/* LANGUAGE ボタン*/

.en-button {
  position: absolute;
  background: #919c25;
  color: #fff;
  padding: 5px 10px;
  top: 0;
  right: 17px;
  border-radius: 0 0 10px 10px;
  width: 130px;
  text-align: center;
}
.en-button__inner {
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
  font-size: 15px;
}
.en-button__inner:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#English,
#Japanese {
  width: 25px !important;
}
#English a,
#Japanese a {
  padding: 0 !important;
}
.goog-te-gadget {
  font-size: 8px !important;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  font-size: 9px !important;
}
#google_language_translator select.goog-te-combo {
  display: none;
}
#google_language_translator {
  text-align: center;
}
#global-nav #flags li {
  margin-right: 10px;
}
#global-nav #flags li > a {
  padding: 0;
}

.skiptranslate span {
  padding: 0 !important;
  text-align: center;
}
#sortable {
  display: flex !important;
  float: none !important;
  justify-content: center;
  margin-bottom: 7px !important;
}
.en-flag {
  border-top: none;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  position: absolute;
  padding: 5px 0;
  width: 137px;
  right: 0px;
  top: -1px;
  z-index: 1;
}
#global-nav #English,
#global-nav #Japanese {
  margin-right: 20px;
}
.goog-te-gadget {
  text-align: center;
}
#flags {
  width: 165px !important;
  text-align: center;
}
#google_language_translator,
#flags {
  text-align: center;
}
/* LANGUAGE ボタン end*/
/*  header  */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.9);
}
.arrow {
  position: relative;
  font-style: normal;
  padding-right: 20px;
}
.arrow:hover::before {
  top: 4px;
  transition: 0.3s;
}
.arrow::before,
.arrow::after {
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: 0.3s;
}
.arrow::before {
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
header .logo a {
  background: url(../images/common/logo@2x.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 124px;
  height: 77px;
  transition: 0.3s;
  position: absolute;
  top: 9px;
}
.head-color {
  transition: 0.3s;
}
.head-color a > span {
  color: #232323 !important;
}
.head-color .header__inner {
  transition: 0.3s;
}
.head-color .header__inner:hover {
  background: #fff !important;
  transition: 0.3s;
}
.head-color #global-nav:hover {
  background: unset !important;
  transition: 0.3s;
}
.head-color-scroll {
  background: rgba(255, 255, 255, 1);
  transition: 0.3s;
}
.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__inner .logo {
  padding: 20px 25px;
}
#global-nav {
  transition: 0.3s;
  padding-left: 30px;
}
#global-nav ul {
  display: flex;
  align-items: center;
}
#global-nav li {
  margin-right: 30px;
}
#global-nav li > a,
#global-nav li span {
  display: block;
  line-height: 30px;
  padding: 35px 0;
}
#global-nav .sns-flex-container > a,
#global-nav .sns-flex-container span {
  padding: 45px 0 25px;
}
#global-nav a:hover {
  opacity: 1;
}
#global-nav a > span {
  position: relative;
  padding: 0;
  color: #232323;
  font-size: 17px;
}
#global-nav a > span::after {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #029343;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
#global-nav a > span:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#global-nav img {
  transition: 0.3s;
}
#global-nav img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
#global-nav .link-container a {
  padding: 0;
  color: #fff;
  position: relative;
  margin: -5px 0;
}
#global-nav img {
  vertical-align: bottom;
}
#global-nav .img-anchar {
  padding: 0;
}
#global-nav .menu-flex a {
  display: block;
  line-height: 30px;
  padding: 35px 0;
  cursor: pointer;
}
#global-nav .sns-flex-container {
  display: flex;
  align-items: center;
}
#global-nav .sns-flex-container a {
  margin: 0 5px;
}
#global-nav .link-container {
  margin-right: 30px;
}
#global-nav .link-container span {
  font-size: 13px;
}

/*メガメニュー*/
#global-nav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#global-nav > ul > li > a {
  transition: all 0.3s;
}
#global-nav > ul .menu {
  transition: all 0.3s;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 100px;
}

#global-nav > ul .menu .menu_inner {
  padding: 1em 0;
  margin: 0 auto;
  width: 70%;
}
#global-nav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 0.5em;
}
#global-nav > ul .menu .menu_inner .menu_inner__flex li {
  margin: 0 0.9em;
}
#global-nav > ul .menu a {
  color: #232323;
}
#global-nav .menu_inner__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#global-nav .menu_inner__flex div:first-child {
  padding-right: 30px;
}

#global-nav .menu_inner__flex img:hover {
  opacity: 1;
}

#global-nav .menu_inner__flex .right_line {
  border-right: 1px solid #232323;
  width: 204px;
}
#global-nav .menu_inner__flex .right_line02 {
  border-right: 1px solid #232323;
  width: 204px;
}
#global-nav .menu_inner__flex .right_line03 {
  border-right: 1px solid #232323;
  width: 204px;
}

/*
#global-nav .menu_inner__flex .menu_contents-area{
  width: 85%;
}
*/

#global-nav .innner_item01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}
#global-nav .innner_item01 li a {
  padding: 5px 0;
}
#global-nav .menu-flex a {
  padding: 35px 0;
}

/*メガメニュー　end*/

.js-header:hover {
  background: #fff;
  transition: 0.3s;
}
.js-header:hover #global-nav a > span {
  position: relative;
  color: #232323;
  transition: 0.3s;
}
.headerColor-default {
  background: #fff;
  transition: 0.3s;
}
.headerColor-default #global-nav ul li a,
.headerColor-default #global-nav ul li a span {
  color: #232323;
}
.headerColor-default #global-nav a > span::after {
  background: #029343;
}
.goog-te-banner-frame {
  display: none;
}

/*  footer  */
footer {
  padding: 60px 0 0;
  color: #232323;
  position: relative;
}
footer a {
  color: #232323;
}
footer #footer-main {
  background: url(../images/common/footer@2x.jpg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  padding-bottom: 10px;
  padding-top: 310px;
}
footer #PageUp {
  opacity: 1;
}
footer .page-up {
  position: absolute;
  left: 60px;
  z-index: 9900;
  bottom: 30px;
  z-index: 1;
  transition: 0.3s;
}
footer .page-up:hover {
  bottom: 35px;
  transition: 0.3s;
}
footer .copyright {
  color: #7f7f7f;
  font-size: 12px;
  text-align: center;
}
#footer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer-head .foot-sns-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 155px;
  margin: 25px auto 0;
}
#footer-head .foot-sns-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 105px;
  margin: 15px auto 0;
}
#footer-head > div:first-child {
  text-align: center;
  width: 430px;
  margin-right: 30px;
}
#footer-head .footer-address {
  margin-top: 10px;
  text-align: left;
  font-size: 15px;
}
#footer-head .footer-nav {
  display: flex;
  width: calc(100% - 430px);
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
#footer-head .footer-nav dt {
  position: relative;
}
#footer-head .footer-nav dt::before {
  content: "";
  background: url(../images/common/footer-nav-icon@2x.png) no-repeat;
  background-size: 17px;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -22px;
  top: 3px;
}
#footer-head .footer-nav dl {
  margin-left: 30px;
  width: 26%;
}
#footer-head .footer-nav dt,
#footer-head .footer-nav dd {
  margin-top: 10px;
}
#footer-head .footer-nav dd {
  margin-left: 15px;
  position: relative;
}
#footer-head .footer-nav dd::before {
  content: "";
  border-bottom: 1px solid #969696;
  width: 10px;
  height: 1px;
  position: absolute;
  left: -18px;
  top: 50%;
}
#footer-head .footer-nav dt a:hover,
#footer-head .footer-nav dd a:hover {
  color: #029343;
  opacity: 1;
  　left: 10px;
}
footer .widget {
  position: fixed;
  right: -6px;
  z-index: 2;
}
footer .widget {
  opacity: 1 !important;
}
footer .online-w:hover,
footer .picking-w:hover {
  right: 0;
  transition: 0.4s;
}

footer .online-w {
  top: 150px;
}
footer .picking-w {
  top: 370px;
}
footer .widget a:hover {
  margin-right: 5px;
}
footer .widget a img {
  opacity: 1;
}
footer .widget a:first-child {
  margin-bottom: 20px;
}

/*  main  */
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.wrap-600 {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
.wrap-1300 {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}
.wrap-1450 {
  margin: 0 auto;
  max-width: 1450px;
  width: 90%;
}
.sub-title {
  font-size: 34px;
  line-height: 1.2;
}
.sub-title__en {
  font-size: 16px;
}
.button01 {
  background-image: url(../images/common/arrow@2x.png);
  background-repeat: no-repeat right;
  background-position: right 8px center;
  background-size: 26px;
  padding-right: 40px;
  color: #00592a;
  transition: 0.5s;
  font-size: 19px;
  margin: auto;
}
.button01:visited {
  color: #00592a;
}
.button01:hover {
  background-position: right 0px center;
}

.button02 {
  background-image: url(../images/common/arrow_white@2x.png);
  background-color: #00592a;
  background-repeat: no-repeat right;
  background-position: right 15px center;
  background-size: 20px;
  border-radius: 30px;
  padding: 10px 20px;
  padding-right: 50px;
  color: #fff;
  display: inline-block;
  transition: 0.2s;
  font-size: 16px;
  margin: auto;
}
.button02:visited {
  color: #fff;
}
.button02:hover {
  background-position: right 9px center;
  opacity: 1;
}
.button02.grape {
  background-color: #8f6aaa;
}
.button02.pear {
  background-color: #d8ca61;
}
.button02.persimmon {
  background-color: #bf8240;
}
.button03 {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  width: 310px;
  display: block;
  position: relative;
}
.button03::after {
  position: absolute;
  background: url(../images/common/arrow_white@2x.png) no-repeat;
  background-size: 35px;
  width: 35px;
  height: 20px;
  content: "";
  top: 40%;
  right: 20px;
}
.button04 {
  color: #232323;
  font-size: 16px;
  transition: 0.2s;
  position: relative;
}
.button04::before {
  display: inline-block;
  background: url(../images/common/arrow03@2x.png) no-repeat;
  background-size: 31px;
  width: 31px;
  height: 31px;
  content: "";
  top: 34%;
  left: 10px;
  margin-right: 5px;
}

/*  second  */
#pankuzu {
  margin: 15px 0 40px 110px;
  z-index: 1;
  position: relative;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #029343;
}
#page_header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 44vw;
  position: relative;
}
/*
#page_header .page_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#page_header .page_title h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  color: #232323;
  font-size: 28px;
  background: #fff;
  border-radius: 15px;
  padding: 40px 150px 0;
  letter-spacing: 0.25em;
  display: inline-block;
}
_:-ms-input-placeholder, :root #page_header .page_title h1 {
    padding-right: 10px;
}
*/
.page_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.page_title h1 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  color: #232323;
  font-size: 28px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  padding: 1.6% 9% 0;
  letter-spacing: 0.25em;
  display: inline-block;
  margin-top: -210px;
}
@media all and (-ms-high-contrast: none) {
  .page_title h1 {
    padding: 30px 150px 0;
  }
}
.section_title {
  font-size: 24px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.section_title:after {
  border-bottom: 1px solid #232323;
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.fade-block {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}
.fade-block.active {
  opacity: 1;
  transform: translateY(0);
}

/* 果樹園案内下層共通パーツ */
.vertical-outline {
  margin: 90px auto;
  line-height: 3.6;
  text-align: center;
}
.vertical-outline_inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: auto;
}
.vertical-outline h2 {
  font-size: 24px;
  margin-left: 30px;
  letter-spacing: 0.25;
}
.vertical-outline p {
  font-size: 16px;
  text-align: left;
  position: relative;
}
.vertical-outline p:after {
  display: block;
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.area-layout01_inner {
  display: flex;
  align-items: flex-end;
  margin: 90px auto;
}
.area-layout01_inner .area-layout01_text {
  width: 50%;
}
.area-layout01_inner .area-layout01_text_inner {
  max-width: 440px;
  margin: 0 60px 0 auto;
}
.area-layout01_inner .area-layout01_text h3 {
  font-size: 28px;
  color: #00592a;
  margin-bottom: 20px;
}
.area-layout01_inner .area-layout01_text .text01 {
  min-height: 140px;
  margin-bottom: 30px;
}
.area-layout01_inner .area-layout01_text .text01 span {
  color: #00592a;
  font-size: 17px;
  display: block;
  margin-top: 10px;
}
.area-layout01_inner .area-layout01_img {
  width: 50%;
}
.area-layout01_inner:nth-child(2n - 1) {
  display: flex;
  flex-direction: row-reverse;
}
.area-layout01_inner:nth-child(2n - 1) .area-layout01_text_inner {
  margin: 0 auto 0 60px;
}
.area-layout02 {
  margin: 90px auto;
}
.area-layout02_title {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.area-layout02_title_img {
  width: 70%;
}
.area-layout02_title h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 32px;
  margin: auto auto auto 90px;
  padding: 0px 60px 160px;
  display: inline-block;
  background-position: bottom center;
}
.area-layout02_flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.area-layout02_flex + .area-layout02_flex {
  margin-top: 60px;
}
.area-layout02_text {
  width: 45%;
}
.area-layout02_text h3 {
  font-size: 22px;
  border-bottom: 1px solid #00592a;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.area-layout02_img {
  width: 50%;
  font-size: 0px;
}
.area-layout02_b_text {
  font-size: 18px;
  margin: 40px auto 0;
  text-align: center;
}
.bottom-bnrs01 {
  text-align: center;
  margin: 90px auto;
}
.bottom-bnrs01 h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.bottom-bnrs01 .button01 {
  margin-top: 20px;
  display: inline-block;
}
.bottom-bnrs02 {
  margin: 90px auto;
}
.bottom-bnrs02_flex {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.bottom-bnrs02_flex img {
  width: 100%;
}
.bottom-bnrs02 .button01 {
  margin-top: 20px;
  display: inline-block;
}
.giza-btn {
  overflow: hidden;
  position: relative;
}
.giza-btn:before,
.giza-btn:after {
  display: block;
  content: "";
  background-image: url(../images/common/giza@2x.png);
  background-size: 1000px;
  background-repeat: repeat-x;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}
.giza-btn:before {
  background-position: bottom;
  top: -1px;
}
.giza-btn:after {
  background-position: top;
  bottom: -1px;
}
.giza-btn a,
.giza-btn img {
  display: block;
  transition: 0.6s;
  opacity: 1;
}
.giza-btn img:hover {
  transform: scale(1.05, 1.05);
}
.row1 .bottom-bnrs02_flex > div {
  max-width: 1000px;
  margin: auto;
}
.row2 .bottom-bnrs02_flex > div {
  width: 50%;
}
.row3 .bottom-bnrs02_flex > div {
  width: 33.3%;
}
.row1 .giza-btn {
  max-height: 300px;
  height: 30vw;
}
.row2 .giza-btn,
.row3 .giza-btn {
  height: 19.5vw;
}
@media screen and (max-width: 1695px) {
  #global-nav > ul .menu .menu_inner {
    width: 85%;
  }
}
@media screen and (max-width: 1450px) {
  #global-nav li {
    margin-right: 20px;
  }
  #global-nav li a span {
    font-size: 17px;
  }
  #global-nav .sns-flex-container {
    margin-right: 30px;
  }
  footer #footer-main {
    padding-top: 280px;
  }
  footer .page-up {
    left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  footer #footer-main {
    background: none;
    padding-top: 0;
  }
  #global-nav > ul .menu .menu_inner {
    width: 98%;
  }
  #footer-head {
    justify-content: center;
  }
  #footer-head > div:first-child {
    /*width: 35%;*/
    margin-right: 50px;
  }
  #footer-head .footer-nav {
    width: 36%;
  }
  #footer-head .footer-nav dl {
    width: 38%;
  }
}
@media screen and (max-width: 1250px) {
  .header__inner .logo {
    width: 11vw;
  }
  .headerColor-default .logo a {
  }
  #global-nav {
    padding-left: 0;
  }
  #global-nav li {
    margin-right: 10px;
  }
  #global-nav li a span {
    font-size: 14px;
  }
  #global-nav .spc-bnr {
    width: 160px;
  }
}
@media screen and (max-width: 1070px) {
  #global-nav li a span {
    font-size: 13px;
  }
  header .logo a {
    width: 108px;
  }
}
@media screen and (max-width: 1130px) and (min-width: 1025px) {
  #global-nav li {
    margin-right: 10px;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  .spcwrapper {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
  }
  header .logo a {
    background: url(../images/common/logo-sp@2x.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 57px;
    top: 4px;
  }
  .head-color {
    background: rgba(255, 255, 255, 1);
  }
  .head-color .logo a {
    background: url(../images/common/logo-sp@2x.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 57px;
    top: 4px;
  }
  .header__inner {
    height: 60px;
  }
  .header__inner .logo {
    padding: 20px 10px;
    width: 60%;
  }
  .js-header:hover {
    background: unset;
  }
  .js-header:hover .logo a {
    background: unset;
  }
  .headerColor-default:hover {
    background: #fff;
  }
  .headerColor-default:hover .logo a {
    background: url(../images/common/logo-sp@2x.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 57px;
    top: 4px;
  }
  .head-color:hover {
    background: #fff;
  }
  .head-color:hover .logo a {
    background: url(../images/common/logo-sp@2x.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 57px;
    top: 4px;
  }
  .head-color #global-nav:hover {
    background: #fff !important;
  }
  /*ハンバーガーボタン*/
  .smp-nav__btn {
    transition: 0.3s;
    background: #fff;
    padding: 30px;
    z-index: 1;
  }
  .icon-animation {
    width: 40px;
    height: 30px;
    display: block;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 12px;
  }

  .icon-animation span {
    width: 32px;
    height: 2px;
    display: block;
    background: #00592a;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .icon-animation .top {
    -webkit-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
  }

  .icon-animation .bottom {
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
  }

  .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 4px;
    letter-spacing: 0;
    bottom: -17px;
    color: #00592a;
    font-size: 12px;
    width: 40px;
  }
  .icon-animation button {
    background-color: #fff;
    border: none;
  }

  .is-open .middle {
    background: rgba(51, 51, 51, 0);
  }

  .is-open .top {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px);
  }

  .is-open .bottom {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }

  .is-open.icon-animation:before {
    content: "CLOSE";
    left: 0px;
    width: 46px;
  }

  #global-nav {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    left: 0;
    max-height: 100vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    bottom: 0;
    top: 0;
  }
  #global-nav ul {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 60px;
  }
  #global-nav li {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  #global-nav #flags ul li {
    width: 25px;
  }
  #global-nav li > a {
    padding: 5px 20px;
    position: relative;
    width: 100%;
  }
  #global-nav a > span {
    position: relative;
    padding: 0;
    color: #029343;
  }
  #global-nav li > a:after {
    border-top: 2px solid #029343;
    border-right: 2px solid #029343;
    content: "";
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 16px;
    transform: rotate(45deg);
    transition: all 0.2s;
    width: 9px;
  }
  #global-nav .arrow::before {
    border: none;
  }
  #global-nav a > span::after {
    display: none;
  }
  #global-nav .arw-none::after {
    content: none;
  }
  #global-nav .header--tel {
    color: #fff;
    margin-top: 10px;
    text-align: center;
  }
  #global-nav .header--tel span {
    border: none;
    background-color: transparent;
    padding: 0;
  }
  #global-nav .header--tel span a {
    color: #fff;
    display: inline-block;
  }
  #global-nav .spc-bnr {
    width: 100%;
    text-align: center;
  }
  #global-nav li a span {
    font-size: 16px;
    color: #232323;
  }
  #global-nav > ul .menu .menu_inner {
    width: 100%;
  }
  #global-nav > ul .menu {
    max-height: unset;
    opacity: 1;
    position: unset;
    background: none;
    transition: unset;
  }
  #global-nav .toggle:hover .menu {
    position: unset;
  }
  #global-nav .menu_inner__flex {
    flex-flow: column;
    width: 100%;
  }
  #global-nav .menu_inner__flex div:first-child {
    border-right: 0;
    padding-right: 0;
  }
  #global-nav > ul .menu .menu_inner li {
    display: block;
  }
  #global-nav > ul .menu .menu_inner li span {
    font-size: 14px;
  }
  #global-nav .menu-flex a {
    padding: 5px 0px 5px 20px;
  }
  #global-nav .link-container span {
    font-size: 16px;
  }
  .online-sp-icon {
    position: absolute;
    right: 70px;
    top: 4px;
  }
  .fruit-sp-icon {
    position: absolute;
    right: 130px;
    top: 4px;
  }
  #global-nav .link-container a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 5px 20px;
  }
  #global-nav .sns-flex-container {
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 0;
    width: 170px;
  }
  #global-nav .sns-flex-container a:after {
    content: none;
  }
  #global-nav .sns-flex-container > a {
    width: auto;
    padding: 5px 10px;
  }
  #global-nav .en-button {
    position: fixed;
    padding: 0;
    background: none;
    top: auto;
    border-radius: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .en-button__inner {
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
    font-size: 15px;
    width: 100%;
    padding: 10px 10px;
    background: #919c25;
  }
  #global-nav .en-flag {
    border-top: none;
    border-radius: 0;
    background-color: #fff;
    position: absolute;
    padding: 5px 0;
    width: 100%;
    right: 0px;
    top: 0;
    z-index: 1;
  }
  #global-nav .menu-flex a {
    display: inline-block;
  }
  #global-nav #flags .ui-sortable {
    flex-direction: unset;
    align-items: center;
    justify-content: center;
    padding: 0px 0 10px;
    margin-bottom: 0 !important;
  }
  #flags {
    width: 100% !important;
  }
  #flags .nturl::after {
    content: none;
  }

  .accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;
  }

  .accordion-container .accordion-title {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    background: #029343;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    top: 9px;
  }
  .accordion-container .rotation {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #00aaa7;
    color: white;
  }

  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: white;
  }
  #global-nav {
    transition: unset;
  }
  #global-nav .menu-flex {
    position: relative;
  }
  #global-nav > ul .menu .menu_inner li {
    margin: 0;
    margin-left: 40px;
    position: relative;
    padding-left: 15px;
  }
  #global-nav > ul .menu .menu_inner li::before {
    position: absolute;
    content: "";
    border-left: 1px solid #232323;
    left: 0;
    top: -20px;
    bottom: 0;
    width: 15px;
    height: 40px;
  }
  #global-nav > ul .menu .menu_inner li::after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #232323;
    left: 0;
    top: 20px;
    bottom: 0;
    width: 15px;
    height: 1px;
  }
  #global-nav .menu_inner__flex div:last-child {
    padding-left: 0;
  }
  #global-nav .menu_inner__flex div {
    width: 100%;
  }

  #global-nav .bnr-flex {
    display: flex;
    justify-content: space-between;
    margin: 80px 20px 0;
  }
  #global-nav .bnr-flex a {
    width: 48%;
  }
  #global-nav .bnr-flex a img {
    width: 100%;
  }
  .accordion-title {
    position: relative;
  }

  .accordion-title:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }

  .accordion-content {
    display: none;
  }

  /* CSS for CodePen */
  .accordion-container {
    width: 300px;
    margin: 1.875em auto;
  }

  header .widget-sp {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
  }
  header .widget-sp .widget-container {
    display: flex;
    justify-content: space-between;
  }
  header .widget-sp .widget-container a {
    width: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 18px 0 18px;
    position: relative;
    letter-spacing: 0.9px;
  }
  header .widget-sp .widget-container a:last-child {
    background: #296800;
    padding-left: 20px;
  }
  header .widget-sp .widget-container a:first-child::before {
    position: absolute;
    content: "";
    left: 18px;
    top: 19px;
    background: url(../images/common/widget-icon01@2x.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 37px;
  }
  header .widget-sp .widget-container a:first-child {
    background: #1b3b2b;
    padding-left: 28px;
  }
  header .widget-sp .widget-container a:last-child::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 17px;
    background: url(../images/common/widget-icon02@2x.png) no-repeat;
    background-size: contain;
    width: 19px;
    height: 37px;
  }
  header .widget-sp {
    transition: 0.5s;
  }
  /*
header .widget-sp.hide{
  transform: translateY(100%);
}
*/
  header .bnr-area-head {
    margin-top: 20px;
    text-align: center;
  }
  header .bnr-area-head a {
    margin-bottom: 10px;
    display: block;
  }

  #footer-head {
    flex-direction: column;
  }
  #footer-head .footer-address {
    display: flex;
    justify-content: center;
  }
  #footer-head .footer-nav {
    width: 100%;
    margin-top: 30px;
  }
  #footer-head > div:first-child {
    width: 100%;
    margin-right: 0;
  }
  footer #footer-main {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .second {
    padding: 60px 0 0;
  }
  #global-nav .img-anchar {
    margin-bottom: 10px;
  }
  footer .page-up {
    bottom: 30px;
    left: 30px;
  }
  footer .page-up img {
    width: 50px;
  }

  #pankuzu {
    margin: 0;
    text-align: left;
    position: absolute;
    top: 60px;
    background: #fff;
    display: block;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    padding-left: 10px;
  }
  #pankuzu ul {
    overflow-x: scroll;
    white-space: nowrap;
  }
  .page_title h1 {
    font-size: 22px;
    border-radius: 20px 20px 0 0;
    padding: 3% 7% 0;
    margin-top: -90px;
  }
  #section01 {
    text-align: center;
    margin-bottom: 90px;
    margin-top: 120px;
  }
}

@media screen and (min-width: 768px) {
  /*  ページ遷移  */
  #page-animate::before {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    pointer-events: none;
    right: 100%;
    -webkit-transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #page-animate::after {
    content: "";
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    pointer-events: none;
    left: 100%;
    -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #page-animate.is-slide-in::before {
    right: 0;
  }
  #page-animate.is-slide::after {
    left: 0;
  }
  /*  ページ遷移  */
}

/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  .spcwrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  #page_header h1 {
    font-size: 26px;
  }
  #page_header .page_title h1 {
    font-size: 24px;
  }
  #footer-head .footer-nav {
    flex-direction: column;
    width: 100%;
  }
  #footer-head {
    text-align: center;
  }
  #footer-head .footer-address {
    margin-top: 10px;
  }
  #footer-head .footer-nav {
    margin-top: 10px;
    text-align: left;
  }
  #footer-head .footer-nav > dl {
    margin-top: 20px;
    margin-left: 15px;
  }
  #footer-head .footer-nav > dl dl {
    margin-top: 10px;
  }
  #footer-head .footer-nav dl + dl {
    margin-left: 15px;
  }
  footer .page-up {
    right: 30px;
  }
  footer .copyright {
    text-align: center;
    margin: 10px auto;
  }

  /* 果樹園案内下層共通パーツ */
  .vertical-outline {
    margin: 60px auto;
    line-height: 2.6;
  }
  .vertical-outline_inner {
    align-items: flex-start;
  }
  .vertical-outline h2 {
    margin-left: 20px;
  }
  .vertical-outline p {
    padding-bottom: 160px;
  }
  #section01.vertical-outline .vertical-outline_inner p:after {
    left: 0;
    bottom: 0;
  }
  .area-layout01_inner .area-layout01_text_inner {
    margin: 0 30px 0 auto;
  }
  .area-layout01_inner:nth-child(2n - 1) .area-layout01_text_inner {
    margin: 0 auto 0 30px;
  }
  .area-layout02_title h2 {
    font-size: 30px;
    margin: auto 0;
    padding: 0px 60px 120px;
    background-size: 120px !important;
  }
  .area-layout02_flex + .area-layout02_flex {
    margin-top: 40px;
  }
  .area-layout02_text h3 {
    font-size: 20px;
    margin-top: 0px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  .page_title h1 {
    padding: 5% 10% 0;
  }
  #social-contributions #page_header {
    height: 80vw !important;
  }
  #page_header {
    height: 80vw;
  }
  #page_header .page_title {
    bottom: -170px;
  }
  #page_header .page_title h1 {
    font-size: 18px;
    margin-top: 0px;
  }
  .section_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .section_title:after {
    bottom: -8px;
  }
  .sub-title {
    font-size: 25px;
  }
  .sub-title__en {
    font-size: 14px;
  }
  .button01 {
    font-size: 16px;
  }
  .button02 span {
    font-size: 16px;
  }
  .online-button {
    width: 100%;
  }
  .footer-head img {
    width: 160px;
  }
  #footer-head .footer-address {
    display: block;
  }
  footer .footer-img {
    background: url(../images/common/footer-sp@2x.jpg) no-repeat;
    height: 100px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
  }
  footer .page-up {
    bottom: 70px;
  }
  footer .page-up:hover {
    bottom: 75px;
  }

  /* 果樹園案内下層共通パーツ */
  .vertical-outline {
    margin: 30px auto;
    line-height: 2;
  }
  .vertical-outline h2 {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 0.25;
  }
  .vertical-outline_inner {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .vertical-outline_inner {
    align-items: center;
  }
  .vertical-outline p {
    font-size: 16px;
    text-align: center;
  }
  .area-layout01_inner,
  .area-layout01_inner:nth-child(2n - 1) {
    margin: 30px auto;
    flex-direction: column;
  }
  .area-layout01_inner .area-layout01_text,
  .area-layout01_inner .area-layout01_img {
    width: 100%;
  }
  .area-layout01_inner .area-layout01_text_inner,
  .area-layout01_inner:nth-child(2n - 1) .area-layout01_text_inner {
    margin: 0 auto;
  }
  .area-layout01_inner .area-layout01_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .area-layout01_inner .area-layout01_text .text01 {
    min-height: auto;
  }
  .area-layout02 {
    margin: 30px auto;
  }
  .area-layout02_title {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .area-layout02_title_img {
    width: 100%;
    overflow: hidden;
  }
  .area-layout02_title_img img {
    width: 102%;
    max-width: 102%;
  }
  .area-layout02_title h2 {
    font-size: 26px;
    margin: auto;
    padding: 30px 50px 90px;
    background-size: 90px;
  }
  .area-layout02_flex {
    flex-direction: column;
  }
  .area-layout02_text {
    width: 100%;
  }
  .area-layout02_img {
    width: 100%;
    margin-top: 20px;
  }
  .bottom-bnrs01 {
    margin: 30px auto;
  }
  .bottom-bnrs01 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .bottom-bnrs01 .button01 {
    margin-top: 10px;
  }
  .bottom-bnrs02 {
    margin: 30px auto;
  }
  .bottom-bnrs02_flex > div {
    width: 100%;
  }
  .bottom-bnrs02_flex > div + div {
    margin-top: 30px;
  }
  .bottom-bnrs02_flex .button01 {
    margin-top: 20px;
  }
  .row2 .bottom-bnrs02_flex > div {
    width: 100%;
  }
  .row3 .bottom-bnrs02_flex > div {
    width: 100%;
  }
  .row2 .giza-btn,
  .row3 .giza-btn {
    height: 40vw;
  }
  .giza-btn:before,
  .giza-btn:after {
    background-size: 500px;
    height: 5px;
  }
  footer #footer-main {
    padding-bottom: 100px;
  }
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}
