@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#location {
  color: #221706;
}

@media (min-width: 768px) {
  #location {
    background-attachment: fixed;
  }
}

#location .image,
#location .images {
  position: relative;
}

#location .page-content .wrap {
  max-width: 1000rem;
}

#location .intro div,
#location .intro li {
  position: relative;
}

#location .intro .wrap {
  max-width: 1200rem;
}

#location .intro .bg {
  position: relative;
  padding: 55rem 0 75rem;
  margin-bottom: 45rem;
  background: url(../images/location/intro-bg.png) center no-repeat;
  background-size: auto 100%;
  text-align: center;
}

#location .intro .txt {
  font-size: 24rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 50rem;
}

#location .intro .lead {
  font-size: 14rem;
  line-height: 2.2;
}

#location .intro .body {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100rem;
}

#location .intro .body .map {
  width: 52%;
}

#location .intro .body .details {
  width: 44%;
}

#location .intro .body .imgs-list {
  padding-bottom: 10rem;
}

#location .intro .body .annotation {
  font-size: 10rem;
  line-height: 1.5;
  padding-bottom: 50rem;
}

#location .intro .body .text01 {
  padding-bottom: 25rem;
  margin-bottom: 15rem;
  border-bottom: 1px solid #221706;
  font-size: 24rem;
  line-height: 1.5;
}

#location .intro .body .text02 {
  font-size: 14rem;
  line-height: 2.8;
}

#location .sections .header {
  margin-bottom: 105rem;
  padding: 170rem 0;
  position: relative;
  background: url(../images/location/section01-mv-pc.jpg) center;
  background-size: cover;
}

#location .sections .header .title {
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 40rem;
}

#location .sections.section-gourmet .header {
  background: url(../images/location/section02-mv-pc.jpg) center;
  background-size: cover;
}

#location .sections .sub-header .lead,
#location .sections .section-lead {
  text-align: center;
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 35rem;
}

#location .sections .section-text,
#location .sections .sub-header .text {
  padding-bottom: 100rem;
  text-align: center;
  font-size: 14rem;
  line-height: 2.8;
}

#location .sections .sub-header .sub-title {
  font-size: 26rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 55rem;
}

#location .sections .sub-section {
  padding-bottom: 100rem;
}

#location .sections .img-box {
  border: 1px solid #221706;
  padding: 8rem;
}

#location .sections .img-box .row01 {
  position: relative;
  margin-bottom: 5rem;
}

#location .sections .img-box div,
#location .sections .img-box li {
  position: relative;
}

#location .sections .img-box .box {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

#location .sections .img-box ul {
  display: flex;
  align-items: flex-start;
  gap: 5rem;
}

#location .sections .img-box ul + ul {
  margin-top: 5rem;
}

#location .sections .img-box .row02 .in {
  width: 107%;
}

#location .sections .img-box .img {
  width: 57.5%;
}

#location .sections .sub-public .img-box .row02 .in {
  width: 95.5%;
}

#location .sections .sub-public .img-box ul {
  display: block;
  width: 100%;
}

#location .sections .sub-public .img-box ul li + li {
  margin-top: 5rem;
}

#location .sections .sub-public .img-box .img {
  width: 200%;
}

#location .sections .annotation {
  padding-top: 12rem;
  font-size: 10rem;
  line-height: 1.5;
  text-align: right;
}

#location .section-gourmet .sub-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#location .section-gourmet .sub-section .img01 {
  width: 50%;
}

#location .section-gourmet .sub-section .details {
  width: 42%;
  text-align: left;
}

#location .section-gourmet .sub-section .category {
  font-size: 16rem;
  line-height: 1.5;
  padding-bottom: 6rem;
}

#location .section-gourmet .sub-section .sub-title {
  font-size: 24rem;
  line-height: 1.5;
  font-weight: normal;
  padding-bottom: 13rem;
  border-bottom: 1px solid #221706;
  margin-bottom: 10rem;
  text-align: left;
}

#location .section-gourmet .sub-section .minutes {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 14rem;
}

#location .section-gourmet .sub-section .text {
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 18rem;
  text-align: left;
}

#location .section-gourmet .sub-section .data-wrap {
  background-color: #FFFFFF;
  padding: 12rem;
  margin-bottom: 16rem;
  font-size: 11rem;
}

#location .section-gourmet .sub-section .data-wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

#location .section-gourmet .sub-section .data-wrap dt {
  width: 80rem;
  font-weight: normal;
  line-height: 1.6;
}

#location .section-gourmet .sub-section .data-wrap dd {
  width: calc(100% - 80rem);
  box-sizing: border-box;
  padding-left: 15rem;
  line-height: 1.6;
}

#location .section-gourmet .sub-section .image-list {
  display: flex;
}

#location .section-gourmet .sub-section.sub-gourmet02 .img01 {
  order: 1;
}

#location .section-gourmet .sub-section.sub-gourmet02 .details {
  order: 0;
}

#location .page-annotation {
  background-color: transparent;
}

#location .annotation,
#location .caption {
  font-family: "Noto Serif JP", serif;
}

#location .life-info .section-title {
  margin: 0 auto;
  max-width: 500rem;
  padding-bottom: 5rem;
  margin-bottom: 70rem;
  text-align: center;
}

#location .life-info {
  text-align: center;
}

#location .life-info .wrap {
  max-width: 1000px;
}

#location .life-info .tit {
  font-size: 26rem;
  padding-bottom: 55rem;
}

#location .life-info .title {
  width: 100%;
  display: inline-block;
  font-size: 26rem;
}

#location .life-info .title .note {
  width: 30%;
  font-size: 10px;
  float: right;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

#location .life-info .logo {
  width: 65%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

#location .life-info .logo:before {
  content: url(../images/location/map-logo.svg);
  margin-right: 10px;
  vertical-align: middle;
}

#location .life-info .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16%;
  padding: 0 1px;
  box-sizing: border-box;
}

#location .life-info .tabs a {
  display: block;
  color: #fff;
  background: #80705E;
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

#location .life-info .tabs a.current {
  background: #534230;
  color: #fff;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #534230;
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
}

#location .life-info .googlemap {
  height: 730px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 730px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #80705E;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .section-title {
    margin-bottom: 30rem;
  }
  #location .life-info .title {
    font-size: 22rem;
  }
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media (max-width: 768px) {
  #location .wrap {
    width: 90%;
  }
  #location .intro .bg {
    padding: 25rem 0 0rem;
    margin-bottom: 15rem;
    background-size: 80% auto;
    background-position: top center;
  }
  #location .intro .txt {
    text-align: left;
    font-size: 22rem;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 20rem;
  }
  #location .intro .lead {
    text-align: left;
  }
  #location .intro .body {
    display: block;
    padding-bottom: 75rem;
  }
  #location .intro .body .map {
    width: auto;
    margin-bottom: 20rem;
  }
  #location .intro .body .details {
    width: auto;
  }
  #location .intro .body .annotation {
    padding-bottom: 30rem;
  }
  #location .intro .body .text01 {
    padding-bottom: 15rem;
    margin-bottom: 10rem;
    font-size: 22rem;
    line-height: 1.6;
  }
  #location .modal-wrapper {
    padding-top: 100px;
  }
  #location .sections .header {
    margin-bottom: 65rem;
    padding: 80rem 0;
    background-image: url(../images/location/section01-mv-sp.jpg);
  }
  #location .sections .header .title {
    font-size: 22rem;
  }
  #location .sections.section-gourmet .header {
    background-image: url(../images/location/section02-mv-sp.jpg);
  }
  #location .sections .sub-header .lead,
  #location .sections .section-lead {
    text-align: left;
    font-size: 22rem;
    line-height: 1.5;
    padding-bottom: 30rem;
  }
  #location .sections .section-text,
  #location .sections .sub-header .text {
    padding-bottom: 40rem;
    text-align: left;
  }
  #location .sections .sub-header .sub-title {
    font-size: 22rem;
    padding-bottom: 45rem;
  }
  #location .sections .sub-section {
    padding-bottom: 80rem;
  }
  #location .sections .sub-section.sub-shopping .img-box ul, #location .sections .sub-section.sub-shopping .img-box .img {
    width: 100%;
  }
  #location .sections .sub-section.sub-park .img-box ul {
    width: 100%;
  }
  #location .sections .sub-section.sub-park .img-box .img {
    width: 82%;
  }
  #location .sections .img-box {
    padding: 5rem 5rem 5rem;
  }
  #location .sections .img-box li + li {
    margin-top: 5rem;
  }
  #location .sections .img-box .img {
    width: 118%;
  }
  #location .sections .img-box .row01 {
    margin-bottom: 5rem;
  }
  #location .sections .img-box ul.box.sp {
    display: flex !important;
    gap: 0 5rem;
    margin-bottom: 5rem;
  }
  #location .sections .img-box .row02 .in {
    width: 107%;
  }
  #location .sections .img-box .row02.sp {
    display: flex !important;
    align-items: flex-start;
    gap: 0 5rem;
  }
  #location .sections .img-box .row02.sp li {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  #location .sections .annotation {
    padding-top: 12rem;
    font-size: 10rem;
    text-align: right;
  }
  #location .section-gourmet .sub-section {
    display: block;
  }
  #location .section-gourmet .sub-section .img01 {
    width: auto;
  }
  #location .section-gourmet .sub-section .details {
    width: auto;
  }
  #location .section-gourmet .sub-section .category {
    font-size: 14rem;
    padding-bottom: 6rem;
  }
  #location .section-gourmet .sub-section .sub-title {
    font-size: 18rem;
    padding-bottom: 13rem;
    margin-bottom: 10rem;
  }
  #location .section-gourmet .sub-section .minutes {
    padding-bottom: 14rem;
  }
  #location .section-gourmet .sub-section .text {
    padding-bottom: 18rem;
    text-align: left;
  }
  #location .section-gourmet .sub-section .data-wrap {
    margin-bottom: 60rem;
  }
  #location .section-gourmet .sub-section .data-wrap dt {
    width: 80rem;
    font-weight: normal;
    line-height: 1.6;
  }
  #location .section-gourmet .sub-section .data-wrap dd {
    width: calc(100% - 80rem);
    box-sizing: border-box;
    padding-left: 15rem;
    line-height: 1.6;
  }
  #location .section-gourmet .sub-section .image-list {
    display: flex;
    gap: 5rem;
    width: 210vw;
  }
  #location .section-gourmet .sub-section .image-list img {
    width: 100% !important;
  }
  #location .section-gourmet .sub-section .image-list li {
    width: 70vw;
  }
  #location .section-gourmet .sub-section .image-list li.sp {
    width: 64vw;
  }
  #location .section-gourmet .sub-section.sub-gourmet02 .img01 {
    order: 1;
  }
  #location .section-gourmet .sub-section.sub-gourmet02 .details {
    order: 0;
  }
  #location .life-info .title .note {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
  #location .life-info .logo {
    width: 100%;
    text-align: center;
  }
  #location .page-annotation {
    background-color: transparent;
  }
  #location .annotation,
  #location .caption {
    font-family: "Noto Serif JP", serif;
  }
}

/*# sourceMappingURL=location.css.map */
