@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
#campAccess *,
#campAccess ::before,
#campAccess ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#campAccess html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

#campAccess body {
  margin: 0;
}

#campAccess main {
  display: block;
}

#campAccess p,
#campAccess table,
#campAccess blockquote,
#campAccess address,
#campAccess pre,
#campAccess iframe,
#campAccess form,
#campAccess figure,
#campAccess dl {
  margin: 0;
}

#campAccess h1,
#campAccess h2,
#campAccess h3,
#campAccess h4,
#campAccess h5,
#campAccess h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

#campAccess ul,
#campAccess ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

#campAccess dt {
  font-weight: 700;
}

#campAccess dd {
  margin-left: 0;
}

#campAccess hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

#campAccess pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

#campAccess address {
  font-style: inherit;
}

#campAccess a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

#campAccess abbr[title] {
  text-decoration: underline dotted;
}

#campAccess b,
#campAccess strong {
  font-weight: bolder;
}

#campAccess code,
#campAccess kbd,
#campAccess samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

#campAccess small {
  font-size: 80%;
}

#campAccess sub,
#campAccess sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#campAccess sub {
  bottom: -0.25em;
}

#campAccess sup {
  top: -0.5em;
}

#campAccess svg,
#campAccess img,
#campAccess embed,
#campAccess object,
#campAccess iframe {
  vertical-align: bottom;
}

#campAccess button,
#campAccess input,
#campAccess optgroup,
#campAccess select,
#campAccess textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

#campAccess button,
#campAccess [type=button],
#campAccess [type=reset],
#campAccess [type=submit] {
  cursor: pointer;
}

#campAccess button:disabled,
#campAccess [type=button]:disabled,
#campAccess [type=reset]:disabled,
#campAccess [type=submit]:disabled {
  cursor: default;
}

#campAccess :-moz-focusring {
  outline: auto;
}

#campAccess select:disabled {
  opacity: inherit;
}

#campAccess option {
  padding: 0;
}

#campAccess fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

#campAccess legend {
  padding: 0;
}

#campAccess progress {
  vertical-align: baseline;
}

#campAccess textarea {
  overflow: auto;
}

#campAccess [type=number]::-webkit-inner-spin-button,
#campAccess [type=number]::-webkit-outer-spin-button {
  height: auto;
}

#campAccess [type=search] {
  outline-offset: -2px;
}

#campAccess [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#campAccess ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

#campAccess [type=number] {
  -moz-appearance: textfield;
}

#campAccess label[for] {
  cursor: pointer;
}

#campAccess details {
  display: block;
}

#campAccess summary {
  display: list-item;
}

#campAccess [contenteditable]:focus {
  outline: auto;
}

#campAccess table {
  border-color: inherit;
  border-collapse: collapse;
}

#campAccess caption {
  text-align: left;
}

#campAccess td,
#campAccess th {
  vertical-align: top;
  padding: 0;
}

#campAccess th {
  text-align: left;
  font-weight: 700;
}

/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
#campAccess img {
  width: 100%;
}

#campAccess h1 {
  letter-spacing: normal;
  font-family: initial;
}

#campAccess h2 {
  background-image: none;
  width: auto;
  letter-spacing: normal;
  font-family: initial;
}

#campAccess h3 {
  background: none;
  width: auto;
  letter-spacing: normal;
  font-family: initial;
}

#campAccess section {
  margin-top: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans Jp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  color: #333333;
  text-align: left;
}

.l-inner {
  width: 1280px;
  max-width: 89.3333333333vw;
  margin: auto;
}

.l-innerLarge {
  width: 1480px;
  max-width: 100%;
  margin: auto;
}

.l-innerMid {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}

.l-innerBetween {
  width: 1380px;
  max-width: 89.3333333333vw;
  margin: auto;
}

#campAccess .c-btn {
  display: inline-block;
  font-family: YuGothic, "Yu Gothic";
  font-weight: 700;
  border: 1px solid #333333;
  border-radius: 3px;
  font-size: 2rem;
  transition: color 0.3s, border-color 0.3s;
}

@media screen and (max-width: 767px) {
  #campAccess .c-btn {
    font-size: 1.8rem;
  }
}

#campAccess .c-btn:hover {
  color: #189AC6;
  border-color: #189AC6;
}

#campAccess .c-sectionTtl {
  font-size: 2.8rem;
  font-family: "M PLUS 2", sans-serif;
  border-bottom: 1px solid #4a4d5c;
  display: inline-block;
  padding-bottom: 10px;
  letter-spacing: 0.17em;
}

#campAccess .c-sectionTtl .--small {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #campAccess .c-sectionTtl .--small {
    font-size: 1.6rem;
  }
}

#campAccess .c-sectionTtl__humanImg {
  width: 9px;
}

#campAccess .c-sectionTtl__cycleImg {
  width: 34px;
}

#campAccess .c-btnExternal {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  #campAccess .c-btnExternal {
    font-size: 1.6rem;
    letter-spacing: 0.17em;
  }
}

#campAccess .c-btnExternal::before {
  content: "";
  background: url(../img_camp-access/btn_external_01.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
}

#campAccess .c-btnExternal:hover {
  color: #189AC6;
}

#campAccess .c-btnExternal:hover::before {
  background-image: url(../img_camp-access/btn_external_01_on.svg);
}

#campAccess .c-btnPdf {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

@media screen and (max-width: 767px) {
  #campAccess .c-btnPdf {
    font-size: 1.6rem;
    letter-spacing: 0.17em;
  }
}

#campAccess .c-btnPdf::before {
  content: "";
  background: url(../img_camp-access/btn_pdf_01.svg) no-repeat center center/contain;
  width: 27px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
}

#campAccess .c-btnPdf:hover {
  color: #E90000;
}

#campAccess .c-sectionLv2Ttl {
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.9rem;
  border-bottom: 1px solid #4A4D5C;
  display: inline-block;
  padding-bottom: 12px;
}

#campAccess .c-sectionLv2Ttl::before {
  content: "";
  background: no-repeat center center/contain;
  display: block;
  margin: auto;
}

#campAccess .c-sectionLv2Ttl.--ferry::before {
  background-image: url(../img_camp-access/ico_ferry_01.svg);
  width: 30px;
  height: 32px;
}
#campAccess .c-sectionLv2Ttl.--ferry2::before {
  background-image: url(../img_camp-access/ico_ferry_02.svg);
  width: 38.8px;
  height: 32px;
}

#campAccess .c-sectionLv2Ttl.--car::before {
  background-image: url(../img_camp-access/ico_car_01.svg);
  width: 38px;
  height: 27px;
}

#campAccess .c-sectionLv2Ttl .--large {
  font-size: 2.8rem;
}

#campAccess .p-campingFv {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-campingFv {
    margin-top: 50px;
  }
}

#campAccess .p-campingLead {
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  line-height: 2.1;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-campingLead {
    font-size: 1.8rem;
    line-height: 1.8333333333;
    text-align: left;
  }
}

#campAccess .p-campNavList {
  margin-top: 50px;
}

#campAccess .p-campNavList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-campNavList__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

#campAccess .p-campNavList__link {
  display: block;
  position: relative;
}

#campAccess .p-campNavList__img.--floating {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s;
}

#campAccess .p-campNavList__img.--floating:hover {
  opacity: 0;
}

#campAccess .p-hakandaCamp {
  padding-top: 98px;
  padding-bottom: 92px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCamp {
    padding-top: 82px;
    padding-bottom: 52px;
  }
}

#campAccess .p-hakandaCampHead__inner {
  position: relative;
}

#campAccess .p-hakandaCampHead__ttl {
  position: relative;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.4761904762;
  font-family: "Zen Maru Gothic";
  text-align: center;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__ttl {
    font-size: 3.2rem;
  }
}

#campAccess .p-hakandaCampHead__ttl::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url(../img_camp-access/ttl_hakandaCamp_01.svg) no-repeat center center/contain;
  display: block;
  width: 162px;
  height: 26px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__ttl::before {
    bottom: -15px;
    width: 133px;
    height: 21px;
  }
}

#campAccess .p-hakandaCampHead__ttl::after {
  content: "";
  background: url(../img_camp-access/ttl_hakandaCamp_02.svg) no-repeat center center/contain;
  display: block;
  width: 170px;
  height: 28px;
  margin: auto;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__ttl::after {
    width: 139px;
    height: 23px;
    bottom: -35px;
  }
}

#campAccess .p-hakandaCampHead__subTtl {
  position: absolute;
  width: 23.4375%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__subTtl {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__subTtlImg {
    display: none;
  }
}

#campAccess .p-hakandaCampHead__subTtlText {
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__subTtlText {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background: url(../img_camp-access/bg_subTtl_01.svg) no-repeat center center/cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: "Zen Maru Gothic";
    padding: 1em;
    margin-top: 40px;
  }
}

#campAccess .p-hakandaCampHead__imgWrap {
  position: absolute;
  width: 13.515625%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampHead__imgWrap {
    display: none;
  }
}

#campAccess .p-hakandaCampImg {
  /*margin-top: 90px;*/
	margin: 90px auto 0;
    width: 1480px;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampImg {
    margin-top: 10px;
  }
}

#campAccess .p-hakandaCampBody {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampBody {
    margin-top: 27px;
  }
}

#campAccess .p-hakandaCampBody__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampBody__inner {
    display: block;
  }
}

#campAccess .p-hakandaCampBody__box {
  width: 36.5%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampBody__box {
    width: 100%;
  }
}

#campAccess .p-hakandaCampBody__boxText {
  font-family: "Zen Maru Gothic";
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.8947368421;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampBody__boxText {
    font-size: 1.7rem;
    line-height: 1.8823529412;
  }
}

#campAccess .p-official {
  font-family: YuGothic, "Yu Gothic";
  text-align: center;
}

#campAccess .p-official.--matsubara {
  width: 335px;
  margin-top: 57px;
  order: 2;
}

@media screen and (max-width: 767px) {
  #campAccess .p-official.--matsubara {
    width: 100%;
    max-width: 335px;
    margin: 47px auto 0;
  }

}

#campAccess .p-official__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 700;
  margin: auto;
  width: 335px;
  max-width: 100%;
  height: 68px;
  background: #fff;
  border: 2px solid #333333;
  transition: all .2s ease-out;
}

#campAccess .p-official__btn:hover {
  color: #189AC6;
  border-color: #189AC6;
}

#campAccess .p-official__btn--main {
  font-size: 3.2rem;
  margin-left: 0.2em;
}

#campAccess .p-official__footer {
  font-weight: 700;
  margin-top: 16px;
}

#campAccess .p-official__footerNumber {
  font-size: 2.8rem;
}

#campAccess .p-hakandaCampList {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampList {
    margin-top: 60px;
  }
}

#campAccess .p-hakandaCampList__list {
  width: 58.5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampList__list {
    width: 100%;
    margin-top: 58px;
    grid-template-columns: repeat(1, 1fr);
    gap: 44px;
  }
}

#campAccess .p-hakandaCampList__item {
  font-family: "Zen Maru Gothic";
  display: flex;
  flex-direction: column;
  align-items: center;
}

#campAccess .p-hakandaCampList__imgWrap {
  width: 100%;
  max-width: 188px;
}

#campAccess .p-hakandaCampList__ttl {
  font-size: 2.1rem;
  font-weight: 900;
  color: #138f3b;
  text-align: center;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampList__ttl {
    font-size: 2.4rem;
    margin-top: 12px;
  }
}

#campAccess .p-hakandaCampList__text {
  color: #138F3B;
  font-size: 1.6rem;
  line-height: 1.625;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-hakandaCampList__text {
    font-size: 1.7rem;
    line-height: 1.6470588235;
    width: 80vw;
    margin: 10px auto 0;
  }
}

#campAccess .p-ecoField {
  background: #F6F4E7;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoField {
    padding: 40px 0 36px;
  }
}

#campAccess .p-ecoFieldHead__inner {
  position: relative;
}

#campAccess .p-ecoFieldHead__ttl {
  width: 50.3125%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldHead__ttl {
    width: 89.3333333333vw;
  }
}

#campAccess .p-ecoFieldHead__subTtl {
  position: absolute;
  width: 23.4375%;
  top: 0;
  right: -24px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldHead__subTtl {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldHead__subTtlImg {
    display: none;
  }
}

#campAccess .p-ecoFieldHead__subTtlText {
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldHead__subTtlText {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background: url(../img_camp-access/bg_subTtl_01.svg) no-repeat center center/cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: "Zen Maru Gothic";
    padding: 1em;
    margin-top: 20px;
  }
}

#campAccess .p-ecoFieldMedia {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia {
    margin-top: 10px;
  }
}

#campAccess .p-ecoFieldMedia__inner {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia__inner {
    flex-direction: column-reverse;
  }
}

#campAccess .p-ecoFieldMedia__body {
  width: 45.2702702703%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia__body {
    width: 100%;
  }
}

#campAccess .p-ecoFieldMedia__bodyText {
  font-size: 1.8rem;
  line-height: 1.8888888889;
  width: 80.5970149254%;
  margin-left: auto;
  margin-right: 30px;
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia__bodyText {
    width: 89.3333333333vw;
    margin: 34px auto 0;
    font-size: 1.7rem;
  }
}

#campAccess .p-ecoFieldMedia__imgWrap {
  width: 54.0540540541%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia__imgWrap {
    width: 100%;
  }
}

#campAccess .p-ecoFieldMedia02 {
  overflow: hidden;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02 {
    margin-top: 34px;
  }
}

#campAccess .p-ecoFieldMedia02__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__inner {
    display: block;
    max-width: 89.3333333333vw;
  }
}

#campAccess .p-ecoFieldMedia02__imgWrap {
  width: 35.8108108108%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__imgWrap {
    width: 100%;
  }
}

#campAccess .p-ecoFieldMedia02__body {
  width: 60.472972973%;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__body {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

#campAccess .p-ecoFieldMedia02__text {
  font-size: 1.4rem;
  line-height: 1.7857142857;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__text {
    font-size: 1.3rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__text.--mt30 {
    margin-top: 30px;
  }
}

#campAccess .p-ecoFieldMedia02__text.--bold {
  font-weight: 700;
}

#campAccess .p-ecoFieldMedia02__text.--width {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__text.--width {
    width: 100%;
  }
}

#campAccess .p-ecoFieldMedia02__text.--mt {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__text.--smTextAlignLeft {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__text.--spSmall {
    font-size: 1rem;
  }
}

#campAccess .p-ecoFieldMedia02__tel {
  font-size: 2.3rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__tel {
    text-align: center;
  }
}

#campAccess .p-ecoFieldMedia02__textLink {
  color: #0068b7;
}

#campAccess .p-ecoFieldMedia02__btnWrap {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__btnWrap {
    display: flex;
    justify-content: center;
  }
}

#campAccess .p-ecoFieldMedia02__btn {
  background: #fff;
  width: 230px;
  height: 54px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#campAccess .p-ecoFieldMedia02__btn .--small {
  font-size: 1.2rem;
  font-weight: 400;
}

#campAccess .p-ecoFieldMedia02__img02 {
  position: absolute;
  width: 43.4459459459%;
  right: -70px;
  top: 24px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-ecoFieldMedia02__img02 {
    position: static;
    right: auto;
    left: 50%;
    width: 92.2%;
    margin: 42px auto 0;
    order: 1;
  }
}

.p-ecoFieldFooter {
  margin-top: 50px;
}

.p-ecoFieldFooter.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-ecoFieldFooter {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-ecoFieldFooter.is-pc {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .p-ecoFieldFooter__inner {
    max-width: 89.3333333333vw;
  }
}

#campAccess .p-experience {
  overflow: hidden;
  padding: 95px 0 72px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience {
    padding: 50px 0 187px;
  }
}

#campAccess .p-experience__headInner {
  position: relative;
}

#campAccess .p-experience__headInner::before {
  content: "";
  position: absolute;
  background: url(../img_camp-access/ttl_experience_02.svg) no-repeat center center/contain;
  width: 36.71875%;
  height: 133px;
  display: inline-block;
  left: -135px;
  top: 0;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience__headInner::before {
    width: 162;
    height: 46px;
    left: -56px;
  }
}

#campAccess .p-experience__ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}

#campAccess .p-experience__ttlImg {
  width: 560px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience__ttlImg {
    width: 100%;
  }
}

#campAccess .p-experience__subTtl {
  position: absolute;
  width: 23.4375%;
  top: 0;
  right: 0;
  z-index: 1 -1;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience__subTtl {
    position: static;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience__subTtlImg {
    display: none;
  }
}

#campAccess .p-experience__subTtlText {
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experience__subTtlText {
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    background: url(../img_camp-access/bg_subTtl_01.svg) no-repeat center center/cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    font-family: "Zen Maru Gothic";
    padding: 1em;
    margin-top: 20px;
  }
}

#campAccess .p-experienceBody__inner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceBody__inner {
    margin-top: 20px;
  }
}

#campAccess .p-experienceBody__body {
  width: 355px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceBody__body {
    width: 100%;
  }
}

#campAccess .p-experienceBody__text {
  font-size: 1.9rem;
  font-family: "Noto Serif JP";
  line-height: 1.7894736842;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceBody__text {
    font-size: 1.8rem;
    margin-top: 36px;
  }
}

#campAccess .p-experienceBody__picture {
  position: absolute;
  width: 76.875%;
  top: 0;
  left: -120px;
}

@media screen and (max-width: 1179px) {
  #campAccess .p-experienceBody__picture {
    width: 57.2916666667%;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceBody__picture {
    position: sticky;
    width: 116.2666666667%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
  }
}

#campAccess .p-experienceBody__img {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceBody__img {
    width: 90%;
    display: block;
    margin: 46px auto 0;
  }
}

#campAccess .p-experienceFooter {
  position: relative;
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP";
}

#campAccess .p-experienceFooter__inner {
  position: relative;
}

#campAccess .p-experienceFooter__inner::after {
  content: "";
  position: absolute;
  background: url(../img_camp-access/img_expericenceFooter_01.svg) no-repeat center center/contain;
  width: 46.171875%;
  height: 167px;
  display: block;
  top: 36px;
  right: -134px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__inner::after {
    right: -40px;
    top: 206px;
    width: 317px;
    height: 90px;
  }
}

#campAccess .p-experienceFooter__body {
  padding-top: 208px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__body {
    text-align: center;
    padding-top: 60px;
  }
}

#campAccess .p-experienceFooter__body::before {
  content: "";
  position: absolute;
  background: url(../img_camp-access/ttl_experience_02.svg) no-repeat center center/contain;
  width: 36.71875%;
  height: 133px;
  display: inline-block;
  right: -135px;
  top: 64.5px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__body::before {
    width: 317.65px;
    height: 90px;
    right: -32px;
    top: auto;
    bottom: -136px;
  }
}

#campAccess .p-experienceFooter__name {
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__name {
    font-size: 1.3rem;
  }
}

#campAccess .p-experienceFooter__tel {
  font-size: 2rem;
  font-weight: 700;
}

#campAccess .p-experienceFooter__info {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__info {
    font-size: 1.3rem;
  }
}

#campAccess .p-experienceFooter__infoLink {
  color: #0068b7;
  font-weight: 700;
}

#campAccess .p-experienceFooter__btnWrap {
  margin-top: 16px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__btnWrap {
    display: flex;
    justify-content: center;
  }
}

#campAccess .p-experienceFooter__btn {
  width: 230px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}

#campAccess .p-experienceFooter__btn .--small {
  font-size: 1.2rem;
  font-weight: 400;
}

#campAccess .p-experienceFooter__text {
  font-size: 1.4rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-experienceFooter__text {
    font-size: 1rem;
    margin-top: 24px;
  }
}

#campAccess .p-directionsFv {
  font-family: "M PLUS 2", sans-serif;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv {
    margin-top: 50px;
  }
}

#campAccess .p-directionsFv__body {
  width: 378px;
  position: absolute;
  /*top: 304px;*/
  top: 350px;
  left: 100px;
}

@media screen and (max-width: 1179px) {
  #campAccess .p-directionsFv__body {
    position: static;
    max-width: 89.3333333333vw;
    margin: auto;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv__ttlEnWrap {
    display: flex;
    justify-content: center;
  }
}

#campAccess .p-directionsFv__ttlEn {
  position: relative;
  /* display: flex;
  align-items: flex-end; */
  font-size: 2rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  line-height: 0.7;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv__ttlEn {
    display: inline-block;
    margin: 0 auto;
  }
}

#campAccess .p-directionsFv__ttlEn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4A4D5C;
}

#campAccess .p-directionsFv__ttl {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv__ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv__ttlImg {
    width: 78.4vw;
  }
}

#campAccess .p-directionsFv__text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9444444444;
  color: #4a4d5c;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-directionsFv__text {
    font-size: 1.7rem;
  }
}

#campAccess .p-seaRoute {
  padding: 120px 0 100px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-seaRoute {
    padding: 60px 0;
  }
}

#campAccess .p-seaRoute__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-seaRoute__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "item01 item04" "item02 item05" "item03 item06";
  gap: 22px 60px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-seaRoute__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "item01" "item02" "item03" "item04" "item05" "item06";
    gap: 24px;
  }
}

#campAccess .p-seaRoute__item01 {
  grid-area: item01;
}

#campAccess .p-seaRoute__item02 {
  grid-area: item02;
}

#campAccess .p-seaRoute__item03 {
  grid-area: item03;
}

#campAccess .p-seaRoute__item04 {
  grid-area: item04;
}

#campAccess .p-seaRoute__item05 {
  grid-area: item05;
}

#campAccess .p-seaRoute__item06 {
  grid-area: item06;
}

#campAccess .p-seaRoute__link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

#campAccess .p-seaRoute__link--off {
  opacity: 1;
  transition: all .2s;
  position: relative;
}

#campAccess .p-seaRoute__link--on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .2s;
}

#campAccess .p-seaRoute__link:hover .p-seaRoute__link--off {
  opacity: 0;
}

#campAccess .p-seaRoute__link:hover .p-seaRoute__link--on {
  opacity: 1;
}

#campAccess .p-seaRoute__btnWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-seaRoute__btnWrap {
    margin-top: 30px;
  }
}

#campAccess .p-seaRoute__btnWrap .--cycle {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-seaRoute__btnWrap .--cycle {
    margin-top: 10px;
  }
}

#campAccess .p-seaRoute__btnWrap .--cycle::before {
  background: url(../img_camp-access/btn_cycle_01.svg) no-repeat center center/contain;
  width: 40px;
  height: 24px;
}

#campAccess .p-publicTransport {
  padding: 40px 0 50px;
  background: #f4f2e6;
}

@media screen and (max-width: 767px) {
  #campAccess .p-publicTransport {
    padding: 30px 0;
  }
}

#campAccess .p-publicTransport__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-publicTransport__imgWrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-publicTransport__imgWrap {
    display: none;
  }
}

#campAccess .p-publicTransport__list {
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-publicTransport__list {
    display: block;
  }
}

#campAccess .p-publicTransport__item {
  margin-top: 30px;
}

#campAccess .p-publicTransport__lv2Ttl {
  background: #004567;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.171em;
  text-align: center;
  max-width: 89.3333333333vw;
  margin: auto;
  padding: 10px 0;
  position: relative;
}

#campAccess .p-publicTransport__lv2Ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img_camp-access/ico_roundArrow_01.svg) no-repeat center center/contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

#campAccess .p-publicTransport__lv2Ttl.open::after {
  transform: translateY(-50%) rotate(180deg);
}

#campAccess .p-publicTransport__accordionContent {
  margin-top: 20px;
  display: none;
}

#campAccess .p-fastFerry {
  background: #fff;
  padding: 110px 0;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerry {
    padding: 40px 0 48px;
  }
}

#campAccess .p-fastFerryRide {
  font-family: "M PLUS 2", sans-serif;
}

#campAccess .p-fastFerryRide__ttlWrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__ttlWrap {
    display: flex;
    text-align: center;
  }
}

#campAccess .p-fastFerryRide__ttl {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__ttl {
    width: 280px;
  }
}

#campAccess .p-fastFerryRide__ttlSmall {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}

#campAccess .p-fastFerryRide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__item.--arrow {
    position: relative;
  }
}

#campAccess .p-fastFerryRide__item.--arrow::after {
  position: absolute;
  content: "";
  background: url(../img_camp-access/ico_arrowDown_01.svg) no-repeat center center/contain;
  width: 51px;
  height: 34px;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__item.--arrow::after {
    display: block;
  }
}

#campAccess .p-fastFerryRide__item.--arrow .p-fastFerryRide__imgWrap {
  position: relative;
}

#campAccess .p-fastFerryRide__item.--arrow .p-fastFerryRide__imgWrap::after {
  position: absolute;
  content: "";
  background: url(../img_camp-access/ico_arrow_01.svg) no-repeat center center/contain;
  width: 34px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__item.--arrow .p-fastFerryRide__imgWrap::after {
    display: none;
  }
}

#campAccess .p-fastFerryRide__text {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryRide__text {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 1.5294117647;
  }
}

#campAccess .p-fastFerryList {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryList {
    margin-top: 50px;
  }
}

#campAccess .p-fastFerryList__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-fastFerryList__listWrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#campAccess .p-fastFerryList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 950px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-fastFerryList__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 69.3333333333vw;
    gap: 30px;
  }
}

#campAccess .p-fastFerryList__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: all .4s;
}

#campAccess .p-fastFerryList__link:hover {
  opacity: .6;
}

#campAccess .p-car {
  margin-top: 60px;
}

#campAccess .p-car__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-car__imgWrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-car__imgWrap {
    display: none;
  }
}

#campAccess .p-car__list {
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-car__list {
    display: block;
  }
}

#campAccess .p-car__item {
  margin-top: 30px;
}

#campAccess .p-car__lv2Ttl {
  background: #004567;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.171em;
  text-align: center;
  max-width: 89.3333333333vw;
  margin: auto;
  padding: 10px 0;
  position: relative;
}

#campAccess .p-car__lv2Ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img_camp-access/ico_roundArrow_01.svg) no-repeat center center/contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

#campAccess .p-car__lv2Ttl.open::after {
  transform: translateY(-50%) rotate(180deg);
}

#campAccess .p-car__accordionContent {
  margin-top: 20px;
  display: none;
}

#campAccess .p-carFerryRide {
  font-family: "M PLUS 2", sans-serif;
}

#campAccess .p-carFerryRide__ttlWrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__ttlWrap {
    display: flex;
    text-align: center;
  }
}

#campAccess .p-carFerryRide__ttl {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__ttl {
    width: 300px;
  }
}

#campAccess .p-carFerryRide__ttlSmall {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  margin-top: 12px;
}

#campAccess .p-carFerryRide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__item.--arrow {
    position: relative;
  }
}

#campAccess .p-carFerryRide__item.--arrow::after {
  position: absolute;
  content: "";
  background: url(../img_camp-access/ico_arrowDown_01.svg) no-repeat center center/contain;
  width: 51px;
  height: 34px;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__item.--arrow::after {
    display: block;
  }
}

#campAccess .p-carFerryRide__item.--arrow .p-carFerryRide__imgWrap {
  position: relative;
}

#campAccess .p-carFerryRide__item.--arrow .p-carFerryRide__imgWrap::after {
  position: absolute;
  content: "";
  background: url(../img_camp-access/ico_arrow_01.svg) no-repeat center center/contain;
  width: 34px;
  height: 51px;
  top: 50%;
  transform: translateY(-50%);
  right: -62px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__item.--arrow .p-carFerryRide__imgWrap::after {
    display: none;
  }
}

#campAccess .p-carFerryRide__text {
  font-size: 1.9rem;
  line-height: 1.5789473684;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-carFerryRide__text {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
    line-height: 1.5294117647;
  }
}

.p-carFerry {
  background: #F4F2E6;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .p-carFerry {
    padding: 30px 0;
  }
}

#campAccess .p-map {
  padding: 100px 0 127px;
  font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map {
    padding: 50px 0;
  }
}

#campAccess .p-map__ttlWrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__ttl.--spTextAlignCenter {
    text-align: center;
  }
}

#campAccess .p-map__lead {
  font-size: 1.8rem;
  line-height: 1.8333333333;
  color: #4A4D5C;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__lead {
    text-align: left;
    font-size: 1.7rem;
  }
}

#campAccess .p-map__lead .--caution {
  color: #F6AB00;
  font-weight: 700;
}

#campAccess .p-map__imgWrap {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__imgWrap {
    margin-top: 40px;
    overflow-x: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

#campAccess .p-map__img {
  display: block;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__img {
    width: 1380px;
    max-width: none;
  }
}

#campAccess .p-map__infoText {
  font-size: 2.6rem;
  padding: 18px 0;
  color: #004567;
  text-align: center;
  border: 2px solid #004567;
  gap: 8px;
  margin-top: 40px;
  line-height: 1.3461538462;
  letter-spacing: 0.171em;
}

#campAccess .p-map__infoText .--bold {
  font-weight: 700;
}

#campAccess .p-map__infoText .--caution {
  font-weight: 700;
  color: #F6AB00;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__infoText {
    font-size: 1.7rem;
  }
}

#campAccess .p-map__infoImg {
  width: 25px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-map__infoImg {
    width: 18px;
    margin-bottom: 2px;
  }
}

#campAccess .p-touringFv {
  font-family: "M PLUS 2", sans-serif;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-touringFv {
    margin-top: 50px;
  }
}

#campAccess .p-touringFv__body {
  width: 378px;
  position: absolute;
  top: 140px;
  right: 100px;
}

@media screen and (max-width: 1179px) {
  #campAccess .p-touringFv__body {
    position: static;
    max-width: 89.3333333333vw;
    margin: auto;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-touringFv__ttlEnWrap {
    display: flex;
    justify-content: center;
  }
}

#campAccess .p-touringFv__ttlEn {
  position: relative;
  /* display: flex;
  align-items: flex-end; */
  font-size: 2rem;
  letter-spacing: 0.25em;
  font-weight: 700;
  line-height: 0.7;
  padding-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  #campAccess .p-touringFv__ttlEn {
    display: inline-block;
    margin: 0 auto;
  }
}

#campAccess .p-touringFv__ttlEn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #4a4d5c;
}

#campAccess .p-touringFv__ttl {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-touringFv__ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .p-touringFv__ttlImg {
    width: 78.4vw;
  }
}

#campAccess .p-touringFv__text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.9444444444;
  color: #4a4d5c;
  margin-top: 24px;
}

#campAccess .p-townAccess {
  margin-top: -180px;
  position: relative;
  z-index: 1;
  font-family: "M PLUS 2", sans-serif;
}

@media screen and (max-width: 1179px) {
  #campAccess .p-townAccess {
    margin-top: 40px;
  }
}

#campAccess .p-townAccess__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-townAccess__imgWrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townAccess__imgWrap {
    display: none;
  }
}

#campAccess .p-townAccess__list {
  margin-top: 40px;
  display: none;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townAccess__list {
    display: block;
  }
}

#campAccess .p-townAccess__item {
  margin-top: 30px;
}

#campAccess .p-townAccess__lv2Ttl {
  background: #004567;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.171em;
  text-align: center;
  max-width: 89.3333333333vw;
  margin: auto;
  padding: 10px 0;
  position: relative;
}

#campAccess .p-townAccess__lv2Ttl::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img_camp-access/ico_roundArrow_01.svg) no-repeat center center/contain;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

#campAccess .p-townAccess__lv2Ttl.open::after {
  transform: translateY(-50%) rotate(180deg);
}

#campAccess .p-townAccess__accordionContent {
  margin-top: 20px;
  display: none;
}

#campAccess .p-townBus {
  font-family: "M PLUS 2", sans-serif;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townBus {
    margin-top: 80px;
  }
}

#campAccess .p-townBus__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-townBus__mapWrap {
  margin-top: 40px;
  aspect-ratio: 1380/752;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townBus__mapWrap {
    aspect-ratio: 375/312;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

#campAccess .p-townBus__mapWrap iframe {
  width: 100%;
  height: 100%;
}

#campAccess .p-townBus__lv2Ttl {
  font-size: 2.4rem;
  letter-spacing: 0.171em;
  text-align: center;
  font-weight: 500;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townBus__lv2Ttl {
    font-size: 2rem;
    margin-top: 30px;
  }
}

#campAccess .p-townBus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townBus__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

#campAccess .p-townBus__btnWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 200px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-townBus__btnWrap {
    display: none;
  }
}

#campAccess .p-island {
  margin-top: 120px;
  padding-bottom: 140px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-island {
    margin-top: 60px;
    padding-bottom: 70px;
  }
}

#campAccess .p-island__ttlWrap {
  display: flex;
  justify-content: center;
}

#campAccess .p-island__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

@media screen and (max-width: 767px) {
  #campAccess .p-island__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

#campAccess .p-island__link {
  transition: opacity 0.3s;
}

#campAccess .p-island__link:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1180px) {
  #campAccess .u-sp-only {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #campAccess .u-sp-only {
    display: none;
  }
}

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

@media screen and (min-width: 1180px) {
  #campAccess .u-tab-only {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #campAccess .u-tab-only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .u-tab-only {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #campAccess .u-pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .u-pc-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .u-sp-none {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #campAccess .u-tab-none {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  #campAccess .u-pc-none {
    display: none;
  }
}

@media screen and (max-width: 1179px) {
  #campAccess .u-tab-flex {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #campAccess .u-sp-flex {
    display: flex;
  }
}

#campAccess .u-linkPosition {
  display: block;
  position: relative;
  top: -50px;
}

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