@charset "UTF-8";
body {
  width: 100%;
  max-width: 2000px;
  min-width: 1200px;
  margin: 0 auto;
  background: #FFF;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 26px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    max-width: 100%;
    min-width: 100%;
  }
}

main {
  padding-bottom: 0;
  background: #FFF url("../../../new_parts/images/common/main_bg.jpg") bottom -250px center no-repeat;
}
@media screen and (max-width: 768px) {
  main {
    background: #FFF url(../../../new_parts/images/common/main_bg_sp.jpg) bottom center no-repeat;
  }
}

section.content {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.content {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.header {
  position: relative;
  width: 190px;
  height: 190px;
  padding: 20px;
  z-index: 888;
}
@media screen and (max-width: 768px) {
  .header {
    width: 19.7368421053vw;
    height: 19.7368421053vw;
    padding: 3.2894736842vw;
  }
}
.header .header_logo a:hover {
  opacity: 0.6;
  transition: 1s;
}

.mv {
  margin-top: -190px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: -19.7368421053vw;
  }
}
.mv img {
  vertical-align: top;
}

.picnic_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .picnic_inner {
    width: 100%;
    padding: 0 3.9473684211vw;
  }
}
.picnic_lttl {
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: normal;
  line-height: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .picnic_lttl {
    margin-bottom: 6.5789473684vw;
    font-size: 6.5789473684vw;
  }
}
.picnic_catch {
  font-size: 22px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .picnic_catch {
    font-size: 4.3421052632vw;
    letter-spacing: 0;
    line-height: 1.6;
  }
}
.picnic_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .picnic_text {
    font-size: 4.3421052632vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .irodori .picnic_text {
    text-align: center;
  }
}
.irodori .irodori_head {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_head {
    padding: 6.5789473684vw 0 0;
  }
}
.irodori .irodori_head .picnic_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_head .picnic_inner {
    display: block;
  }
}
.irodori .irodori_head_textarea {
  width: 580px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_head_textarea {
    width: 100%;
    margin: 0;
  }
}
.irodori .irodori_head_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_head_img {
    margin: 0 -3.9473684211vw 9.2105263158vw -3.9473684211vw;
  }
}
.irodori .irodori_head_map {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_head_map {
    width: 100%;
  }
}
.irodori .irodori_mttl {
  position: relative;
  width: 60px;
  color: #FF7272;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_mttl {
    width: 9.2105263158vw;
    margin-left: 3.9473684211vw;
  }
}
.irodori .irodori_mttl .en {
  position: absolute;
}
.irodori .irodori_mttl .month {
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: #FF7272 1px solid;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_mttl .month {
    font-size: 3.9473684211vw;
  }
}
.irodori .irodori_mttl .title {
  font-size: 45px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_mttl .title {
    font-size: 7.8947368421vw;
  }
}
.irodori .irodori_list li {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list li {
    padding: 5.2631578947vw 0;
  }
}
.irodori .irodori_list .picnic_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .picnic_inner {
    flex-wrap: wrap;
  }
}
.irodori .irodori_list .picnic_text {
  width: 320px;
}
.irodori .irodori_list .july,
.irodori .irodori_list .september {
  background: url("../images/picnic_bg.png");
  background-size: 50px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july,
  .irodori .irodori_list .september {
    background: 6.5789473684vw;
  }
}
.irodori .irodori_list .july .picnic_inner,
.irodori .irodori_list .september .picnic_inner {
  padding: 0 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july .picnic_inner,
  .irodori .irodori_list .september .picnic_inner {
    padding: 0 3.9473684211vw;
  }
}
.irodori .irodori_list .july .picnic_text,
.irodori .irodori_list .september .picnic_text {
  order: 2;
  width: 250px;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july .picnic_text,
  .irodori .irodori_list .september .picnic_text {
    order: 3;
    width: 67.7631578947vw;
    margin: 1em 0 0;
  }
}
.irodori .irodori_list .july .irodori_img,
.irodori .irodori_list .september .irodori_img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july .irodori_img,
  .irodori .irodori_list .september .irodori_img {
    order: 1;
  }
}
.irodori .irodori_list .july .irodori_mttl,
.irodori .irodori_list .september .irodori_mttl {
  order: 1;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july .irodori_mttl,
  .irodori .irodori_list .september .irodori_mttl {
    order: 2;
  }
}
.irodori .irodori_list .july .irodori_mttl .en {
  top: -165px;
  left: -65px;
  width: 336px;
  max-width: 336px;
  height: 271px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .july .irodori_mttl .en {
    top: -5.2631578947vw;
    left: -3.9473684211vw;
    width: 44.2105263158vw;
    max-width: 44.2105263158vw;
    height: 28.5526315789vw;
  }
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .august .picnic_text {
    margin: 0;
  }
}
.irodori .irodori_list .august .irodori_mttl .en {
  top: 0;
  left: -35px;
  width: 462px;
  max-width: 462px;
  height: 173px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .august .irodori_mttl .en {
    top: 2.6315789474vw;
    left: -3.9473684211vw;
    width: 60.7894736842vw;
    max-width: 60.7894736842vw;
    height: 22.7631578947vw;
  }
}
.irodori .irodori_list .september .irodori_mttl .en {
  top: -130px;
  left: -65px;
  width: 707px;
  max-width: 707px;
  height: 193px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_list .september .irodori_mttl .en {
    top: -5.2631578947vw;
    left: -3.9473684211vw;
    width: 93.0263157895vw;
    max-width: 93.0263157895vw;
    height: 25.3947368421vw;
  }
}
.irodori .irodori_img {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .irodori .irodori_img {
    width: 100%;
  }
}

.flower .flower_head {
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .flower .flower_head {
    padding: 10.5263157895vw 0 0;
  }
}
.flower .flower_head .picnic_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flower .flower_head .picnic_inner {
    flex-wrap: wrap;
  }
}
.flower .flower_head_textarea {
  order: 2;
  width: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flower .flower_head_textarea {
    order: 1;
    width: 100%;
  }
}
.flower .flower_head_img {
  margin-right: -78px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .flower .flower_head_img {
    margin: 0 -1.3157894737vw 5.2631578947vw;
  }
}
.flower .flower_head_map {
  order: 1;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .flower .flower_head_map {
    order: 2;
    width: 100%;
  }
}
.flower .flower_mttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .flower .flower_mttl {
    margin-bottom: 2.6315789474vw;
  }
}
.flower .flower_mttl .en {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flower .flower_mttl .en {
    margin-bottom: 0;
  }
}
.flower .flower_mttl .jp {
  color: #FF7272;
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .flower .flower_mttl .jp {
    font-size: 7.8947368421vw;
    letter-spacing: 0;
  }
}
.flower .flower_list li {
  padding: 80px 0 95px;
}
@media screen and (max-width: 768px) {
  .flower .flower_list li {
    padding: 5.2631578947vw 0;
  }
}
.flower .flower_list .begonia,
.flower .flower_list .others {
  background: url("../images/picnic_bg.png");
  background-size: 50px;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia,
  .flower .flower_list .others {
    background: 6.5789473684vw;
  }
}
.flower .flower_list .begonia .picnic_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .picnic_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .picnic_text {
    margin: 0;
    text-align: center;
  }
}
.flower .flower_list .begonia .flower_list_img {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .flower_list_img {
    order: 1;
    width: 100%;
    margin-bottom: 3.9473684211vw;
  }
}
.flower .flower_list .begonia .flower_list_textarea {
  width: 435px;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .flower_list_textarea {
    order: 2;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .flower_mttl {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .begonia .flower_mttl .en {
    width: 38.4210526316vw;
    margin: 0 auto -1.3157894737vw;
  }
}
.flower .flower_list .kokia .picnic_text {
  text-align: center;
}
.flower .flower_list .kokia .flower_mttl {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .kokia .flower_mttl .en {
    width: 31.9736842105vw;
    margin: 0 auto;
  }
}
.flower .flower_list .kokia .flower_list_img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px -80px 0;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .kokia .flower_list_img {
    margin: 6.5789473684vw -3.9473684211vw 0;
  }
}
.flower .flower_list .kokia .flower_list_img img {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .kokia .flower_list_img img {
    width: 49.3421052632vw;
  }
}
.flower .flower_list .others .picnic_text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .picnic_text {
    line-height: 1.3;
  }
}
.flower .flower_list .others .flower_mttl {
  text-align: center;
}
.flower .flower_list .others .flower_sttl {
  margin: 20px 0 10px;
  color: #FF7272;
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_sttl {
    font-size: 4.6052631579vw;
    letter-spacing: 0;
  }
}
.flower .flower_list .others .flower_others_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_others_list {
    display: block;
  }
}
.flower .flower_list .others .flower_others_list li {
  width: 360px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_others_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.6315789474vw;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_others_list li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_others_img {
    width: 39.4736842105vw;
  }
}
@media screen and (max-width: 768px) {
  .flower .flower_list .others .flower_others_textarea {
    width: 47.3684210526vw;
  }
}

.animal .container {
  width: 100%;
  padding: 70px 0 80px;
  min-width: 1200px;
  overflow-x: hidden;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .animal .container {
    padding: 6.5789473684vw 0 6.5789473684vw;
    min-width: 100%;
  }
}
.animal .picnic_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .animal .picnic_inner {
    display: block;
  }
}
.animal .animal_img {
  width: 1342px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .animal .animal_img {
    width: 100%;
    margin-bottom: 6.5789473684vw;
  }
}
.animal .animal_textarea {
  width: 570px;
}
@media screen and (max-width: 768px) {
  .animal .animal_textarea {
    width: 100%;
    text-align: center;
  }
}
.animal .animal_notice {
  margin: 70px 0 30px;
  font-size: 16px;
  letter-spacing: 0.1;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .animal .animal_notice {
    margin: 10.5263157895vw 0 5.2631578947vw;
    font-size: 2.6315789474vw;
    line-height: 1.4;
  }
}
.animal .animal_time {
  padding: 0.7em 1em;
  background: #FF7272;
  color: #FFF;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .animal .animal_time {
    padding: 0.3em;
    width: 75vw;
    margin: 0 auto 5.2631578947vw;
    font-size: 4.7368421053vw;
  }
}
.animal .animal_map {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .animal .animal_map {
    width: 100%;
  }
}

.bnr {
  background: #FFF;
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .bnr {
    padding: 6.5789473684vw 0;
  }
}
.bnr .bnr_more {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .bnr .bnr_more {
    font-size: 3.9473684211vw;
  }
}
.bnr .bnr_picnic a:hover {
  opacity: 0.6;
  transition: 1s;
}

header h1 {
  font-size: 1.4rem;
}

header #gnav .sub_nav1 {
  font-size: 1.4rem;
}

.footer-company address,
.footer-related-list ul li a,
.footer-nav-bottom li a {
  font-size: 1.4rem;
}/*# sourceMappingURL=style.css.map */