@charset "UTF-8";
/* ===================================================
	イントロスクリーン
=================================================== */
.introscreen_wrapper {
  font-family: "a-otf-ud-shin-maru-go-pr6n";
}
.introscreen_wrapper h1 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.introscreen_wrapper_title {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.introscreen_wrapper .border {
  display: block;
  width: 80px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
}
.introscreen_wrapper .content {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 50px 0;
}

/* ===================================================
    流れるテキスト
=================================================== */
.text_wrapper {
  width: 100%;
  height: 50px;
}
.text_wrapper div {
  display: inline-block;
  height: 100%;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  white-space: nowrap;
  padding-left: 100%;
  overflow: hidden;
}

.marquee {
  display: inline-block;
  height: 100%;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  color: #fff;
}

/* ===================================================
    ポップアップモーダル
=================================================== */
.popup_wrapper {
  display: block;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  padding: 15px;
  color: #333;
}
.popup_wrapper h1 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.popup_wrapper h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 200px;
  height: 4px;
  background: transparent linear-gradient(to right, #9BEED4 0%, #2AC2CE 24%, #DC7C7C 54%, #EB9350 80%, #FFBD06 100%) 0% 0% no-repeat padding-box;
}
.popup_wrapper .img_wrap {
  text-align: center;
  margin-bottom: 15px;
}
.popup_wrapper .img_wrap img {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  vertical-align: middle;
}
.popup_wrapper .content {
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  font-weight: 400;
  line-height: 1.5;
}

/* ===================================================
    ヘルプスタイル
=================================================== */
.help_box {
  padding: 60px 30px 50px 30px;
  font-family: "a-otf-ud-shin-maru-go-pr6n";
  color: #fff;
}
.help_box .help_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.help_box .controlpanel_contents {
  margin-right: 70px;
  margin-top: 30px;
}
.help_box .controlpanel_contents img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
.help_box .controlpanel_contents .controlpanel_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.help_box .controlpanel_contents .controlpanel_box dt {
  display: flex;
  margin: 0 0 0 auto;
}
.help_box .controlpanel_contents .controlpanel_box dt img {
  width: 40px;
  height: 40px;
}
.help_box .controlpanel_contents .controlpanel_box dd {
  width: 130px;
  margin-inline-start: 18px;
}
.help_box .controlpanel_contents .controlpanel_box dd p {
  white-space: nowrap;
  font-size: 14px;
}
.help_box .help_content_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.help_box .help_content_wrapper .help_content.full {
  width: 100%;
}
.help_box .help_content_wrapper .help_content.half {
  width: 50%;
}
.help_box .help_content_wrapper .help_content .help_img {
  position: relative;
  text-align: center;
}
.help_box .help_content_wrapper .help_content .help_img img {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  vertical-align: middle;
}
.help_box .help_content_wrapper .help_content .help_disc {
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}
.help_box .help_content_wrapper .help_content .help_Annotation {
  font-size: 14px;
  color: #fff;
}

/* ===================================================
    ボタン
=================================================== */
.vrtour_backbtn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  cursor: pointer;
  color: #777;
  background-color: #f2f2f2;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-shadow: none;
}
.vrtour_backbtn:hover {
  transform: translate(0, -2px);
  color: #777;
}

/* ===================================================
    市町村マップスポット
=================================================== */
.city_spot {
  font-family: "" a-otf-ud-shin-maru-go-pr6n "";
  position: relative;
  color: #fff;
  font-size: 14px;
  padding-left: 30px;
}
.city_spot::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 50px;
  height: 63px;
  background: url(/wp-content/themes/it-theme/customize-vrtour/city-map/images/map-pin.png) center/cover no-repeat;
}/*# sourceMappingURL=customize.css.map */