.header_wrap .mv_flex .mv {
  border-radius: 0 60px 60px 0;
  overflow: hidden;
  height: 77vw;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header_wrap .mv_flex .mv {
    height: 893px;
  }
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv {
    border-radius: 0;
    height: auto;
  }
}

.header_wrap .mv_flex .mv .img {
  width: 155%;
  right: -45%;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv .img {
    width: 100%;
  }
}

.header_wrap .mv_flex .mv .txt {
  top: 18%;
  left: 51%;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .mv .txt {
    top: auto;
    bottom: 4%;
    left: 5%;
    -webkit-transform: none;
            transform: none;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: auto;
    text-align: left;
  }
}

.header_wrap .mv_flex .menu {
  padding: 8% 0 6%;
}

@media screen and (max-width: 767px) {
  .header_wrap .mv_flex .menu {
    padding: 0;
  }
}

.emergency {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .emergency {
    padding-top: 30px;
  }
}

.emergency .wrap {
  max-width: 1266px;
}

.emergency .wrap .emergency_list {
  background-color: #bde7ff;
  border-radius: 20px;
  padding: 20px 40px;
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list {
    padding: 15px;
  }
}

.emergency .wrap .emergency_list li + li {
  margin-top: 20px;
}

.emergency .wrap .emergency_list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.emergency .wrap .emergency_list li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 20px;
  }
}

.emergency .wrap .emergency_list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/index/icon_arrow_b.svg);
  background-size: cover;
  width: 43px;
  height: 14px;
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list li a::before {
    width: 20px;
    height: 7px;
  }
}

.emergency .wrap .emergency_list li a > p {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list li a > p {
    font-size: 1.5rem;
  }
}

.emergency .wrap .emergency_list li a > p.ttl {
  border-right: 1px solid #000;
  margin-right: 1.5em;
  padding-right: 1.5em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list li a > p.ttl {
    border-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .emergency .wrap .emergency_list li a > p.txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
  }
}

.emergency .wrap .emergency_list li a > p.txt .date {
  margin-right: 1em;
  white-space: nowrap;
}

.sec img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .sec .head02 {
    margin-bottom: 30px;
    text-align: center;
  }
}

.sec .head02 span {
  display: inline-block;
  color: #00a2ff;
  border: 3px solid #00a2ff;
  font-size: 2.7vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.09vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .sec .head02 span {
    font-size: 3rem;
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .sec .head02 span {
    border: 2px solid #00a2ff;
    font-size: 2.5rem;
    padding: 5px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.sec .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.sec .contents_flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec .contents_flex .img_area {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec .contents_flex .img_area {
    margin-top: 30px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 100% !important;
  }
}

.sec .contents_flex .img_area .small {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sec .contents_flex .txt_area {
    padding-left: 25px !important;
    padding-right: 25px !important;
    width: 100% !important;
  }
}

.sec .contents_flex .txt_area .head03 {
  font-size: 4.01vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.658;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .sec .contents_flex .txt_area .head03 {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_flex .txt_area .head03 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

.sec .contents_flex .txt_area .txt {
  font-size: 1.31vw;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .sec .contents_flex .txt_area .txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sec .contents_flex .txt_area .txt {
    font-size: 1.5rem !important;
  }
}

.about1 {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .about1 {
    padding: 65px 0 11%;
  }
}

.about1 .contents_flex .img_area {
  padding-left: 5%;
  width: 52.5%;
}

@media screen and (max-width: 767px) {
  .about1 .contents_flex .img_area {
    padding-left: 0;
  }
}

.about1 .contents_flex .img_area .small {
  top: 90%;
  left: -8%;
  width: 41.3%;
}

@media screen and (max-width: 767px) {
  .about1 .contents_flex .img_area .small {
    top: 65%;
  }
}

.about1 .contents_flex .txt_area {
  margin-left: 3%;
  width: 34%;
}

@media screen and (max-width: 767px) {
  .about1 .contents_flex .txt_area {
    margin-left: 0;
  }
}

.about1 .contents_flex .txt_area .head02 {
  margin-top: 12%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .about1 .contents_flex .txt_area .head02 {
    margin-top: 0;
    text-align: center;
  }
}

.about1 .contents_flex .txt_area .head03 {
  margin-top: -12%;
}

@media screen and (max-width: 767px) {
  .about1 .contents_flex .txt_area .head03 {
    margin-top: 0;
  }
}

.about1 .map_wrap {
  margin-top: -2%;
  width: 89.5%;
}

@media screen and (max-width: 767px) {
  .about1 .map_wrap {
    margin-top: 20px;
    width: 100%;
  }
}

.about1 .map_wrap .map {
  margin-left: auto;
  width: 36%;
}

@media screen and (max-width: 767px) {
  .about1 .map_wrap .map {
    margin: 0 auto;
    width: 80%;
  }
}

.about2 {
  padding: 2% 0 12%;
}

@media screen and (max-width: 767px) {
  .about2 {
    padding: 65px 0 18%;
  }
}

.about2 .contents_flex {
  padding-right: 3%;
}

@media screen and (max-width: 767px) {
  .about2 .contents_flex {
    padding-right: 0;
  }
}

.about2 .contents_flex .img_area {
  padding-top: 2%;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .about2 .contents_flex .img_area {
    padding-top: 0;
  }
}

.about2 .contents_flex .img_area .small {
  top: 71%;
  left: -39%;
  width: 62.7%;
}

@media screen and (max-width: 767px) {
  .about2 .contents_flex .img_area .small {
    top: 55%;
    left: -10%;
  }
}

.about2 .contents_flex .txt_area {
  width: 49%;
}

.about2 .contents_flex .txt_area .head03 {
  margin: 3% 0;
}

@media screen and (max-width: 767px) {
  .about2 .contents_flex .txt_area .head03 {
    margin: 0 0 20px;
  }
}

.about2 .contents_flex .txt_area .txt {
  font-size: 1.17vw;
  width: 61%;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .about2 .contents_flex .txt_area .txt {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .about2 .contents_flex .txt_area .txt {
    width: 100%;
  }
}

.about3 {
  padding: 7% 0 14%;
}

@media screen and (max-width: 767px) {
  .about3 {
    padding: 65px 0 0;
  }
}

.about3 .contents_flex .img_area {
  width: 49.6%;
}

.about3 .contents_flex .img_area .big {
  position: relative;
  left: -11%;
}

@media screen and (max-width: 767px) {
  .about3 .contents_flex .img_area .big {
    left: 0;
  }
}

.about3 .contents_flex .img_area .small {
  top: 79%;
  left: 125%;
  width: 71.6%;
}

@media screen and (max-width: 767px) {
  .about3 .contents_flex .img_area .small {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

.about3 .contents_flex .txt_area {
  width: 46%;
}

.about3 .contents_flex .txt_area .head02 {
  margin-right: 11%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .about3 .contents_flex .txt_area .head02 {
    margin-right: 0;
    text-align: center;
  }
}

.about3 .contents_flex .txt_area .head03 {
  position: relative;
  margin: 9% 0 3% -21%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .about3 .contents_flex .txt_area .head03 {
    margin: 0 0 20px;
  }
}

.about3 .contents_flex .txt_area .txt {
  font-size: 1.17vw;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .about3 .contents_flex .txt_area .txt {
    font-size: 1.3rem;
  }
}

.news {
  padding-top: 12%;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 65px 25px 0;
  }
}

.news .contents_flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

.news .contents_flex .txt_area {
  padding: 4% 1.5%;
  width: 8.5%;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .txt_area {
    padding: 0;
  }
}

.news .contents_flex .news_area {
  background-color: #bde7ff;
  border-radius: 60px 0 0 60px;
  padding: 7% 4% 4% 6%;
  width: 81.7%;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .news_area {
    border-radius: 20px;
    padding: 30px;
    width: 100%;
  }
}

.news .contents_flex .news_area .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .news_area .news_list {
    display: block;
  }
}

.news .contents_flex .news_area .news_list li {
  width: 33%;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .news_area .news_list li {
    width: 100%;
  }
}

.news .contents_flex .news_area .news_list li + li {
  margin-left: 0.5%;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .news_area .news_list li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

.news .contents_flex .news_area .news_list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.news .contents_flex .news_area .news_list li a:hover {
  opacity: 0.7;
}

.news .contents_flex .news_area .news_list li a .img {
  text-align: center;
}

.news .contents_flex .news_area .news_list li a .date {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  margin-top: 20px;
}

.news .contents_flex .news_area .news_list li a .date .cat {
  background-color: #00a2ff;
  color: #FFF;
  font-weight: 700;
  margin-left: 0.4em;
  padding: 3px 6px;
}

.news .contents_flex .news_area .news_list li a .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .news .contents_flex .news_area .news_list li a .ttl {
    font-size: 1.6rem;
  }
}

.news .contents_flex .news_area .btn {
  margin-top: 50px;
}

.seasons {
  padding-top: 230px;
}

@media screen and (max-width: 767px) {
  .seasons {
    padding-top: 65px;
  }
}

.seasons .head {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .seasons .head {
    font-size: 2rem;
  }
}

.seasons .head span {
  font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
  .seasons .head span {
    font-size: 2.5rem;
  }
}

.seasons .lead {
  font-size: 1.6rem;
  line-height: 2.258;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .seasons .lead {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.seasons .seasons_list {
  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;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .seasons .seasons_list {
    display: block;
    margin-top: 0;
  }
}

.seasons .seasons_list li {
  width: 46.3%;
}

@media screen and (max-width: 767px) {
  .seasons .seasons_list li {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .seasons .seasons_list li:nth-child(n + 3) {
    margin-top: 75px;
  }
}

.seasons .seasons_list li a {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.seasons .seasons_list li a:hover {
  opacity: 0.7;
}

.seasons .seasons_list li a .ttl {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-size: 7rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .seasons .seasons_list li a .ttl {
    font-size: 5rem;
  }
}

.seasons .seasons_list li a .txt {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 2.3rem;
  line-height: 1.937;
}

@media screen and (max-width: 767px) {
  .seasons .seasons_list li a .txt {
    font-size: 2rem;
    line-height: 2.3;
  }
}

.seasons .seasons_list li a .txt span {
  background-color: #FFF;
  padding: 5px 15px;
}

@media screen and (max-width: 767px) {
  .seasons .seasons_list li a .txt span {
    padding: 5px 10px;
  }
}

.seasons .btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .seasons .btn {
    margin-top: 50px;
  }
}

.access {
  padding: 220px 0 80px;
}

@media screen and (max-width: 767px) {
  .access {
    padding: 100px 0 40px;
  }
}

.access .head02 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access .head02 {
    font-size: 2.5rem;
  }
}

.access .head02 span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .access .head02 span {
    font-size: 1.2rem;
  }
}

.access .access_map {
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .access .access_map {
    margin-top: 20px;
  }
}

.access .access_map .txt {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  right: 20px;
  background-color: #FFF;
  font-size: 2.1rem;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .access .access_map .txt {
    position: static;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.access .access_map .txt a {
  position: relative;
  background-color: #bde7ff;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 1em;
  padding: 3px 40px 3px 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.access .access_map .txt a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .access .access_map .txt a {
    display: inline-block;
    border-radius: 5px;
    font-size: 1.5rem;
    margin-top: 5px;
    margin-left: 0;
  }
}

.access .access_map .txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/index/icon_arrow_b_map.svg);
  background-size: cover;
  width: 20px;
  height: 14px;
}

.access .parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 35px;
}

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

.access .parking .map {
  width: 623px;
}

@media screen and (max-width: 767px) {
  .access .parking .map {
    margin-top: 20px;
    width: 100%;
  }
}

.access .parking .txt_area {
  width: 415px;
}

@media screen and (max-width: 767px) {
  .access .parking .txt_area {
    width: 100%;
  }
}

.access .parking .txt_area .head03 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .access .parking .txt_area .head03 {
    font-size: 2rem;
    padding-left: 0;
    text-align: center;
  }
}

.access .parking .txt_area .txt {
  font-size: 2.2rem;
  line-height: 2.1259;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .access .parking .txt_area .txt {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

.access .parking .txt_area .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .access .parking .txt_area .price {
    margin-top: 15px;
    padding-left: 0;
  }
}

.access .parking .txt_area .price .ttl {
  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;
  background-color: #bde7ff;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  width: 80px;
}

@media screen and (max-width: 767px) {
  .access .parking .txt_area .price .ttl {
    font-size: 1.7rem;
  }
}

.access .parking .txt_area .price .txt {
  line-height: 1.75;
  margin-left: 25px;
  margin-top: 0;
}

.access .detail {
  margin-top: 30px;
}

.access .detail .txt_big {
  background-color: #bde7ff;
  font-size: 2.2rem;
  text-align: center;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .access .detail .txt_big {
    font-size: 1.7rem;
    padding: 12px;
    text-align: left;
  }
}

.access .detail .detail_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.access .detail .detail_flex li {
  width: 196px;
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex li {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex li:nth-child(n+3) {
    margin-top: 30px;
  }
}

.access .detail .detail_flex li .txt_big {
  position: relative;
  padding: 10px 45px;
  text-align: left;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex li .txt_big {
    padding: 10px 10px 10px 45px;
  }
}

.access .detail .detail_flex li .txt_big::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #FFF;
  border: 2px solid #00a2ff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.access .detail .detail_flex li .txt_small {
  position: relative;
  font-size: 1.9rem;
  line-height: 1.342;
  padding: 25px 0 25px 45px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex li .txt_small {
    font-size: 1.5rem;
  }
}

.access .detail .detail_flex li .txt_small::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00a2ff;
  width: 3px;
  height: 131px;
}

@media screen and (max-width: 767px) {
  .access .detail .detail_flex li .txt_small::before {
    height: 115px;
  }
}

.access .visitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #bde7ff;
  border-radius: 60px;
  margin-top: 150px;
  padding: 45px;
}

@media screen and (max-width: 767px) {
  .access .visitor {
    display: block;
    border-radius: 20px;
    margin-top: 65px;
    padding: 20px;
  }
}

.access .visitor .img {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .access .visitor .img {
    width: 100%;
  }
}

.access .visitor .txt_area {
  margin-left: 40px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .access .visitor .txt_area {
    margin-left: 0;
    width: 100%;
  }
}

.access .visitor .txt_area .head03 {
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .access .visitor .txt_area .head03 {
    font-size: 2rem;
  }
}

.access .visitor .txt_area .txt {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .access .visitor .txt_area .txt {
    font-size: 1.5rem;
  }
}

.access .visitor .txt_area .link {
  margin-top: 30px;
}

.access .visitor .txt_area .link a {
  position: relative;
  display: inline-block;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 0.5em 1.5em 0.4em 0.5em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.access .visitor .txt_area .link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .access .visitor .txt_area .link a {
    font-size: 1.7rem;
  }
}

.access .visitor .txt_area .link a::before, .access .visitor .txt_area .link a::after {
  position: absolute;
  content: "";
  background-color: #000;
  height: 2px;
}

.access .visitor .txt_area .link a::before {
  bottom: 0;
  left: 0;
  width: 100%;
}

.access .visitor .txt_area .link a::after {
  bottom: 5px;
  right: 0;
  width: 15px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.guide {
  position: relative;
  background-color: #bde7ff;
  overflow: hidden;
  padding: 140px 0 70px;
}

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

.guide .wave_guide {
  position: absolute;
  height: 50px;
  width: 100%;
  background: #FFF;
  top: 0;
}

@media screen and (max-width: 767px) {
  .guide .wave_guide {
    height: 25px;
  }
}

.guide .wave_guide::before, .guide .wave_guide::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.guide .wave_guide::before {
  width: 55%;
  height: 100%;
  background-color: #FFF;
  right: -1.5%;
  top: 40%;
}

.guide .wave_guide::after {
  width: 55%;
  height: 109%;
  background-color: #bde7ff;
  left: -1.5%;
  top: 60%;
}

.guide .head02 {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .guide .head02 {
    font-size: 2.5rem;
  }
}

.guide .head02 span {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .guide .head02 span {
    font-size: 1.2rem;
  }
}

.guide .contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 50px;
}

@media screen and (max-width: 767px) {
  .guide .contents_flex {
    display: block;
    margin: 30px 0;
  }
}

.guide .contents_flex .guide_box {
  width: 520px;
}

@media screen and (max-width: 767px) {
  .guide .contents_flex .guide_box {
    margin-top: 30px;
    width: 100%;
  }
}

.guide .contents_flex .guide_box .bg_white {
  padding: 30px 25px;
}

@media screen and (max-width: 767px) {
  .guide .contents_flex .guide_box .bg_white {
    padding: 20px;
  }
}

.guide .head03 {
  font-size: 2.3rem;
  letter-spacing: 0.04em;
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .guide .head03 {
    font-size: 2rem;
    padding-left: 1em;
  }
}

.guide .bg_white {
  background-color: #fff;
  border-radius: 60px;
  margin-top: 10px;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .guide .bg_white {
    border-radius: 20px;
    padding: 20px;
  }
}

.guide .bg_white .txt_l {
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .guide .bg_white .txt_l {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.guide .bg_white .txt_m {
  font-size: 2.2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .guide .bg_white .txt_m {
    font-size: 1.7rem;
  }
}

.guide .bg_white .txt_m + .txt_m {
  border-top: 1px solid #ccc;
  margin-top: 25px;
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .guide .bg_white .txt_m + .txt_m {
    margin-top: 10px;
    padding-top: 10px;
  }
}

.guide .bg_white .txt_m .bold {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}

.guide .bg_white .txt_s {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .guide .bg_white .txt_s {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=index.css.map */