#header .slide1 {
	background-image: url(../img/access/header-bg-2.jpg);
	background-size: cover;
}
@media screen and (max-width:767px) {
	#header .slide1 {
		background-image: url(../img/access/key_img-access.jpg);
		background-position: 0 50%;
	}
}
#sec1 {
	background: 
		url(../img/access/sec1-bg-main2.jpg) no-repeat center center / cover;
	position: relative;
}
#sec1::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	content: '';
	background:url(../img/access/sec1-deco.png) no-repeat center top / auto;
	z-index: 9;
}
#sec1 h2 {
	margin-top: -9px;
}
#sec1 .tel {
	margin-top: 1px;
}
#sec1 .frame {
	min-height: 1120px;
	margin: auto;
	width: 590px;
	background: url(../img/access/sec1-bg-center.jpg) no-repeat center center / cover;
}
#sec1 .info {
	margin: auto;
	box-sizing: border-box;
	padding: 28px 0px 0px 67px;
}
#sec1 .info dl {
	color: #000;
	clear: both;
	overflow: hidden;
	text-align: left;
	padding-top: 13px;
}
#sec1 .info dl dt {
	display: inline-block;
	width: 150px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.75px;
	margin-left: 10px;
}
#sec1 .info dl dd {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.75px;
	line-height: 20px;
	font-size: 16px;
	padding-left: 10px;
}
#sec1 .info dl:nth-child(2) {
	padding-top: 15px;
}
#sec1 .info dl:nth-child(2) dd {
	line-height: 24px;
}
#sec1 .info dl:nth-child(4) {
	padding-top: 9px;
}
#sec1 .info dl:nth-child(5) {
	padding-top: 19px;
}
#sec1 .info dl:nth-child(6) {
	padding-top: 5px;
}
#sec1 .info dl dd.cancelpolicy-block {
	padding-bottom: 20px;
	padding-right: 67px;
}
#sec1 .info dl dd table {
	border: 1px solid #999;
	width: 100%;
}
#sec1 .info dl#cancel dt {
	width: auto;
}
#sec1 .info dl dd table th,
#sec1 .info dl dd table td {
	border: 1px solid #999;
	padding: 5px;
	background: rgba(255,255,255,0.8);
}
#sec1 .info dl dd table th {
	background: rgba(230,230,230,0.8);
}
#sec1 .info dl dd table td {
	text-align: right;
}
@media screen and (max-width:767px) {
	#sec1 {
		background: url(../img/access/s1_bg01.jpg) repeat-y top center;
    background-size: 100% auto;
    padding-bottom: 15%;
		position: relative;
	}
	#sec1::before{
		content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../img/index/hline_01.png) repeat-x top center;
		z-index: 9;
	}
	#sec1 h2 {
		margin-top: 0;
		margin-bottom: 4%;
	}
	#sec1 .tel {
		margin-top: 0;
	}
	#sec1 .frame {
		min-height: unset;
		margin: 0;
		width: 100%;
		background: none;
	}
	#sec1 .info {
		padding: 5% 2.4% 0;
		margin: 0;
	}
	#sec1 .info dl {
		padding: 5px 0;
		display: flex;
		gap: 0;
	}
	#sec1 .info dl dt {
		width: 18%;
		display: block;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		margin-left: 0;
	}
	#sec1 .info dl dd {
		width: 82%;
		display: block;
		letter-spacing: normal;
		line-height: 28px;
		font-size: 14px;
	}
	#sec1 .info dl dd.cancelpolicy-block {
		padding-bottom: 0;
		padding-right: 0;
	}
}
#sec2{
	min-height: 940px;
	background:url(../img/access/sec2-deco.png) no-repeat center bottom,
		url(../img/shared/bg-vango.jpg) repeat center center;
		background-size: cover;
		position: relative;
}
#sec2 .flex-wrap {
	display: flex;
	justify-content: center;
}
#sec2 .map {
	margin-top: 50px;
	position: relative;
}
#sec2 .left-box {
	position: absolute;
	top: 265px;
	left: -407px;
}
#sec2 .left-box .para-spec{
	width: fit-content;
	padding: 15px 13px 15px 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#sec2 .txt {
	margin-left: 10px;
	margin-top: 10px;
	width: fit-content;
}
#sec2 .map-sp {
	display: none;
}
.remodal {
	display: none;
}
@media screen and (max-width:1120px) {
	#sec2  {
		padding-bottom: 150px;
	}
	#sec2 .left-box {
		width: 500px;
		left: -238px;
	}
	#sec2 .flex-wrap {
		flex-wrap: wrap;
		flex-direction: column;
		text-align: center;
	}
	#sec2 .map {
		display: none;
	}
	#sec2 .txt {
		padding-bottom: 5%;
		margin: 0 auto;
	}
	#sec2 .map-sp {
		display: block;
	}
	#sec2 .map-pc {
		display: none;
	}
	#sec2 .link_floor {
		position: relative;
	}
	#sec2 .link_floor a {
		position: absolute;
		border-radius: 50%;
		width: 10%;
		height: 7%;
		text-indent: -9999px;
	}
	#sec2 .link_floor a.link02 {
		top: 39%;
		left: 25%;
	}
	.remodal {
		padding: 0px;
		position: fixed;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		z-index: 1001;
	}
	.remodal-close {
		background-color: rgba(0,0,0,1);
		color: #fff;
	}
	#popup2 {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.acc_pop p {
		/* background: url(../img/access/bg_pop.jpg) repeat-y top center; */
		background-size: 100% auto;
		/* padding: 20px; */
	}
	.acc_pop p {
		background: url(../img/access/bg_pop.jpg) repeat-y top center;
		background-size: 100% auto;
		/* padding: 20px; */
	}
	.acc_pop p + p {
		/* padding: 0 20px 20px; */
	}
	.acc_pop p.txt_pop {
		background: url(../img/access/bg-vango.jpg);
		text-align: center;
		padding: 10px 20px;
	}
	.popup2-wrap {
		max-width: 430px;
		margin: 0 auto;
		position: relative;
	}
}
@media screen and (max-width:767px) {
	#sec2{
    background: url(../img/access/s2_deco02.png), url(../img/access/bg-vango.jpg);
    background-position: bottom center, top center;
    background-repeat: no-repeat, repeat;
    background-size: 100% auto, auto;
    padding: 12% 0 15%;
		min-height: unset;
		position: relative;
	}
}
#sec3{
	background:url(../img/shared/bg-yellow.jpg) repeat center center;
	min-height: 867px;
}
#sec3 .flex-wrap {
	display: flex;
	justify-content: center;
	padding-top: 66px;
}
#sec3 .print {
	text-align: center;
}
#sec3 .link{
	color:#740202;
	text-decoration: underline;
	font-size: 18px;
	line-height: 81px;
	clear:  both;
	display:  inline-block;
	margin-top: -18px;
	letter-spacing: 1.3px;
}
@media screen and (max-width:767px) {
	#sec3{
		min-height: unset;
	}
	#sec3 .flex-wrap {
		padding-top: 0;
	}
	#sec3 .print {
		display: none;
	}
	#sec3 .btn-02 {
		padding: 10% 2.4%;
		img {
			box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
		}
	}
	#sec3 .link{
		color:#740202;
		text-decoration: underline;
		font-size: 18px;
		line-height: 81px;
		clear:  both;
		display:  inline-block;
		margin-top: -18px;
		letter-spacing: 1.3px;
	}
}
/* #sec4 {
	background: url(../img/access/sec4-bg-trans.jpg)no-repeat center center, url(../img/access/sec4-bg.jpg) repeat center center;
	min-height: 670px;
}
#sec4 h2 {
	padding-bottom: 18px;
	text-align: center;
	padding-top: 61px;
	margin-left: 15px;
}
#sec4 .box.fl {
	border: 1px solid #896f34;
	width: 416px;
	background: rgba(255, 255, 255, 0.6);
	color: black;
	margin-left: 35px;
	position: relative;
	box-sizing: border-box;
	padding: 67px 40px 30px;
}
#sec4 .box.fl .rotate {
	position: absolute;
	top: -19px;
	left: -37px;
}
#sec4 .left .content {
	padding-bottom: 17px;
}
#sec4 .left .content:first-child {
	padding-top: 70px;
}
#sec4 .left .content h3 {
	font-size: 22px;
	line-height: 24px;
}
#sec4 .left .content .para {
	font-size: 22px;
}
#sec4 .left .content .para>span {
	font-size: 28px;
	color: #860000;
}
#sec4 .left .para-spec {
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
	line-height: 24px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
#sec4 .right {
	margin-right: 57px;
}
#sec4 .box-right {
	background: #fff;
	width: 436px;
	min-height: 200px;
}
#sec4 .right .txt2 {
	font-size: 20px;
	font-weight: bold;
	color: #860000;
}
#sec4 .box-right .txt {
	font-size: 26px;
	color: #860000;
	line-height: 35px;
	padding-top: 67px;
	margin-left: 38px;
	letter-spacing: -1.8px;
}
#sec4 .box-right .qr {
	margin-right: 22px;
	padding-top: 22px;
}
#sec4 .right .btn {
	padding-top: 18px;
} */
