@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* overwrite
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* access-hdg
-----------------------------------------------------------------*/
.access-hdg {
  margin: 0 0 120px;
  padding: 65px 0;
  background-color: #4a342a;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .access-hdg {
    margin: 0 0 60px;
    padding: 40px 0;
  }
}
.access-hdg .en {
  display: block;
  font-size: 80px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .access-hdg .en {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
}
.access-hdg .ja {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .access-hdg .ja {
    font-size: 18px;
  }
}

/* access-nav
-----------------------------------------------------------------*/
.access-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 100px 0;
  width: 800px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .access-nav {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .access-nav {
    padding: 65px 0;
    width: calc(100% - 40px);
  }
}
.access-nav__item {
  width: 48.5%;
}
.access-nav__item a {
  position: relative;
  display: block;
  padding: 40px 0;
  text-align: center;
  background-color: #9a8852;
  font-size: 28px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .access-nav__item a {
    padding: 20px 0;
    font-size: 16px;
  }
}
.mode-pc .access-nav__item a:hover, .mode-sp .access-nav__item a:active {
  opacity: 0.7;
}
.mode-pc .access-nav__item a:hover::before, .mode-sp .access-nav__item a:active::before {
  translate: -50% 20px;
}
@media only screen and (max-width: 767px) {
  .mode-pc .access-nav__item a:hover::before, .mode-sp .access-nav__item a:active::before {
    translate: -50% 10px;
  }
}
.access-nav__item a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  top: 50%;
  left: 50%;
  translate: -50% 15px;
  rotate: 135deg;
  pointer-events: none;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .access-nav__item a::before {
    width: 10px;
    height: 10px;
    translate: -50% 8px;
  }
}

/* access-hdg-sub
-----------------------------------------------------------------*/
.access-hdg-sub {
  margin: 0 0 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .access-hdg-sub {
    margin: 0 0 25px;
  }
}
.access-hdg-sub .en {
  display: block;
  font-size: 24px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  line-height: 1;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .access-hdg-sub .en {
    font-size: 20px;
  }
}
.access-hdg-sub .ja {
  display: block;
  margin-top: 10px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .access-hdg-sub .ja {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------------------
   sec-access
---------------------------------------------------------------------------*/
.sec-access__hdg {
  margin-bottom: 100px;
  font-size: 32px;
  color: #694a3d;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-access__hdg {
    margin-bottom: 60px;
    font-size: 33px;
  }
}
.sec-access__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .sec-access__content {
    padding: 0 20px;
  }
}
.sec-access__content .txtwap {
  margin: 0 auto 74px;
  max-width: 1065px;
}
@media only screen and (max-width: 767px) {
  .sec-access__content .txtwap {
    margin: 0 auto 44px;
  }
}
.sec-access__content .txtwap--2 {
  max-width: 950px;
}
.sec-access__content .txtwap--2 img {
  width: 100%;
  height: auto;
}
.sec-access__content .time {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-access__content .time {
    margin-bottom: 8vw;
  }
}
.sec-access__content .time img {
  max-width: 100%;
  height: auto;
}
.sec-access__content .rosen {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .sec-access__content .rosen {
    margin-bottom: 25px;
  }
}
.sec-access__content .rosen img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-access__content .rosen--full {
    margin: 0 -20px 25px;
  }
}
.sec-access__content .cap {
  color: #221815;
  font-size: 14px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec-access__content .cap {
    font-size: 13px;
  }
}
.sec-access__txtbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox {
    display: block;
    margin-bottom: 40px;
  }
}
.sec-access__txtbox .imgbox {
  position: relative;
  width: 48%;
  height: 446px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-access__txtbox .imgbox {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .imgbox {
    width: 100%;
    height: auto;
  }
}
.sec-access__txtbox .imgbox figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .imgbox figcaption {
    font-size: 10px;
  }
}
.sec-access__txtbox .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-access__txtbox .imgbox img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .imgbox img {
    width: 100%;
    height: auto;
  }
}
.sec-access__txtbox .txtbox {
  padding-top: 50px;
  width: 48%;
  color: #221815;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-access__txtbox .txtbox {
    padding-top: 2.16vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .txtbox {
    padding-top: 40px;
    width: 100%;
  }
}
.sec-access__txtbox .txtbox__inline {
  max-width: 600px;
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .txtbox__inline {
    max-width: 100%;
    padding: 0 20px;
  }
}
.sec-access__txtbox .txtbox__hdg {
  font-size: 70px;
  font-family: "Times New Roman", "Cormorant Garamond", "Noto Serif JP", serif;
  color: #9a8852;
  opacity: 0.3;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-access__txtbox .txtbox__hdg {
    font-size: 5.83vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .txtbox__hdg {
    font-size: 14vw;
    line-height: 1.8;
  }
}
.sec-access__txtbox .txtbox__txt {
  font-size: 36px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-access__txtbox .txtbox__txt {
    font-size: 2.86vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .txtbox__txt {
    font-size: 7.2vw;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.sec-access__txtbox .txtbox__txt small {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-access__txtbox .txtbox__txt small {
    position: relative;
    top: 0.8vw;
    font-size: 1.53vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.sec-access__txtbox--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-access__txtbox--reverse .txtbox__inline {
  margin: 0 0 0 auto;
  padding: 0 0 0 10px;
}
.sec-access__imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-access__imgbox {
    display: block;
  }
}
.sec-access__imgbox--1 {
  margin-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .sec-access__imgbox--1 {
    margin-bottom: 120px;
  }
}
.sec-access__imgbox .imgbox {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec-access__imgbox .imgbox {
    width: 100%;
  }
}
.sec-access__imgbox .imgbox img {
  width: 100%;
  height: auto;
}
.sec-access__imgbox .imgbox figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  text-align: right;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}
@media only screen and (max-width: 767px) {
  .sec-access__imgbox .imgbox figcaption {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------------------
   sec-location
---------------------------------------------------------------------------*/
.sec-location {
  background-color: #fff;
}
.sec-location__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .sec-location__content {
    padding: 0 20px;
  }
}
.sec-location__txt {
  margin-bottom: 50px;
  font-size: 38px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #221815;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-location__txt {
    margin-bottom: 30px;
    font-size: 29px;
    letter-spacing: 0;
  }
}
.sec-location__imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox {
    display: block;
  }
}
.sec-location__imgbox .imgbox {
  position: relative;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox:first-of-type {
    margin-bottom: 40px;
  }
}
.sec-location__imgbox .imgbox__img {
  margin-bottom: 10px;
}
.sec-location__imgbox .imgbox__img img {
  width: 100%;
  height: auto;
}
.sec-location__imgbox .imgbox__txt {
  font-size: 22px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-location__imgbox .imgbox__txt {
    font-size: 1.63vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt {
    position: relative;
    font-size: 16px;
  }
}
.sec-location__imgbox .imgbox__txt .txt {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-location__imgbox .imgbox__txt .txt {
    font-size: 1.66vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt .txt {
    position: relative;
    font-size: 12px;
  }
}
.sec-location__imgbox .imgbox__txt .txt--1 {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt .txt--1 {
    padding: 0 5px 0 0.8em;
    top: 0.5vw;
    font-size: 12px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
.sec-location__imgbox .imgbox__txt .num {
  position: relative;
  font-size: 50px;
  color: #9a8852;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-location__imgbox .imgbox__txt .num {
    font-size: 4.16vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt .num {
    display: inline-block;
    font-size: 40px;
  }
}
.sec-location__imgbox .imgbox__txt .sm {
  font-size: 14px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-location__imgbox .imgbox__txt .sm {
    font-size: 1.16vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt .sm {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox .imgbox__txt .sm--1 {
    position: absolute;
    right: 0;
    bottom: -12px;
    display: block;
    width: 200px;
    margin-top: 5px;
    text-align: right;
  }
}
.sec-location__imgbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 {
    display: block;
  }
}
.sec-location__imgbox2 .imgbox {
  position: relative;
  width: 44%;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 .imgbox {
    margin-bottom: 20px;
    width: 100%;
  }
}
.sec-location__imgbox2 .imgbox__img img {
  width: 100%;
  height: auto;
}
.sec-location__imgbox2 .imgbox__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.sec-location__imgbox2 .imgbox:first-of-type {
  width: 50%;
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 .imgbox:first-of-type {
    width: 100%;
    padding-top: 0px;
  }
}
.sec-location__imgbox2 .imgbox:first-of-type .imgbox__txt {
  margin-top: 15px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 .imgbox:last-of-type {
    padding-top: 30px;
  }
}
.sec-location__imgbox2 .swiper-wrap {
  position: relative;
}
.sec-location__imgbox2 .swiper-pagination {
  bottom: 0px;
  left: 0;
  padding: 0 10px;
  text-align: left;
}
.sec-location__imgbox2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #694b37;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 .swiper-pagination {
    display: none;
  }
}
.sec-location__imgbox2 .swiper-button-prev,
.sec-location__imgbox2 .swiper-button-next {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox2 .swiper-button-prev,
  .sec-location__imgbox2 .swiper-button-next {
    display: block;
  }
}
.sec-location__imgbox2 .swiper-button-prev::after,
.sec-location__imgbox2 .swiper-button-next::after {
  font-size: 30px;
  color: #fff;
}
.sec-location__imgbox3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox3 {
    display: block;
  }
}
.sec-location__imgbox3 .imgbox {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox3 .imgbox {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.sec-location__imgbox3 .imgbox__img {
  margin-bottom: 10px;
}
.sec-location__imgbox3 .imgbox__img img {
  width: 100%;
  height: auto;
}
.sec-location__imgbox3 .imgbox__txt {
  font-size: 14px;
  line-height: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-location__imgbox3 .imgbox__txt {
    font-size: 14px;
  }
}
.sec-location__imgbox3 .imgbox--1 {
  width: 46%;
}
.sec-location__imgbox3 .imgbox--2 {
  width: 25%;
}
.sec-location__imgbox3 .imgbox--3 {
  width: 25%;
}
.sec-location__vision {
  background-color: #fff;
}
.sec-location__vision > .hdg {
  padding: 25px 0;
  background-color: #4a342a;
  text-align: center;
  font-size: 28px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-location__vision > .hdg {
    padding: 20px 0;
    font-size: 21px;
  }
}
.sec-location__vision .txtbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-location__vision .txtbox {
    display: block;
  }
}
.sec-location__vision .txtbox__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .sec-location__vision .txtbox__img {
    width: 100%;
  }
}
.sec-location__vision .txtbox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}
.sec-location__vision .txtbox__txt {
  width: 50%;
  padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-location__vision .txtbox__txt {
    padding: 3.33vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-location__vision .txtbox__txt {
    width: 100%;
    padding: 30px;
  }
}
.sec-location__vision .txtbox__txt .hdg {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-location__vision .txtbox__txt .hdg {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.sec-location__vision .txtbox__txt .txt {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-location__vision .txtbox__txt .txt {
    font-size: 14px;
  }
}

.shopping-wrap {
  color: #221815;
}
.shopping-wrap__img {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__img {
    margin-bottom: 60px;
  }
}
.shopping-wrap__img img {
  width: 100%;
  height: auto;
}
.shopping-wrap__img figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__img figcaption {
    font-size: 14px;
  }
}
.shopping-wrap__hdg {
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 600;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__hdg {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
.shopping-wrap__nikka {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka {
    margin-bottom: 60px;
  }
}
.shopping-wrap__nikka .nikka {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka {
    display: block;
  }
}
.shopping-wrap__nikka .nikka:not(:last-of-type) {
  margin-bottom: 130px;
}
.shopping-wrap__nikka .nikka--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.shopping-wrap__nikka .nikka__txt {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox {
    margin-bottom: 50px;
  }
}
.shopping-wrap__nikka .nikka__txt .txtbox__hdg {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox__hdg {
    margin-bottom: 20px;
    font-size: 19px;
  }
}
.shopping-wrap__nikka .nikka__txt .txtbox__list {
  border-top: 1px solid rgba(34, 24, 21, .3);
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox__list {
    width: 100%;
  }
}
.shopping-wrap__nikka .nikka__txt .txtbox__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(34, 24, 21, .3);
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox__list li {
    display: block;
    font-size: 14px;
  }
}
.shopping-wrap__nikka .nikka__txt .txtbox__list li span:first-of-type {
  width: 120px;
  color: #9a8852;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox__list li span:first-of-type {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.shopping-wrap__nikka .nikka__txt .txtbox__list li span:last-of-type {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__txt .txtbox__list li span:last-of-type {
    display: block;
    width: 100%;
  }
}
.shopping-wrap__nikka .nikka__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__img {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.shopping-wrap__nikka .nikka__img .img {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__img .img {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
.shopping-wrap__nikka .nikka__img .img--full {
  width: 100%;
}
.shopping-wrap__nikka .nikka__img .img:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__img .img:nth-child(n+3) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .shopping-wrap__nikka .nikka__img .img:first-of-type {
    margin-top: 0;
  }
}
.shopping-wrap__nikka .nikka__img .img figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
.shopping-wrap__nikka .nikka__img .img img {
  width: 100%;
  height: auto;
}

.front-wrap {
  padding: 100px 0 120px;
  background-color: #faf4e8;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .front-wrap {
    padding: 60px 0 70px;
  }
}

.location-wrap {
  padding: 120px 0;
  color: #221815;
}
@media only screen and (max-width: 767px) {
  .location-wrap {
    padding: 60px 0 70px;
  }
}
.location-wrap__imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .location-wrap__imgbox {
    display: block;
    margin-bottom: 60px;
  }
}
.location-wrap__imgbox:last-of-type {
  margin-bottom: 0;
}
.location-wrap__imgbox .img {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .location-wrap__imgbox .img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }
}
.location-wrap__imgbox .img figcaption {
  margin-top: 5px;
  text-align: right;
  font-size: 14px;
}
.location-wrap__imgbox .img img {
  width: 100%;
  height: auto;
}
.location-wrap__spot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot {
    display: block;
    margin-bottom: 60px;
  }
}
.location-wrap__spot:last-of-type {
  margin-bottom: 0;
}
.location-wrap__spot ul {
  width: 48.5%;
  border-top: 1px solid rgba(34, 24, 21, .3);
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot ul {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot ul:last-of-type {
    border-top: none;
  }
}
.location-wrap__spot ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid rgba(34, 24, 21, .3);
}
.location-wrap__spot ul li span:first-of-type {
  margin-right: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot ul li span:first-of-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 389px) {
  .location-wrap__spot ul li span:first-of-type {
    font-size: 12px;
  }
}
.location-wrap__spot ul li span:last-of-type {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot ul li span:last-of-type {
    font-size: 12px;
  }
}
.location-wrap__spot ul li span:last-of-type strong {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .location-wrap__spot ul li span:last-of-type strong {
    font-size: 13px;
  }
}
@media screen and (max-width: 389px) {
  .location-wrap__spot ul li span:last-of-type strong {
    font-size: 12px;
  }
}
.location-wrap__map img {
  width: 100%;
  height: auto;
}

.gmap-wrap {
  padding: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap {
    padding: 0 0 70px;
  }
}
.gmap-wrap #gmap-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #gmap-categories {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.gmap-wrap #gmap-categories li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19.7%;
  height: 60px;
  background-color: #f9f6ef;
  color: #4a342a;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.gmap-wrap #gmap-categories li.is-current, .gmap-wrap #gmap-categories li:hover {
  background-color: #4a342a;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .gmap-wrap #gmap-categories li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #gmap-categories li {
    width: calc(33.33333% - 1px);
    font-size: 12px;
  }
  .gmap-wrap #gmap-categories li:nth-child(n+4) {
    width: calc(50% - 1px);
    margin-top: 2px;
  }
}
.gmap-wrap__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap__contents {
    display: block;
    height: auto;
  }
}
.gmap-wrap #gmap {
  width: 58%;
  height: 700px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #gmap {
    width: 100%;
    height: 350px;
  }
}
.gmap-wrap #gmap .gm-style-iw-d {
  color: #4a342a;
  line-height: 1.8;
}
.gmap-wrap #gmap .gm-style iframe {
  border: none !important;
}
.gmap-wrap #gmap .gm-style img {
  pointer-events: none;
}
.gmap-wrap #facility-wrap {
  position: relative;
  width: 42%;
  min-height: 350px;
  height: 100%;
  overflow: auto;
  background-color: #efe8d8;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-wrap {
    width: 100%;
    min-height: auto;
    max-height: 320px;
    height: auto;
  }
}
.gmap-wrap #facility-wrap .ps__rail-y {
  background-color: rgba(0, 0, 0, .2); /* スクロールバーの背景色 */
  width: 5px; /* スクロールバーの幅 */
  right: 0px; /* スクロールバーの位置調整 */
  opacity: 1 !important; /* スクロールバーを常に表示 */
}
.gmap-wrap #facility-wrap .ps__thumb-y {
  background-color: #4a342a; /* スクロールバーの色 */
  border-radius: 4px; /* スクロールバーの角丸 */
  width: 5px; /* スクロールバーの幅 */
  right: 0;
  opacity: 1 !important; /* スクロールバーを常に表示 */
}
.gmap-wrap #facility-wrap .ps-container {
  overflow: hidden !important; /* 自然なスクロールバーを非表示 */
  position: relative;
}
.gmap-wrap #facility-list {
  width: 100%;
  padding: 15px 30px 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .gmap-wrap #facility-list {
    padding: 1.25vw 2.5vw 2.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list {
    padding: 10px 20px 20px;
  }
}
.gmap-wrap #facility-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid rgba(105, 75, 55, .2);
  color: #221815;
  line-height: 1.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list li {
    padding: 10px 0;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.gmap-wrap #facility-list li:hover {
  opacity: 0.7;
}
.gmap-wrap #facility-list li .name {
  position: relative;
  margin-right: 10px;
  padding-left: 25px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list li .name {
    font-size: 13px;
  }
}
.gmap-wrap #facility-list li .name span {
  position: absolute;
  left: 0;
  top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
  background-color: #4a342a;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list li .name span {
    top: 3px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 20px;
  }
}
.gmap-wrap #facility-list li.property-item .name {
  color: #b0132d;
}
.gmap-wrap #facility-list li.property-item .name span {
  top: -2px;
  width: 20px;
  height: 30px;
  background-color: transparent;
  background-image: url(../../images/access/map_logo.svg);
  background-position: 50% 50%;
  background-size: contain;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list li.property-item .name span {
    top: -3px;
    width: 20px;
    height: 28px;
  }
}
.gmap-wrap #facility-list li .times {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap #facility-list li .times {
    font-size: 13px;
  }
}
.gmap-wrap__property {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  font-size: 13px;
  font-weight: 500;
  color: #4a342a;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap__property {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    font-size: 12px;
  }
}
.gmap-wrap__property img {
  margin-right: 6px;
}
@media only screen and (max-width: 767px) {
  .gmap-wrap__property img {
    width: 11px;
    height: 11px;
  }
}