@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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-transition: all 0.3s;
  transition: all 0.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
          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;
  }
}
.intro .area_intro .map {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .intro .area_intro .map {
    padding-top: 40px;
  }
}

.type {
  position: relative;
}
.type: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) {
  .type:before {
    opacity: 0.5;
  }
}
@media all and (max-width: 480px) {
  .type:before {
    width: 30vw;
  }
}
@media all and (max-width: 480px) {
  .type .area_type .box_type {
    margin-bottom: 40px;
  }
}
.type .area_type .box_type > h3 {
  margin: 0 auto;
  font-size: 3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
.type .area_type .box_type > ul {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 480px) {
  .type .area_type .box_type > ul {
    margin-top: 20px;
  }
}
.type .area_type .box_type > ul li {
  width: calc(33% - 20px);
  margin: 0 10px;
  text-align: center;
}
@media all and (max-width: 480px) {
  .type .area_type .box_type > ul li {
    width: 100%;
    margin: 0;
  }
}
.type .area_type .box_type > ul li span {
  padding: 20px 0 40px;
  display: block;
}
@media all and (max-width: 480px) {
  .type .area_type .box_type > ul li span {
    padding: 20px;
  }
}

.room {
  padding-top: 0 !important;
  position: relative;
}
.room: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) {
  .room:before {
    opacity: 0.5;
  }
}
@media all and (max-width: 480px) {
  .room:before {
    width: 30vw;
  }
}
.room .area_room {
  padding-top: 250px;
  background: url("../images/icon.svg") no-repeat top center;
  background-size: 185px 230px;
}
@media all and (max-width: 896px) {
  .room .area_room {
    padding-top: 200px;
    background-size: 145px 180px;
  }
}
@media all and (max-width: 480px) {
  .room .area_room {
    padding-top: 150px;
    background-size: 105px 130px;
  }
}
.room .area_room .box_room {
  margin-bottom: 80px;
}
@media all and (max-width: 896px) {
  .room .area_room .box_room {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 480px) {
  .room .area_room .box_room {
    /*margin-bottom: 40px;*/
  }
}
.room .area_room .box_room > ul {
  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;
}
.room .area_room .box_room > ul.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.room .area_room .box_room > ul li:first-child {
  width: calc(100% - 450px);
}
@media all and (max-width: 896px) {
  .room .area_room .box_room > ul li:first-child {
    width: 100%;
  }
}
.room .area_room .box_room > ul li:last-child {
  width: 350px;
  padding: 0 50px;
}
@media all and (max-width: 896px) {
  .room .area_room .box_room > ul li:last-child {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0;
  }
}
.room .area_room .box_room > ul li:last-child > h3 {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 3rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.room .area_room .box_room > ul li:last-child > h4 {
  margin: 0 auto;
  padding: 30px 0 20px;
  font-size: 3rem;
}
.room .area_room .box_room > ul li:last-child > h4 span {
  font-size: 2rem;
}
.room .area_room .box_room > ul li:last-child > dl {
  margin-top: 20px;
  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;
}
@media all and (max-width: 896px) {
  .room .area_room .box_room > ul li:last-child > dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.room .area_room .box_room > ul li:last-child > dl dd {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
@media all and (max-width: 896px) {
  .room .area_room .box_room > ul li:last-child > dl dd {
    width: 49%;
  }
}
.room .area_room .box_room > ul li:last-child .rooms {
  width: 50px;
  height: 50px;
  margin: 20px auto 0;
  padding: 25px;
  color: #FFFFFF;
  text-align: center;
  line-height: 2rem;
  border-radius: 50px;
  background: #000000;
}
.room .area_room .box_room > ul li:last-child .rooms span {
  font-size: 3rem;
  font-weight: bold;
}
.room .area_room .box_room > ul li:last-child .link_btn {
  margin-top: 20px !important;
}
.room .w1500 {
  max-width: 1500px;
  /*width: calc(100% - 30px);*/
  margin: 0 auto;
}

.info h3 {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}
.info h3::before, .info h3::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 75px;
}
.info dl {
  border-top: 1px solid #ccc;
  margin-bottom: 24px;
}
.info dl div {
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info dl div dt,
.info dl div dd {
  padding: 20px 12px;
}
.info dl div dt {
  width: 25%;
}
.info dl div dd {
  width: 75%;
}
.info .note {
  text-align: right;
}