@charset "UTF-8";
/* layout */
html {
  font-size: 62.5%;
}

body {
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #393332;
  font-size: 1.8rem;
  line-height: 2.2em;
  background-color: #F8F4EB;
  margin: 90px 5.5% 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75em;
    margin: 45px 20px 0;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  opacity: 1;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

.fadeInUp50 {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
}

.l-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  padding: 95px 70px 280px;
}
@media screen and (max-width: 999px) {
  .l-wrapper {
    padding: 120px 60px 130px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    padding: 80px 20px 140px;
  }
}

.l-subWrapper {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .l-subWrapper {
    padding: 0 55px;
  }
}
@media screen and (max-width: 767px) {
  .l-subWrapper {
    padding: 0;
  }
}

.c-mainTtl {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #2A2726;
}
@media screen and (max-width: 767px) {
  .c-mainTtl {
    text-align: center;
  }
}
.c-mainTtl span {
  font-size: 4.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mainTtl span {
    font-size: 2.7rem;
  }
}
.c-mainTtl span:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #2A2726;
  width: 72px;
  height: 9px;
  left: 0;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .c-mainTtl span:before {
    width: 42px;
    height: 5px;
  }
}

.c-subTtl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  font-size: 2.8rem;
  padding-top: 62px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-subTtl {
    font-size: 1.7rem;
  }
}

.c-leadTxt {
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-leadTxt {
    padding-top: 40px;
  }
}

.c-externalLink {
  text-align: right;
  padding-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-externalLink {
    padding-top: 40px;
  }
}
.c-externalLink a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  position: relative;
  font-size: 1.8rem;
  padding-right: 25px;
}
.c-externalLink a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-window.svg") no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-externalLink a:after {
    width: 13px;
    height: 13px;
  }
}
@media screen and (max-width: 767px) {
  .c-externalLink a {
    font-size: 1.4rem;
    padding-right: 18px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #F8F4EB;
  height: 90px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header {
    height: 45px;
  }
}
.header__back {
  margin: 0 auto;
  max-width: 1080px;
}
.header__inner {
  margin: 0px -20px;
  padding-top: 55px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__inner {
    margin: 0px 30px;
  }
}
@media screen and (max-width: 999px) {
  .header__inner {
    margin: 0px 4%;
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    margin: 0px 10px;
    padding-top: 28px;
  }
}
.header__logo img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 173px;
  }
}
.header__navBtn {
  position: absolute;
  z-index: 9999;
  top: 70px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__navBtn {
    top: 30px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.header__navBtn.active span:nth-of-type(1) {
  top: 15px;
  left: -3px;
  transform: translateY(6px) rotate(-45deg);
}
.header__navBtn.active span:nth-of-type(2) {
  top: 27px;
  left: -3px;
  transform: translateY(-6px) rotate(45deg);
}
.header__navBtn span {
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #393332;
  transform: translateX(-50%);
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .header__navBtn span {
    height: 3px;
  }
}
.header__navBtn span:nth-of-type(1) {
  top: 8px;
}
.header__navBtn span:nth-of-type(2) {
  bottom: 8px;
}

.nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background: #F8F4EB;
  transition: all 1s;
}
@media screen and (max-width: 767px) {
  .nav {
    width: 100%;
    right: -100%;
  }
}
.nav.panelactive {
  right: 0;
}
.nav__inner {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .nav__inner {
    left: 15%;
  }
}
.nav__inner li:not(:first-child) {
  padding-top: 50px;
}
.nav__inner li a {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #2A2726;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav__inner li a {
    font-size: 2.1rem;
  }
}
.nav__inner li a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #2A2726;
  width: 40px;
  height: 5px;
  left: 0;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .nav__inner li a:before {
    width: 32px;
    height: 4px;
  }
}
.nav__logo {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .nav__logo {
    padding-top: 90px;
  }
}
.nav__logo a:not(:first-child) {
  margin-left: 52px;
}
@media screen and (max-width: 767px) {
  .nav__logo a:not(:first-child) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .nav__logo a img {
    width: 80%;
  }
}

.footer {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 72px 0 30px;
  }
}
.footer__inner {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__inner a {
    width: 126px;
  }
}
.footer__inner .logo {
  width: 252px;
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .footer__inner .logo {
    width: 140px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.footer__copy {
  text-align: center;
  font-size: 1.5rem;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 1rem;
    padding-top: 50px;
  }
}

/* pages */
.menu {
  padding-bottom: 190px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .menu {
    padding-bottom: 90px;
  }
}
.menu__swiper {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .menu__swiper {
    padding-top: 60px;
  }
}
.menu__main .c-subTtl {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .menu__main .c-subTtl {
    padding-top: 58px;
  }
}

.menuList {
  padding-top: 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 130px;
  padding-bottom: 115px;
}
@media screen and (max-width: 767px) {
  .menuList {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .menuList {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.menuList__inner {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .menuList__inner {
    padding: 0;
  }
}
.menuList__menu {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .menuList__menu {
    padding-top: 80px;
  }
}
.menuList__menu:first-child {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .menuList__menu:first-child {
    padding-top: 100px;
  }
}
.menuList__menu .ttl {
  text-align: center;
}
.menuList__menu .ttl img {
  height: 64px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .menuList__menu .ttl img {
    height: 42px;
  }
}
.menuList__menu .ttl .subTtl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  font-size: 1.6rem;
  line-height: normal;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .menuList__menu .ttl .subTtl {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}
.menuList__menu figure {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  .menuList__menu figure {
    padding-top: 40px;
  }
}
.menuList__menu .detail {
  padding-top: 40px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .menuList__menu .detail {
    font-size: 1.5rem;
  }
}
.menuList__latest {
  background-color: #F8F4EB;
  display: block;
  margin-top: 140px;
  padding: 40px 0;
  text-align: center;
  font-size: 2.9rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  transition: 0.3s all;
}
.menuList__latest:hover {
  opacity: 0.7 !important;
}
@media screen and (max-width: 767px) {
  .menuList__latest {
    margin-top: 80px;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}
.menuList__cap {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 16px;
}

.farm {
  padding: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .farm {
    padding: 60px 0 10px;
  }
}
.farm__ttl {
  text-align: center;
}
.farm__ttl img {
  width: 272px;
}
@media screen and (max-width: 767px) {
  .farm__ttl img {
    width: 198px;
  }
}
.farm__ttl .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .farm__ttl .sub {
    font-size: 1.4rem;
  }
}
.farm__inner {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .farm__inner {
    padding-top: 92px;
  }
}
.farm__gallery {
  display: grid;
  gap: 18px;
  grid-auto-flow: dense; /* 隙間を埋めながら配置 */
  grid-template-columns: repeat(16, 1fr); /* カラム数を設定 */
}
@media screen and (max-width: 767px) {
  .farm__gallery {
    gap: 7px;
  }
}
.farm__gallery:not(:first-child) {
  padding-top: 280px;
}
@media screen and (max-width: 767px) {
  .farm__gallery:not(:first-child) {
    padding-top: 150px;
  }
}
.farm__gallery img {
  height: 100%;
  object-fit: cover;
}
.farm__gallery--01 img:nth-child(5n+1) {
  grid-column: span 10;
  grid-row: span 1;
}
.farm__gallery--01 img:nth-child(5n+2) {
  grid-column: span 6;
  grid-row: span 1;
}
.farm__gallery--01 img:nth-child(5n+3) {
  grid-column: span 5;
  grid-row: span 1;
}
.farm__gallery--01 img:nth-child(5n+4) {
  grid-column: span 11;
  grid-row: span 1;
}
.farm__gallery--01 img:nth-child(5n+5) {
  grid-column: span 16;
  grid-row: span 1;
}
.farm__gallery--02 img:nth-child(5n+1) {
  grid-column: span 6;
  grid-row: span 1;
}
.farm__gallery--02 img:nth-child(5n+2) {
  grid-column: span 10;
  grid-row: span 1;
}
.farm__gallery--02 img:nth-child(5n+3) {
  grid-column: span 16;
  grid-row: span 1;
}
.farm__gallery--02 img:nth-child(5n+4) {
  grid-column: span 7;
  grid-row: span 1;
}
.farm__gallery--02 img:nth-child(5n+5) {
  grid-column: span 9;
  grid-row: span 1;
}
.farm__gallery--03 img:nth-child(3n+1) {
  grid-column: span 16;
  grid-row: span 1;
}
.farm__gallery--03 img:nth-child(3n+2) {
  grid-column: span 10;
  grid-row: span 1;
}
.farm__gallery--03 img:nth-child(3n+3) {
  grid-column: span 6;
  grid-row: span 1;
}

.wrap-404 {
  text-align: center;
  margin-bottom: -130px;
  padding-top: 55px;
}
@media screen and (max-width: 999px) {
  .wrap-404 {
    margin-bottom: 0;
  }
}
.wrap-404 h1 {
  line-height: 1.4;
}
.wrap-404 .sub-h1 {
  padding-bottom: 30px;
}

/* top */
.news {
  padding-top: 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding-bottom: 100px;
  }
}
.news__inner {
  padding-top: 90px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding-top: 50px;
  }
}
.news__inner .insta_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .news__inner .insta_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.news__inner .insta_list li {
  padding: 0;
  height: 15em;
}
@media screen and (max-width: 767px) {
  .news__inner .insta_list li {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .news__inner .insta_list li a {
    width: 142px;
  }
}
.news__inner .insta_list li a .imgwrap {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.news__inner .insta_list li a .imgwrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__inner .insta_list li a .date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #393332;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news__inner .insta_list li a .date {
    font-size: 1.2rem;
    padding-top: 5px;
  }
}
.news__inner .insta_list li a .title {
  max-width: 155px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 5em;
  text-overflow: ellipsis;
  line-height: 1.5;
  color: #393332;
  padding-top: 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news__inner .insta_list li a .title {
    display: none;
  }
}

.top {
  padding-bottom: 155px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .top {
    padding-bottom: 90px;
  }
}
.top__swiper {
  position: relative;
}

.about {
  padding-top: 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 100px;
  }
}
.about__inner {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding-top: 100px;
  }
}
.about__gallery {
  display: grid;
  gap: 18px;
  grid-auto-flow: dense; /* 隙間を埋めながら配置 */
  grid-template-columns: repeat(16, 1fr); /* カラム数を設定 */
}
@media screen and (max-width: 767px) {
  .about__gallery {
    gap: 7px;
  }
}
.about__gallery:not(:first-child) {
  padding-top: 300px;
}
@media screen and (max-width: 767px) {
  .about__gallery:not(:first-child) {
    padding-top: 150px;
  }
}
.about__gallery img {
  height: 100%;
  object-fit: cover;
}
.about__gallery--01 img:nth-child(5n+1) {
  grid-column: span 16;
  grid-row: span 1;
}
.about__gallery--01 img:nth-child(5n+2) {
  grid-column: span 10;
  grid-row: span 1;
}
.about__gallery--01 img:nth-child(5n+3) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--01 img:nth-child(5n+4) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--01 img:nth-child(5n+5) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+1) {
  grid-column: span 16;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+2) {
  grid-column: span 5;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+3) {
  grid-column: span 11;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+4) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+5) {
  grid-column: span 4;
  grid-row: span 1;
}
.about__gallery--02 img:nth-child(6n+6) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--03 img:nth-child(6n+1) {
  grid-column: span 16;
  grid-row: span 1;
}
.about__gallery--03 img:nth-child(6n+2) {
  grid-column: span 9;
  grid-row: span 2;
}
.about__gallery--03 img:nth-child(6n+3) {
  grid-column: span 7;
  grid-row: span 1;
}
.about__gallery--03 img:nth-child(6n+4) {
  grid-column: span 7;
  grid-row: span 1;
}
.about__gallery--03 img:nth-child(6n+5) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--03 img:nth-child(6n+6) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--04 img:nth-child(6n+1) {
  grid-column: span 16;
  grid-row: span 1;
}
.about__gallery--04 img:nth-child(6n+2) {
  grid-column: span 10;
  grid-row: span 2;
}
.about__gallery--04 img:nth-child(6n+3) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--04 img:nth-child(6n+4) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--04 img:nth-child(6n+5) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--04 img:nth-child(6n+6) {
  grid-column: span 8;
  grid-row: span 1;
}
.about__gallery--05 img:nth-child(5n+1) {
  grid-column: span 9;
  grid-row: span 1;
}
.about__gallery--05 img:nth-child(5n+2) {
  grid-column: span 7;
  grid-row: span 1;
}
.about__gallery--05 img:nth-child(5n+3) {
  grid-column: span 16;
  grid-row: span 1;
}
.about__gallery--05 img:nth-child(5n+4) {
  grid-column: span 6;
  grid-row: span 1;
}
.about__gallery--05 img:nth-child(5n+5) {
  grid-column: span 10;
  grid-row: span 1;
}

.topMenu {
  padding-top: 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .topMenu {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .topMenu {
    padding-bottom: 65px;
  }
}
.topMenu figure {
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  .topMenu figure {
    padding-top: 60px;
  }
}
.topMenu__more {
  text-align: right;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .topMenu__more {
    padding-top: 15px;
  }
}
.topMenu__more a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  position: relative;
  font-size: 2rem;
  padding-right: 16px;
  position: relative;
}
.topMenu__more a:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../image/common/ic-arrow.svg") no-repeat;
  background-size: cover;
  width: 7px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .topMenu__more a {
    font-size: 1.4rem;
    padding-right: 12px;
  }
}
.topMenu__more a:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #2A2726;
  width: 40px;
  height: 4px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .topMenu__more a:before {
    width: 37px;
    height: 3px;
  }
}

.reserve {
  padding-top: 110px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .reserve {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .reserve {
    padding-bottom: 92px;
  }
}
.reserve__inner {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .reserve__inner {
    padding-top: 8px;
  }
}
.reserve__inner .ttl {
  padding-top: 90px;
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
}
@media screen and (max-width: 767px) {
  .reserve__inner .ttl {
    padding-top: 68px;
    font-size: 1.5rem;
  }
}
.reserve__inner ul {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .reserve__inner ul {
    padding-top: 24px;
    font-size: 1.5rem;
  }
}
.reserve__inner small {
  font-size: 1.4rem;
  display: block;
  line-height: normal;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .reserve__inner small {
    font-size: 1.2rem;
  }
}

.access {
  padding: 136px 0 40px;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 80px 0 0;
  }
}
.access__inner {
  padding-top: 85px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .access__inner {
    padding-top: 60px;
    flex-direction: column;
  }
}
.access__info {
  flex: 0 0 45%;
}
.access__info .ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color: #2A2726;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .access__info .ttl {
    font-size: 1.7rem;
    text-align: center;
  }
}
.access__info .info {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .access__info .info {
    font-size: 1.4rem;
    padding-top: 30px;
  }
}
.access__map {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .access__map {
    padding-left: 0;
    padding-top: 68px;
  }
}
.access__map .c-externalLink {
  padding-top: 5px;
}
.access__img {
  padding-top: 185px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access__img {
    padding-top: 88px;
  }
}
.access__img figure {
  max-width: 560px;
  margin: 0 auto;
}
.access__img .deco {
  position: absolute;
  bottom: -100px;
  right: -50px;
}
@media screen and (max-width: 767px) {
  .access__img .deco {
    width: 152px;
    bottom: -40px;
    right: 0;
  }
}

/* ui */
.swiper {
  position: relative;
}

.swiper-pagination {
  position: absolute !important;
  bottom: -50px !important;
}
@media screen and (max-width: 999px) {
  .swiper-pagination {
    bottom: -30px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #CCCCCC;
  opacity: 1;
  border-radius: 50%;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #999999;
}/*# sourceMappingURL=style.css.map */