@charset "UTF-8";


/***

POPUPメニュー

***/
.nav_pop{
	width: 12.5%;
	height: auto;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	
	background: #000;
}
.nav_pop img{
	width: 100%;
	height: auto;
}
@media print, screen and (max-width: 800px) {
.nav_pop{
	max-width: 60px;
}
}
@media print, screen and (min-width: 801px) {
.nav_pop{
	width: 100px;
}
}


.modal{
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}
.modal:not(:target) {
opacity: 0;
visibility: hidden;
transition: opacity 0.5s, visibility 0.5s;
}
.modal:target{
opacity: 1;
visibility: visible;
transition: opacity 0.5s, visibility 0.5s;
}
.modal .overlay{
display: block;
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
opacity: 0.7;
top: 0;
bottom: 0;
left: 0;

background-color: #900;
background-color: #222;
opacity: 1.0;
}
.cp_tooltiptext{
width: 100%;
height: auto;
height: 100%;
/*background-color: rgba(86,222,160,1.00);*/
}
@media screen and (min-width: 801px) {
.modal-wrapper , .cp_tooltiptext{

}
}
.modal-contents{
overflow: auto;
width: 100%;
height: 100%;
box-sizing: border-box;
position: relative;
/*padding: 20px;*/
margin: 0 auto;
overflow-y: auto;
}





.contents1000.pop{
	clear:both;
	width:92%;
	max-width: 1000px;
	height:auto;
	margin: 13vh auto 0;
}
@media screen and (min-width: 801px) {
.contents1000.pop{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;

}
}

.fl470{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.fl470 img{
	width:100%;
	height:auto;
}
@media screen and (min-width: 801px) {
.fl470{
	clear:both;
	width:47%;
	max-width: 470px;
	height:auto;
	margin: 0;
	padding: 0;
	
}
}



.fl470 .info_ph1_cap1{
	font-size: 11px;
	font-size: 2.75vw;
	line-height: 101%;
	text-align: left;
	color: #fff;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 11px;
	left: 12px;
	
	text-decoration: none;
	font-weight: 400;
	font-style: normal;
	font-family: 'Noto Serif JP' , 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
	
}
@media print, screen and (min-width: 801px) {
.fl470 .info_ph1_cap1{
	bottom: 16px;
	left: 18px;
	font-size: 21px;
}
}


.fl470 .info_ph1_logo1{
	width: 33%;
	height: auto;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 11px;
	right: 12px;
}
.fl470 .info_box1_years{
	font-size: 11px;
	font-size: 2.75vw;
	line-height: 101%;
	text-align: left;
	color: #fff;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 30px 0 11px;
	margin: 0;
	font-family: 'Noto Serif JP' , 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
}
.fl470 .info_box1_title1 ,
.fl470 .info_box1_title2{
	font-size: 18px;
	font-size: 4.5vw;
	font-size: 4vw;
	line-height: 130%;
	text-align: left;
	color: #fff;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 25px 0 18px;
	padding: 20px 0 15px;
	margin: 0;
	font-family: 'Noto Serif JP' , 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif ;
}
.fl470 .info_box1_txt1{
	font-size: 13px;
	font-size: 3.25vw;
	font-size: 3vw;
	line-height: 170%;
	text-align: justify;
	color: #fff;
	letter-spacing: 0.12em;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-family:"Noto Sans Jp" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media print, screen and (min-width: 801px) {
.fl470 .info_box1_years{
	font-size: 11px;
	padding: 20px 0 11px;
}
.fl470 .info_box1_title1{
	font-size: 23px;
}
.fl470 .info_box1_title2{
	font-size: 20px;
}
.fl470 .info_box1_txt1{
	font-size: 13px;
}
}

.fl470 .po-r{
	position: relative;
}


