/*# sourceURL=shared/css/popup.css */
/*@ sourceURL=shared/css/popup.css */
/*@ sourceURL=shared/css/popup.css */
/*@ sourceURL=shared/css/popup.css */
/*@ sourceURL=shared/css/popup.css */
/*@ sourceURL=shared/css/popup.css */
.open {
    cursor: pointer;
    /* position: fixed; */
    /* top: 25vw; */
    /* right: 0; */
    /* z-index: 9999; */
    /* max-width: 75px; */
    /* width: 6vw; */
    margin: 10px 0 0 0;
    display: block;
  }
  #pop-up {
      display: none; /* label でコントロールするので input は非表示に */
  }
  #pop-up2 {
    display: none; /* label でコントロールするので input は非表示に */
}
  .overlay {
      display: none; /* input にチェックが入るまでは非表示に */
  }
  #pop-up:checked + .overlay {
      display: block;
      z-index: 9999;
      background-color: #000000;
      position: fixed;
      width: 100%;
      height: 100vh;
      top: 0;
      left: 0;
  }
  #pop-up2:checked + .overlay {
    display: block;
    z-index: 9999;
   /* background-color: #000000;*/
	  background-color: rgba(36,16,7,0.9);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
  .window {
      width: 100%;
      max-width: 1100px;
      /* height: 240px; */
      /*background: url("https://tkprofile.biz/www/shared/css/../img/shared/popup_bg.png") no-repeat center center;*/
      position: fixed;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%);
      margin: auto;
  }
  .text {
      font-size: 18px;
      margin: 0;
	  color: #FFF;
  }
  .close {
      cursor:pointer;
      position: absolute;
      top: 35px;
      right: 15px;
      font-size: 50px;
	   color: #FFF; 
  }
  
  .popup-tit {
      font-size: 36px;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	  color: #FFF;
  }
  
  .pupup-area {
      padding: 65px 15px;
  }
  
  .popup-txt01 {
      font-size: 16px;
      text-align: center;
      margin-top: 30px;
	   color: #FFF; 
  }
  
  .popup-inner {
      padding: 40px 60px;
      /* max-width: 850px; */
      /* width: 100%; */
      border: 1px solid #ccc;
      margin: 30px auto 0;
	   color: #FFF; 
  }
  
  .popup-img {
      max-width: 400px;
      width: 100%;
      margin: 30px auto 0;
  }
  
  .popup-img img {
      width: 100%;
  }
  
  .popup-box {
      margin-top: 20px;
  }
  
  .popup-box:first-child {
      margin-top: 0;
  }
  
  .popup-txt02 {
      font-size: 18px;
      font-weight: 700;
  }
  
  .popup-txt02 span {
      font-size: 16px;
  }
  
  .popup-txt03 {
      font-size: 16px;
  }
  
  
  
  .open img {
      width: 100%;
  }
  
  
  #fixed-tel img {
      width: 100%;
  }
  .fixd-area {
      position: fixed;
      top: 6vw;
      right: 0;
      z-index: 9999;
      display: block;
      max-width: 75px;
      width: 6vw;
  }
  
  @media screen and (max-width:1600px){
  .open {
    margin: 10px 0 0 0;
    display: block;
  }
  .window {
      max-width: 900px;
  }
  .window-area {
    height: 400px;
    overflow: auto;
}
  .text {
      font-size: 18px;
      margin: 0;
  }
  .close {
      cursor:pointer;
      position: absolute;
      top: 25px;
      right: 15px;
      font-size: 40px;
      z-index: 9999999;
	  color: #FFF; 
  }
  
  .popup-tit {
      font-size: 20px;
  }
  
  .pupup-area {
      padding: 30px 15px;
      /* overflow: auto; */
  }
  
  .popup-txt01 {
      font-size: 11px;
      margin-top: 20px;
      text-align: left;
  }
  
  .popup-inner {
      padding: 15px;
      border: 1px solid #ccc;
      margin: 15px auto 0;
  }
  
  .popup-img {
      max-width: 200px;
      width: 100%;
      margin: 20px auto 0;
  }
  
  .popup-box {
      margin-top: 0;
  }
  
  .popup-txt02 {
      font-size: 13px;
  }
  
  .popup-txt02 span {
      font-size: 13px;
  }
  
  .popup-txt03 {
      font-size: 11px;
  }
  }