@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
.fz22 {
  font-size: 2.2rem; }

.bg_white {
  background-color: #fff; }

.lh140 {
  line-height: 1.40; }

@media screen and (max-width: 540px) {
  .bg01:before {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px; } }

@media screen and (max-width: 540px) {
  .view-pc {
    display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 540px) {
    .view-sp {
      display: block; } }

/* page_header
---------------------------------------------------------------------------*/
#page_header {
  background-image: url(../images/access/header-bg.png);
  background-repeat: no-repeat;
  background-position: center 48px;
  background-size: 2000px auto;
  height: 1086px; }
  @media screen and (max-width: 540px) {
    #page_header {
      background-image: url(../images/access/header-bg-sp.png);
      background-position: center bottom;
      background-size: 100vw auto;
      height: auto;
      padding-bottom: 100vw; } }

/* .data-tbl
---------------------------------------------------------------------------*/
.data-tbl {
  position: relative; }
  .data-tbl::after {
    content: "";
    display: block;
    background: url("../images/common/line01_pink.png") no-repeat center center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .data-tbl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media screen and (max-width: 540px) {
      .data-tbl dl {
        display: block; } }
    .data-tbl dl::after {
      content: "";
      display: block;
      background: url("../images/common/line01_pink.png") no-repeat center center;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 9; }
    .data-tbl dl dt, .data-tbl dl dd {
      padding: 16px 24px;
      line-height: 2.2; }
      @media screen and (max-width: 540px) {
        .data-tbl dl dt, .data-tbl dl dd {
          width: 100%;
          padding: 12px; } }
    .data-tbl dl dt {
      background-color: #e5c5cd;
      color: #be6d83;
      width: 272px; }
      @media screen and (max-width: 540px) {
        .data-tbl dl dt {
          width: 100%; } }

/* accessmap
---------------------------------------------------------------------------*/
.accessmap {
  background-color: #BE6D83; }
  .accessmap .title03 {
    background-image: url(../images/access/title03-dark.png); }
  .accessmap .gmap {
    border: 6px solid #DEB6C1;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden; }
    .accessmap .gmap iframe {
      display: block;
      width: 100%;
      height: 556px; }
      @media screen and (max-width: 540px) {
        .accessmap .gmap iframe {
          height: 74.1333333333vw; } }
  .accessmap .btn01 {
    background-image: url(../images/common/angle01_right_pink.png);
    background-color: #fff; }

/* timetable
---------------------------------------------------------------------------*/
@media screen and (max-width: 540px) {
  .timetable04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw; } }
.timetable04 li {
  width: calc((100% - 72px) / 4); }
  @media screen and (max-width: 540px) {
    .timetable04 li {
      width: calc((100% - 4vw) / 2); } }

@media screen and (max-width: 540px) {
  .timetable03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw; } }
.timetable03 li {
  width: calc((100% - 48px) / 3); }
  @media screen and (max-width: 540px) {
    .timetable03 li {
      width: 100%; } }

/* access01 - お車でお越しの方
---------------------------------------------------------------------------*/
.access01 .title03 span:nth-of-type(2) {
  position: relative;
  padding-left: 72px;
  margin-top: 0.5em; }
  .access01 .title03 span:nth-of-type(2)::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/access/icn-car.png);
    width: 48px;
    height: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

/* access02 - 電車でお越しの方
---------------------------------------------------------------------------*/
.access02 .title03 span:nth-of-type(2) {
  position: relative;
  padding-left: 72px;
  margin-top: 0.5em; }
  .access02 .title03 span:nth-of-type(2)::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/access/icn-train.png);
    width: 48px;
    height: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

/* access03 - 飛行機でお越しの方
---------------------------------------------------------------------------*/
.access03 .title03 span:nth-of-type(2) {
  position: relative;
  padding-left: 62px;
  margin-top: 0.5em; }
  .access03 .title03 span:nth-of-type(2)::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/access/icn-air.png);
    width: 42px;
    height: 42px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.access03 .bana {
  width: 430px;
  margin: 0 auto; }
  @media screen and (max-width: 540px) {
    .access03 .bana {
      width: 100%; } }

/* access04 - 無料送迎について
---------------------------------------------------------------------------*/
.access04 .title03 span:nth-of-type(2) {
  position: relative;
  padding-left: 70px;
  margin-top: 0.5em; }
  .access04 .title03 span:nth-of-type(2)::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/access/icn-service.png);
    width: 48px;
    height: 48px;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
.access04 .imgtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 540px) {
    .access04 .imgtx {
      display: block; } }
  .access04 .imgtx-img {
    width: 50%; }
    @media screen and (max-width: 540px) {
      .access04 .imgtx-img {
        width: 100%; } }
    .access04 .imgtx-img > div {
      width: 148%;
      margin-left: -48%;
      border-top-left-radius: 80px;
      border-bottom-right-radius: 80px;
      overflow: hidden; }
      @media screen and (max-width: 540px) {
        .access04 .imgtx-img > div {
          width: 100%;
          margin-left: 0;
          border-top-left-radius: 40px;
          border-bottom-right-radius: 40px; } }
  .access04 .imgtx-tx {
    width: 42.592%; }
    @media screen and (max-width: 540px) {
      .access04 .imgtx-tx {
        width: 100%;
        margin-top: 1em; } }
  .access04 .imgtx .data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .access04 .imgtx .data dt {
    width: 33%; }
    @media screen and (max-width: 540px) {
      .access04 .imgtx .data dt {
        width: 40%; } }
  .access04 .imgtx .data dd {
    width: 67%; }
    @media screen and (max-width: 540px) {
      .access04 .imgtx .data dd {
        width: 60%; } }
.access04 .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 540px) {
    .access04 .con {
      display: block;
      margin-bottom: 1em; } }
  .access04 .con dt, .access04 .con dd {
    padding: 30px 0;
    line-height: 1.4; }
    @media screen and (max-width: 540px) {
      .access04 .con dt, .access04 .con dd {
        width: 100% !important;
        padding: 15px 0; } }
  .access04 .con dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%; }
    .access04 .con dt > div {
      width: 100%; }
  .access04 .con dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%; }
    @media screen and (min-width: 541px) {
      .access04 .con dd a {
        pointer-events: none; } }
.access04 .indent {
  text-indent: -1.5em;
  padding-left: 1.5em; }
