#caution_popup {
  z-index: 100000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  padding: 30px 50px; }
  #caution_popup .popup_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(255, 255, 255, 0.71); }
  #caution_popup .popup_inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 700px;
    background: transparent;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #000; }
  #caution_popup h2 {
    font-size: 24px;
    color: #e60012;
    font-weight: bold;
    margin-bottom: 30px; }
  #caution_popup p a {
    color: #e60012;
    text-decoration: underline; }
    #caution_popup p a:hover {
      text-decoration: none; }
  #caution_popup .url01 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 61.3%;
    left: 4%;
    width: 90%;
    z-index: 1000000; }
  #caution_popup .url02 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 71.3%;
    left: 4%;
    width: 90%;
    z-index: 1000000; }
  #caution_popup .url03 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 79%;
    left: 4%;
    width: 90%;
    z-index: 1000000; }

.popup_btn {
  cursor: pointer; }
  .popup_btn:hover {
    opacity: .8; }

@media screen and (max-width: 900px) {
  #caution_popup .url01 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 61.3%;
    left: 4%;
    width: 90%;
    z-index: 1000000; }
  #caution_popup .url02 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 67.6%;
    left: 4%;
    width: 90%;
    z-index: 1000000; }
  #caution_popup .url03 {
    display: block;
    position: absolute;
    background: #fff;
    opacity: 1;
    height: auto;
    top: 79%;
    left: 4%;
    width: 90%;
    z-index: 1000000; } }

/*# sourceMappingURL=tour7.css.map */
