﻿@charset "UTF-8";

.modalSpecial {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.modalSpecialInner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.close-btn {
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.bgModal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2,2,2,.5);
  z-index: 1;
  cursor: pointer;
}
.btnSpecialPage {
  margin: 1em 0;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
}

/* コンテンツ */
.specialPage {
  margin: 0 auto;
  max-width: 750px;
  width: 90vw;
  height: 80vh;
  overflow-y: scroll;
}
.tel {
	position: relative;
}
.tel_btn {
  position: absolute;
  display: block;
  width: 58.8%;
  left: 20.6%;
  top: 44%;
}
@media screen and (min-width:751px) {
  .tel_btn{
    pointer-events: none;
  }
}