@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=======================================================================

 LOCATION

========================================================================*/
.page-location .heading {
  padding-top: 30px;
  padding-bottom: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location .heading {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-location .heading {
    padding-bottom: 70px;
  }
}
.page-location .heading .inner {
  width: 100%;
  max-width: 860px;
  text-align: center;
}
.page-location .heading .ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-location .heading .ttl {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.page-location .heading .ttl + .txt {
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-location .heading .ttl + .txt {
    letter-spacing: 0.03em;
  }
}
.page-location .heading .map {
  max-width: 1160px;
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location .heading .map {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .page-location .heading .map {
    margin-top: 40px;
  }
}
.page-location .l-captArea {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-location .l-captArea {
    text-align: left;
  }
}
.page-location .wrap {
  position: relative;
}
.page-location .u-align--left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .page-location .u-align--left {
    text-align: right !important;
  }
}

/* location_ttl（Shopping）
-------------------------------------------------------*/
.location_ttl {
  position: relative;
  max-width: 530px;
  padding-bottom: 21px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .location_ttl {
    padding-bottom: 16px;
    margin-bottom: 14px;
  }
}
.location_ttl img {
  width: 90%;
  max-width: 385px;
}
.location_ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f5aa00), color-stop(0%, #be8915), color-stop(65%, #be8915), color-stop(80%, #efca84), to(rgba(244, 231, 207, 0)));
  background: linear-gradient(to right, #f5aa00, #be8915 0%, #be8915 65%, #efca84 80%, rgba(244, 231, 207, 0) 100%);
  padding-right: 0;
  margin: auto;
}

/* location_contents common
-------------------------------------------------------*/
.location_contents + .location_contents {
  margin-top: 150px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_contents + .location_contents {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .location_contents + .location_contents {
    margin-top: 60px;
  }
}
.location_contents .inner {
  max-width: 1160px;
}
.location_contents figcaption {
  font-size: 1.5rem;
  margin-top: 8px;
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_contents figcaption {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .location_contents figcaption {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.location_contents .flexL,
.location_contents .flexR {
  position: relative;
  width: 48.1818181818%;
}
@media screen and (max-width: 767px) {
  .location_contents .flexL,
  .location_contents .flexR {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .location_contents .flexR {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.location_contents .figure__sub {
  width: 49.0566037736%;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .location_contents .figure__sub {
    width: 100%;
  }
}
/* location_contents
-------------------------------------------------------*/
.location_main .copy {
  font-size: 1.9rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_main .copy br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .location_main .copy {
    font-size: min(4vw, 20px);
  }
  .location_main .copy br {
    display: none;
  }
}
.location_main .flexL .figure__sub {
  margin-top: 45px;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_main .flexL .figure__sub {
    margin-top: 30px;
  }
}
.location_sub {
  position: relative;
  margin-top: 25px;
}

/* location_area
-------------------------------------------------------*/
.location_area {
  background-color: #fff;
  padding: 25px 28px 20px 30px;
  border: 1px solid #c0a55c;
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_area {
    padding: 20px 17px 17px 25px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .location_area {
    padding: 20px;
    margin-top: 20px;
  }
}
.location_area__ttl {
  font-weight: 600;
  margin-bottom: 13px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .location_area__ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .location_area__txt {
    line-height: 1.8;
  }
}
.location_area .txtArea {
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .location_area .txtArea {
    width: 100% !important;
    margin-top: 0;
  }
}
.location_area .txt__base {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_area .txt__base {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .location_area .txt__base {
    font-size: min(3.6vw, 18px);
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .location_area .imgArea {
    width: 100% !important;
    margin-top: 15px;
  }
}

/* location_area2
-------------------------------------------------------*/
.location_area2__wrap {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../../location/images/location_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.location_area2 {
  background-color: #fff;
  padding: 25px 25px 7px 28px;
  border: 4px solid #ffca22;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_area2 {
    padding: 25px 30px 7px 30px;
  }
}
@media screen and (max-width: 767px) {
  .location_area2 {
    padding: 20px;
    margin-top: 20px;
  }
}
.location_area2 + .location_area2 {
  margin-top: 30px;
}
.location_area2__ttl {
  font-size: 2.4rem;
  color: #7a6338;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .location_area2__ttl {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .location_area2__txt {
    margin-top: 8px;
    line-height: 1.8;
  }
}
.location_area2 .txtArea {
  position: relative;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .location_area2 .txtArea {
    width: 100% !important;
    margin-top: 0;
  }
}
.location_area2 .txt__base {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location_area2 .txt__base {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .location_area2 .txt__base {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .location_area2 .imgArea {
    width: 100% !important;
    margin-top: 15px;
  }
}

/* shopping
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #shopping .shopping02 {
    overflow: hidden;
  }
  #shopping .shopping02 img {
    width: 100%;
    height: 165px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#shopping .shopping03 {
  z-index: 2;
  position: relative;
  width: 58.4905660377%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #shopping .shopping03 {
    width: 48%;
    margin-left: 0;
  }
}
#shopping .shopping03_sub {
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #shopping .shopping03_sub {
    padding-right: 0;
    position: relative;
    top: auto;
    width: 48%;
  }
}
#shopping .location_area2 .txtArea {
  z-index: 2;
  position: relative;
  width: 48.0769230769%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #shopping .location_area2 .txtArea {
    width: 100% !important;
  }
}
#shopping .location_area2 .imgArea {
  width: 50%;
  max-width: 520px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #shopping .location_area2 .imgArea {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #shopping .location_area2 .imgArea {
    max-width: 100%;
  }
}
#shopping .location_area2 .--location_area01 figcaption {
  text-align: left;
}
#shopping .location_area2 .--location_area02 .txtArea {
  width: 63.75%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #shopping .location_area2 .--location_area02 .txtArea {
    width: 63%;
  }
}
#shopping .location_area2 .--location_area02 .txtArea .txt {
  width: 90%;
  max-width: 580px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #shopping .location_area2 .--location_area02 .txtArea .txt {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #shopping .location_area2 .--location_area02 .txtArea .txt {
    width: 100%;
    max-width: 100%;
  }
}
#shopping .location_area2 .--location_area02 .txtArea .img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #shopping .location_area2 .--location_area02 .txtArea .img {
    margin-top: 10px;
  }
}
#shopping .location_area2 .--location_area02 .txtArea .img figcaption {
  position: relative;
  margin-top: -24px;
  margin-right: 29px;
}
#shopping .location_area2 .--location_area02 .imgArea {
  width: 36.25%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #shopping .location_area2 .--location_area02 .imgArea {
    width: 37%;
  }
}
@media screen and (max-width: 767px) {
  #shopping .location_area2 .--location_area02 .imgArea {
    margin-top: 15px;
  }
}

/* nature
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #nature .flexL {
    margin-top: 12.5px;
  }
}
#nature .flexR {
  position: relative;
  margin-top: -5px;
}
#nature .flexR .wrap {
  position: relative;
  margin-top: 60px;
}
#nature .nature02 {
  z-index: 2;
  position: relative;
  width: 58.4905660377%;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #nature .nature02 {
    width: 70%;
  }
}
#nature .nature02_sub {
  z-index: 2;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #nature .nature02_sub {
    top: -15px;
    width: 35%;
    padding-right: 0;
  }
}
#nature .location_area .txtArea {
  z-index: 2;
  position: relative;
  width: 47.1153846154%;
}
#nature .location_area .imgArea {
  width: 50%;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  #nature .location_area .imgArea {
    max-width: 100%;
  }
}
#nature .location_area .imgArea .col2 {
  width: 49.0384615385%;
}
#nature .location_area .--location_area01 figcaption {
  text-align: left;
}
#nature .location_area .--location_area02 {
  margin-top: 35px;
}
#nature .location_area .--location_area02 .txtArea .img {
  width: 80%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

/* daily
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #daily .location_main .col2 {
    width: 100%;
  }
  #daily .location_main .col2 + .col2 {
    margin-top: 25px;
  }
}
#daily .location_sub {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #daily .location_sub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #daily .location_sub {
    margin-top: 25px;
  }
}
#daily .location_sub .col4 {
  position: relative;
  z-index: 2;
  width: 25.4545454545%;
  max-width: 280px;
  margin-right: 2.3636363636%;
}
@media screen and (max-width: 767px) {
  #daily .location_sub .col4 {
    width: 48% !important;
    max-width: 100%;
    margin-right: 0;
  }
  #daily .location_sub .col4:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #daily .location_sub .col4:last-child {
    position: absolute;
    top: -20px;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 21.8181818182%;
  }
}
@media screen and (max-width: 767px) {
  #daily .location_sub .col4:last-child {
    width: 42% !important;
  }
}
#daily .location_area {
  margin-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #daily .location_area {
    margin-top: 25px;
  }
}
#daily .location_area .txtArea {
  width: 41.9847328244%;
}
#daily .location_area .imgArea {
  width: 55.3435114504%;
}
#daily .location_area .imgArea .col3 {
  width: 48.275862069%;
}

/* cafe
-------------------------------------------------------*/
#cafe .location_sub {
  margin-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .location_sub {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #cafe .location_sub {
    margin-top: 30px;
  }
}
#cafe .location_sub .wrap + .wrap {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .location_sub .wrap + .wrap {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #cafe .location_sub .wrap + .wrap {
    margin-top: 40px;
  }
}
#cafe .location_sub .wrap .imgArea {
  width: 55.4545454545%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .location_sub .wrap .imgArea {
    width: 61.5%;
  }
}
@media screen and (max-width: 767px) {
  #cafe .location_sub .wrap .imgArea {
    width: auto;
    position: relative;
    margin-left: -5%;
    margin-right: -5%;
  }
}
#cafe .location_sub .wrap .txtArea {
  position: relative;
  width: 40.9090909091%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .location_sub .wrap .txtArea {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  #cafe .location_sub .wrap .txtArea {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#cafe .location_sub .wrap .txtArea .img {
  width: 86.6666666667%;
}
@media screen and (max-width: 767px) {
  #cafe .location_sub .wrap .txtArea .img {
    width: 100%;
  }
}
#cafe .location_sub .wrap .txtArea .img2 {
  z-index: 2;
  position: absolute;
  top: 110px;
  right: 0;
  margin: auto;
  width: 35.5555555556%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .location_sub .wrap .txtArea .img2 {
    top: 30%;
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  #cafe .location_sub .wrap .txtArea .img2 {
    width: 30%;
    top: 130px;
    right: -13%;
  }
}
#cafe .location_sub2 .location_sub2__shop {
  width: 48.1818181818%;
}
#cafe .location_sub2 .location_sub2__shop .txt {
  margin-top: 7px;
  text-align: right;
}
#cafe .cafe__name {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .cafe__name {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 767px) {
  #cafe .cafe__name {
    font-size: 1.7rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#cafe .cafe__spec {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #cafe .cafe__spec {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #cafe .cafe__spec {
    font-size: 1.4rem;
  }
}

/*=======================================================================

 location map

========================================================================*/
.location__map .inner {
  max-width: 1160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .location__map .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.location__map .ttl {
  line-height: 1.9;
  letter-spacing: 0.1em;
}
.location__map .location__map__txt {
  margin-top: 5px;
  position: relative;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .location__map .location__map__txt {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.location__map .location__map__txt::before {
  content: "";
  background-color: #facd89;
  width: 20px;
  height: 10px;
  display: inline-block;
  margin-right: 7px;
}

/*=======================================================================

 location lifeinfo

========================================================================*/
.location__lifeinfo .inner {
  max-width: 1020px;
}
.location__lifeinfo .lifeinfoList {
  /*
  -------------------------------------------------------*/
  /*
  -------------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .location__lifeinfo .lifeinfoList .flexR {
    margin-top: 25px;
  }
}
.location__lifeinfo .lifeinfoList .flexL,
.location__lifeinfo .lifeinfoList .flexR {
  width: 47.9166666667%;
}
@media screen and (max-width: 767px) {
  .location__lifeinfo .lifeinfoList .flexL,
  .location__lifeinfo .lifeinfoList .flexR {
    width: 100%;
  }
}
.location__lifeinfo .lifeinfoList .wrap + .wrap {
  margin-top: 25px;
}
.location__lifeinfo .lifeinfoList .ttl {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location__lifeinfo .lifeinfoList .ttl {
    font-size: 1.7rem;
  }
}
.location__lifeinfo .lifeinfoList .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(-120deg, rgb(190, 137, 21) 0%, rgb(242, 229, 206) 17.21%, rgb(190, 137, 21) 49.77%, rgb(192, 141, 29) 54.49%, rgb(199, 153, 50) 61.67%, rgb(209, 173, 84) 70.35%, rgb(220, 192, 118) 77.68%, rgb(192, 150, 70) 90.8%, rgb(171, 119, 33) 100%);
  margin: auto;
}
.location__lifeinfo .lifeinfoList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.location__lifeinfo .lifeinfoList ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #ddd;
}
.location__lifeinfo .lifeinfoList ul li span {
  font-size: 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .location__lifeinfo .lifeinfoList ul li span {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 767px) {
  .location__lifeinfo .lifeinfoList ul li span {
    font-size: 1.2rem;
  }
}
.location__lifeinfo .lifeinfoList ul li span:nth-of-type(1) {
  margin-left: 0;
  margin-right: auto;
}
.location__lifeinfo .lifeinfoList ul li span:nth-of-type(2) {
  width: 5.2em;
  text-align: right;
}
.location__lifeinfo .lifeinfoList ul li span:nth-of-type(3) {
  width: 6.2em;
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 {
    font-size: 1.45rem;
  }
}
.page-location2 .copy {
  font-size: 3.6rem;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-location2 .copy {
    font-size: 36px;
    font-size: 5.1428571429vw;
    margin-bottom: 0.4em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .copy {
    font-size: 3.2rem;
    margin-bottom: 0.3em;
  }
}
.page-location2 .read {
  font-size: 1.9rem;
  line-height: 1.8947368421;
  letter-spacing: 0.05em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .page-location2 .read {
    font-size: 19px;
    font-size: 2.7142857143vw;
  }
}
.page-location2 .heading {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .heading {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .heading {
    padding-bottom: 40px;
  }
}
.page-location2 .location_contents2 + .location_contents2 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2 + .location_contents2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 + .location_contents2 {
    margin-top: 100px;
    margin-top: 14.2857142857vw;
  }
}
.page-location2 .location_contents2 .wrap {
  position: relative;
  max-width: 1100px;
  width: 93%;
  margin-inline: auto;
}
.page-location2 .location_contents2 .location-imgArea {
  position: relative;
  width: 50.9090909091%;
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location-imgArea {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2 .location-txtArea {
    width: 45.4545454545%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2 .location-txtArea {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location-txtArea {
    width: 100%;
    padding-top: 0px;
    padding-top: 0vw;
  }
}
.page-location2 .location_contents2 .location__name {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2 .location__name {
    font-size: 3.1rem;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: calc(100% + 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2 .location__name {
    top: -2em;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location__name {
    font-size: 32px;
    font-size: 5vw;
    margin-bottom: 7px;
  }
}
.page-location2 .location_contents2 .location__name small {
  font-size: 60%;
  margin-left: 1em;
}
.page-location2 .location_contents2 .location__copy {
  font-family: YakuHanMP, "Shippori Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2 .location__copy {
    position: absolute;
    top: 0;
    left: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location__copy {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2 .location__copy .copy {
    font-size: 3.1rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2 .location__copy .copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location__copy .copy {
    font-size: 32px;
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2 .location__copy .txt {
    line-height: 1.6;
  }
}
.page-location2 .location_contents2 .location__txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2 .location__txt {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2 .location__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: auto;
    margin-bottom: 0;
  }
  .page-location2 .location_contents2 .location__list .location__list__item {
    width: 31.2%;
  }
}
.page-location2 .location_contents2.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-location2 .location_contents2.--reverse .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-location2 .location_contents2.--reverse .location-imgArea {
  position: static;
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2.--reverse .location__name {
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location_contents2.--reverse .location__copy {
    top: 30px;
    left: 30px;
    width: 42.7272727273%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2.--reverse .location__copy {
    top: 20px;
    left: 20px;
    width: 43.6363636364%;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location__list .location__list__item.slick-slide {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location__list.--col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
  }
  .page-location2 .location__list.--col4 .location__list__item {
    width: 100%;
    max-width: 256px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location__list.--col4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-location2 .location__list.--col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .page-location2 .location__list.--col3 .location__list__item {
    width: 100%;
  }
}
.page-location2 .location__list.--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 767px) {
  .page-location2 .location__list.--col2 {
    grid-gap: 20px;
  }
}
.page-location2 .location__list.--col2 .location__list__item {
  width: 100%;
}
.page-location2 .location__list2__wrap {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .page-location2 .location__list2__wrap {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .page-location2 .location__list2__wrap .inner {
    width: 93%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-location2 .location__list2 .location__list2__item {
  width: 45%;
}
@media screen and (min-width: 768px) {
  .page-location2 .location__list2 .location__list2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .page-location2 .location__list2 .location__list2__item img {
    width: 48%;
  }
  .page-location2 .location__list2 .location__list2__item .shop__name {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location__list2 .location__list2__item {
    width: 48%;
  }
}
.page-location2 .shop__name {
  min-height: 2em;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-location2 .shop__name {
    font-size: 20px;
    font-size: 3.3333333333vw;
  }
}
.page-location2 .shop__name small {
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 0.15em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2.--location1 {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2.--location2, .page-location2 .location_contents2.--location3 {
    margin-top: 120px !important;
  }
}
.page-location2 .location_contents2.--location5 .wrap {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#00a199), to(#2a78b2));
  background: linear-gradient(to right, #00a199, #2a78b2);
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2.--location5 .wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2.--location5 .wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2.--location5 .location-imgArea {
    margin-bottom: 15px;
  }
}
.page-location2 .location_contents2.--location5 .location-txtArea .location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-location2 .location_contents2.--location5 .location-txtArea .location__list .location__list__item {
  width: 47.8723404255%;
}
.page-location2 .location_contents2.--location6 .wrap {
  background: linear-gradient(45deg, #f9f9f9, #eee);
  padding: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-location2 .location_contents2.--location6 .wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2.--location6 .wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2.--location6 .location-imgArea {
    margin-bottom: 15px;
  }
}
.page-location2 .location_contents2.--location6 .location-txtArea {
  padding-top: 0;
}
.page-location2 .location_contents2.--location6 .location-txtArea .location__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-location2 .location_contents2.--location6 .location-txtArea .location__list .location__list__item {
  width: 47.8723404255%;
}
.page-location2 .location_contents2.--location6 .location-txtArea .location__list .location__list__item:nth-of-type(n + 3) {
  margin-top: 15px;
}
.page-location2 .location_contents2.--season .location__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}
@media screen and (max-width: 767px) {
  .page-location2 .location_contents2.--season .location__list {
    grid-gap: 3px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-location2 .location_contents2.--season .location__list .location__list__item {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .js-slider {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    visibility: hidden;
  }
  .js-slider.slick-initialized {
    visibility: visible;
  }
  .js-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .js-slider .slick-slide img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .js-slider2 {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    visibility: hidden;
  }
  .js-slider2.slick-initialized {
    visibility: visible;
  }
  .js-slider2 .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
  .js-slider2 .slick-slide img {
    width: 100%;
  }
  .js-slider2 .slick-dots {
    bottom: -30px;
  }
  .js-slider2 .slick-active button:before {
    color: #b68f1a !important;
  }
}/*# sourceMappingURL=page-location.css.map */