@charset "utf-8";
@media print {
	header {display:none!important;}
	footer {display:none!important;}
}
a{
	text-decoration: none
}
.comment__{
	position: relative;
	padding-left: 1.2em;
}
.comment__:before{
	content: "※";
	position: absolute;
	left: 0;
}
#kinkyuu_bg{
	min-height: 0!important
}
.small{
	font-size: small
}
.triangle,.triangle2 {
	position: relative;
	margin: 0 auto 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
  border-top: 20px solid var(--blue);
  border-bottom: 0;
}
.triangle::after,.triangle2::after{
	content: "";
	position: absolute;
	background-color: var(--blue);
	width: 24px;
	height: 16px;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
}
.triangle2{
	margin: 24px auto 0;
}
.mark{
	padding-left: 1em;
	position: relative;
	display: block;
	padding-bottom: 0.5em;
}
.mark::before{
	position: absolute;
	left: 0.2em;
	top: 0.5em;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100vh;
	background-color: #999;
}
.page_y{
    padding-left: 1em;
    position: relative;
    display: inline-block;
}
.page_y::before{
	content: "";
  position: absolute;
  display: block;
  top: calc(50% - 3px);
  left: 0px;
  width: 5px;
  height: 5px;
  border-bottom: 1.5px solid #666;
  border-right: 1.5px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.App h3{
	padding:  1em 1em 0.5em;
}
.h4_bo,._URL,.kinkyuu_file{
	padding-left: 1.2em;
	position: relative;
	margin: 24px auto 8px;
	color: var(--blue);
}
.h4_bo::before,._URL::before,.kinkyuu_file::before{
	content: "";
	position: absolute;
	height: 0.7em;
	width: 0.4em;
	border-radius: 100vh 0 0 100vh;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	background-color: var(--blue)
}
.body a:hover{
	text-decoration: underline
}
.body{
	background-color:var(--bg2);
	color: var(--dark);
	font-family:  "BIZ UDPGothic", "BIZUDPGCAO",Yu Gothic UI,"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
	font-weight: medium
}
.bg_f2{
	background-color: #f2f2f2;
}
.bg_ccc{
	background-color: #f2f2f2;
}
.wrap{
	width: 90%;
	margin: 0 auto;
}
.margin{
	margin-left: auto;
	margin-right: auto;
}
.w_normal{
	font-weight: normal;
}
.list{
	list-style: disc;
}
.list_in{
	list-style: inside;
}
.listabc{
	list-style: upper-alpha;
}
.list1{
	list-style: decimal
}
.list_k{
	list-style: katakana
}
.listc{
	list-style: circle;
}
.martop_05{
	margin-top: 0.5em;
}
.paddbottom8{
	padding-bottom: 8px
}
.padleft1{
	padding-left: 1em;
}
.paddbottom1{
	padding-bottom: 1em;
}
.paddbottom05{
	padding-bottom: 0.5em;
}
.padright1{
	padding-right: 1em
}
.padleft{
	padding-left: 1em
}
.marright1{
	margin-left: 1em;
}
.marbo1{
	margin-bottom: 1em;
}
.marginbottom24{
	margin-bottom: 24px;
}
.paddtop1{
	padding-top: 2em;
}
.pad_top15{
	padding-top: 1.5em;
}
.pad24px{
	padding: 24px 0;
}
.pad1{
	padding: 1em;
}
.keiyaku_1_2{
	padding: 1em;
	border:2px solid #333;
	border-radius: 6px;
}
.padrl_1{
	padding: 0 1em
}
.acolorbr{
	color: var(--color);
}
.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none!important;
}
.newsa:hover{
	color: var(--color);
	text-decoration: none;
}
.inlineblock{
	display: inline-block;
}
.block{
	display: block;
}
.colorred{
	color: var(--red00);
}
.colororange{
	color: #ee835e;
}
.bold{
	font-weight: bold
}
a.list_y:-webkit-any-link {
	color: var(--blue)
}
.large{
	font-size: large;
}
.texttop{
	vertical-align: text-top;
}
.bo_left{
	border-left: 1px solid #ddd;
}
.bo_top{
	border-top: 1px solid #ddd;
}
.bo_bot{
	border-bottom: 1px solid var(--bg2);
}
.text_left{
	text-align: left;
}
.text_r{
	text-align: right;
}
.text_cent{
	text-align: center;
}
.maxwidth700{
	max-width: 700px;
}
.list_y{
	padding-left: 1em;
	position: relative;
    display: inline-block;
}
.list_y::before{
	content: "";
    position: absolute;
    display: block;
    top: calc(50% - 3px);
    left: 0px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #666;
    border-right: 1.5px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.list_y2{
    display: inline-block;
	text-decoration: underline;
}
.list_y2:hover{
	text-decoration: none!important;
}
.width90{
	width: 90%;
	margin: 0 auto;
}
/*----------header-start----------*/
.headerwrap{
	line-height: 1.5;
}
.homea:hover{
	text-decoration: none!important;
}
.homea{
	color: var(--dark)!important;
	font-weight: bold;
}
.headergr{
	font-size:32px;
	width: 100%;
	color: var(--dark);
	left: 0;
	position: fixed;
	z-index: 99999;
	min-height: 60px;
	background-color: hsla(0,0%,100%,.65);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
@media print {
	.headergr{
		display: none!important;
	}
	.crumbsection{
		margin: 0!important
	}
	.bg{
		padding: 0!important
	}
	.sectionpart{
		margin: 0 auto!important
	}
}
.header_grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	width: calc(100% - 30px);
	margin: 0 auto;
	min-height: 60px;
}
.grid_header{
	display: grid;
	column-gap: 12px;
	justify-self: end;
	align-items: center;
}
.grid_headerwrap2{
	grid-column: 2/3;
}
.imgwrap{
	width: 100%;
	height: auto;
	max-width: 600px;
}
.imgwrap50div{
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.imgwrap50{
	width: calc(50% - 2px);
	height: auto;
	margin-bottom: 4px;
}
.imgwrap50 img{
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}
.img_100{
	width: 100%;
	height: auto;
}
.imgwrap img,.img_100 img{
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.listinside{
	list-style-position: inside;
}
/*----------header-end----------*/
/*----------hunbarger-start-------------*/
.openbtn1{
	border: none;
	position:relative;
	cursor: pointer;
	width: 44px;
	height: 44px;
	background-color: rgba(0,0,0,0.35);
	border-radius: 4px;
	display: block;
}
.openbtn1 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 50%;
	height: 3px;
	transform: translateX(50%);
	border-radius: 2px;
	background-color: var(--color2);
	width: 70%;
}
.openbtn1 span:nth-of-type(1) {
	top:8px;
}
.openbtn1 span:nth-of-type(2) {
	top:20px;
}
.openbtn1 span:nth-of-type(3) {
	top:32px;
}
.openbtn1.active span:nth-of-type(1) {
	top: 50%;
	right: 15%;
	transform: translateY(-50%) rotate(-45deg);
	width: 70%;
}
.openbtn1.active span:nth-of-type(3){
	top: 50%;
	right: 15%;
	transform: translateY(-50%) rotate(45deg) ;
	width: 70%;
}
.openbtn1.active span:nth-of-type(2){
	opacity: 0;
}
#g-nav{
	top: 0;
	overflow: scroll;
	position:fixed;
	z-index: -1;
	opacity: 0;
	width:100%;
	height: 100vh;
	background-color:var(--bg2);
	transition: opacity 0.3s;
}
.snsflex{
	display: flex;
	justify-content: space-between;
	max-width: 200px;
}
#g-nav.panelactive{
	opacity: 1;
	z-index:11;
}
#g-nav.panelactive #g-nav-list{
	width: 95%;
	max-width: 600px;
}
#g-nav-list {
	display: none;
	position: absolute;
	z-index: 999;
	top:100px;
	left:50%;
	transform: translateX(-50%);
	padding: 24px 0 ;
	background: var(--bg);
	border-radius: var(--border-radius)
}
#g-nav.panelactive ul {
	display: block;
}
#g-nav li{
	list-style: none;
}
.gnava{
	padding: 24px 1em 24px 72px;
	width: 100%;
	height: 100%;
	font-size: large;
	color: var(--color);
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	box-sizing: border-box;
	position: relative;
}
.gnava:hover{
	background: #F2F7FF;
	text-decoration: none;
}
.gnava::before{
	position: absolute;
	left: 16px;
	top: 50%;
    transform: translateY(-50%);
    font-family: 'Material Icons';
    color: var(--color-primary);
	font-size: 32px;
}
.gnavahome::before{
	content: "\e798";
}
.gnavapro::before{
	content: "\f040";
}
.gnavapri::before{
	content: "\eafb";
}
.gnavanews::before{
	content: "\e163";
}
.gnavadow::before{
	content: "\f090";
}
.gnavabid::before{
	content: "\f0c5";
}
.gnavawater::before{
	content: "\e798";
}
.gnavabus::before{
	content: "\ea40";
}
.gnavaqa::before{
	content: "\e0c6";
}
.gnavacot::before{
	content: "\e0be";
}
.gnavafac::before{
	content: "\ebbc";
}
.gnavatop::before{
	content: "\e88a";
}
.gnavaarea::before{
	content: "\e55e";
}
.headerli{
	border-bottom: var(--border);
	width: 90%;
	margin: 0 auto;
}
.headerli:first-of-type{
	border-top: var(--border);
}
/*----------hunbarger-end----------*/
.newsh2{
	display: inline-block;
	color: white;
	font-size: large;
	padding:20px 32px;
	border-radius: 8px 8px 0 0;
	background: #cc3333;
	flex-shrink: 0;
}
.topnewsp{
	padding:20px 24px 20px 32px ;
	background: var(--bg);
	position: relative;
	border-radius: 0 8px 8px 8px;
	width: 100%;
}
.section1h2{
	background: var(--footer);
	color: #fff;
    padding: 20px 32px;
	font-size: large;
	display: inline-block;
	border-radius: 8px 8px 0 0;
}
.newslink{
	margin-top: 16px;
	text-align: end;
}
.section{
	width: 90%;
	margin: 50px auto 0;
}
.section1{
	margin: 50px auto 0;
}
.section2{
	width: 90%;
	margin: 0px auto 0px ;
}
.newsli:nth-child(even),.li_gr:nth-child(even){
	background-color: var(--bg2);
}
.ichiranli{
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.newsul .pad24px:nth-child(even){
	background-color: var(--bg);
}
.ichiranli li{
	padding: 24px 12px;
	margin-bottom: 8px;
	background-color: #f2f2f2;
}
.indexnewsgr{
	position: relative;
	padding: 16px;
	background: var(--bg);
	border-radius: 8px;
	border: 2px solid #ddd
}
.newsli{
	padding: 24px 1em;
	line-height: 1.5;
	border-bottom: var(--border)
}
.li_gr{
	padding: 24px 1em;
	line-height: 1.5;
}
.newsdate{
	color: #333;
}
.topnewsli time{
	font-weight: bold;
	color: #333;
}
.newsread{
	text-indent: 0;
}
.newslinkspan{
	position: relative;
}
.newslista{
	color: var(--color-primary);
    padding: 12px 40px;
    border-radius: 100vh;
    border: 1px solid var(--color-primary);
	display: inline-block;
}
.newslista:hover{
	color: var(--color2);
	background-color: var(--color-primary);
}
.qa_a{
	display: block;
	width: 100%;
	height: 100%;
	  padding: 32px;
  background: var(--bg);
  border-radius: 8px;
	text-align: center;
}
.qa_a:hover{
	background-color: var(--footer);
	color: #FFF;
	transition: transform 0.4s;
}
.linkh2a:hover{
	background-color: var(--color-primary);
	color: var(--color2);
	transition: transform 0.4s;
	z-index: 8;
	text-decoration: none!important;
}
.linkh2a{
	margin-bottom: 2px;
	position: relative;
	width:calc(20% - 1px);
	font-size: large;
	text-align: center;
	max-height: 200px;
	transition: transform 0.4s ;
	color: var(--color-primary);
	background: var(--bg);
}
.preparation{
	position: relative;
}
.preparation:hover{background: var(--bg);color: var(--color);
}
.preparation::before{
	top: 0%;
	left: 0%;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(25,25,25,0.9);
}
.preparation::after{
	top: 20%;
	left: 0%;
	width: 100%;
	content: "準備中";
	position: absolute;
	color: #eee;letter-spacing: 0.2em;
	font-weight: bold;
}
.grid_top{
	display: grid;
	padding: 12px;
}
.linkh2:hover::before{
	color: var(--color2);
	transition: transform 0.4s;
}
.linkh2::before{
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Material Icons';
	font-size: 56px;
}
.linkh2span{
	text-align: left;
	bottom: 10%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
}
.section1h2 a:visited{
	color: #fff;
}
@media screen and (max-width:1023px){
	.linkh2a{
		width:calc(50% - 1px);
	}.headergr {
		  font-size: 24px;
		}
}
.maph2color{
	color: var(--blue)!important;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.maph2{
	font-size: xx-large;
	text-align: center;
	margin-bottom: 40px;
}
.map_h3{
	padding: 12px ;
	font-size: large;width: 90%;
	margin: 0 auto;
	z-index: 1;
}
/*----------footer-start----------*/
footer{
	width: 100%;
	background-size: cover;
	background-position: bottom;
	position: relative;
	background-color: var(--ice_blue);
}
.footer_link{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 12px;
	column-gap: 16px;
}
.footlink_div a{
	color: var(--ccc);
	font-weight: bold;
}
.footlink_div a{
	color: var(--ccc);
	font-weight: bold;
}
.googlemap{
	width: 100%;
	height: 250px;
	position: relative;
}
.googlemapiframe{
	width: 100%;
	height: 100%;
}
.footerwrap{
	color: #666;
	padding-bottom: 86px
}
.footerbg{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
.footerbg{
	position: relative;
}
.footername{
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 12px
}
.footera{
	color: #666!important;
}
.footer_wrap{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 24px;
}
.copylight{
	text-align: center;
	font-size: xx-small;background-color:var(--bg2);
	padding: 8px 12px
}
.footer_grid{
	display: grid;
	justify-content: flex-start;
	word-break: break-word;
}
.footer_12{
	grid-column: 1/2;
}
.footer_23{
	grid-column: 2/3;
}
.footerwrap{
	line-height: 1.5;
}footer a{
	color: #666!important;;
}
.footer{
	padding-top: 64px;
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
}
	.YhQJj::before{
		content: "";
	  position: absolute;
	  display: block;
	  top: 20px;
	  right: calc(50% - 4px);
	  width: 8px;
	  height: 8px;
	  border-top: 2px solid #666;
	  border-left: 2px solid #666;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.pg_top .YhQJj{
		border: 1px solid #ddd;
		border-radius: 100vh;
		line-height: 86px;
		width: 72px;
		height: 72px;
		color: #666;
		background-color: var(--ice_blue);
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		font-size:13px;
	}
@media screen and (min-width:901px){
	.footer{
		display: grid;
		grid-template-columns: 1fr auto;
		justify-content: center
	}
	.footer_link{
		grid-column: 2 / 3;grid-row: 1 / 2;
		align-items: center;
	}
	.footerwrap{
		grid-column: 1 / 2;grid-row: 1 / 2;
	}
	.pg_top .YhQJj{
		right: 4%;
		color: #666;
		position: fixed;
		bottom: 48px;
		z-index: 1;
	}
	.pg_top .YhQJj:hover{
		opacity: 1;
	}
}
@media screen and (max-width:900px){
	.pg_top .YhQJj{
		position: relative;
		display: block;
		margin: 0 24px 24px auto;
	}
	.footer_link{
		display: block;
		text-align: center;
		text-decoration: none;
	}
	.footlink_div{
		margin-bottom:8px
	}
}
/*----------footer-end----------*/
.index_f:first-of-type{
	border-top: 1px solid var(--bg2);
}
.index_f{
	padding: 1em 0;
	border-bottom: 1px solid var(--bg2);
}
@media screen and (max-width:599px){
	.headerserch{
		width: 300px;
	}
	.bg{
		padding: 64px 0 32px
	}
	.headerli{
		width: 95%;
	}
	.gnava::before {
		left: 8px;
	}
	.gnava{
		padding: 18px 1em 18px 56px;
		font-size: medium;
	}
	.topbrock{
		border-radius: 0;
	}
	.grid_header{
		    justify-self:auto
	}
	.header_grid{
		grid-template-columns: 1fr;
		padding: 8px 0;
		grid-row-gap: 12px;
	}
	.countTimer_wrap{
		padding-top: 150px;
	}
	.footerbg{
		background-image: none;
	}
	.headerwrap{
		text-align: center;
	}
	.headerserch{
		width: 100%;
	}
	.grid_headerwrap2 {
		justify-self: end
	}
	.headergr{
		font-size: 20px;
	}
	.indexnewsgr{
		padding: 18px 12px 18px;
	}
	.index_f:first-of-type{
		border-top: none;
	}
	.newsli{
		padding: 12px 1em;
		font-weight: 500
	}
	#g-nav-list{
		top: 100px;
	}
	.wrap{
		width: 100%;
	}
	.section2{
		width: 100%;
		margin: 100px auto;
	}
	.section2:first-child{
		margin: 0px auto;
	}
	.footername{
		width: 100%;
		font-size: 16px
	}
	.newsli,.topnewsli{
		flex-wrap: wrap;
	}
	.newsdate_div{
		margin-bottom: 16px
	}
.newsdate{
	margin-right: 24px;
}
	.newsdate{
		width: 100%;
		padding-right: 0;
	}
	.newsread{
		text-indent: 0;
	}
	.linkh2span{
		top: 80%;
		bottom:inherit;
	}
	.linkh2::before{
		top: 40%;
		font-size: 48px;
	}
	.linkh2a{
		height: 180px;
	}
	.ichiranli li{
		padding: 12px 1em;
	}
}