#contents {line-height: 1.8;}
#contents a{color:#5bcbfa;}

/*/////////////// trustpark ///////////////*/
#trustpark_body {
	background: #093ba6;
	}
#trustpark_body .main_ti{
	background: url(../../trustpark/img/title_bg.jpg) no-repeat center center;
	height: 180px;
	}
#trustpark_body .trust-index{
	background: url(../../trustpark/img/mainkey.jpg) no-repeat center center !important;
	height: 420px;
	}
#trustpark_body ul#menu li a:hover{
	text-decoration: none;
	background: url(../img/m_bg2_ov.png) repeat-x center;
	}
#trustpark_body #nextpage ul a:hover{
	text-decoration: none;
	color:white;
	background: #a79d00;
	border-right:2px solid #5f3a00;
	border-bottom:2px solid #5f3a00;
	border-top:2px solid #cccc20;
	border-left:2px solid #cccc20;
	}
#trustpark_body .tab li a:hover,
#trustpark_body .tab li.select a{
	cursor:pointer;
	background: #a79d00;
	text-decoration: none;
	color: white;

	}
#main_title .inner {
	position: relative;
	height: 100%;
	}
#main_title .inner .message{
	position: absolute;
	bottom:10px;
	left:10px;
	font-size:.8em;
	}

#onepark_body .main_ti{
	background: url(../../onepark/img/mainkey.jpg) no-repeat center center;
	height: 260px;
  display: flex;
  justify-content: center;
  position: relative;
  width: min(950px,100%);
  margin: auto;
	}
#onepark_body .one-index{
	background: url(../../onepark/img/mainkey.jpg) no-repeat center 60% !important;
  height: 470px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(950px,100%);
  margin: auto;
	}
#onepark_body .one-index .top_info{
  top:30%;
}
#main_title h2{
  padding: 85px 0 30px;
  text-align: center;
  width: min(500px,90%);
	}
#main_title .rogo{
	  width: min(230px,50%);
	}

#nextpage{
	margin:50px auto;
	}
#nextpage ul{
	list-style: none;
	}
#nextpage ul.col4{
  display: flex;
  flex-wrap: wrap;
}
#nextpage ul.col4 li{
  flex:1 1 25%;
}
#nextpage ul a{
	display: block;
	margin:10px;
	padding:15px;
	text-align: center;
	color:white;
	background: #666;
	border-right:2px solid #333;
	border-bottom:2px solid #333;
	border-top:2px solid #888;
	border-left:2px solid #888;
	font-size:1.2em;
	}
#nextpage ul a:hover{
	text-decoration: none;
	color:white;
	background: #0000a2;
	border-right:2px solid #000072;
	border-bottom:2px solid #000072;
	border-top:2px solid #2a5bb8;
	border-left:2px solid #2a5bb8;
	}
#nextpage ul li.single{
	width:70%;
	margin:auto;
	}



dl.data{
	margin:40px;
	text-align: left;
	}
dl.data dt{
	color:#a8bbda;
	margin-bottom: 10px;
	}
dl.data dd{
	margin-left:2em;
	}
ul.photo{
	letter-spacing: -.4em;
	list-style: none;
	}
.box .textarea{
    padding:40px;
  }
.box .textarea p{
  margin-bottom: 2em;
}
.box .bl2 .textarea .ti{
  font-size:clamp(15px,1.8vw,18px);
  text-align: left;
  margin-bottom: .8em;
}
.box .bl2 .photoarea{
  padding:40px;
}
.box hr{
  margin:auto;
  width:90%;
}
.btn a {
  display: block;
  margin: 10px auto 30px;
  padding: 15px;
  text-align: center;
  color: white !important;
  background: #666;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  border-top: 2px solid #888;
  border-left: 2px solid #888;
  font-size: 1.2em;
  width:min(250px,85%);
}
.btn a:hover{
  text-decoration: none;
  color: white;
  background: #0000a2;
  border-right: 2px solid #000072;
  border-bottom: 2px solid #000072;
  border-top: 2px solid #2a5bb8;
  border-left: 2px solid #2a5bb8;
}
ul.photo li{
	display: inline-block;
	margin:5px;
	}
.manku {
	box-sizing:border-box;
	padding:1em;
	max-width: 700px;
	margin:2em auto;

	}
.manku dl {
	background: #575757;
	border:1px solid #7b78aa;
	margin:0 0 .5em 0 ;
	}

.manku dl dt{
		display: inline-block;
		width:48%;
		padding:9.5px 0;
		font-size:1.25em;
		vertical-align: top;
		}
.manku dl dd{
		display: inline-block;
		width:48%;
		padding:7px 0;
		font-size:1.25em;
		vertical-align: top;
		}
/*/ tab js /*/
.disnon {
  display: none;
}
.tab li{
	display: inline-block;
	text-align: center;
	list-style: none;
	width:30%;
	}
.tab li a{
	display: block;
	padding:10px ;
	text-align: center;
	background: black;
	color: white !important;
	}
.tab li a:hover{
	cursor:pointer;
	background: #2a5bb8;
	text-decoration: none;
	}
.tab li.select a{
	background: #2a5bb8;
	}
/*///////////// ev //////////////*/
.evflow {
  display: flex;
    gap:23px ;
  align-items:flex-start;
  flex-wrap: wrap;
  counter-reset: num;
  padding-bottom: 10%;
}
.evflow img{
  height:auto;
}
.evflow .elem{
  flex:0 1 calc(50% - 23px);
  position: relative;
  counter-increment: num;
}
.evflow .elem.box{
  margin:0;

}
.evflow .elem .flex{
  display: flex;
}
.evflow .elem dl{
  padding:2em 1.5em ;
}
.evflow .elem dl dt{
  font-size:1.2em;
  font-weight: bold;
  text-align: left;
  margin-bottom: .5em;
  position: relative;
  padding-left:50px;
}
.evflow .elem dl dt:before{
  content:counter(num , decimal-leading-zero);
  font-size:1.25em;
  text-align: center;
  width:45px ;
  height: auto;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:50%;
  translate:0 -50%;
  left:0;
  z-index: 5;
}
.evflow .elem dl dt:after{
  content:"";
  display: block;
  width:45px ;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top:50%;
  left:0;
  translate:0 -50%;
  border-radius: 50%;
  background:#5C5C94;
  z-index: 0;
}
.evflow .elem dl dd{
  margin-top:1.5em;
}
.evflow .elem .flex .imgs{
  flex:1 0 40%;
}
.evflow .elem p{
  flex:0 1 auto;
  padding:0 1em 1em 1em;
}
.evflow .elem._04 .flex .imgs{
 flex:1 0 35%;
}
.evflow .elem._04 .flex .wrap{
  flex:0 1 65%;
  padding-left:1em;
}
.evflow .elem._04 .flex .wrap p{
  padding-right:0;
}
.evflow .elem._04 .flex .flex .imgs{
  flex:1 0 50%;
}
.evflow .elem._04 .flex .flex p{
 flex:0 1 50%;

}

.evflow .elem:nth-child(2n){
  translate:0 50px;
}
.evflow .elem:nth-child(2n+1):after{
  content:"";
  display: block;
  clip-path:polygon(0% 0% , 100% 50% , 0% 100%);
  background:#5C5C94;
  width: 20px;
  height: auto;
  aspect-ratio: 2 / 3;
  position: absolute;
  right:0;
  top:50%;
  translate:100% 0;
}
.evflow .elem:nth-child(2n):after{
  content:"";
  display: block;
  clip-path:polygon(100% 0% , 0% 50% , 100% 100%);
  background:#5C5C94;
  width: 20px;
  height: auto;
  aspect-ratio: 2 / 3;
  position: absolute;
  left:0;
  top:100%;
  translate:-100% -100%;
}
.evflow .elem:last-child:after{
  display: none;
}
.evflow .elem._04 .flex .wrap .ti{
  padding-left:1.5em;
  position: relative;
}
.evflow .elem._04 .flex .wrap .ti:before{
  content:"";
  display: block;
  clip-path:polygon(0% 0% , 100% 50% , 0% 100%);
  background:#5C5C94;
  width: .8em;
  height: auto;
  aspect-ratio: 2 / 3;
  position: absolute;
  left:0;
  top:50%;
  translate:0% -90%;
}
/*///////// top&access////////////*/
#googlemap,#navigationmap{
	padding:10px;
	}
ul.rute_point{
	letter-spacing: -.4em;
	}
ul.rute_point li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width:220px;
	margin:5px;
	letter-spacing: normal;
	}
ul.rute_point li dl {
	margin:10px;
	}
ul.rute_point li dl dt{
	margin:10px ;
	letter-spacing: .1em;
	}
ul.rute_point li dl dd{
	text-align: left;
	}
p.datatxt{
	font-size:1.15em;
	margin:40px;
	}
/*///////////// partner ///////////////////*/
#partner .box{
	width:80%;
	margin:20px auto;
	}
#partner dl.data {
	margin:20px 40px;
	}
#partner dl.data dt {
	font-size:1.3em;
	}
#partner dl.data dt span{
	margin-left:40px;
	display: inline-block;
	}
#partner table{
	border-collapse: collapse;
	width:100%;
	}
#partner table td{
	padding:5px 10px;
	border-bottom:1px solid #666;
	}
#partner table tr td:nth-child(1){width:7em;}
/*///////// shop page ////////////*/
#shoppage.box{
	padding :1.5em 3em;
	box-sizing:border-box;
	}
#shoppage h2 {
	margin:1em 0;
	font-size:1.5em;
	line-height: 1.4;
	}
#shoppage h2 span.name{
	font-size:1.8em;
	color:#ff923d;
	}
#shoppage h3{
	margin:1em 0;
	font-size:1.8em;
	line-height: 1.4;
	text-align: left;
	color:#ff923d;
	}
#shoppage .photo {
	margin:1em 0;
	}
#shoppage .photo div {
	padding:.5em;
	box-sizing:border-box;
	}
#shoppage .photo div p{
	margin:1em 0;
	}
#shoppage .shop-pr .kakomi{
	border:1px solid #e8b702;
	padding:1em;
	margin:.5em 0;
	box-sizing:border-box;
	background: #402f02;
	}
#shoppage .shop-pr h3{
	margin-bottom: 0;
	}
p.copy strong{
	font-size:1.5em;
	color:#ff923d;
	margin:1em;
	display: block;
	line-height: 1.4;
	}
p.copy span.btn a{
	display: inline-block;
	background: #2a5bb8;
	color: white !important;
	font-size:.8em;
	line-height: 1.3;
	font-weight: normal;
	padding:0em 2em;
	text-align: center;
	border-radius:3em;
	border:1px solid #3173c0;
	margin:0 .5em;
	}
p.copy span.btn a:link{
	color:white;
	}
p.copy span.btn a:hover{
	text-decoration: none;
	background:#3173c0 ;
	}
/*////////////////////////////////*/

.readypage{
	margin:50px;
	padding:50px;
	}
.readypage h1{
	font-size:2em;
	text-align: left;
	margin:0 0 20px 0;
	}

/*////////////// sitemap ///////////////*/
ul.sitemap{
	margin:50px;
	text-align: left;
	list-style: none;
	}
ul.sitemap li{
	margin:10px 0;
	padding-left:20px;
	background:url(../img/arrow01.png) no-repeat left 5px;
	letter-spacing: .15em;
	}
ul.sitemap ul{
	list-style: none;
	margin:20px ;
	letter-spacing: -.4em;
	}
ul.sitemap ul li{
	display: inline-block;
	padding:0px 10px;
	background: transparent;
	letter-spacing: .15em;
	border-right:1px solid #bbb;
	}
