/* ---------------------------------------
  #mv
-----------------------------------------*/
#mv {
  margin-top: 1.2rem;
  background: url(../img/index/img_mv.png) no-repeat center top;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  #mv {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    width: 100%;
    background-size: 170% auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #mv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
#mv .wrap {
  position: relative;
  z-index: 2;
  padding-top: 25.6rem;
}
@media screen and (max-width: 767px) {
  #mv .wrap {
    padding-top: 23rem;
  }
}
#mv .main_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mv .main_logo {
    width: 75%;
  }
}
#mv .main_txt {
  margin-top: 10.3rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  #mv .main_txt {
    margin-top: 2rem;
  }
}
#mv .main_txt .main_txt_ttl {
  width: 41.1rem;
  margin: 0 auto;
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  #mv .main_txt .main_txt_ttl {
    width: 80%;
  }
}
#mv .main_txt .main_txt_txt {
  width: 72.3rem;
  margin: 3.4rem auto 0;
}
@media screen and (max-width: 767px) {
  #mv .main_txt .main_txt_txt {
    width: 100%;
    margin-top: 2rem;
  }
}
#mv .point_txt_01 {
  position: absolute;
  top: 2.9rem;
  left: 3.4rem;
}
@media screen and (max-width: 767px) {
  #mv .point_txt_01 {
    width: 40%;
    top: 2rem;
    left: 0;
  }
}
#mv .point_txt_02 {
  position: absolute;
  top: 13.4rem;
  right: 6.6rem;
}
@media screen and (max-width: 767px) {
  #mv .point_txt_02 {
    width: 25%;
    top: 2rem;
    left: 13rem;
  }
}
#mv .point_txt_03 {
  position: absolute;
  top: 41rem;
  left: 10.7rem;
}
@media screen and (max-width: 767px) {
  #mv .point_txt_03 {
    width: 30%;
    top: 2rem;
    left: 23rem;
  }
}
#mv .point_txt_04 {
  position: absolute;
  top: 38rem;
  right: 5.9rem;
}
@media screen and (max-width: 767px) {
  #mv .point_txt_04 {
    width: 30%;
    top: 10rem;
    left: 8rem;
    right: auto;
  }
}
#mv .point_txt_05 {
  position: absolute;
  top: 59.8rem;
  left: 6.4rem;
}
@media screen and (max-width: 767px) {
  #mv .point_txt_05 {
    width: 25%;
    top: 12.5rem;
    left: 19rem;
  }
}
#mv .point_01 {
  position: absolute;
  top: 1.3rem;
  right: 17.8rem;
}
#mv .point_02 {
  position: absolute;
  top: 28.1rem;
  left: 4.2rem;
}
#mv .point_03 {
  position: absolute;
  top: 82.9rem;
  left: 0;
}
#mv .point_04 {
  position: absolute;
  top: 66.3rem;
  right: 5.9rem;
}

/* ---------------------------------------
  #base
-----------------------------------------*/
#base {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #base {
    margin-top: 4rem;
  }
}
#base .ttl {
  width: 41.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #base .ttl {
    width: 80%;
  }
}
#base .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -6.7rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #base .img_box {
    margin-top: 2.5rem;
  }
}
#base .img_box .img_caption {
  width: 32.1rem;
  position: absolute;
  left: -2.6rem;
  top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #base .img_box .img_caption {
    width: 21.1rem;
    left: -2.6rem;
    top: -1.8rem;
  }
}
#base .list {
  width: 104.8rem;
  margin: 6.4rem auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.9rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8rem 3.9rem;
}
@media screen and (max-width: 767px) {
  #base .list {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem 0;
    margin-top: 4rem;
  }
}
#base .list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7a6a56;
  padding: 1rem 0 1rem 1rem;
  border-radius: 1.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1.5882352941;
}
@media screen and (max-width: 767px) {
  #base .list li a {
    padding: 0.5rem 0 0.5rem 0.5rem;
    font-size: 1.3rem;
  }
}
#base .list li .img {
  width: 20.8rem;
}
@media screen and (max-width: 767px) {
  #base .list li .img {
    width: 10rem;
  }
}
#base .list li .txt {
  width: calc(100% - 1rem - 20.8rem);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #base .list li .txt {
    width: calc(100% - 0.5rem - 10rem);
  }
}
#base .list li .txt::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/index/icon_nav.svg) no-repeat center/contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #base .list li .txt::after {
    width: 1.6rem;
    height: 1.6rem;
    right: 0.5rem;
  }
}
#base .list li.nav_01 a {
  background-color: #dfe9e7;
}
#base .list li.nav_02 a {
  background-color: #eddcdd;
}
#base .list li.nav_03 a {
  background-color: #eddcdd;
}
#base .list li.nav_04 a {
  background-color: #dfe9e7;
}

/* ---------------------------------------
  #access
-----------------------------------------*/
#access {
  margin-top: 3.3rem;
  padding-top: 1rem;
}
#access .ttl {
  width: 41.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #access .ttl {
    width: 80%;
  }
}
#access .img_box {
  width: 61.9rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  #access .img_box {
    width: 100%;
  }
}
#access .txt_address {
  margin-top: 1.7rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #access .txt_address {
    font-size: 1.4rem;
  }
}
#access .txt_instagram {
  margin-top: 2.5rem;
  text-align: center;
}
#access .txt_instagram a {
  color: #ad849f;
  font-size: 1.7rem;
  font-weight: 900;
  padding-right: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #access .txt_instagram a {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    padding-right: 3rem;
  }
}
#access .txt_instagram a::after {
  content: "";
  width: 3.7rem;
  height: 3.7rem;
  background: url(../img/index/icon_instagram.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #access .txt_instagram a::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* ---------------------------------------
  footer
-----------------------------------------*/
footer {
  margin-top: -2vw;
}