@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}
/********************************
* 全体
********************************/
.access-sec {
  font-family: "RyuminPro", serif;
  color: #37444C;
  margin-top: 70px;
  line-height: 1.8;
  position: relative;
}

.access-sec .inner {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto;
}

.access-sec .inner-beige {
  width: 84%;
  background-color: #F3F0EF;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3vw 5vw;
}

.access-sec p {
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .access-sec p {
      font-size: 16px;
  }
}
.sup {
  font-size: 0.5em;
  vertical-align: top;
}


.access-sec .mainttl {
  font-size: 40px;
  text-align: center;
  margin-bottom: 60px;
}
.access-sec .mainttl .sup {
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .access-sec .mainttl {
      font-size: 19px;
      margin-bottom: 3.91vw;
    text-align: left;
  }
  .access-sec .mainttl .sup {
    margin-left: -27px;
  }
}

.access-sec .ttl01 {
  font-size: 30px;
  line-height: 1.75;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access-sec .ttl01 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4.56vw;
    margin-top: 3rem;
  }
}
.access-sec .ttl02 {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 64%;
}
@media screen and (max-width: 768px) {
  .access-sec .ttl02 {
      width: 80%;
      margin-bottom: 5.21vw;
  }
}
.access-sec .ttl03 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .access-sec .ttl03 {
    font-size: 20px;
  }
}

.access-sec .ttl04 {
  font-family: adobe-garamond-pro;
  font-size: 48px;
  line-height: 1;
  border-bottom: 1px solid #37444C;
}
.access-sec .ttl04 .initial {
  font-size: 96px;
  vertical-align: bottom;
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .access-sec .ttl04 {
    font-family: adobe-garamond-pro;
    font-size: 24px;
    line-height: 1;
    border-bottom: 1px solid #37444C;
  }
.access-sec .ttl04 .initial {
    font-size: 48px;
    vertical-align: bottom;
    line-height: 0.8;
  }
}

.access-sec .ttl05 {
  font-size: 30px;
  line-height: 1.75;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access-sec .ttl05 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 4.56vw;
    margin-top: 6rem;
  }
}

.access-sec .subttl01 {
  font-size: 22px;
  margin-bottom: 5px;
}
.access-sec .subttl01 span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .access-sec .subttl01 {
    font-size: 16px;
    margin-bottom: 1.3vw;
    line-height: 1.3;
  }
  .access-sec .subttl01 span {
    font-size: 14px;
  }
}

.lead {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .lead {
    margin-bottom: 2.6vw;
  }
}

.column02 ,
.column03 {
  display: flex;
  flex-wrap: wrap;
}

.access-sec .image {
  position: relative;
}
.main-visual .annotation.white ,
.access-sec .annotation.white {
  color: #fff;
  text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 7px;
}

.access-sec .mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.5;
}

/********************************
* コンテンツ > MV
********************************/
.main-visual {
  position: relative;
}
/********************************
* コンテンツ > 01
********************************/
.access-sec--1 .images {
  margin-top: 95px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access-sec--1 .images {
    margin-top: 12.37vw;
  }
}
.access-sec--1 p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
.access-sec--1 p {
      font-size: 16px;
      text-align: left;
  }
}
.access-sec--1 .mini {
  font-size: 10px;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.access-sec--1 .scaling .images .leaflet-control-container .leaflet-top {
  top: 0;
  left: auto;
}
.access-sec--1 .scaling .images .leaflet-control-container .leaflet-left {
  right: 0;
}
.access-sec--1 .scaling .images .leaflet-control-container .leaflet-left .leaflet-control {
  margin-right: 10px;
}
.access-sec--1 .scaling .images .leaflet-container {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .access-sec--1 .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .access-sec--1 .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .access-sec--1 .swipe {
    display: block;
    text-align: center;
  }
  .access-sec--1 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}

/********************************
* コンテンツ > 02
********************************/
.access-sec--2 {
  margin-top: 100px;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .access-sec--2 {
    margin-top: 13.02vw;
    padding-top: 6.51vw;
    padding-bottom: 11.72vw;
  }
}
.access-sec--2 .ttl02 {
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .access-sec--2 .ttl02 {
    font-size: 20px;
  }
}
.access-sec--2 .column03 li {
  width: calc(50% - 10px);
  flex-grow: 1;
}
.access-sec--2 .column03 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .access-sec--2 .column03 {
    flex-wrap: wrap;
  }
}
.access-sec--2 .column03 {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .access-sec--2 .column03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .access-sec--2 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}


/********************************
* コンテンツ > 03
********************************/
.access-sec--3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .access-sec--3 {
    margin-top: 5.21vw;
  }
}
.access-sec--3 .ttl03 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.03em;
  line-height: 1.5;
  position: relative;
  color: #A98667;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .access-sec--3 .ttl03 {
    font-size: 20px;
  }
}
.access-sec--3 .bgimg {
  background: #EAEAEA;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-top:53px;
  padding-bottom: 42px;
}
.access-sec--3 .bgimg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 200px;
  height: 200px;
  clip-path: polygon(0 0, 0% 100%, 100% 0, 100% 0);
  background: #C0D0E9;
}
@media screen and (max-width: 768px) {
  .access-sec--3 .bgimg {
    margin-bottom: 2.6vw;
    padding-top:6.9vw;
    padding-bottom: 5.47vw;
  }
}
.access-sec--3 .inner {
  position: relative;
}
.access-sec--3 .ttl04 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .access-sec--3 .ttl01 {
    padding-top: 50px;
    text-align: left;
  }
}
.access-sec--3 .column02 li {
  flex-grow: 1;
}
.access-sec--3 .column02 {
  flex-wrap: nowrap;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .access-sec--3 .column02 {
    flex-wrap: wrap;
  }
}
.access-sec--3 .column02 {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .access-sec--3 .column02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .access-sec--3 .column02 li:last-of-type {
    margin-bottom: 0;
  }
}
.access-sec--3 .image {
  margin-top: 30px;
}

.access-sec--3 .image02 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .access-sec--3 .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .access-sec--3 .image .swipe-img img {
    max-width: inherit;
    width: 146%;
  }
  .access-sec--3 .swipe {
    display: block;
    text-align: center;
  }
  .access-sec--3 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}
/********************************
* コンテンツ > 04
********************************/
.access-sec--4 {
  background-color: #EDF2F7;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .access-sec--4 {
    margin-top: 15.36vw;
    padding-top: 6.51vw;
    padding-bottom: 5.21vw;
  }
}

.access-sec--4 p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .access-sec--4 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.access-sec--4 .column04 li {
  width: calc(50% - 10px);
  flex-grow: 1;
}
.access-sec--4 .column04 {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .access-sec--4 .column04 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }
}

.access-sec--4 .column04 p {
  margin-bottom: 0;
}

.access-sec--4 .column04 {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .access-sec--4 .column04 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .access-sec--4 .column04 li:last-of-type {
    margin-bottom: 0;
  }
}
.access-sec--4 .image {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .access-sec--4 .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .access-sec--4 .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .access-sec--4 .swipe {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .access-sec--4 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
  .access-sec--4 .image {
    margin-top: 20px;
    margin-bottom: -3.3rem;
  }
}
/********************************
* コンテンツ > 05
********************************/
.access-sec--5 {
  margin-top: 128px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .access-sec--5 {
    margin-top: 17.97vw;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}

.access-sec--5 .column03 li {
  flex-grow: 1;
}
.access-sec--5 .column03 {
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .access-sec--5 .column03 {
    flex-wrap: wrap;
  }
}
.access-sec--5 .column03 {
  align-items: stretch;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .access-sec--5 .column03 {
    align-items: stretch;
    gap: 0;
  }
  .access-sec--5 .column03 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .access-sec--5 .column03 li:last-of-type {
    margin-bottom: 0;
  }
}

.access-sec--5 .mini-right {
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
}

.fs13 {
  font-size: 13px;
}

/********************************
* コンテンツ > 06
********************************/
.access-sec--6 {
  margin-top: 120px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .access-sec--6 {
    margin-top: 13.02vw;
    padding-top: 6.51vw;
    padding-bottom: 6.51vw;
  }
}
.access-sec--6 .column02 li {
  flex-grow: 1;
}
.access-sec--6 .column02 {
  flex-wrap: nowrap;
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .access-sec--6 .column02 {
    flex-wrap: wrap;
  }
}
.access-sec--6 .column02 {
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .access-sec--6 .column02 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3.91vw;
  }
  .access-sec--6 .column02 li:last-of-type {
    margin-bottom: 0;
  }
}
.access-sec--6 .subttl01 span.txt01 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .access-sec--6 .subttl01 span.txt01 {
    font-size: 19px;
  }
}
.access-sec--6 .mini-right {
  text-align: right;
  font-size: 11px;
  line-height: 1.5;
}
.access-sec--6 .image02 {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .access-sec--6 .image02 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .access-sec--6 .image .swipe-img {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .access-sec--6 .image .swipe-img img {
    max-width: inherit;
    width: 200%;
  }
  .access-sec--6 .swipe {
    display: block;
    text-align: center;
  }
  .access-sec--6 .swipe img {
    max-width: 75px;
    width: 15%;
    height: auto;
    margin: auto;
    pointer-events: none;
  }
}



















