@charset "UTF-8";

/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

main {
  font-family: "RyuminPro", serif;
  /* background-color: #0e3521;
  color: #fff; */
}

main img {
  max-width: 100%;
}

.comfort {
  background: #eaede7;
  padding-top: 139px;
}

.comfort h2 {
  font-size: 35px;
  border-top: #595757 1.3px solid;
  position: relative;
  padding-top: 10px;
}

h2::before {
  content: "";
  border: #595757 3px solid;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
}

h2 span {
  font-size: 17px;
  margin-left: 34px;
}

h3 {
  font-size: 35px;
  letter-spacing: -1px;
}

.comfort img {
  margin-top: 115px;
}

.comfort .wrap img {
  margin-top: -40px;
}

.comfort p.subtitle {
  font-size: 28px;
  margin-top: 74px;
}

.district {
  background: #eaede7;
  padding-top: 120px;
  padding-bottom: 104px;
}

.district p.subheading {
  font-size: 25px;
  text-indent: -0.6em;
}

.district p.subtitle {
  font-size: 28px;
  margin-top: 28px;
  line-height: 2;
}

.district p.lead-text {
  font-size: 20px;
  line-height: 2.25;
  margin-top: 36px;
  margin-bottom: 80px;
}

.district p.district-annotation {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 57px;
}

.restaurant {
  width: 100%;
  height: 1150px;
  background-image: url(../images/location/02/food_bg.webp);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.restaurant p.subheading {
  font-size: 25px;
  text-align: center;
  padding-top: 130px;
}

.restaurant p.title {
  font-size: 55px;
  text-align: center;
}

.restaurant p.lead-text {
  font-size: 28px;
  text-align: center;
  margin-top: 80px;
}

.restaurant .location02-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8.4%;
  max-width: 1300px;
  margin-top: 105px;
}

.restaurant .location02-flex {
  display: flex;
  color: #fff;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}

.menu-grid {
  display: grid;
  grid-template-columns: 50% 43.8%;
  gap: 22px;
}

.menu-text {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.slash-border {
  position: relative;
  height: 120%;
}

.slash-border::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  width: 0.59px;
  height: 100%;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: top left;
}

.shop-name {
  font-size: 24px;
  line-height: 1.2;
}

.on-foot {
  font-size: 14px;
  text-align: right;
}

.restaurant p.restaurant-annotation {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 48px;
}

.information {
  background: #eaede7;
  padding-top: 120px;
  padding-bottom: 104px;
}

.infomation-wrap {
  margin: 90px 0;
}

.information h3 {
  font-size: 35px;
  letter-spacing: -1px;
  margin-bottom: 112px;
}

.information h4.tab {
  font-size: 22px;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border-radius: 2px;
  margin-top: 32px;
}

.information p.lead-text {
  font-size: 36px;
  text-align: center;
  margin-top: 80px;
  letter-spacing: 5px;
}

.tab.pink {
  color: #da5278;
  border: #da5278 1px solid;
}

.tab.blue {
  color: #1e8095;
  border: #1e8095 1px solid;
}

.tab.orange {
  color: #bb5a31;
  border: #bb5a31 1px solid;
}

.tab.yellow {
  color: #947f28;
  border: #947f28 1px solid;
}

.tab.purple {
  color: #373675;
  border: #373675 1px solid;
}

.information-grid {
  display: grid;
  grid-template-columns: 30.5% 30.5% 30.5%;
  gap: 1.14%;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 30px;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
  padding: 60px 0 55px;
  /* background-color: #fff; */
}

.main-visual {
  position: relative;
  line-height: 0;
  border: none;
}

.main-visual .annotation {
  bottom: -12px;
}

.comfort sup {
  font-size: 10px;
  /* vertical-align: text-top; */
}

.location02-grid {
  display: grid;
  grid-template-columns: 36.5% 62%;
  gap: 18px;
  max-width: 1300px;
}

figure figcaption.map-caption {
  position: absolute;
  font-size: 14px;
  right: 20px;
  bottom: 20px;
}

figure figcaption.information-caption {
  position: absolute;
  font-size: 14px;
  right: -1px;
  bottom: -10px;
}

.list-grid.one-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 10px;
}

.two-column {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 3%;
  margin-top: 10px;
}

.list {
  font-size: 20px;
  border-bottom: #231815 1px solid;
  margin-top: 45px;
  margin-bottom: 10px;
}

.list-grid ul {
  display: grid;
  gap: 10px;
}

.list-grid ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.list-grid .shop {
  font-size: 19px;
  /* white-space: nowrap; */
}

.list-grid .line {
  flex-grow: 1;
  height: 2px;
  background-image: radial-gradient(circle, #595757 1px, transparent 1px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

.list-grid .on-foot {
  font-size: 16px;
  white-space: nowrap;
}

.number-circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 5px;
}

.number-circle.pink {
  background: #da5278;
}

.number-circle.blue {
  background: #1e8095;
}

.number-circle.orange {
  background: #bb5a31;
}

.number-circle.yellow {
  background: #947f28;
}

.number-circle.purple {
  background: #373675;
}

@media screen and (max-width: 768px) {
  .comfort {
    background: #eaede7;
    padding-top: 139px;
  }

  .comfort h2 {
    font-size: 19px;
    border-top: #595757 1.3px solid;
    position: relative;
    padding-top: 10px;
  }

  h2::before {
    content: "";
    border: #595757 3px solid;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
  }

  h2 span {
    font-size: 14px;
    margin-left: 16px;
  }

  h3 {
    font-size: 24px;
  }

  .comfort img {
    margin-top: 40px;
  }

  .comfort .wrap img {
    margin-top: 40px;
  }

  .comfort p.subtitle {
    font-size: 19px;
    margin-top: 26px;
  }

  .comfort p.lead-text {
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .district p.subheading {
    font-size: 19px;
  }

  .district p.subtitle {
    font-size: 19px;
    margin-top: 0;
  }

  .district p.lead-text {
    font-size: 16px;
    line-height: 2.25;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .district {
    padding-top: 40px;
  }

  .restaurant {
    width: 100%;
    height: auto;
    background-image: url(../images/location/02/food_bg.webp);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding-bottom: 40px;
  }

  .shop-name {
    font-size: 19px;
    line-height: 1.2;
  }

  .on-foot {
    font-size: 12px;
    text-align: right;
  }

  .restaurant p.subheading {
    font-size: 19px;
    text-align: center;
    padding-top: 40px;
  }

  .restaurant p.title {
    font-size: 36px;
    text-align: center;
  }

  .restaurant p.lead-text {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
  }

  .restaurant .location02-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
    margin-top: 50px;
  }

  .restaurant p.restaurant-annotation {
    font-size: 10px;
  }

  .information {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .infomation-wrap {
    margin: 90px 0;
  }

  .information h4.tab {
    font-size: 14px;
    height: 25px;
    margin-top: 16px;
  }

  .information h3 {
    font-size: 19px;
    margin-bottom: 60px;
  }

  .information p.lead-text {
    font-size: 18px;
    text-align: center;
    margin-top: 80px;
    letter-spacing: 5px;
  }

  .information-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    justify-content: space-between;
    margin-top: 16px;
    margin-bottom: 30px;
  }

  .list {
    font-size: 14px;
    border-bottom: #231815 1px solid;
    margin-top: 10px;
  }

  .list-grid.one-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 10px;
  }

  .list-grid.two-column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3%;
    margin-top: 10px;
  }

  .location02-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
  }

  .list-grid .shop {
    font-size: 14px;
  }

  .list-grid .on-foot {
    font-size: 12px;
  }

  .number-circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }

  .swipe {
    display: block;
    text-align: center;
  }

  .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }

  figure figcaption.map-caption {
    position: absolute;
    font-size: 14px;
    right: 20px;
    bottom: -10px;
  }

  .chitofuna {
    margin-top: 100px;
  }
}



/*# sourceMappingURL=access.css.map */