/* 各セクションタイトルの背景画像を指定 */
@media screen and (min-width: 768px),
print {
  .oh-m-sec1:before {
    background-image: url("./../img/sec1_bg.png");
  }

  .oh-m-sec2:before {
    background-image: url("./../img/sec2_bg.png");
  }

  .oh-m-sec3:before {
    background-image: url("./../img/sec3_bg.png");
  }

  .oh-m-sec4:before {
    background-image: url("./../img/sec4_bg.png");
  }

  .oh-m-sec5:before {
    background-image: url("./../img/sec5_bg.png");
  }
}

@media screen and (max-width: 767px) {
  .oh-m-sec1:before {
    background-image: url("./../img/sp/sec1_bg.png");
  }

  .oh-m-sec2:before {
    background-image: url("./../img/sp/sec2_bg.png");
  }

  .oh-m-sec3:before {
    background-image: url("./../img/sp/sec3_bg.png");
  }

  .oh-m-sec4:before {
    background-image: url("./../img/sp/sec4_bg.png");
  }

  .oh-m-sec5:before {
    background-image: url("./../img/sp/sec5_bg.png");
  }
}

/* ここから編集してください 物件固有のCSS */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:ital,wght@0,400..800;1,400..800&text=0123456789&display=swap");


@media screen and (max-width: 767px) {
  .oh-m-sec4Block3__box1_item {
    line-height: 1.5;
  }
}

/* --------------------------------------------------------------------------------
utility
-------------------------------------------------------------------------------- */
/* pc / sp表示
---------------------------------------- */
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/* caption付きphotoに必要なスタイル
---------------------------------------- */
.photo {
  position: relative;
}

.photo__pic {
  display: block;
}

/* キャプション
---------------------------------------- */
.cap {
  color: #999999;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.cap a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .cap {
    line-height: 1.45;
    font-size: 10px;
  }
}

.photo .cap {
  position: absolute;
}

.photo .cap--halfInRight {
  right: calc(50% + 8px);
  bottom: 5px;
}

.photo .cap--halfOutRight {
  right: 50%;
  top: 100%;
  padding-top: 7px;
}

.photo .cap--inRight {
  right: 8px;
  bottom: 5px;
}

.photo .cap--outRight {
  right: 0px;
  top: 100%;
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  .photo .cap--outRight {
    right: 8px;
  }

  .wrap .photo .cap--outRight {
    right: 0;
  }
}

.photo .cap--inLeft {
  left: 8px;
  bottom: 5px;
}

.photo .cap--outLeft {
  left: 0px;
  top: 100%;
  padding-top: 7px;
}

@media only screen and (max-width: 767px) {
  .photo .cap--outLeft {
    left: 8px;
  }
}

.photo .cap--label {
  right: 0;
  background-color: #555555;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .photo .cap--label {
    bottom: 2px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .photo .cap--label {
    bottom: 0;
    width: calc(27 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
  }
}

.blockTtl {
  font-family: "EB Garamond", serif;
}

.heading {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  letter-spacing: .01em;
}

.heading--default {
  color: #00374c;
  font-size: 28px;
  line-height: calc(45 / 28);
}

@media screen and (max-width: 767px) {
  .heading--default {
    font-size: calc(40 / 750 * 100vw);
  }
}

.heading--large {
  color: #00374c;
  font-size: 30px;
  line-height: calc(50 / 30);
}

@media screen and (max-width: 767px) {
  .heading--large {
    font-size: calc(42 / 750 * 100vw);
  }
}

.heading--small {
  color: #00506f;
  font-size: 24px;
  line-height: calc(36 / 24);
}

@media screen and (max-width: 767px) {
  .heading--small {
    font-size: calc(32 / 750 * 100vw);
  }
}

.heading--center {
  text-align: center;
}


@media screen and (min-width: 768px) {
  .heading--center+.txt {
    text-align: center;
  }
}

.heading--underline {
  border-bottom: 1px solid #957728;
  color: #957728;
}

.heading+.txt {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .heading+.txt {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.txt {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .txt {
    font-size: calc(24 / 750 * 100vw);
  }
}

.blockTtl {
  border-bottom: 1px solid #957728;
  color: #957728;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  line-height: .7;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .blockTtl {
    font-size: calc(56 / 750 * 100vw);
  }
}

.topicCard {
  background-color: #f3f7f9;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .topicCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 90px;
    padding: 48px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topicCard {
    padding: calc(77 / 750 * 100vw) calc(38 / 750 * 100vw);
    margin-top: calc(154 / 750 * 100vw);
  }
}

.topicCard__ttl {
  color: #00506f;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
  .topicCard__ttl {
    font-size: calc(27 / 750 * 100vw);
  }
}

.topicCard__ttl+* {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .topicCard__ttl+* {
    margin-top: calc(40 / 750 * 100vw);
  }
}


@media only screen and (max-width: 767px) {
  .topicCard__head .headingCombi {
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .topicCard__head .accessBox {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .topicCard__head .accessBox__item:last-child:after {
    content: none;
  }
}

.topicCard__head .accessBox+.cap {
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 16px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .topicCard__cont {
    margin-top: calc(58 / 750 * 100vw);
  }
}

.topicCard__txt {
  line-height: 1.6;
}

.topicCard__caption {
  margin-top: 14px;
  color: #999999;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .topicCard__txt {
    margin-top: 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topicCard__txt {
    margin-top: calc(38 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .topicCard__txt+.photo {
    margin-top: 30px;
    width: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .topicCard__txt+.photo {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .topicCard--car {
    padding-bottom: calc(115 / 750 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .topicCard--car .topicCard__head .headingCombi .txt {
    letter-spacing: 0.06em;
  }
}

@media only screen and (min-width: 768px) {
  .topicCard--car .topicCard__head .photo {
    width: 351px;
  }
}

@media only screen and (min-width: 768px) {
  .topicCard--car .topicCard__cont {
    width: 330px;
  }
}

.lp-access {
  background-color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .lp-access {
    padding: 80px 70px;
  }
}

@media screen and (max-width: 767px) {
  .lp-access {
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.trainSection {}

.trainSection__intro+.trainSection__body {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .trainSection__intro+.trainSection__body {
    margin-top: calc(64 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .trainSection__body {
    display: grid;
    gap: 64px 30px;
    grid-template-columns: 1fr 0.98931623931fr;
  }
}

@media screen and (min-width: 768px) {
  .trainSection__cont {
    grid-row: auto / span 3;
  }
}

@media screen and (max-width: 767px) {
  .trainSection__head+.trainSection__cont {
    margin-top: calc(64 / 750 * 100vw);
  }

  .trainSection__cont+.trainSection__bottom {
    margin-top: calc(64 / 750 * 100vw);
  }
}

.trainSection__ttl {
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .trainSection__ttl {
    height: 40px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .trainSection__ttl {
    height: calc(58 / 750 * 100vw);
    font-size: calc(27 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .trainSection__ttl+.accessBox {
    margin-top: 25px;
  }
}


.directSection {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .directSection {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.directSection__head+.directSection__cont {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .directSection__head+.directSection__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.directSection__cont .subSect+.subSect {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .directSection__cont .subSect+.subSect {
    margin-top: calc(100 / 750 * 100vw);
  }
}

.directSection__cont .subSect__head+.subSect__cont {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .directSection__cont .subSect__head+.subSect__cont {
    margin-top: calc(64 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {

  .directSection__cont .subSect__cont:has(.photo:nth-child(2)) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.accessBox {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .accessBox {
    width: 500px;
    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;
  }
}

.accessBox__item {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .accessBox__item {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .accessBox__item {
    font-size: calc(35 / 750 * 100vw);
  }

  .accessBox__item+.accessBox__item {
    margin-top: calc(31 / 750 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .accessBox__item:nth-child(1) {
    margin-top: calc(27 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {

  .accessBox__item:nth-child(3),
  .accessBox__item:nth-child(4) {
    margin-top: 25px;
  }
}

.accessBox__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  letter-spacing: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .accessBox__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 210px;
    font-size: 16px;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .accessBox__head {
    width: calc(442 / 750 * 100vw);
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.accessBox__cont {
  color: #999999;
  letter-spacing: 0;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .accessBox__cont {
    width: 220px;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .accessBox__cont {
    width: calc(442 / 750 * 100vw);
    margin: calc(19 / 750 * 100vw) auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .accessBox__name {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .accessBox__name .large {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .accessBox__name .large {
    display: inline-block;
    margin-right: calc(-1 / 750 * 100vw);
    letter-spacing: 0;
    font-size: calc(50 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .accessBox__min {
    font-size: 18px;
  }
}

.accessBox__min .num {
  color: #00506f;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .accessBox__min .num {
    display: inline-block;
    font-size: 40px;
    margin-right: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .accessBox__min .num {
    font-size: calc(77 / 750 * 100vw);
  }
}


.lp-location {
  background-color: #fff;
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .lp-location {
    padding: 80px 70px;
  }
}

@media screen and (max-width: 767px) {
  .lp-location {
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .oh-m-sec2__ttlBox_body {
    padding-top: 44px;
  }

  .oh-m-sec2__ttlBox_body_ttl {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-sec2__ttlBox_body {
    padding-top: calc(77 / 750 * 100vw);
  }

  .oh-m-sec2__ttlBox_body_ttl {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .areaSection__head {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .areaSection__cont {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .areaSection__cont {
    margin: calc(108 / 750 * 100vw) 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .areaSection__cont .locationCard__head {
    margin: 0 calc(-40 / 750 * 100vw);
  }
}

.areaSection__cont .locationCard__head .photo .cap {
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.areaSection__cont .locationCard__head .photo .cap--inRight {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .areaSection__cont .locationCard+.locationCard {
    margin-top: calc(123 / 750 * 100vw);
  }
}

.lp-location .topicCard {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard {
    width: 880px;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 56px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard {
    margin-top: calc(135 / 750 * 100vw);
    padding: calc(77 / 750 * 100vw) calc(27 / 750 * 100vw) calc(87 / 750 * 100vw);
  }
}

.lp-location .topicCard__head {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__head {
    width: 370px;
    row-gap: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__head {
    row-gap: calc(12 / 750 * 100vw);
  }
}

.lp-location .topicCard__shop {
  color: #999999;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__shop {
    letter-spacing: 0;
    width: 120px;
    font-size: 11px;
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__shop {
    letter-spacing: -0.05em;
    font-size: 10px;
    width: calc(196 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__cont {
    width: 368px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__item {
    width: calc(202 / 750 * 100vw);
  }
}

.lp-location .topicCard__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__ttl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(58 / 750 * 100vw);
  }
}

.lp-location .topicCard__ttl .name {
  color: #00374c;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__ttl .name {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__ttl .name {
    font-size: calc(31 / 750 * 100vw);
  }
}

.lp-location .topicCard__ttl .distance {
  color: #999999;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__ttl .distance {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__ttl .distance {
    font-size: calc(23 / 750 * 100vw);
  }
}

.lp-location .topicCard__detail {
  border-top: 1px solid rgba(149, 119, 40, 0.5);
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__detail {
    margin-top: 16px;
    padding-top: 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__detail {
    margin-top: calc(31 / 750 * 100vw);
    padding-top: calc(23 / 750 * 100vw);
    font-size: calc(23 / 750 * 100vw);
  }
}

.lp-location .topicCard__detail .data {
  position: relative;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__detail .data {
    font-size: 12px;
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__detail .data {
    font-size: calc(23 / 750 * 100vw);
    padding-left: calc(163 / 750 * 100vw);
  }
}

.lp-location .topicCard__detail .data:before {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__detail .data:before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__detail .data:before {
    left: calc(8 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .lp-location .topicCard__detail .data+.data {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .lp-location .topicCard__detail .data+.data {
    margin-top: calc(12 / 750 * 100vw);
  }
}

.lp-location .topicCard__detail .data--time:before {
  content: "〈営業時間〉";
}

.lp-location .topicCard__detail .data--holiday:before {
  content: "〈定休日〉";
}

.lp-location .topicCard__detail .data--fee:before {
  content: "〈入場料〉";
}

@media only screen and (min-width: 768px) {
  .facilitySection {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .facilitySection {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .facilitySection__head {
    text-align: center;
  }
}

.facilitySection__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .facilitySection__cont {
    margin-top: 40px;
    gap: 80px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .facilitySection__cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: calc(40 / 750 * 100vw);
    gap: calc(77 / 750 * 100vw) calc(35 / 750 * 100vw);
  }
}

.facilitySection+.topicCard {
  background-color: #F2F1EA;
}

@media only screen and (min-width: 768px) {
  .facilitySection+.topicCard .topicCard__cont {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) {
  .facilitySection+.topicCard .topicCard__heading {
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard {
    width: 460px;
  }
}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 768px) {
  .locationCard__head+.locationCard__cont {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__head+.locationCard__cont {
    margin-top: calc(31 / 750 * 100vw);
  }
}

.locationCard__ttl {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .locationCard__ttl {
    font-size: 10px;
  }
}

.locationCard__ttl .name {
  color: #00374c;
  line-height: 1;
  letter-spacing: 0;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .locationCard__ttl .name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__ttl .name {
    font-size: 5.1282051282vw;
  }
}

.locationCard__ttl .distance {
  color: #999999;
  line-height: 1;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .locationCard__ttl .distance {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__ttl .distance {
    display: block;
    margin-top: 1.5384615385vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__ttl+.locationCard__txt {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__ttl+.locationCard__txt {
    margin-top: 4.1025641026vw;
  }
}

.locationCard__txt {
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media only screen and (min-width: 768px) {
  .locationCard__txt {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__txt {
    font-size: 3.0769230769vw;
  }
}

.locationCard__detail {
  border-top: 1px solid #c1c1c1;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail {
    margin-top: 16px;
    padding-top: 12px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail {
    margin-top: 2.5641025641vw;
    padding-top: 1.2820512821vw;
    font-size: 3.0769230769vw;
  }
}

.locationCard__detail .data {
  position: relative;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data {
    letter-spacing: 0.05em;
    font-size: 12px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data {
    letter-spacing: 0;
    font-size: 10px;
    padding-left: 15.8974358974vw;
  }
}

.locationCard__detail .data:before {
  position: absolute;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data:before {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data:before {
    left: 0;
  }
}

.locationCard__detail .data .small {
  font-size: 10px;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data+.data {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data+.data {
    margin-top: 1.5384615385vw;
  }
}

.locationCard__detail .data--park {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data--park {
    padding-top: 20px;
    row-gap: 2px;
    max-width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data--park {
    margin-top: 1.5384615385vw;
    padding-top: 4.6153846154vw;
    row-gap: 0.5128205128vw;
    height: 40vw;
  }
}

.locationCard__detail .data--park:before {
  content: "〈公園内の施設〉";
}

.locationCard__detail .data--park .item {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data--park .item {
    margin-right: 16px;
    padding-left: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data--park .item {
    letter-spacing: -0.08em;
    padding-left: 3.5897435897vw;
    width: 20.5128205128vw;
  }
}

.locationCard__detail .data--park .item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.8;
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data--park .item:before {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data--park .item:before {
    font-size: 4.1025641026vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data--park .item:nth-child(odd) {
    width: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data--park .item:nth-child(odd) {
    width: 30vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__detail .data--park .item:nth-child(even) {
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__detail .data--park .item:nth-child(even) {
    width: 40vw;
  }
}

.locationCard__detail .data--address:before {
  content: "〈住所〉";
}

.locationCard__detail .data--time:before {
  content: "〈営業時間〉";
}

.locationCard__detail .data--holiday:before {
  content: "〈定休日〉";
}

.locationCard__bottom {
  border-top: 1px solid rgba(149, 119, 40, 0.5);
}

@media only screen and (min-width: 768px) {
  .locationCard__bottom {
    margin-top: 30px;
    padding-top: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__bottom {
    margin-top: 7.6923076923vw;
    padding-top: 3.5897435897vw;
  }
}

.locationCard__shop {
  position: relative;
  letter-spacing: 0.025em;
  line-height: 1.6;
  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;
}

@media only screen and (min-width: 768px) {
  .locationCard__shop {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 12px;
    padding-left: 90px;
    height: 100px;
    row-gap: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__shop {
    font-size: 10px;
    padding-left: 20vw;
    height: 32.769231vw;
    row-gap: 0.5128205128vw;
  }
}

.locationCard__shop:before {
  position: absolute;
  top: 0;
  content: "〈ショップリスト〉";
  left: 0;
}

@media only screen and (max-width: 767px) {
  .locationCard__shop:before {
    letter-spacing: -0.12em;
  }
}

.locationCard__shop .item {
  position: relative;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .locationCard__shop .item {
    margin-left: 2px;
    padding-left: 16px;
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__shop .item {
    padding-left: 3.5897435897vw;
  }
}

.locationCard__shop .item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.9;
}

@media only screen and (min-width: 768px) {
  .locationCard__shop .item:before {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__shop .item:before {
    letter-spacing: 0;
    font-size: 4.1025641026vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__shop .item:nth-child(n+6) {
    width: 102px;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__shop .item:nth-child(n+10) {
    width: 105px;
  }
}

.locationCard__shop .item:last-child {
  position: relative;
}

.locationCard__shop .item:last-child:after {
  content: "ほか";
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .locationCard__shop .item:last-child:after {
    bottom: calc(-16 / 750 * 100vw);
    right: calc(4 / 750 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__shop .item:last-child:after {
    bottom: calc(-3.5897435897vw);
    right: calc(0.5128205128vw);
  }
}

@media only screen and (min-width: 768px) {
  .locationCard__shop+.locationCard__time {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__shop+.locationCard__time {
    margin-top: 5.1282051282vw;
  }
}

.locationCard__time {
  position: relative;
  letter-spacing: 0;
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .locationCard__time {
    font-size: 12px;
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard__time {
    font-size: 10px;
    padding-left: 17.9487179487vw;
  }
}

.locationCard__time:before {
  position: absolute;
  top: 0;
  content: "〈営業時間〉";
  left: 0;
}

@media only screen and (min-width: 768px) {
  .locationCard--large {
    width: 450px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large {
    width: 100%;
  }
}

.locationCard--large .locationCard__head {
  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;
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__head {
    row-gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large .locationCard__head {
    gap: calc(20 / 750 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__head+.locationCard__cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large .locationCard__head+.locationCard__cont {
    margin-top: 8.7179487179vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__ttl .name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large .locationCard__ttl .name {
    font-size: 5.1282051282vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__ttl .distance {
    font-size: 12px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large .locationCard__ttl .distance {
    margin-top: 3.5897435897vw;
    font-size: 3.0769230769vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--large .locationCard__ttl+.locationCard__txt {
    margin-top: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--large .locationCard__ttl+.locationCard__txt {
    margin-top: 6.6666666667vw;
    font-size: 3.5897435897vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--cubic .locationCard__head .photo:not(:first-child) {
    width: 144px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--cubic .locationCard__head .photo:not(:first-child) {
    width: calc(210 / 750 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--cubic .locationCard__shop .item:nth-child(9) {
    padding-bottom: 2.5641025641vw;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--prince .locationCard__head .photo:not(:first-child) {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--prince .locationCard__head .photo:not(:first-child) {
    width: calc(325 / 750 * 100vw);
  }
}

@media only screen and (max-width: 767px) {
  .locationCard--prince .locationCard__head .photo__image {
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--prince .locationCard__shop {
    height: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .locationCard--prince .locationCard__shop .item:last-child:after {
    right: 14px;
  }
}

.oh-m-sec2Block__gallery_slide_ttl .oh-s {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .oh-m-sec3__ttlBox_body_ttl {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .oh-m-sec3Block__type_item {
    margin: 0 auto;
    width: 960px;
  }

  .oh-m-sec3Block__type_item:nth-child(2n) {
    margin-left: auto;
  }
}

.oh-m-sec3Block__type_list {
  margin: 0 auto 40px;
  width: fit-content;
}

.oh-m-sec3Block__type_hanrei .oh-en {
  margin-top: 1em;
  text-align: center;
}


@media screen and (min-width: 768px) {
  .oh-m-sec3Block__type_hanrei .oh-img {
    margin: 0 auto;
    width: 369px;
  }
}

@media screen and (min-width: 768px) {
  .oh-m-sec3Block__facility_list {
    justify-content: flex-start;
    gap: 0 7px;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-sec3Block__facility_list {
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .oh-m-map__inner {
    width: 960px;
  }
}

.oh-m-gallery__img {
  max-width: 480px;
}

.oh-m-gallery__table__tr {
  letter-spacing: 0;
}

.oh-m-gallery__table__th {
  max-width: 20%;
  letter-spacing: 0;
  padding-right: 16px;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .oh-m-gallery__inner {
    max-width: 1024px;
  }

  .oh-m-gallery__img {
    width: 480px;
  }

  .oh-m-gallery__txt {
    width: 480px;
  }
}


@media screen and (min-width: 768px) {
  .oh-m-header__head_logo {
    width: 176px;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-header__head_logo {
    width: auto;
    height: 42px;
  }

  .oh-m-header__head_logo img {
    width: auto;
    height: 100%;
  }
}


@media screen and (min-width: 768px) {
  .oh-m-localNav__link_body_ttl {
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-localNav__link_body_ttl {
    letter-spacing: 0;
    font-size: calc(25 / 750 * 100vw);
  }

  .oh-m-localNav__item:nth-child(2) .oh-m-localNav__link_body_ttl {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: -.05em;
  }
}
@media screen and (max-width: 767px) {
  .oh-m-kvMain__scroll {
    bottom: 0;
    left: calc(204 / 750 * 100vw);
    width: 8vw;
  }
  .oh-m-kvMain__btn {
    bottom: 16.26667vw;
    left: calc(30 / 750 * 100vw);
    transform: translateX(0%);
    width: 48.13333vw;
  }
  .oh-m-localNav {
    padding-bottom: 10.93333vw;
    padding-top: 15.93333vw;
  }
}

.oh-m-kvFoot {
  position: relative;
}

*:has(.oh-m-kvCaption) {
  position: relative;
}

.oh-m-kvCaption {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  position: absolute;
  bottom: -25px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .oh-m-kvCaption {
    bottom: -8.33vw;
    font-size: calc(18 / 750 * 100vw);
    padding-inline: 2.33vw;
  }
}

@media screen and (max-width: 767px) {
  .oh-m-point30min {
    margin-top: 10.33vw;
  }
}


/* data-color
---------------------------------------- */
[data-color=shadow] {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}

[data-color=white] {
  color: #fff;
}

[data-color=black] {
  color: #000;
}

[data-color=dark] {
  color: #333;
}

[data-color=label] {
  color: #ffffff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.cap--inLeft[data-color=label] {
  left: 0;
  bottom: 0;
  padding: 5px;
}