/* firstContent */
#firstContent .content {
  padding: calc(20 / 750 * 100%) 0 0 0; }
#firstContent .slideWrap {
  overflow: hidden;
  position: relative;
  border-radius: 5rem; }
  #firstContent .slideWrap .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    color: #ffffff;
    font-size: 4.6rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 calc(160 / 710 * 100%) calc(60 / 710 * 100%);
    text-shadow: 3px 3px 10px #666; }
  #firstContent .slideWrap .slide {
    position: relative; }
    #firstContent .slideWrap .slide:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      background: url(/img/top/img_slide_frame_sp.png) center center no-repeat;
      background-size: cover; }
    #firstContent .slideWrap .slide .item .image {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: calc(710 / 750 * 100vw); }
      #firstContent .slideWrap .slide .item .image img {
        max-width: auto;
        max-width: initial;
        max-height: calc(740 / 750 * 100vw);
        object-fit: cover; }

@media screen and (min-width: 769px) {
  #firstContent .content {
    padding: calc(41 / 1660 * 100%) 0 0 0; }
  #firstContent .slideWrap {
    border-radius: 4rem; }
    #firstContent .slideWrap .text {
      top: 0;
      height: calc(1.3em * 2);
      margin: auto 0 auto calc(158 / 1400 * 100%); }
    #firstContent .slideWrap .slide {
      position: relative; }
      #firstContent .slideWrap .slide:before {
        background: url(/img/top/img_slide_frame.png) center center no-repeat;
        background-size: cover; }
      #firstContent .slideWrap .slide .item .image {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: calc(100vw - 20px); }
        #firstContent .slideWrap .slide .item .image img {
          max-width: 100%;
          max-height: auto;
          max-height: initial;
          aspect-ratio: 1400 / 640;
          object-fit: cover; } }
@media screen and (min-width: 1420px) {
  #firstContent .slideWrap .slide .item .image {
    max-width: 1400px; } }
/* newsArea */
#newsArea .content {
  padding: calc(84 / 750 * 100%) 0 calc(65 / 750 * 100%) 0; }
#newsArea .title {
  margin: 0 0 calc(30 / 710 * 100%) 0; }
#newsArea .wrap {
  background-color: #ffffff;
  margin: 0 0 calc(23 / 710 * 100%) 0;
  padding: calc(28 / 710 * 100%) calc(50 / 710 * 100%);
  border-radius: 3rem; }
  #newsArea .wrap .list .item {
    border-bottom: 1px solid #e6e6e6; }
    #newsArea .wrap .list .item:last-child {
      border-bottom: 0; }
    #newsArea .wrap .list .item a {
      display: block;
      padding: calc(10 / 610 * 100%) 0; }
    #newsArea .wrap .list .item .date {
      color: #f399a8;
      font-size: 2.4rem;
      line-height: 1.67; }
    #newsArea .wrap .list .item .headline {
      font-size: 2.4rem;
      line-height: 1.67; }
#newsArea .more {
  font-weight: 700;
  text-align: right; }

@media screen and (min-width: 769px) {
  #newsArea .content {
    padding: calc(65 / 1660 * 100%) 0 calc(45 / 1660 * 100%) 0; }
  #newsArea .title {
    margin: 0 0 calc(30 / 1400 * 100%) 0; }
  #newsArea .wrap {
    max-width: 960px;
    margin: 0 auto calc(17 / 1400 * 100%) auto;
    padding: calc(28 / 1400 * 100%) calc(50 / 1400 * 100%);
    border-radius: 3rem; }
    #newsArea .wrap .list .item:last-child {
      border-bottom: 0; }
    #newsArea .wrap .list .item a {
      display: flex;
      align-items: center;
      padding: calc(17 / 860 * 100%) 0 calc(18 / 860 * 100%) 0; }
    #newsArea .wrap .list .item .date {
      flex-shrink: 0;
      font-size: 1.6rem;
      line-height: 1.5;
      margin: 0 1.3em 0 0; }
    #newsArea .wrap .list .item .headline {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      font-size: 1.6rem;
      line-height: 1.5; }
  #newsArea .more {
    max-width: 960px;
    margin: 0 auto; }
    #newsArea .more a {
      font-size: 1.8rem;
      line-height: 1.56; } }
/* guideArea */
#guideArea .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #daecdf;
  padding: calc(810 / 750 * 100%) 0 0 0; }
#guideArea .content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(/img/top/bg_guide_sp.png) center top no-repeat;
  background-size: contain;
  margin: calc(810 / 750 * 100%) 0 0 0;
  padding: calc(111 / 750 * 100%) 0 0 0; }

@media screen and (min-width: 769px) {
  #guideArea .content:before {
    padding: 478px 0 0 0; }
  #guideArea .content:after {
    background: url(/img/top/bg_guide.png) center top no-repeat;
    background-size: contain;
    margin: 478px 0 0 0;
    padding: 234px 0 0 0; } }
.bg {
  position: relative;
  background: url(/img/top/bg_gallery_sp.png) center top no-repeat;
  background-size: contain; }
  .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/img/top/bg_gallery_before_sp.png) center top no-repeat;
    background-size: contain;
    margin: calc(-14 / 750 * 100%) 0 0 0;
    padding: calc(86 / 750 * 100%) 0 0 0; }

@media screen and (min-width: 769px) {
  .bg {
    background: url(/img/top/bg_gallery.png) center top no-repeat;
    background-size: contain; }
    .bg:before {
      background: url(/img/top/bg_gallery_before.png) center top no-repeat;
      background-size: contain;
      margin: calc(-14 / 1660 * 100%) 0 0 0;
      padding: calc(129 / 1660 * 100%) 0 0 0; } }
/* galleryArea */
#galleryArea .content {
  padding: calc(118 / 750 * 100%) 0 calc(64 / 750 * 100%) 0; }
#galleryArea .title {
  margin: 0 0 calc(30 / 710 * 100%) 0; }
#galleryArea .slideWrap {
  overflow: hidden; }
  #galleryArea .slideWrap .gallery {
    width: calc(610 / 750 * 100%);
    margin: auto; }
    #galleryArea .slideWrap .gallery .slick-list {
      overflow: visible; }
    #galleryArea .slideWrap .gallery .item {
      width: calc(610 / 750 * 100vw);
      padding: 0 calc(15 / 750 * 100vw);
      box-sizing: border-box; }
      #galleryArea .slideWrap .gallery .item .image {
        overflow: hidden;
        border-radius: 4rem; }
        #galleryArea .slideWrap .gallery .item .image img {
          width: 100%;
          max-width: auto;
          max-width: initial;
          height: auto;
          object-fit: cover; }
      #galleryArea .slideWrap .gallery .item .name {
        font-size: 2.2rem;
        line-height: 1.27;
        font-weight: 700;
        margin: 0.8em 0 0 0; }
#galleryArea .buttonArea {
  padding: calc(45 / 710 * 100%) 0; }

@media screen and (min-width: 769px) {
  #galleryArea .content {
    padding: calc(171 / 1660 * 100%) 0 calc(75 / 1660 * 100%) 0; }
  #galleryArea .title {
    margin: 0 0 calc(30 / 1400 * 100%) 0; }
  #galleryArea .slideWrap {
    overflow: hidden; }
    #galleryArea .slideWrap .gallery {
      width: calc(720 / 960 * 100%);
      max-width: 720px; }
      #galleryArea .slideWrap .gallery .item {
        width: 100%;
        max-width: calc(720 / 960 * 100vw);
        padding: 0 10px; }
        #galleryArea .slideWrap .gallery .item .image img {
          max-width: 700px;
          aspect-ratio: 700 / 462;
          object-fit: cover; }
        #galleryArea .slideWrap .gallery .item .name {
          font-size: 2rem;
          line-height: 1.4;
          margin: 0.5em 0 0 0; }
  #galleryArea .buttonArea {
    padding: calc(21 / 1400 * 100%) 0; } }
@media screen and (min-width: 960px) {
  #galleryArea .slideWrap .gallery .item {
    max-width: 720px; } }
/* accessArea */
#accessArea .content {
  padding: calc(34 / 750 * 100%) 0 calc(64 / 750 * 100%) 0; }
#accessArea .box {
  position: relative;
  background-color: #ffffff;
  padding: calc(158 / 710 * 100%) calc(30 / 710 * 100%) calc(145 / 710 * 100%) calc(30 / 710 * 100%);
  border-radius: 4rem; }
  #accessArea .box .animal02 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(396 / 710 * 100%);
    background: url(/img/top/img_animal02.png) center center no-repeat;
    background-size: contain;
    margin: calc(-90 / 710 * 100%) 0 0 calc(-104 / 710 * 100%);
    padding: calc(243 / 710 * 100%) 0 0 0; }
  #accessArea .box .animal03 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: calc(226 / 710 * 100%);
    background: url(/img/top/img_animal03.png) center center no-repeat;
    background-size: contain;
    margin: 0 calc(-40 / 710 * 100%) calc(-76 / 710 * 100%) 0;
    padding: calc(176 / 710 * 100%) 0 0 0; }
  #accessArea .box .titleWrap .title {
    margin: 0 0 calc(30 / 710 * 100%) 0; }
  #accessArea .box .wrap .block {
    font-size: 2.6rem;
    line-height: 1.54;
    padding: calc(32 / 650 * 100%) 0 calc(15 / 650 * 100%) 0; }
    #accessArea .box .wrap .block .blockTitle {
      font-size: 3rem;
      line-height: 1.4;
      font-weight: 700;
      margin: 0 0 calc(27 / 650 * 100%) 0;
      padding: 0 0 calc(14 / 650 * 100%) 0;
      border-bottom: 1px dashed #d3d3d3; }
    #accessArea .box .wrap .block .address {
      margin: 0 0 calc(7 / 650 * 100%) 0; }
    #accessArea .box .wrap .block .tel {
      margin: 0 0 calc(12 / 650 * 100%) 0; }
  #accessArea .box .buttonArea {
    padding: calc(10 / 650 * 100%) 0 calc(32 / 650 * 100%) 0; }
    #accessArea .box .buttonArea p {
      padding: calc(10 / 650 * 100%) 0; }
    #accessArea .box .buttonArea .button {
      max-width: calc(550 / 650 * 100%); }
  #accessArea .box .text {
    font-size: 2.6rem;
    line-height: 1.08;
    text-align: center; }

@media screen and (min-width: 769px) {
  #accessArea .content {
    padding: calc(34 / 1660 * 100%) 0 calc(64 / 1660 * 100%) 0; }
  #accessArea .box {
    max-width: 960px;
    margin: auto;
    padding: calc(88 / 1400 * 100%) 0 calc(66 / 1400 * 100%) 0;
    border-radius: 4rem;
    box-sizing: border-box; }
    #accessArea .box .animal02 {
      width: calc(330 / 960 * 100%);
      margin: calc(-60 / 960 * 100%) 0 0 calc(-68 / 960 * 100%);
      padding: calc(202 / 960 * 100%) 0 0 0; }
    #accessArea .box .animal03 {
      width: calc(188 / 960 * 100%);
      margin: 0 calc(-54 / 960 * 100%) calc(-46 / 960 * 100%) 0;
      padding: calc(146 / 960 * 100%) 0 0 0; }
    #accessArea .box .titleWrap .title {
      margin: 0 0 calc(27 / 960 * 100%) 0; }
    #accessArea .box .wrap {
      display: flex;
      justify-content: space-between;
      width: calc(796 / 960 * 100%);
      margin: auto; }
      #accessArea .box .wrap .block {
        flex-basis: calc(368 / 796 * 100%);
        font-size: 1.8rem;
        line-height: 1.44;
        padding: calc(32 / 796 * 100%) 0 calc(4 / 796 * 100%) 0; }
        #accessArea .box .wrap .block .blockTitle {
          font-size: 2.2rem;
          line-height: 1.27;
          margin: 0 0 calc(24 / 368 * 100%) 0;
          padding: 0 0 calc(14 / 368 * 100%) 0;
          border-bottom: 1px dashed #d3d3d3; }
        #accessArea .box .wrap .block .address {
          margin: 0 0 calc(13 / 368 * 100%) 0; }
        #accessArea .box .wrap .block .tel {
          margin: 0 0 calc(12 / 368 * 100%) 0; }
    #accessArea .box .buttonArea {
      display: flex;
      justify-content: space-between;
      width: calc(796 / 960 * 100%);
      margin: auto;
      padding: calc(11 / 650 * 100%) 0 calc(19 / 650 * 100%) 0; }
      #accessArea .box .buttonArea p {
        flex-basis: calc(370 / 796 * 100%);
        padding: calc(10 / 650 * 100%) 0; }
      #accessArea .box .buttonArea .button {
        max-width: 100%; }
    #accessArea .box .text {
      font-size: 1.8rem;
      line-height: 1.56; } }
/* bannerArea */
#bannerArea .content {
  padding: calc(68 / 750 * 100%) 0 calc(130 / 750 * 100%) 0; }

@media screen and (min-width: 769px) {
  #bannerArea .content {
    padding: calc(61 / 1660 * 100%) 0 calc(100 / 1660 * 100%) 0; }
  #bannerArea .banner {
    max-width: 660px;
    margin: 0 auto; } }
