@charset "UTF-8";
.junbi {
  display: none;
}

#ad_TitleWrap {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url(../images/hilton_miyako_main.jpg) center -120px no-repeat;
  background-size: 100%;
  position: relative;
}
.ad_Title {
  /*position: absolute;*/
    padding: 30px;
    width: 100%;
    max-width: 1040px;
    background: #00000079;
    margin: 30px auto 0;
}
.ad_Title p {
  color: #fff;
    /* text-shadow: 1px 1px 5px #222; */
    text-align: left;
    font-weight: 700;
    font-size: 28px;
}
.ad_Title p span {
  display: block;
  font-size: 45px;
}
@media only screen and (max-width: 1140px) {
  #ad_TitleWrap {
    height: 50vh;
    background-size: 165%;
  }
}

@media only screen and (max-width: 767px) {
  .ad_Title {
    margin: 5% 5% 0;
    padding: 15px;
    top: 15px;
    width: 90%;
  }
  .ad_Title p {
    text-shadow: 1px 1px 5px #222;
    font-size: 20px;
  }
  .ad_Title p span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 430px) {
  .ad_Title p {
    text-shadow: 1px 1px 5px #222;
    font-size: 12px;
  }
  .ad_Title p span {
    font-size: 18px;
  }
}
.ad_commentWrap {
  padding: 50px 0;
  background: #ccecec;
  background-size: cover;
}
.ad_comment {
  padding: 30px;
}
h2.admidashi {
  font-size: 240%;
  text-align: center;
  font-weight: 700;
}
.ad_comment .txt{
  display: block;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}
.tab_only {
  display: none;
}
.sp_only {
  display: none;
}
.ad_commentWrap .adinfo {
  float: left;
  width: 100%;
  margin: 50px 0 15px;
}
.ad_commentWrap .adinfo p:first-child {
  float: left;
  width: 40%;
  font-size: 15px;
}
.ad_commentWrap .adinfo p:last-child {
  float: left;
  width: 59%;
  margin: 0.5%;
}
.ad_commentWrap .adinfo p:first-child {
  padding: 50px 30px;
  background: #fff;
  border-radius: 10px;
}
.ad_commentWrap .adinfo p span {
  display: block;
  margin-bottom: 10px;
}
.ad_commentWrap .adinfo p img {
  width: 100%;
}
.ad_commentWrap .adaccess{
  float: left;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  background: #ffffffbd;
}
.ad_commentWrap .adaccess p{
  line-height: 24px;
  font-size: 15px;
}
.ad_commentWrap .adaccess a {
  background-color: #fff;
  border: 1px solid #999;
  padding: 10px 50px 8px 15px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-top: 5px;
  font-size: 12px;
}
.ad_commentWrap .adaccess a::after {
  content: "▶";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
}
.ad_galleryWrap {
  padding: 50px 0;
}
.ad_galleryWrap .gallery {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
}
.ad_galleryWrap .gallery p {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.ad_galleryWrap .gallery p img {
  position: absolute;
  top: -100px;
}
.ad_galleryWrap .gallery span,
.ad_galleryWrap .gallery span.iconnone {
  position: absolute;
  bottom: 20px;
  width: auto;
  margin: 0 5%;
  padding: 15px 30px;
  text-align: center;
  font-size: 16px;
  background: #00000080;
  color: #fff;
}
.ad_galleryWrap .gallery span.iconnone::before {
  display: none;
}
.ad_galleryWrap .gallery span::before {
  content: "";
  position: relative;
  /* background: rgba(255, 255, 255, 0.8); */
  right: 10px;
  bottom: 2px;
  font-size: 14px;
  padding: 20px 30px;
  background-image: url(../images/ic_check.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 40px auto;
}

@media only screen and (max-width: 639px) {
  .ad_galleryWrap .gallery span::before {
    content: "";
    position: relative;
    /* background: rgba(255, 255, 255, 0.8); */
    right: 0px;
    bottom: 5px;
    font-size: 14px;
    padding: 10px 20px;
    background-image: url(../images/ic_check.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    background-size: 30px auto;
  }
}
.adlinkWrap {
  padding: 0 0 50px 0;
}
.adlinkWrap h2 {
  /*border-top: 5px solid #E93A6A;*/
  font-size: 180%;
  font-weight: 700;
  color: #e93a6a;
  text-align: center;
  padding: 50px 0 0;
  line-height: 38px;
}
.adlinkWrap p {
  font-size: 120%;
  font-weight: normal;
  text-align: center;
}
.adlinkWrap a.adlink {
  float: left;
  width: 60%;
  margin: 5% 20%;
  font-size: 180%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 30px;
  background: #e93a6a;
  border-radius: 50px;
}
.banner {
  max-width: 738px !important;
}
/*adプラン下に王道モデルコース追加コンテンツ*/
.modelcourseWrap {
  padding: 0 0 50px 0;
}
.modelcourseWrap div.course_Detail {
  float: left;
  border: 1px solid #333;
  padding: 0px;
  margin: 30px 0;
  width: 100%;
}
.modelcourseWrap div.course_Detail dl.plan {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
}
.modelcourseWrap div.course_Detail dl.plan dt {
  float: left;
  width: 15%;
  margin: 0;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modelcourseWrap div.course_Detail dl.plan dd {
  float: left;
  width: 85%;
  margin: 0;
  padding: 20px;
  background: #fff;
}
.modelcourseWrap div.course_Detail dl.plan dd p {
  display: block;
  margin: 0 0 5px;
}
.modelcourseWrap div.course_Detail dl.plan dd p.next {
  position: relative;
  display: block;
  margin: 0 0 50px;
}
.modelcourseWrap div.course_Detail dl.plan dd p.planend {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid #333;
}
.modelcourseWrap div.course_Detail dl.plan dd p.next::before {
  position: absolute;
  top: 140%;
  left: 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #333;
  padding: 8px;
  display: block;
  content: "";
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 540px) {
  .modelcourseWrap div.course_Detail {
    margin: 30px 05%;
    width: 90%;
  }
  .modelcourseWrap div.course_Detail dl.plan dd {
    font-size: 80%;
  }
  .modelcourseWrap div.course_Detail dl.plan dd p.next::before {
    top: 120%;
  }
}
/*END 王道モデルコース*/
@media only screen and (max-width: 1140px) {
  h2.admidashi {
    font-size: 220%;
  }
  .ad_commentWrap .adinfo p:first-child {
    float: left;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
  }
  .ad_commentWrap .adinfo p:last-child {
    float: left;
    width: 90%;
    margin: 2% 5% 0;
  }
}
@media only screen and (max-width: 820px) {
  h2.admidashi {
    font-size: 200%;
  }
  #ad_TitleWrap {
    height: 50vh;
    background: url(../images/hilton_miyako_main.jpg) center 0px no-repeat;
    background-size: 150%;
  }
  .ad_comment {
    padding: 0;
  }
  .ad_commentWrap .adinfo p:first-child {
    width: 100%;
    margin: 0%;
    font-size: 14px;
    padding: 30px;
  }
  .ad_commentWrap .adinfo p:last-child {
    width: 100%;
    margin: 2% 0%;
  }
  .ad_commentWrap .adinfo {
    margin: 30px 0;
  }
  .ad_galleryWrap .gallery {
    margin: 20px 0 0;
  }
  .ad_galleryWrap .gallery p {
    height: 250px;
  }
  .ad_galleryWrap .gallery span {
    font-size: 14px;
  }
  .adlinkWrap h4 {
    font-size: 150%;
    padding: 50px 0 20px;
  }
  .tab_only {
    display: initial;
  }
}
@media only screen and (max-width: 540px) {
  #ad_TitleWrap {
    height: 48vh;
    top: ;
    background: url(../images/hilton_miyako_main.jpg) center -80px no-repeat;
    background-size: 270%;
  }
  .ad_commentWrap .adinfo p:first-child {
    font-size: 12px;
    padding: 30px 15px;
    width: 90%;
    margin: 0 5%;
  }
  .ad_commentWrap .adaccess {
    width: 90%;
    margin: 0 5%;
    font-size: 12px;
  }
  .ad_galleryWrap .gallery span {
    bottom: 30px;
  }
}
@media only screen and (max-width: 414px) {
  #ad_TitleWrap {
    height: 50vh;
    top: ;
    background: url(../images/hilton_miyako_main.jpg) center -50px no-repeat;
    background-size: 250%;
  }
  h2.admidashi {
    font-size: 170%;
    line-height: 150%;
  }
  .ad_comment .txt{
    font-size: 16px;
    line-height: 26px;
  }
  .sp_only {
    display: initial;
  }
  .ad_galleryWrap .gallery p {
    height: 250px;
  }
  .ad_galleryWrap .gallery p img {
    top: 0px;
  }
  .ad_galleryWrap .gallery span {
    font-size: 12px;
    padding: 15px 5px;
    margin: 0 5%;
    width: 90%;
  }
  .adlinkWrap h2 {
    font-size: 120%;
    line-height: 150%;
    padding: 10% 5% 0;
  }
  .adlinkWrap p {
    padding: 0 5%;
    font-size: 12px;
  }
  .adlinkWrap a.adlink {
    width: 90%;
    margin: 5%;
    font-size: 150%;
  }
  .banner {
    width: 90% !important;
    margin: 15px 5% !important;
  }
}
@media only screen and (max-width: 375px) {
  h2.admidashi {
    font-size: 160%;
  }
  .ad_comment .txt{
    font-size: 14px;
  }
  .ad_galleryWrap .gallery span {
    bottom: 30px;
  }
}
/*=== SCROLL  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 2px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 2px;
  height: 50px;
  background: #eee;
}
/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

/*追加*/
/*メニューをページ下部に固定*/

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

/*PCの場合にはメニューを表示させない*/
@media (min-width: 768px) {
  .for-sp {
    display: none;
  }
}
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu a {
  display: flex;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

#sp-fixed-menu a.spreserved {
  position: relative;
  justify-content: center;
  align-items: center;
  width: 68%;
  padding: 20px;
  margin: 10px 16%;
  font-size: 14px;
  background: #048080;
  border-radius: 10px;
}
#sp-fixed-menu a.spreserved::before {
  display: block;
  position: absolute;
  top: 53%;
  left: 5%;
  margin: -2.5% 8px 0 0;
  content: "";
  width: 0;
  height: 0;
  padding: 5px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: transparent inherit inherit transparent;
  transform: rotate(-45deg);
}
/*ボタンを調整*/
#sp-fixed-menu a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}
/*20230612ADD*/
.modal-content {
  top: 15px;
  border-radius: 10px !important;
}
.imagehosoku {
  margin: 5px 0 10px;
  text-align: center;
  font-size: 11px;
}
