@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*メニューについて*/
#pc_h {
  position: absolute;
  z-index: 100;
  /*ヘッダー固定*/
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  max-width: 1230px;
  width: 100%;
  z-index: 1000;
}

.h_nav.pc_navi {
  background-color: #00B888;
  padding-right: 30px;
  padding-left: 30px;
  box-sizing: content-box;
  border-radius: 0 0 140px 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.h_nav.pc_navi li .under {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 40px;
  padding-bottom: 66px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1027px) {
  .h_nav.pc_navi li .under {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.h_nav.pc_navi li .under::after {
  content: '○';
  position: absolute;
  top: 62%;
  font-size: 11px;
  color: #fff;
  font-weight: 900;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}

.h_nav.pc_navi li .under:hover {
  color: #F4D9CB;
}

.h_nav.pc_navi li .under:hover::after {
  content: '●';
  color: #F4D9CB;
  top: 62%;
  font-size: 11px;
}

.h_nav.pc_navi .info {
  position: relative;
}

.h_nav .pulldown_l {
  display: none;
}

.h_nav .info:hover .pulldown_l {
  display: inline-block;
  position: absolute;
  margin: 10px 0 0 0;
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 70px;
  text-align: left;
  width: 310px;
  color: #00B888;
  font-size: 16px;
  background: #fef9fb;
  border-radius: 10px;
  opacity: 0.9;
  right: -50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h_nav .info:hover .pulldown_l {
    right: -110%;
  }
}

.h_nav .info:hover .pulldown_l:after {
  content: '';
  display: block;
  border: 5px solid transparent;
  opacity: 0;
  position: relative;
  top: -89px;
  left: -16px;
}

.h_nav .info:hover .pulldown_l li + li {
  margin-top: 10px;
}

.h_nav .info:hover .pulldown_l li:first-of-type a {
  padding-right: 100px;
}

.h_nav .info:hover .pulldown_l li a {
  color: #00B888;
  font-size: 22px;
  position: relative;
}

.h_nav .info:hover .pulldown_l li a:hover {
  text-decoration: underline;
}

.h_nav .info:hover .pulldown_l li a::before {
  content: '・';
  position: absolute;
  color: #00B888;
  left: -24px;
}

.h_nav .info:hover .pulldown_l::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 40px 25px;
  border-color: transparent transparent #fef9fb transparent;
  z-index: 0;
  opacity: 0.9;
}

.h_nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.h_nav ul li .under.inde {
  color: #fff;
}

.second_nav {
  position: absolute;
  bottom: 55px;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 768px) {
  .second_nav {
    display: none;
  }
}

.second_nav .r_arrow {
  max-width: 300px;
  width: 100%;
}

.second_nav .r_arrow + .r_arrow {
  margin-left: 45px;
}

.second_nav .r_arrow span {
  display: block;
  font-size: 20px;
  padding-top: 8px;
}

.second_nav .r_arrow a {
  color: #00B888;
  font-size: 30px;
  padding-top: 47px;
  padding-bottom: 47px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #fff;
  border-radius: 75px;
  transition: 0.3s;
}

.second_nav .r_arrow a:hover {
  color: #fff;
  background-color: #00B888;
}

.second_nav .r_arrow a:hover .arrow-round {
  border: 1px solid #fff;
  background-color: #fff;
}

.second_nav .r_arrow a:hover .arrow-round::before {
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
}

@media (max-width: 768px) {
  .bar {
    width: 100%;
    height: 50px;
    position: fixed;
    background-color: #00B888;
    z-index: 1000;
  }
  .bar_in {
    position: relative;
  }
  .bar_in .icon_insta {
    position: absolute;
    width: 30px;
    right: 96px;
    top: 10px;
  }
  .bar_in .icon_line {
    position: absolute;
    width: 30px;
    right: 55px;
    top: 10px;
  }
  #hamburger {
    width: 50px;
    height: 50px;
    background-color: #00B888;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1000;
  }
  #hamburger:hover {
    opacity: 0.7;
  }
  #hamburger span {
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 12px;
    transition: 0.3s ease-in-out;
  }
  #hamburger span:nth-child(1) {
    top: 16px;
  }
  #hamburger span:nth-child(2) {
    top: 23px;
  }
  #hamburger span:nth-child(3) {
    top: 30px;
  }
  #hamburger.active span:nth-child(1) {
    top: 24px;
    left: 12px;
    background: #fff;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
  #hamburger.active span:nth-child(2), #hamburger.active span:nth-child(3) {
    top: 24px;
    background: #fff;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  #navi_sp {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: hidden;
  }
  #navi_sp.active {
    opacity: 1;
    visibility: visible;
    background-color: #FFF4F0;
    font-weight: bold;
  }
  #navi_sp .sp_wrapper {
    padding: 0 20px 40px 20px;
    text-align: center;
  }
  #navi_sp .logo {
    width: 100%;
    padding-top: 60px;
    text-align: center;
  }
  #navi_sp .logo img {
    width: 225px;
  }
  .h_nav ul {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 13px;
  }
  #header nav ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #BFBFBF;
  }
  #header nav ul li a {
    display: block;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    box-sizing: border-box;
    position: relative;
  }
  .sp_contact_box .contact_inbox {
    margin-top: 30px;
  }
  .sp_contact_box .tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .sp_contact_box .tel_num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .sp_contact_box .tel_num .num {
    margin-left: 10px;
    font-size: 24px;
    color: #00b888;
  }
  .sp_contact_box .time {
    font-weight: 700;
    margin-top: 10px;
  }
  .sp_contact_box .green_btn {
    max-width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sp_contact_box .green_btn a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
  .sp_contact_box .green_btn a .arrow-round {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    top: 2px;
  }
}

.home .h_nav ul li.top a,
.stra .h_nav ul li.strawbelly a,
.ques .h_nav ul li.question a,
.pric .h_nav ul li.price a,
.harv .h_nav ul li.syukaku a {
  color: #F4D9CB;
}

@media (max-width: 768px) {
  .home .h_nav ul li.top a,
  .stra .h_nav ul li.strawbelly a,
  .ques .h_nav ul li.question a,
  .pric .h_nav ul li.price a,
  .harv .h_nav ul li.syukaku a {
    color: #00B888;
  }
}

.home .h_nav ul li.top a::after,
.stra .h_nav ul li.strawbelly a::after,
.ques .h_nav ul li.question a::after,
.pric .h_nav ul li.price a::after,
.harv .h_nav ul li.syukaku a::after {
  color: #F4D9CB;
  content: '●';
}

@media (max-width: 768px) {
  .home .h_nav ul li.top a::after,
  .stra .h_nav ul li.strawbelly a::after,
  .ques .h_nav ul li.question a::after,
  .pric .h_nav ul li.price a::after,
  .harv .h_nav ul li.syukaku a::after {
    content: none;
  }
}

.farm .h_nav ul .pulldown_info {
  color: #F4D9CB;
}

@media (max-width: 768px) {
  .farm .h_nav ul .pulldown_info a {
    color: #00B888;
  }
}

.farm .h_nav ul .pulldown_info::after {
  color: #F4D9CB;
  content: '●';
}

@media (max-width: 768px) {
  .farm .h_nav ul .pulldown_info::after {
    content: none;
  }
}

@media (max-width: 768px) {
  .farm .h_nav ul .pulldown_info::after a {
    content: none;
  }
}

/* CSS Document */
#footer {
  background-color: #00B888;
  position: relative;
  margin-top: 234px;
  padding-top: 250px;
}

@media (max-width: 768px) {
  #footer {
    margin-top: 130px;
    padding-top: 110px;
  }
}

#footer p {
  font-size: 18px;
}

@media (max-width: 768px) {
  #footer p {
    font-size: 12px;
  }
}

#footer .f_icon {
  position: absolute;
}

#footer .f_icon.mountain1 {
  width: 216px;
  top: -88px;
  z-index: -1;
  left: 23%;
}

@media (max-width: 768px) {
  #footer .f_icon.mountain1 {
    width: 109px;
    top: -41px;
    z-index: -1;
    left: 7%;
  }
}

#footer .f_icon.mountain2 {
  width: 184px;
  top: -68px;
  z-index: -1;
  right: 23%;
}

@media (max-width: 768px) {
  #footer .f_icon.mountain2 {
    width: 92.5px;
    top: -35px;
    z-index: -1;
    right: 10%;
  }
}

#footer .return {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -130px;
}

@media (max-width: 768px) {
  #footer .return {
    top: -44.25px;
  }
}

#footer .return a {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #00B888;
  width: 240px;
  height: 240px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #footer .return a {
    width: 88.5px;
    height: 88.5px;
    font-size: 12px;
  }
}

#footer .return a:after {
  content: '';
  display: block;
  width: 260px;
  height: 260px;
  background-color: #F4D9CB;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}

@media (max-width: 768px) {
  #footer .return a:after {
    width: 108.5px;
    height: 108.5px;
  }
}

#footer .return .return_top {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  display: block;
  z-index: 2;
  text-align: center;
}

@media (max-width: 768px) {
  #footer .return .return_top {
    top: 45%;
    bottom: 28%;
  }
}

#footer .return span.ja {
  display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 5px;
  position: relative;
}

@media (max-width: 768px) {
  #footer .return span.ja {
    font-size: 10px;
    margin-top: 5px;
  }
}

#footer .return span.ja:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 23px;
  height: 5px;
  background-image: url(../img/arrow_up.svg);
  background-size: contain;
  vertical-align: middle;
  bottom: -20px;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
  z-index: 2;
}

@media (max-width: 768px) {
  #footer .return span.ja:after {
    bottom: -15px;
    right: 39%;
  }
}

#footer nav {
  margin-bottom: 63px;
}

@media (max-width: 768px) {
  #footer nav {
    margin-bottom: 0px;
  }
}

#footer nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 768px) {
  #footer nav ul {
    display: none;
  }
}

#footer nav ul li a {
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1280px) {
  #footer nav ul li a {
    font-size: 18px;
    padding-left: 0px;
    padding-right: 10px;
  }
}

#footer nav ul li a:hover {
  color: #F4D9CB;
}

#footer nav ul li:not(:first-child) a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 22px;
  background-color: #fff;
}

#footer .bottom_area {
  background-color: #fff;
  max-width: 1290px;
  margin: 0 auto;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 65px;
  padding-bottom: 92px;
}

@media (max-width: 768px) {
  #footer .bottom_area {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -18px;
  }
}

#footer .bottom_area .core {
  max-width: 815px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 768px) {
  #footer .bottom_area .core {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media (max-width: 768px) {
  #footer .bottom_area .core .farm {
    margin-bottom: 10px;
  }
}

#footer .bottom_area .core .farm p {
  font-size: 26px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #footer .bottom_area .core .farm p {
    font-size: 20px;
  }
}

#footer .bottom_area .core .ellipse {
  display: inline-block;
  border: 1px solid #424242;
  border-radius: 30px;
  padding: 8px 12px;
  margin-right: 11px;
  font-size: 14px;
}

@media (max-width: 768px) {
  #footer .bottom_area .core .ellipse {
    padding: 5px 8px;
    margin-right: 6px;
    font-size: 12px;
  }
}

#footer .bottom_area .core .time_tel {
  margin-top: 18px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #footer .bottom_area .core .time_tel {
    margin-bottom: 18px;
  }
}

#footer .bottom_area .core .time_tel p + p {
  margin-left: 28px;
}

@media (max-width: 768px) {
  #footer .bottom_area .core .time_tel p + p {
    margin-left: 12px;
  }
}

@media (max-width: 768px) {
  #footer .bottom_area .core .address {
    text-align: center;
    font-size: 12px;
  }
}

#footer .bottom_area .green_btn {
  max-width: 208px;
  margin-left: 0;
}

@media (max-width: 768px) {
  #footer .bottom_area .green_btn {
    margin-left: auto;
  }
}

#footer .bottom_area .green_btn a {
  font-size: 14.35px;
  padding-top: 18px;
  padding-bottom: 18px;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
}

@media (max-width: 768px) {
  #footer .bottom_area .green_btn a {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
}

#footer .bottom_area .green_btn a .arrow-round {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  top: 1px;
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  #footer .bottom_area .green_btn a .arrow-round {
    width: 25px;
    height: 25px;
    top: 1px;
  }
}

#footer .bottom_area .green_btn a .arrow-round::before {
  border-top: solid 2px #00b888;
  border-right: solid 2px #00b888;
  position: absolute;
}

#footer .bottom_area .green_btn a:hover .arrow-round {
  border: 1px solid #00b888;
  background-color: #00b888;
}

#footer .bottom_area .green_btn a:hover .arrow-round::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

#footer .bottom_area .arrow-round::before {
  width: 6px;
  height: 6px;
}

#footer .bottom_area .futaba {
  width: 76px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 58px;
}

@media (max-width: 768px) {
  #footer .bottom_area .futaba {
    margin-bottom: 35px;
  }
}

#footer .sns_icon {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #footer .sns_icon {
    display: none;
  }
}

#footer .sns_icon div {
  width: 47.1183px;
}

#footer .sns_icon div + div {
  margin-left: 22px;
}

#footer .copyright {
  text-align: center;
  color: #00b888;
  font-size: 16px;
}

@media (max-width: 768px) {
  #footer .copyright p {
    font-size: 10px;
  }
}

.farm #footer nav ul li.info a,
.pric #footer nav ul li.price a,
.stra #footer nav ul li.strawberry a,
.harv #footer nav ul li.syukaku a,
.ques #footer nav ul li.question a,
.rese #footer nav ul li.reserve a,
.priv #footer nav ul li.privacy a {
  color: #F4D9CB;
}

/*ヒーローイメージタイトル*/
.h_ttl {
  font-size: 36px;
  letter-spacing: 0.3em;
}

@media (max-width: 768px) {
  .h_ttl {
    font-size: 24px;
  }
}

/*=============
slickの設定
=============*/
.top_img_box {
  position: relative;
}

.top_img_box .logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 40%;
  z-index: 999;
}

@media screen and (min-width: 1500px) {
  .top_img_box .logo {
    width: 30%;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .top_img_box .logo {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .top_img_box .logo {
    width: 75%;
    top: 50%;
  }
}

.top_img_box .logo img {
  width: 100%;
}

#full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}

#full div .slide1 {
  background-image: url("../img/slide1.jpg");
}

#full div .slide2 {
  background-image: url("../img/slide2.jpg");
}

#full div .slide3 {
  background-image: url("../img/slide3.jpg");
}

#full div .slide4 {
  background-image: url("../img/slide4.jpg");
}

#full .slick-dots {
  bottom: 2%;
  z-index: +1;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  padding-right: 120px;
}

@media (max-width: 768px) {
  .slick-dots {
    text-align: center;
    padding-right: 0;
  }
}

.slick-dots li button::before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	トップページイベント情報
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.home_event {
  padding-top: 94px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .home_event {
    padding-top: 30px;
    padding-bottom: 45px;
  }
}

.home_event .description p {
  color: #00b888;
  font-size: 22px;
  line-height: 2.45;
  letter-spacing: 0.075em;
  margin-top: 57px;
  margin-left: 50px;
  position: relative;
}

@media (max-width: 768px) {
  .home_event .description p {
    color: #00b888;
    font-size: 13px;
    line-height: 2.45;
    letter-spacing: 0.075em;
    margin-top: 65px;
    margin-left: 0;
    position: relative;
  }
}

.home_event .description p:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 173px;
  height: 110px;
  background-image: url(../img/icon_mountain1.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -78px;
  left: 75%;
}

@media (max-width: 768px) {
  .home_event .description p:after {
    width: 100px;
    top: -72px;
    left: auto;
    right: 20px;
  }
}

.home_event .gallery {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 62px;
}

.home_event .gallery .fl {
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 768px) {
  .home_event .gallery .fl {
    width: 100%;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.home_event .gallery .fl + .fl {
  margin-top: 33px;
}

.home_event .gallery .muscat {
  max-width: 249px;
  width: 100%;
}

@media (max-width: 768px) {
  .home_event .gallery .muscat {
    max-width: 40%;
  }
}

.home_event .gallery .girl {
  max-width: 700px;
  width: 100%;
}

@media (max-width: 768px) {
  .home_event .gallery .girl {
    padding-left: 10px;
    max-width: 60%;
    width: 100%;
  }
}

.home_event .gallery .mountain {
  max-width: 293px;
  width: 100%;
}

@media (max-width: 768px) {
  .home_event .gallery .mountain {
    max-width: 60%;
    width: 100%;
  }
}

.home_event .gallery .nature {
  max-width: 548px;
  width: 100%;
}

@media (max-width: 768px) {
  .home_event .gallery .nature {
    max-width: 40%;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .home_event .gallery.wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.home_event .fl {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

@media (max-width: 768px) {
  .home_event .fl {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	トップページお知らせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.home_news .newsbox {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .home_news .newsbox {
    margin-top: 60px;
  }
}

.home_news .news_list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #f4d9cb;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 90px;
  margin-bottom: 140px;
}

@media (max-width: 768px) {
  .home_news .news_list {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background-color: #f4d9cb;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 70px;
    margin-bottom: 65px;
  }
}

.home_news .news_list .news_day {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 53px;
  font-size: 25px;
  line-height: 30px;
  color: #00b888;
}

@media (max-width: 768px) {
  .home_news .news_list .news_day {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    font-size: 20px;
    line-height: 1;
    color: #00b888;
  }
}

.home_news .news_list .ttl {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .home_news .news_list .ttl {
    font-size: 16px;
  }
}

.home_news .news_list .inner {
  border-left: 2px solid #00b888;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .home_news .news_list .inner {
    border-left: none;
    border-top: 2px solid #00b888;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .home_news .news_list ul li a {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.home_news .news_list ul li:first-of-type .news_day,
.home_news .news_list ul li:first-of-type .inner {
  padding-top: 40px;
}

.home_news .news_list ul li:last-of-type .news_day,
.home_news .news_list ul li:last-of-type .inner {
  padding-bottom: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
	トップページお問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.home_contact .top_h {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .home_contact .top_h {
    margin-top: 60px;
  }
}

.home_contact .please {
  margin-top: 90px;
  text-align: center;
}

@media (max-width: 768px) {
  .home_contact .please {
    margin-top: 70px;
    line-height: 1.5;
  }
}

.home_contact .contact_form {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  border: 6px solid #F4D9CB;
  border-radius: 50px;
  padding-top: 50px;
  padding-bottom: 45px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 90px;
}

@media (max-width: 768px) {
  .home_contact .contact_form {
    border-radius: 50px;
    padding-top: 40px;
    padding-bottom: 45px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.home_contact .contact_form .farm {
  padding-left: 59px;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .home_contact .contact_form .farm {
    padding-left: 0;
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.home_contact .contact_form .farm + .inner {
  margin-left: 35px;
}

@media (max-width: 768px) {
  .home_contact .contact_form .farm + .inner {
    margin-left: 0;
  }
}

.home_contact .contact_form .tel_num {
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .home_contact .contact_form .tel_num {
    pointer-events: auto;
  }
}

.home_contact .contact_form .tel_num .num {
  margin-left: 20px;
  font-size: 30px;
  color: #00b888;
}

.home_contact .contact_form .time {
  font-size: 18px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #424242;
}

@media (max-width: 768px) {
  .home_contact .contact_form .time {
    font-size: 13px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.home_contact .contact_form .please {
  font-size: 18px;
  line-height: 1.75;
  text-align: left;
  margin-top: 0;
  margin-bottom: 46px;
}

@media (max-width: 768px) {
  .home_contact .contact_form .please {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .home_contact .contact_form .fl {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.farm .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.farm .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .farm .top_img_box .logo {
    width: 60%;
  }
}

.farm #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .farm #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.farm #full div.slide1 {
  background-image: url("../img/visual_farminfo.jpg");
}

.farm .slick-dots {
  display: none;
}

.farm .farm_ar {
  padding-top: 82px;
}

@media (max-width: 768px) {
  .farm .farm_ar {
    padding-top: 50px;
  }
}

.farm .farm_ar .overview {
  font-size: 22px;
  line-height: 1.85;
  text-align: center;
  padding-top: 103px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .farm .farm_ar .overview {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.farm .farm_ar .nishishionofarm {
  max-width: 992px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 122px;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm {
    margin-top: 70px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
}

.farm .farm_ar .nishishionofarm .introduction {
  border: 7px solid #00B888;
  border-radius: 50px;
  padding: 58px 58px 58px 38px;
  margin-top: 90px;
}

.farm .farm_ar .nishishionofarm .introduction .dl .origi-d {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm .introduction .dl .origi-d {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.farm .farm_ar .nishishionofarm .introduction .dl .origi-d .dt {
  color: #00B888;
  width: 165px;
  font-size: 26px;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm .introduction .dl .origi-d .dt {
    width: auto;
    font-size: 18px;
  }
}

.farm .farm_ar .nishishionofarm .introduction .dl .origi-d .dd {
  width: calc(100% - 165px);
  font-size: 22px;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm .introduction .dl .origi-d .dd {
    width: auto;
    font-size: 16px;
  }
}

.farm .farm_ar .nishishionofarm .introduction .dl .parking {
  margin-top: 100px;
  position: relative;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm .introduction .dl .parking {
    margin-top: 200px;
  }
}

.farm .farm_ar .nishishionofarm .introduction .dl .parking::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -250px;
  background-image: url(../img/p_house.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 368px;
  height: 208px;
}

@media (max-width: 768px) {
  .farm .farm_ar .nishishionofarm .introduction .dl .parking::before {
    top: 0;
    width: 250px;
    height: 200px;
    background-size: contain;
    top: -175px;
    left: 0;
  }
}

.pric .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.pric .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .pric .top_img_box .logo {
    width: 60%;
  }
}

.pric #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .pric #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.pric #full div.slide1 {
  background-image: url("../img/visual_price.jpg");
}

.pric .slick-dots {
  display: none;
}

.pric .price_ar {
  padding-top: 105px;
}

.pric .price_ar .st_pikking_sec {
  padding-bottom: 110px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 70px;
  }
}

.pric .price_ar .st_pikking_sec .st_pikking_price {
  position: relative;
}

.pric .price_ar .st_pikking_sec .st_pikking_price::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 56.82px;
  height: 56.86px;
  background-image: url("../img/icon_strawberry.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -82px;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}

.pric .price_ar .st_pikking_sec .can_eat {
  font-size: 34px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .can_eat {
    font-size: 24px;
    display: block;
    margin-top: 10px;
  }
}

.pric .price_ar .st_pikking_sec .january {
  display: block;
  margin-top: 15px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .january {
    font-size: 24px;
  }
}

.pric .price_ar .st_pikking_sec .caution {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .caution {
    font-size: 14px;
    line-height: 1.75;
  }
}

.pric .price_ar .st_pikking_sec .caution + .caution {
  margin-top: 5px;
}

.pric .price_ar .st_pikking_sec .caution span {
  color: #00B888;
  padding-right: 5px;
}

.pric .price_ar .st_pikking_sec .price_table {
  max-width: 931px;
  width: 100%;
  margin: 0 auto;
  border: 7px solid #F4D9CB;
  border-radius: 50px;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 90px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .price_table {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.pric .price_ar .st_pikking_sec .price_table .dl {
  max-width: 528px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .price_table .dl {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d + .origi-d {
  margin-top: 30px;
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dt {
  width: calc(100% - 130px);
  font-size: 25px;
  position: relative;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dt {
    font-size: 16px;
    width: calc(100% - 100px);
  }
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dt::after {
  position: absolute;
  display: inline-block;
  color: #F4D9CB;
  letter-spacing: -0.3em;
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dd {
  width: 130px;
  text-align: right;
  font-size: 34px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dd {
    font-size: 18px;
    width: 100px;
  }
}

.pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dd span {
  font-size: 26px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .pric .price_ar .st_pikking_sec .price_table .dl .origi-d .dd span {
    font-size: 16px;
  }
}

.pric .price_ar .other_pikking_sec {
  padding-top: 125px;
  padding-bottom: 108px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec {
    padding-top: 70px;
  }
}

.pric .price_ar .other_pikking_sec .end_reception span {
  display: block;
  font-size: 28px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .end_reception span {
    font-size: 24px;
  }
}

.pric .price_ar .other_pikking_sec .please_wait {
  text-align: center;
  margin-top: 110px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .please_wait {
    margin-top: 80px;
    font-size: 16px;
    line-height: 1.75;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner {
  margin-top: 120px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner {
    margin-top: 50px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind + .pikking_kind {
  margin-top: 45px;
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind .kinds {
  font-size: 24px;
  border: 2px solid #424242;
  border-radius: 50px;
  padding: 16px 28px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind .kinds {
    text-align: center;
    font-size: 18px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind .kinds.corn {
  padding: 16px 16px;
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind .season {
  text-align: center;
  margin-top: 10px;
  color: #00B888;
  font-size: 20px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind .season {
    font-size: 16px;
    margin-top: 15px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl {
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dt {
  font-size: 24px;
  position: relative;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dt {
    font-size: 16px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dt::after {
  position: absolute;
  display: inline-block;
  color: #F4D9CB;
  letter-spacing: -0.3em;
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd {
  font-size: 26px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd {
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd span {
    font-size: 16px;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd .stock {
  margin-right: 21px;
  position: relative;
  top: -2px;
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd .stock.only {
  margin-right: 98px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd .stock.only {
    margin-right: 21px;
    top: 0;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .pikking_kind dl dd p + p {
  margin-top: 15px;
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .kinds_change {
  text-align: right;
  position: relative;
  top: -20px;
}

@media (max-width: 768px) {
  .pric .price_ar .other_pikking_sec .other_pikking_sec_inner .kinds_change {
    position: static;
    margin-top: 20px;
    text-align: left;
    line-height: 1.75;
  }
}

.pric .price_ar .other_pikking_sec .other_pikking_sec_inner .kinds_change span {
  color: #00B888;
  padding-right: 5px;
}

.pric .reservation {
  margin-top: 110px;
}

@media (max-width: 768px) {
  .pric .reservation {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.pric .adult::after {
  content: "・・・・・・・・・・・・・・・・・";
  left: 70px;
}

@media (max-width: 768px) {
  .pric .adult::after {
    content: "・・・・・・・・・・・・・・";
    left: 40px;
  }
}

.pric .student::after {
  content: "・・・・・・・・・・・・・・・";
  left: 105px;
}

@media (max-width: 768px) {
  .pric .student::after {
    content: "・・・・・・・・・・・・";
    left: 63px;
  }
}

.pric .child::after {
  content: "・・・・・・・・・・・・・・";
  left: 123px;
}

@media (max-width: 768px) {
  .pric .child::after {
    content: "・・・・・・・・・";
    left: 97px;
  }
}

.pric .senior::after {
  content: "・・・・・・・";
  left: 246px;
}

@media (max-width: 768px) {
  .pric .senior::after {
    content: "・・・・";
    left: 151px;
  }
}

.pric .potate_kinds::after {
  content: "・・・・・";
  left: 434px;
}

@media (max-width: 768px) {
  .pric .potate_kinds::after {
    content: "・・・・・・・・・";
    left: 0px;
    top: 36px;
  }
}

.pric .sweetpotate_kinds::after {
  content: "・・・・・・・・・・・・";
  left: 314px;
}

@media (max-width: 768px) {
  .pric .sweetpotate_kinds::after {
    content: "・・・・・・・・・";
    left: 0px;
    top: 36px;
  }
}

.pric .corn_kinds::after {
  content: "・・・・・・・・・・・・";
  left: 314px;
}

@media (max-width: 768px) {
  .pric .corn_kinds::after {
    content: "・・・・・・・・・";
    left: 0px;
    top: 36px;
  }
}

.stra .h_ttl {
  color: #FF536B;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.stra .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .stra .top_img_box .logo {
    width: 60%;
  }
}

.stra #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .stra #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.stra #full div.slide1 {
  background-image: url("../img/bg_strawberry_picking.jpg");
}

.stra .slick-dots {
  display: none;
}

.stra .ripe {
  padding-top: 90px;
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .stra .ripe {
    padding-top: 30px;
    padding-bottom: 150px;
  }
}

.stra .ripe .hedding {
  font-size: 35px;
  letter-spacing: 0.2em;
  color: #00B888;
  text-align: center;
}

@media (max-width: 768px) {
  .stra .ripe .hedding {
    font-size: 24px;
    line-height: 1.5;
  }
}

.stra .ripe .picking {
  font-size: 22px;
  line-height: 2.2;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .stra .ripe .picking {
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 115px;
  }
}

.stra .ripe .gallery .fl {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (max-width: 768px) {
  .stra .ripe .gallery .fl {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: baseline;
        align-items: baseline;
  }
}

.stra .ripe .gallery .house {
  margin-top: 80px;
  margin-bottom: 70px;
  padding-left: 70px;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 2.45;
  color: #00B888;
  position: relative;
}

@media (max-width: 768px) {
  .stra .ripe .gallery .house {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    font-size: 13px;
  }
}

.stra .ripe .gallery .house::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 206px;
  height: 113px;
  right: 5%;
  background-image: url("../img/icon_mountain4.svg");
}

@media (max-width: 768px) {
  .stra .ripe .gallery .house::before {
    bottom: -121px;
    z-index: 2;
    width: 100px;
  }
}

.stra .ripe .fun,
.stra .ripe .sweet,
.stra .ripe .flower,
.stra .ripe .yammy {
  position: relative;
}

.stra .ripe .fun::before,
.stra .ripe .sweet::before,
.stra .ripe .flower::before,
.stra .ripe .yammy::before {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.stra .ripe .fun::before {
  width: 204px;
  height: 154px;
  background-image: url(../img/icon_fun.svg);
  top: -95px;
  right: -76px;
  z-index: 1;
}

@media (max-width: 768px) {
  .stra .ripe .sweet {
    margin-top: 50px;
  }
}

.stra .ripe .sweet::before {
  width: 228px;
  height: 162px;
  background-image: url(../img/icon_sweet.svg);
  right: 20px;
  top: -35px;
  z-index: 1;
}

@media (max-width: 768px) {
  .stra .ripe .sweet::before {
    top: -85px;
  }
}

.stra .ripe .flower::before {
  width: 173px;
  height: 110px;
  background-image: url(../img/icon_mountain3.svg);
  top: -222px;
  right: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .stra .ripe .flower::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .stra .ripe .yammy {
    margin-top: 35px;
  }
}

.stra .ripe .yammy::before {
  width: 271px;
  height: 193px;
  bottom: -26px;
  right: 30%;
  background-image: url(../img/icon_yammy.svg);
}

@media (max-width: 768px) {
  .stra .ripe .yammy::before {
    width: 234px;
    height: 193px;
    bottom: -111px;
  }
}

.stra .straberry_kinds {
  max-width: 976px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 122px;
  padding-bottom: 102px;
}

@media (max-width: 768px) {
  .stra .straberry_kinds {
    padding: 50px 20px 50px 20px;
  }
}

@media (max-width: 768px) {
  .stra .straberry_kinds .top_h {
    line-height: 1.5;
  }
}

.stra .straberry_kinds .dl .origi-d {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #F4D9CB;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.stra .straberry_kinds .dl .origi-d .dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  width: 81px;
  margin-left: 7px;
  color: #00B888;
}

.stra .straberry_kinds .dl .origi-d .dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: calc(100% - 81px);
}

@media (max-width: 768px) {
  .stra .straberry_kinds .dl .origi-d .dd {
    font-size: 13px;
    line-height: 1.5;
  }
}

.stra .stra_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 7px solid #00B888;
  border-radius: 50px;
  padding: 58px 58px 58px 38px;
}

@media (max-width: 768px) {
  .stra .stra_box {
    padding: 20px 20px 40px 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.stra .stra_box:first-of-type {
  margin-top: 93px;
}

.stra .stra_box + .stra_box {
  margin-top: 43px;
}

.stra .stra_box .stra_name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.stra .stra_box .stra_name .num {
  font-size: 80px;
  color: #F4D9CB;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .stra .stra_box .stra_name .num {
    font-size: 48px;
  }
}

.stra .stra_box .stra_name .name {
  font-size: 28px;
  color: #00B888;
  position: relative;
  margin-left: 46px;
}

@media (max-width: 768px) {
  .stra .stra_box .stra_name .name {
    font-size: 24px;
  }
}

.stra .stra_box .stra_name .name::before {
  content: url("../img/icon_leftkakko.svg");
  position: absolute;
  left: -33px;
  top: -8px;
}

.stra .stra_box .stra_name .name::after {
  content: url("../img/icon_rightkakko.svg");
  position: absolute;
  right: -40px;
  top: -8px;
}

.stra .stra_box .description {
  max-width: 584px;
  width: 100%;
}

.stra .stra_box .description .feature {
  font-size: 18px;
  line-height: 1.66;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .stra .stra_box .description .feature {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .stra .stra_box .straberry {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .stra .stra_event {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .stra .stra_event .fl {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.harv .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.harv .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .harv .top_img_box .logo {
    width: 60%;
  }
}

.harv #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .harv #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.harv #full div.slide1 {
  background-image: url("../img/visual_harvest.jpg");
}

.harv .slick-dots {
  display: none;
}

.harv .harvest_ar {
  padding-top: 40px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .harv .harvest_ar {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 70px;
  }
}

.harv .harvest_ar section {
  max-width: 1002px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border: 3px solid #F4D9CB;
  border-radius: 55px;
  padding-right: 30px;
  padding-top: 40px;
}

@media (max-width: 768px) {
  .harv .harvest_ar section {
    padding-right: 0;
  }
}

.harv .harvest_ar section + section {
  margin-top: 50px;
}

.harv .harvest_ar section .harvest_kinds {
  font-size: 32px;
  color: #00B888;
  position: relative;
  margin-left: 111px;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .harvest_kinds {
    font-size: 26px;
    margin-left: 80px;
  }
}

.harv .harvest_ar section .harvest_kinds::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  left: -60px;
  top: -5px;
}

.harv .harvest_ar section .harvest_kinds.h_st::before {
  width: 42.1px;
  height: 42.2px;
  background-image: url(../img/icon_mini_strawberry.svg);
}

.harv .harvest_ar section .harvest_kinds.h_po::before {
  width: 42.7px;
  height: 38.8px;
  background-image: url(../img/icon_mini_potate.svg);
}

.harv .harvest_ar section .harvest_kinds.h_co::before {
  width: 41px;
  height: 44.2px;
  background-image: url(../img/icon_mini_corn.svg);
}

.harv .harvest_ar section .harvest_kinds.h_sw::before {
  width: 40.7px;
  height: 42px;
  background-image: url(../img/icon_mini_sweetpotate.svg);
}

.harv .harvest_ar section .harvest_kinds.h_mu::before {
  width: 40.4px;
  height: 42.9px;
  background-image: url(../img/icon_mini_muscut.svg);
}

.harv .harvest_ar section .pikking-k {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pikking-k {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.harv .harvest_ar section .pikking-k .c-reservation {
  color: #fff;
  background-color: #00B888;
  height: 42px;
  line-height: 37px;
  border: 2px solid #00B888;
  display: -ms-flexbox;
  display: flex;
  font-size: 21px;
  letter-spacing: 0;
  padding-left: 16px;
  padding-right: 10.56px;
  margin-left: 30px;
  transition: all 0.3s ease;
  margin-top: 25px;
}

.harv .harvest_ar section .pikking-k .c-reservation:hover {
  color: #00B888;
  background-color: #fff;
}

.harv .harvest_ar section .pikking-k .c-reservation:hover .arrow-round {
  border: 2px solid #00B888;
  background-color: #00B888;
  transition: all 0.3s ease;
}

.harv .harvest_ar section .pikking-k .c-reservation:hover .arrow-round::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.harv .harvest_ar section .pikking-k .c-reservation .arrow-round {
  position: relative;
  display: inline-block;
  width: 28.4px;
  height: 28.4px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
  margin-left: 8px;
}

.harv .harvest_ar section .pikking-k .c-reservation .arrow-round::before {
  border-top: solid 2px #00B888;
  border-right: solid 2px #00B888;
  width: 5px;
  height: 5px;
}

.harv .harvest_ar section .pikking-k .pre {
  color: #fff;
  background-color: #00B888;
  height: 42px;
  line-height: 37px;
  border: 2px solid #00B888;
  padding-right: 16.5px;
  padding-left: 16.5px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-top: 25px;
  font-size: 21px;
  margin-left: 30px;
}

.harv .harvest_ar section .pic_desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pic_desc {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.harv .harvest_ar section .pic_desc img {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pic_desc .pic {
    width: 80%;
  }
}

.harv .harvest_ar section .pic_desc .desc {
  max-width: 652px;
  width: 100%;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pic_desc .desc {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.harv .harvest_ar section .pic_desc .desc .catch {
  font-size: 26px;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pic_desc .desc .catch {
    font-size: 16px;
    line-height: 1.5;
  }
}

.harv .harvest_ar section .pic_desc .desc p {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .harv .harvest_ar section .pic_desc .desc p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.harv .reservation {
  margin-top: 110px;
}

@media (max-width: 768px) {
  .harv .reservation {
    margin-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ques .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.ques .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .ques .top_img_box .logo {
    width: 60%;
  }
}

.ques #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .ques #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.ques #full div.slide1 {
  background-image: url("../img/visual_question.jpg");
}

.ques .slick-dots {
  display: none;
}

.ques .introduction {
  text-align: center;
  font-size: 22px;
  line-height: 1.75;
  padding-top: 90px;
  padding-bottom: 85px;
}

@media (max-width: 768px) {
  .ques .introduction {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

.ques .q_wrapper {
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 90px;
  max-width: 890px;
}

@media (max-width: 768px) {
  .ques .q_wrapper {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.ques .q_wrapper li + li {
  margin-top: 66px;
}

@media (max-width: 768px) {
  .ques .q_wrapper li + li {
    margin-top: 40px;
  }
}

.ques .q_wrapper .question {
  position: relative;
  font-size: 26px;
  line-height: 1.75;
  padding-left: 87px;
  margin-bottom: 20px;
  color: #00B888;
}

@media (max-width: 768px) {
  .ques .q_wrapper .question {
    font-size: 13px;
    padding-left: 60px;
  }
}

.ques .q_wrapper .question::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  background-image: url(../img/icon_question.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 53.4733px;
  height: 53.4733px;
}

@media (max-width: 768px) {
  .ques .q_wrapper .question::before {
    width: 35px;
    height: 35px;
    background-size: contain;
  }
}

.ques .q_wrapper .answer {
  position: relative;
  font-size: 20px;
  line-height: 1.75;
  padding-left: 87px;
}

@media (max-width: 768px) {
  .ques .q_wrapper .answer {
    font-size: 13px;
    padding-left: 60px;
  }
}

.ques .q_wrapper .answer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../img/icon_answer.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 53.4733px;
  height: 53.4733px;
}

@media (max-width: 768px) {
  .ques .q_wrapper .answer::before {
    width: 35px;
    height: 35px;
    background-size: contain;
  }
}

.ques .q_wrapper .answer.oneline::before {
  top: -2px;
}

.ques .q_wrapper .contact_tel {
  margin-top: 5px;
}

.ques .q_wrapper .contact_tel .ellipse {
  font-size: 14px;
  border: 2px solid #424242;
  border-radius: 25px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 13px;
  margin-left: 27px;
}

@media (max-width: 768px) {
  .ques .q_wrapper .contact_tel .ellipse {
    margin-right: 180px;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

.ques .q_wrapper .contact_tel .num {
  font-size: 18px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .ques .q_wrapper .contact_tel .num {
    pointer-events: auto;
  }
}

.contact .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.contact .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .contact .top_img_box .logo {
    width: 60%;
  }
}

.contact #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .contact #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.contact #full div.slide1 {
  background-image: url("../img/visual_contact.jpg");
}

.contact .slick-dots {
  display: none;
}

.contact .please_contact {
  font-size: 22px;
  line-height: 1.75;
  margin-top: 60px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .contact .please_contact {
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.contact .first_line {
  margin-top: 60px;
}

.contact .contact_form {
  max-width: 895px;
  width: 100%;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  .contact .contact_form {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.contact .contact_form .l_r {
  padding-right: 0;
  padding-left: 0;
}

.contact .contact_form .label {
  width: 252px;
  display: inline-block;
  font-size: 22px;
  color: #00B888;
}

@media (max-width: 768px) {
  .contact .contact_form .label {
    font-size: 18px;
    width: auto;
  }
}

.contact .contact_form .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 768px) {
  .contact .contact_form .item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.contact .contact_form .item + .item {
  margin-top: 20px;
}

.contact .contact_form .item.harvest_d {
  -ms-flex-align: start;
      align-items: flex-start;
}

.contact .contact_form .item.contact_d {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 50px;
}

.contact .contact_form .item .harvest_select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.contact .contact_form .item .harvest_select .select {
  display: block;
  line-height: 1;
  font-size: 18px;
}

@media (max-width: 768px) {
  .contact .contact_form .item .harvest_select .select {
    font-size: 14px;
  }
}

.contact .contact_form .item .harvest_select .select + .select {
  margin-top: 5px;
}

.contact .contact_form .item .inputs {
  width: calc(100% - 252px);
  line-height: 50px;
  color: #424242;
  border-width: 1px;
  border-color: #424242;
}

@media (max-width: 768px) {
  .contact .contact_form .item .inputs {
    width: 100%;
    margin-top: 20px;
  }
}

.contact .contact_form .item .textarea {
  resize: none;
  width: calc(100% - 252px);
  height: auto;
  color: #424242;
  border-width: 1px;
  border-color: #424242;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .contact .contact_form .item .textarea {
    width: 100%;
    margin-top: 20px;
  }
}

.contact .contact_form .item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.contact .contact_form .submit_d {
  position: relative;
  max-width: 202px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}

.contact .contact_form .submit_d .submit_btn {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00B888;
  border-radius: 75px;
  font-size: 22px;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #00B888;
  width: 100%;
  text-align: left;
  padding-left: 50px;
  letter-spacing: 0.5em;
  cursor: pointer;
  -webkit-appearance: none;
}

.contact .contact_form .submit_d .submit_btn:hover {
  color: #00B888;
  background-color: #fff;
}

.contact .contact_form .submit_d .submit_btn:hover .submit_d::before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.contact .contact_form .submit_d .submit_btn:hover .submit_d::after {
  border: 1px solid #00B888;
  background-color: #00B888;
}

.contact .contact_form .submit_d::before {
  content: '';
  right: 30px;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
  position: absolute;
  top: 40%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.contact .contact_form .submit_d::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 36.54px;
  height: 36.54px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  top: 19%;
  right: 20px;
  cursor: pointer;
}

.contact .contact_form .pr_link {
  text-align: center;
}

@media (max-width: 768px) {
  .contact .contact_form .pr_link {
    line-height: 1.75;
  }
}

.contact .contact_form .pr_link a {
  text-decoration: underline;
}

/*WPコンタクトフォーム整える*/
.wpcf7-form-control.wpcf7-text {
  width: 100%;
  line-height: 50px;
  color: #424242;
  border-width: 1px;
  border-color: #424242;
}

.wpcf7-form-control {
  padding-right: 20px;
  padding-left: 20px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  resize: none;
  height: 172px;
  color: #424242;
  border-width: 1px;
  border-color: #424242;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}

.wpcf7-form-control.wpcf7-checkbox {
  padding-right: 0;
  padding-left: 0;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  position: relative;
  top: -50px;
}

.wpcf7-spinner {
  top: -52px;
  left: 100%;
}

.news .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.news .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .news .top_img_box .logo {
    width: 60%;
  }
}

.news #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .news #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.news #full div.slide1 {
  background-image: url("../img/visual_news.jpg");
}

.news .slick-dots {
  display: none;
}

.news .twocalam {
  max-width: 1000px;
  width: 100%;
  margin: 78px auto 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 768px) {
  .news .twocalam {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.news .twocalam .news_list {
  max-width: 720px;
  width: 100%;
}

.news .twocalam .news_list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .twocalam .news_list ul li {
  width: 50%;
  box-sizing: border-box;
}

.news .twocalam .news_list ul li:first-of-type {
  border: 3px solid #F4D9CB;
}

.news .twocalam .news_list ul li:nth-of-type(2) {
  border-top: 3px solid #F4D9CB;
  border-right: 3px solid #F4D9CB;
  border-bottom: 3px solid #F4D9CB;
}

.news .twocalam .news_list ul li:nth-of-type(3) {
  border-right: 3px solid #F4D9CB;
  border-left: 3px solid #F4D9CB;
  border-bottom: 3px solid #F4D9CB;
}

.news .twocalam .news_list ul li:nth-of-type(4) {
  border-right: 3px solid #F4D9CB;
  border-bottom: 3px solid #F4D9CB;
}

.news .twocalam .news_list ul li a {
  display: block;
  padding: 23px;
  height: 100%;
}

.news .twocalam .news_list ul li a:hover {
  background-color: #F4D9CB;
}

.news .twocalam .news_list ul li a .news_day {
  margin-top: 22px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #00B888;
}

.news .twocalam .news_list ul li a .ttl {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .news .twocalam .news_list ul li a .ttl {
    font-size: 16px;
  }
}

.news .twocalam .news_list .pager_box .pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.news .twocalam .news_article {
  max-width: 720px;
  width: 100%;
}

.news .twocalam .news_article .news_article_ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 768px) {
  .news .twocalam .news_article .news_article_ttl {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.news .twocalam .news_article .news_article_ttl time {
  color: #00B888;
  margin-right: 25px;
  font-size: 22px;
}

@media (max-width: 768px) {
  .news .twocalam .news_article .news_article_ttl time {
    font-size: 13px;
  }
}

.news .twocalam .news_article .news_article_ttl .news_title_hedding {
  font-size: 24px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .news .twocalam .news_article .news_article_ttl .news_title_hedding {
    font-size: 16px;
    margin-top: 10px;
  }
}

.news .twocalam .news_article .decoration_top {
  position: relative;
  top: -25px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .news .twocalam .news_article .decoration_top {
    top: 0;
  }
}

.news .twocalam .news_article .decoration_bottom {
  margin-top: 50px;
}

.news .twocalam .green_btn {
  max-width: 259px;
  width: 100%;
  margin: 60px auto 0 auto;
}

.news .twocalam .green_btn a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00B888;
  border-radius: 75px;
  font-size: 22px;
}

.news .twocalam .green_btn a:hover {
  background-color: #fff;
  color: #00B888;
}

.news .twocalam .green_btn a .arrow-round {
  top: 0px;
  width: 38.1px;
  height: 38.1px;
}

.news .twocalam .pager_box {
  text-align: center;
  margin-top: 48px;
}

.news .twocalam .pager_box .pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.news .twocalam .pager_box .pager .arrow-round {
  background-color: #fff;
  width: 36.54px;
  height: 36.54px;
  border: 3px solid #00B888;
  top: 0;
}

.news .twocalam .pager_box .pager .arrow-round:hover {
  background-color: #00B888;
}

.news .twocalam .pager_box .pager .arrow-round::before {
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
}

.news .twocalam .pager_box .pager .arrow-round.arrow-right {
  margin-left: 23px;
}

.news .twocalam .pager_box .pager .arrow-round.arrow-right:hover::before {
  border-color: #fff;
  background-color: #00B888;
}

.news .twocalam .pager_box .pager .arrow-round.arrow-left {
  margin-right: 23px;
}

.news .twocalam .pager_box .pager .arrow-round.arrow-left::before {
  border-top: solid 3px #00B888;
  border-left: solid 3px #00B888;
  border-right: none;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.news .twocalam .pager_box .pager .arrow-round.arrow-left:hover::before {
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  background-color: #00B888;
}

.news .twocalam .pager_box .pager ul {
  display: inline-block;
}

.news .twocalam .pager_box .pager ul li {
  display: inline-block;
}

.news .twocalam .pager_box .pager ul li + li {
  margin-left: 23px;
}

.news .twocalam .pager_box .pager ul li a {
  color: #00B888;
  font-size: 20px;
}

.news .twocalam #sidebar {
  max-width: 205px;
  width: 100%;
}

@media (max-width: 768px) {
  .news .twocalam #sidebar {
    max-width: initial;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 40px;
  }
}

.news .twocalam #sidebar .news_archive .side-title {
  font-size: 22px;
  margin-bottom: 19px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.news .twocalam #sidebar .news_archive .side-title .arrow-round {
  top: 3px;
  margin-right: 15px;
  width: 36.54px;
  height: 36.54px;
}

.news .twocalam #sidebar .news_archive ul {
  border-top: 3px solid #F4D9CB;
  border-bottom: 3px solid #F4D9CB;
}

.news .twocalam #sidebar .news_archive ul li {
  font-size: 18px;
  position: relative;
}

.news .twocalam #sidebar .news_archive ul li a {
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 5px;
}

.news .twocalam #sidebar .news_archive ul li::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
  position: absolute;
  left: 5px;
  top: 50%;
  left: 85%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0;
  padding: 0;
}

.news .twocalam #sidebar .news_archive ul li + li {
  border-top: 3px dashed #F4D9CB;
}

.postbody p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.postbody h1,
.postbody h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 1.8em;
  margin-bottom: 0.8em !important;
  border-bottom: #e5e7e6 2px solid;
  padding-bottom: 0.4em;
}

.postbody h3 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 20px;
  font-weight: 700;
  color: #2e3191;
}

.postbody h4 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: 700;
}

.postbody h5 {
  margin-top: 1.8em;
  margin-bottom: 0.8em;
  font-size: 14px;
  font-weight: 700;
}

.postbody a,
.postbody a:hover {
  text-decoration: underline;
}

.postbody img {
  display: block;
  margin: inherit;
  height: auto;
}

.postbody ul {
  margin-bottom: 1.5em;
}

.postbody ul > li {
  list-style-position: inside;
  list-style-type: disc;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.7;
  text-align: left;
  color: #111;
}

.postbody ol {
  margin-bottom: 1.5em;
}

.postbody ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.7;
  text-align: left;
  color: #111;
}

.postbody table {
  width: 100%;
  margin-bottom: 2em;
  border-spacing: 0px;
}

.postbody table th,
.postbody table td {
  border: solid 1px #d2d2d2;
  padding: 15px 20px;
  line-height: 180%;
  font-size: 16px;
  text-align: left;
}

.postbody table th {
  background-color: #f6f6f6;
  font-weight: bold;
  vertical-align: top;
}

.postbody .alignleft {
  float: left;
  margin-top: 0.5em;
  margin-right: 2em;
}

.postbody .alignright {
  float: right;
  margin-top: 0.5em;
  margin-left: 2em;
}

.postbody .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.postbody .wp-caption {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.postbody .wp-caption > img {
  margin: 0;
}

.postbody .wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 0;
}

@media (max-width: 768px) {
  /* postbody */
  .postbody p {
    font-size: 3.467vw;
  }
  .postbody h1,
  .postbody h2 {
    font-size: 5.6vw !important;
  }
  .postbody h3:not(.project_single_main .postbody h3:first-of-type) {
    font-size: 5.067vw;
  }
  .postbody h4 {
    font-size: 4.267vw;
  }
  .postbody h5 {
    font-size: 3.467vw;
  }
  .postbody a,
  .postbody a:hover {
    text-decoration: underline;
  }
  .postbody img {
    max-width: 100%;
    height: auto;
  }
  .postbody ul > li {
    font-size: 3.467vw;
  }
  .postbody ol > li {
    font-size: 3.467vw;
  }
  .postbody table {
    width: 100%;
    margin-bottom: 2em;
    border-spacing: 0px;
  }
  .postbody table th,
  .postbody table td {
    font-size: 3.467vw;
  }
  .postbody .alignleft {
    float: left;
    margin-bottom: 1em;
    width: 100%;
  }
  .postbody .alignright {
    float: right;
    margin-bottom: 1em;
    width: 100%;
  }
  .postbody .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .postbody .wp-caption {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .postbody .wp-caption > img {
    margin: 0;
  }
  .postbody .wp-caption .wp-caption-text {
    font-size: 12px;
    margin: 0;
  }
}

/*ページネーション*/
a.next.page-numbers,
a.prev.page-numbers {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  width: 36.54px;
  height: 36.54px;
  border: 3px solid #00B888;
  top: 0;
}

a.next.page-numbers::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0;
  padding: 0;
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
}

a.prev.page-numbers::before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  border-top: solid 3px #00B888;
  border-left: solid 3px #00B888;
  border-right: none;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.postbody img {
  display: block;
  margin: inherit;
  height: auto;
  width: auto;
}

.news .twocalam .pager_box .pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.news .twocalam .pager_box .pager ul li a.next:hover,
.news .twocalam .pager_box .pager ul li a.prev:hover {
  background-color: #00B888 !important;
}

a.prev.page-numbers:hover::before {
  border-top: solid 3px #fff !important;
  border-left: solid 3px #fff !important;
}

a.next.page-numbers:hover::before {
  border-top: solid 3px #fff !important;
  border-right: solid 3px #fff !important;
}

/*ページャーその時いるページ*/
.page-numbers.current {
  font-size: 20px;
}

@media (max-width: 768px) {
  .event_info li .kinds {
    width: auto;
  }
  .event_info .fl {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.priv .h_ttl {
  color: #fff;
  text-shadow: 1px 1px 1px #999;
  position: absolute;
  top: 57%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  z-index: 999;
}

.priv .top_img_box .logo {
  top: 57%;
}

@media (max-width: 768px) {
  .priv .top_img_box .logo {
    width: 60%;
  }
}

.priv #full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin: 0;
}

@media (max-width: 768px) {
  .priv #full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 55vh;
    margin: 0;
  }
}

.priv #full div.slide1 {
  background-image: url("../img/visual_privacy.jpg");
}

.priv .slick-dots {
  display: none;
}

.priv .first_line {
  margin-top: 60px;
}

.priv .pri_ar {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .priv .pri_ar {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.priv .pri_ar section + section {
  margin-top: 55px;
}

@media (max-width: 768px) {
  .priv .pri_ar section + section {
    margin-top: 40px;
  }
}

.priv .pri_ar section:first-of-type {
  margin-top: 55px;
}

.priv .pri_ar .pri_top_h {
  font-size: 30px;
  text-align: center;
  color: #00B888;
}

@media (max-width: 768px) {
  .priv .pri_ar .pri_top_h {
    font-size: 24px;
  }
}

.priv .pri_ar .pri_h {
  color: #00B888;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .priv .pri_ar .pri_h {
    font-size: 16px;
  }
}

.priv .pri_ar .determined {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .priv .pri_ar .determined {
    margin-top: 50px;
  }
}

.priv .pri_ar p {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .priv .pri_ar p {
    font-size: 13px;
  }
}

.priv .pri_ar ol.one_step {
  margin-left: 25px;
}

.priv .pri_ar ol.two_step {
  margin-left: 30px;
}

.priv .pri_ar ol li {
  list-style: inside;
  list-style-type: decimal;
  font-size: 20px;
  line-height: 1.9;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .priv .pri_ar ol li {
    font-size: 13px;
  }
}

.priv .pri_ar ol li p {
  display: inline;
}

.priv .pri_ar .object {
  margin-bottom: 50px;
}

.priv .pri_ar .pri_contact {
  margin-top: 55px;
  margin-left: 25px;
}

@media (max-width: 768px) {
  .priv .pri_ar .pri_contact {
    margin-top: 40px;
    margin-left: 0;
  }
}

.priv .pri_ar .pri_contact .address {
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .priv .pri_ar .pri_contact .address {
    line-height: 1.5;
  }
}

.priv .pri_ar .end {
  text-align: right;
}

/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 500;
  color: #424242;
  font-family: 'Noto Serif JP', serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*=============
base
==============*/
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

/* ここまでリセットCSS */
/*=============
	共通
=============*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #424242;
}

a {
  color: #424242;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

.fl {
  display: -ms-flexbox;
  display: flex;
}

li {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
}

.address {
  font-style: inherit;
}

.top_h {
  text-align: center;
  font-size: 36px;
  position: relative;
  color: #00B888;
}

@media (max-width: 768px) {
  .top_h {
    font-size: 26px;
  }
}

.top_h a {
  color: #00B888;
}

.top_h:after {
  position: absolute;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  width: 47px;
  height: 15px;
  background-image: url(../img/under_arrow.svg);
  background-size: contain;
  vertical-align: middle;
  bottom: -39px;
  right: 50%;
  -ms-transform: translateX(50%);
      transform: translateX(50%);
}

.green_btn {
  max-width: 436px;
  width: 100%;
  margin: 0 auto;
}

.green_btn a {
  padding-top: 39px;
  padding-bottom: 39px;
  background-color: #00B888;
  border-radius: 75px;
  font-size: 30px;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-align: center;
      align-items: center;
  transition: 0.3s;
  border: 2px solid #00B888;
}

@media all and (-ms-high-contrast: none) {
  .green_btn a {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .green_btn a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.green_btn a:hover {
  background-color: #fff;
  color: #00B888;
  border: 2px solid #00B888;
}

.green_btn a:hover .arrow-round {
  border: 1px solid #00B888;
  background-color: #00B888;
}

.green_btn a:hover .arrow-round:before {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

.green_btn a .arrow-round {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 50%;
  top: 5px;
}

@media (max-width: 768px) {
  .green_btn a .arrow-round {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    top: 1px;
  }
}

.green_btn a .arrow-round::before {
  border-top: solid 3px #00B888;
  border-right: solid 3px #00B888;
  position: absolute;
}

/*くの字アイコンまとめ*/
.arrow-round {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  border: 2px solid #00b888;
  background-color: #00b888;
  border-radius: 50%;
  top: 5px;
}

@media (max-width: 768px) {
  .arrow-round {
    position: relative;
    display: inline-block;
    border: 1px solid #00B888;
    background-color: #00B888;
    border-radius: 50%;
    top: 5px;
    width: 40px;
    height: 40px;
  }
}

.arrow-round::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  left: 5px;
  /* top: 5px; */
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 0;
  padding: 0;
}

.sp_only_h {
  display: none;
}

@media (max-width: 768px) {
  .sp_only_h {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media (max-width: 768px) {
  /* 共通部分*/
  .spbr {
    display: block;
  }
  .pc_only {
    display: none;
  }
  #header .pc_navi {
    display: none;
  }
}

/*ふわっと表示*/
.fluffy {
  animation-name: view_fluffy;
  animation-duration: 2s;
  transition: ease-in-out;
  animation-fill-mode: backwards;
}

@keyframes view_fluffy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*tel PCはリンクしない*/
.time_tel a {
  pointer-events: none;
}

@media (max-width: 768px) {
  .time_tel a {
    pointer-events: auto;
  }
}

.event_info {
  max-width: 1000px;
  width: 100%;
  background-color: #f4d9cb;
  border-radius: 100px;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .event_info {
    margin-top: 80px;
    margin-bottom: 45px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.event_info .fl {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.event_info .hedding {
  text-align: center;
  color: #00b888;
  font-size: 36px;
  padding-top: 150px;
  position: relative;
}

@media (max-width: 768px) {
  .event_info .hedding {
    font-size: 24px;
    padding-top: 86px;
  }
}

.event_info .hedding::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 76px;
  height: 49.7px;
  background-image: url(../img/icon_futaba.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  bottom: 60px;
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
}

@media (max-width: 768px) {
  .event_info .hedding::before {
    width: 60px;
    height: 36.7px;
    bottom: 38px;
  }
}

.event_info ul {
  padding-top: 75px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .event_info ul {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.event_info li {
  max-width: 900px;
  width: 100%;
  padding: 25px 25px 25px 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 75px;
  position: relative;
}

@media (max-width: 768px) {
  .event_info li {
    max-width: 900px;
    width: 100%;
    padding: 20px 20px 20px 20px;
    background: #fff;
    margin: 0 auto;
    border-radius: 75px;
    position: relative;
  }
}

.event_info li .inner {
  width: 69%;
}

.event_info li + li {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .event_info li + li {
    margin-top: 20px;
  }
}

.event_info li .kinds {
  color: #00b888;
  font-size: 24px;
  letter-spacing: 0.2em;
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  /*果物のアイコン　共通*/
}

.event_info li .kinds .icon1 {
  width: 42px;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .event_info li .kinds .icon1 {
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .event_info li .kinds {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.event_info li .season {
  font-size: 26px;
  letter-spacing: 0.09em;
}

@media (max-width: 768px) {
  .event_info li .season {
    font-size: 14px;
    line-height: 1.5;
  }
}

.event_info li .season .big {
  font-size: 30px;
}

@media (max-width: 768px) {
  .event_info li .season .big {
    font-size: 18px;
  }
}

.thm_img {
  height: 250px;
  width: 100%;
  object-fit: contain;
}
/*# sourceMappingURL=contents.css.map */