@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
section {
  padding: 80px 0; }
  @media all and (max-width: 896px) {
    section {
      padding: 40px 0; } }

h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 50px; }
  @media all and (max-width: 896px) {
    h2 {
      font-size: 4rem;
      margin-bottom: 20px; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 3rem; } }

.more_btn {
  margin-top: 30px;
  justify-content: center;
  display: flex; }
  .more_btn a {
    padding: 7px 0;
    border-bottom: 1px solid #000;
    display: inline-block; }
    .more_btn a:hover:after {
      right: -5px; }
    .more_btn a:after {
      transition: all .3s;
      right: 0;
      position: relative;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      margin: 0 0 0 10px; }

.main {
  padding: 0;
  position: relative; }
  .main .area_main {
    width: 100%;
    height: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/main.jpg") no-repeat center center/cover; }
    @media all and (max-width: 480px) {
      .main .area_main {
        height: 300px; } }
    .main .area_main h1 {
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
      color: #fff;
      font-size: 5.5rem;
      text-align: center;
      letter-spacing: 5px;
      left: 0;
      right: 0;
      display: inline-block;
      position: absolute;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
      @media all and (max-width: 480px) {
        .main .area_main h1 {
          max-width: 350px;
          font-size: 3rem;
          letter-spacing: 5px; } }

.intro {
  padding: 80px 0 0 !important;
  position: relative; }
  .intro:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: -50vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point03.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .intro:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .intro:before {
        width: 30vw; } }
  .intro .area_intro h2 {
    margin: -50px auto 0 !important; }
  .intro .area_intro > h2 {
    font-family: 'Tangerine', cursive;
    max-width: 320px;
    padding: 0 20px;
    font-weight: 700;
    line-height: 1.5em;
    border-bottom: 1px dotted #AAAAAA; }
    .intro .area_intro > h2 span {
      font-size: 10rem;
      font-weight: 400; }

.schedule {
  position: relative; }
  .schedule:before {
    content: "";
    width: 15vw;
    height: 80vw;
    right: -4vw;
    bottom: -25vw;
    display: block;
    position: absolute;
    background: url("../../common/images/bg_point02.png") no-repeat left center/100% auto;
    z-index: -1; }
    @media all and (max-width: 896px) {
      .schedule:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .schedule:before {
        width: 30vw; } }
  .schedule .area_schedule > h3 {
    padding-top: 100px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2em;
    position: relative; }
    .schedule .area_schedule > h3:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 8rem;
      top: 40px;
      left: 0;
      right: 0;
      display: block;
      align-items: center;
      position: absolute; }
    .schedule .area_schedule > h3.home:after {
      content: "\f015"; }
    .schedule .area_schedule > h3.hotel:after {
      content: "\f594"; }
  .schedule .area_schedule > ul {
    margin: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media all and (max-width: 896px) {
      .schedule .area_schedule > ul {
        margin: 40px 0; } }
    .schedule .area_schedule > ul li {
      width: 50%;
      display: grid;
      align-items: flex-end; }
      @media all and (max-width: 896px) {
        .schedule .area_schedule > ul li {
          width: 100%;
          margin-top: 20px; } }
      .schedule .area_schedule > ul li span {
        padding: 20px 20px 0;
        display: block; }
      .schedule .area_schedule > ul li.w100 {
        width: 100%; }
        @media all and (max-width: 896px) {
          .schedule .area_schedule > ul li.w100 p.img img {
            object-position: right; } }
      .schedule .area_schedule > ul li p.img {
        margin-top: 20px; }
        @media all and (max-width: 896px) {
          .schedule .area_schedule > ul li p.img {
            height: 25vh; } }
      .schedule .area_schedule > ul li dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .schedule .area_schedule > ul li dl dt {
          width: 105px;
          height: 25px;
          padding: 40px 0;
          color: #FFFFFF;
          text-align: center;
          border-radius: 100px;
          background: #000000; }
        .schedule .area_schedule > ul li dl dd {
          width: calc(100% - 120px);
          display: grid;
          align-items: center; }
          .schedule .area_schedule > ul li dl dd h4 {
            margin: 10px 40px 0 0;
            font-size: 2rem; }
            @media all and (max-width: 480px) {
              .schedule .area_schedule > ul li dl dd h4 {
                margin-right: 0;
                margin-bottom: 20px; } }

#first .schedule {
  padding-top: 0 !important; }

#second .schedule {
  padding: 0 !important; }

.map {
  padding: 0 0 80px !important; }
  @media all and (max-width: 896px) {
    .map {
      padding: 0 0 40px !important; } }
  .map .area_map > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .map .area_map > ul li {
      width: 49%; }
      @media all and (max-width: 896px) {
        .map .area_map > ul li {
          width: 100%; }
          .map .area_map > ul li:last-child {
            margin-top: 20px; } }
