.overlay{
	display:none;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.6);
	position:fixed;
	z-index:100000;
}

.btn_area {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 99;
}
.btn_area button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

/* .btn_area{
	width:300px;
	height:150px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-75px;
	margin-left:-150px;
	background-color:#fff;
	z-index:2;
}
.btn_area p{
	padding:15px;
}
.btn_area button{
	display:block;
	margin:0 auto;
} */

.modalIn {
	width: 1100px;
	background-color: #fff;
	position:absolute;
	bottom:50%;
	right:50%;
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
@media screen and (max-width: 1199px){
	.modalIn {
		width: 60%;
	}
}

/*
.special10Anv {
	background-color: #fff;
	position: absolute;
	bottom: 50%;
	right: 50%;
	-moz-transform: translate(50%,50%);
	-webkit-transform: translate(50%,50%);
	-o-transform: translate(50%,50%);
	-ms-transform: translate(50%,50%);
	transform: translate(50%,50%);
	border: 10px double #caac71;
}
*/

.special10Anv p {
	font-size: 14px;
	font-size: 17px;
	text-align: center;
}
.special10Anv p a:hover {
	text-decoration: none;
}
.special10Anv h2 {
	font-size: 25px;
	font-size: 28px;
	font-family: 'Noto Serif JP', serif;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 20px 0;
	border: 2px solid #caac71;
	color: #caac71;
	text-align: center;
}
.special10Anv .frame {
	/* border: 1px solid #000;
	border-top-width: 3px; */
	padding: 30px 30px 20px;
	overflow: hidden;
}
.special10Anv .frame p a {
	text-decoration: underline;
}
.special10Anv .frame p a:hover {
	text-decoration: none;
}
.special10Anv dl {
	/* width: 65%; */
	/* float: left; */
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	text-align: left;
	background-color: rgba(245,178,172,0.5);
}
.special10Anv dt {
	font-size: 20px;
	font-size: 23px;
	float: left;
	clear: left;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}
.special10Anv dt span {
	color: #fff;
	z-index: 1;
	position: absolute;
	top: -1px;
	left: 9px;
}
.special10Anv dt:before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 0;
}
.special10Anv dd {
	font-size: 18px;
	font-size: 21px;
	padding: 5px 0 20px 40px;
}
.special10Anv dd:last-child {
	padding-bottom: 0;
}
.special10Anv dd span {
	font-size: 15px;
	font-size: 18px;
}
.special10Anv .photo {
	width: 35%;
	float: right;
}
.special10Anv .photo img {
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.modalIn {
		width: 75%;
	}
}

@media screen and (max-width: 991px) {
	.modalIn {
		width: 85%;
	}
}

@media screen and (max-width: 767px) {
	.modalIn {
		width: 94%;
	}
	.btn_area img {
		width: 50px;
		height: 50px;
	}
	.special10Anv h2 {
		font-size: 16px;
		font-family: 'Noto Serif JP', serif;
		padding-top: 5px;
		padding-bottom: 5px;
		border: 2px solid #caac71;
		color: #caac71;
		margin: 10px 10px 0;
		text-align: center;
	}
	.special10Anv .frame {
		/* border: 1px solid #000;
		border-top-width: 3px; */
		padding: 15px 10px 10px;
		overflow: hidden;
	}
	.special10Anv p {
		text-align: left;
		font-size: 12px;
	}
	.special10Anv dl {
		text-align: left;
		background-color: rgba(245,178,172,0.5);
		padding: 10px;
		margin: 10px 0;
	}
	.special10Anv dt {
		font-size: 15px;
		float: left;
		clear: left;
		position: relative;
		font-family: 'Noto Serif JP', serif;
	}
	.special10Anv dt span {
		color: #fff;
		z-index: 1;
		position: absolute;
		top: -1px;
		left: 5px;
	}
	.special10Anv dt:before {
		display: block;
		content: "";
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #000;
		position: absolute;
		top: 3px;
		left: 0;
		z-index: 0;
	}
	.special10Anv dd {
		font-size: 13px;
		padding: 3px 0 5px 30px;
		padding-left: 0;
	}
	.special10Anv dd span {
		font-size: 12px;
	}
	.special10Anv .photo {
		text-align: center;
	}
	.special10Anv .photo img {
		width: 75%;
	}
	.special10Anv .link a {
		text-decoration: underline;
	}
}
