/*# 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-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: rgba(36,16,7,0.9);
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	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;*/
	background-color: rgba(36,16,7,0.9);
	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;
	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;
}

.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;
	color: #FFF; 
}

.popup-txt02 span {
    font-size: 16px;
	color: #FFF; 
}

.popup-txt03 {
    font-size: 16px;
	color: #FFF; 
}



.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;
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 35px;
	right: 30px;
	font-size: 40px;
	color: #FFF; 
}

.popup-tit {
    font-size: 30px;
	color: #FFF; 
}

.pupup-area {
    padding: 45px 40px;
}

.popup-txt01 {
    font-size: 14px;
    margin-top: 20px;
	color: #FFF; 
}

.popup-inner {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 30px auto 0;
}

.popup-img {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
}

.popup-box {
    margin-top: 10px;
	color: #FFF; 
}

.popup-txt02 {
    font-size: 16px;
	color: #FFF; 
}

.popup-txt02 span {
    font-size: 13px;
	color: #FFF; 
}

.popup-txt03 {
    font-size: 14px;
	color: #FFF; 
}
}