@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");
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: 15px;
      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 {
  position: relative; }
  .intro:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: -40vw;
    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 > div {
    text-align: center;
    line-height: 2.8em; }
    @media all and (max-width: 480px) {
      .intro .area_intro > div {
        text-align: left;
        line-height: 2em; } }

.onsen {
  position: relative; }
  .onsen: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) {
      .onsen:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .onsen:before {
        width: 30vw; } }
  .onsen .area_onsen .box_onsen {
    display: flex;
    justify-content: center; }
    @media all and (max-width: 480px) {
      .onsen .area_onsen .box_onsen {
        display: block; } }
    .onsen .area_onsen .box_onsen > h3 {
      margin-right: 40px;
      font-size: 3rem; }
      @media all and (max-width: 480px) {
        .onsen .area_onsen .box_onsen > h3 {
          margin-right: 0;
          margin-bottom: 20px; } }
    .onsen .area_onsen .box_onsen > div {
      display: inline-block;
      line-height: 2em; }
      @media all and (max-width: 480px) {
        .onsen .area_onsen .box_onsen > div {
          line-height: 1.5em; } }
      .onsen .area_onsen .box_onsen > div dl {
        display: flex;
        flex-wrap: wrap; }
  .onsen .area_onsen .map {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px; }
    @media all and (max-width: 896px) {
      .onsen .area_onsen .map {
        padding-top: 40px; } }

.open .area_open > p.img {
  text-align: right; }
  .open .area_open > p.img span {
    padding: 20px 20px 0;
    display: block; }
.open .area_open > section > div {
  max-width: 650px;
  margin: 0 auto;
  line-height: 2; }
  @media all and (max-width: 480px) {
    .open .area_open > section > div {
      line-height: 1.5em; } }
.open .area_open > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .open .area_open > ul li {
    width: 49%;
    text-align: center; }
    .open .area_open > ul li span {
      padding: 20px 20px 0;
      display: block; }

.large {
  position: relative; }
  .large:before {
    content: "";
    width: 15vw;
    height: 80vw;
    left: -4vw;
    bottom: 25vw;
    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) {
      .large:before {
        opacity: 0.5; } }
    @media all and (max-width: 480px) {
      .large:before {
        width: 30vw;
        bottom: 150vw; } }
  .large .area_large {
    /*縦*/
    /*
    >ul{
      li {
        margin-top: 40px;
        text-align: center;
        span {
          padding: 20px 20px 0;
          display: block;
        }
      }
    }
    */
    /*横*/ }
    .large .area_large > p.img {
      max-width: 636px;
      margin: 0 auto; }
    .large .area_large > h2 {
      padding-top: 80px; }
      @media all and (max-width: 896px) {
        .large .area_large > h2 {
          padding-top: 40px; } }
    .large .area_large > div {
      max-width: 650px;
      margin: 0 auto;
      line-height: 2; }
      @media all and (max-width: 480px) {
        .large .area_large > div {
          line-height: 1.5em; } }
    .large .area_large > ul {
      margin: 40px 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .large .area_large > ul li {
        width: 49%;
        text-align: center; }
        .large .area_large > ul li span {
          padding: 20px 20px 0;
          display: block; }
