@charset "UTF-8";
/* CSS Document */
.view_timer {
	display: none;
}

.mm_text {
    margin: 0.5em 0 1.5em;
}

.pg_toggle dl {
	margin: 0;
	padding: 0;
}

.pg_toggle dt {
  cursor:pointer;
	position: relative;
  padding: 0 1.8em 0 0;
	color: #039;
}
.pg_toggle dt::before {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: '\2b';
	color: #039;
	font-size: 2rem;
	transition : all 0.5s ease 0s;
}
.pg_toggle dt:hover::before {
  content: '\f078';
}
.pg_toggle dt:hover {
	text-decoration: underline;
}
.pg_toggle dt.dt-active::before {
  content: '\f077';
}

.pg_toggle dd {
  display: none;
}

.sns_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	padding: 0 10px 10px;
}
.sns_area img {
	width: auto;
	height: 40px;
}

.sns_univ {
  text-align: center;
  margin-top: 20px;
}

/* GoogleMapの地図をレスポンシブに */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.flex01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1.5em;
}
.flex_item01 {
    flex-grow: 2;
}

.flex02,
.flex03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 1em;
}
.flex02 {
    margin-left: 1em;
    margin-top: 0.5em;
}
.flex03 {
    margin-left: 2em;
}


.flex04 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.5em;
}
.flex04 div {
	text-align: center;
	margin: 0.5em 2em;
}

.flex05 {
	display: flex;
	justify-content: space-between;
}
.flex_item05a {
	width: 260px;
	margin-left: 10px;
	text-align: center;
}
.flex_item05a img {
	width: 100%;
	max-width: 250px;
}
.flex_item05b {
	width: calc(100% - 260px);
}

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media screen and (max-width: 767.98px) {
	.flex04,
	.flex05 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-bottom: 0;
	}
	.flex_item04a {
		width: 550px;
		margin:0 auto 1em;
	}
	.flex_item04b,
	.flex_item05a,
	.flex_item05b {
		width: 100%;
	}
	.flex_item05b {
		margin-bottom: 1em;
	}

}

.mm_btm05 {
	margin-bottom: 05px;
}
.mm_btm10 {
	margin-bottom: 10px;
}
.mm_btm15 {
	margin-bottom: 15px;
}
.mm_btm20 {
	margin-bottom: 20px;
}
.mm_btm30 {
	margin-bottom: 30px;
}
.mm_top05 {
	margin-top: 5px;
}
.mm_top10 {
	margin-top: 10px;
}
.mm_top20 {
	margin-top: 20px;
}
.mm_left10 {
	margin-left: 10px;
}

.mm_left20 {
	margin-left: 20px;
}
.mm_right10 {
	margin-right: 10px;
}
.waku_gry01 {
    border:1px solid #ddd;
	padding: 4px 7px 3px;
}

.waku_gry02 {
    border:3px solid #ddd;
	padding: 10px;
}

.waku_gry03 {
	border:1px solid #666;
	text-align: left; 
	
	/*padding: 10px;*/
}

.waku_gry04 {
    border-top:1px solid #CCC;
	background: #F0F0F0;
	padding: 10px;
}

.waku_blue01 {
	border: 2px solid #294A92;
	padding: 10px 15px;
}

.waku_black01 {
	border: 2px solid #000000;
	padding: 10px 15px;
}

.waku_blue02 {
	background-color: #AEE3E8;
	padding: 3px 8px 2px;
}

.waku_blue01a {
	border: 3px double #7DD2DB;
	padding: 15px 30px 14px;
	background: #FFF;
	line-height:2em;
}

.waku_yellow01 {
	padding: 10px 10px 9px;
	background: #FCE7BA;
}

.waku_pink01 {
	border: 2px solid #F9D1E3;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_green01 {
	border: 3px dotted #0F3D22;
	background-color: #FFF;
	padding: 10px 14px 9px;
}

.waku_red01 {
	border: 1px solid #F00;
	background-color: #FFF;
	padding: 2px 5px 0px;
	font-weight: normal;
	color: #000;
	vertical-align: 1px;
}

.waku_blue03 {
	position: relative; 
	padding: 10px;
	border: #7DD2DB 1px solid;
}

.shadow {
	-moz-box-shadow: 1px 1px 2px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px 2px #CCC;
	box-shadow: 1px 1px 2px 2px #CCC;
}

/* 画像の回り込み */
div.imagebox_left {
	float: left;
	padding: 0 5px 5px 5px;
}

.imagebox_left span {
	display: block;
	font-size: x-small;
	text-align: center;
}

div.imagebox_right {
	float: right;
	padding: 0 5px 5px 5px;
}

.f_right_pgm {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.f_right_pgm img {
    border: 1px solid #ccc;
}

.imagebox_right span{
	display: block;
	font-size: x-small;
	line-height: 140%;
	padding-top: 5px;
	text-align: center;
}

.f_right {
	float: right;
	margin-left: 8px;
}
.f_left {
	float: left;
	margin-right: 8px;
}

.btn--orange,
a.btn--orange {
	font-size: 2.2rem;
  color: #fff;
  background: var(--orange);
	border: 2px solid var(--orange);
	padding: 10px 30px 12px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 20px rgba(38,58,146,.12);
}
.btn--orange:hover,
a.btn--orange:hover {
  color: var(--orange);
  background: #fff;
	text-decoration: none;
}

.btn--blue,
a.btn--blue {
	font-size: 2.2rem;
  color: #fff;
  background-color: #004561;
	padding: 10px 30px 12px;
	font-weight: 700;
	line-height: 1;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #00638C;
}

a.btn--col01 {
  color: #fff;
  background: #078BE1;
	border: 2px solid #078BE1;
	transition: 0.5s;
}

a.btn--col01:hover {
  color: #078BE1;
  background: #fff;
	text-decoration: none;
}

a.btn--col02 {
	transition: 0.5s;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
	border: 2px solid #004561;
  color: #fff;
  background: #004561;
}

a.btn--col02:hover {
  color: #004561;
  background: #FFF;
	text-decoration: none;
}

a.btn--col03 {
	color: #4169e1;
	background: #7fffff;
	  border: 2px solid #7fbfff;
	  transition: 0.5s;
  }
  
  a.btn--col03:hover {
	color: #4169e1;
	background: #fff;
	  text-decoration: none;
  }


a.btn--radius {
   border-radius: 100vh;
}
a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1rem 3rem;
  border-radius: 100vh;
	display: inline-block;
}

a.btn-c.btn-form {
	padding-left: 5.2rem;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-d,
a.btn-e {
  position: relative;
	font-weight: 500;
	text-align: center;
	border-radius: 7px;
	text-decoration: none;
}
a.btn-d {
  font-size: 2rem;
  padding: 1rem 3rem 1.2rem 3rem;
	min-width: 270px;
	display: block;
}

a.btn-e {
  font-size: 2.4rem;
  padding: 0.3em 3em 0.4em;
	display: inline-block;
}

a.btn-pdf::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f1c1';
	font-size: 4rem;
}

a.btn-form::before {
  position: absolute;
  left: 20px;
	top: 50%;
	transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f245';
	font-size: 2.4rem;
	line-height: 1;
}
a.btn-square::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f35d';
	font-size: 4rem;
}
a.btn-calendar-days::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f073';
	font-size: 3rem;
}
a.btn-fa-book-open::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f518';
	font-size: 3rem;
}
a.btn-fa-glove::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: '\f0ac';
	font-size: 2.4rem;
}
a.btn-fa-building::before {
  position: absolute;
  left: 20px;
	top: calc(50% - 15px);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: '\f1ad';
	font-size: 2.4rem;
}

a.btn-flat-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FF791B;
  border: solid 2px #FF791B;
  border-radius: 3px;
  transition: .4s;
	background: #FFF;
}

a.btn-flat-border:hover {
  background: #FF791B;
  color: white;
	text-decoration: none;
}

.btn--radius,
a.btn--radius,
button.btn--radius
{
	border-radius: 100vh;
}

.button012 a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1em auto;
	max-width: 500px;
	padding: 10px 25px 12px 50px;
	color: #E4007F;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #FFDFF0;
	border-radius: 50px;
	z-index:0;
	overflow: hidden;
	text-decoration: none;
	font-size: 1.8rem;
}
.button012 a i {
	font-size: 2.2rem;
	padding-right: 10px;
}
.button012 a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #FFC9DD;
    transition: .3s;
    left:0;
}
.button012 a:hover:after {
    width: 100%;
    z-index: -1;
}

/* 表示領域が991.98px以下の場合に適用するスタイル */
@media screen and (max-width: 991.98px) {
    .mm_text {
        margin: 0.5em 0.5em 0 1em;
    }
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 40px;
	font-size: 85%;
	margin: 0 auto;
}
#page-top a {
	background: url(../images/ico_top.gif) no-repeat left center;
	border: 2px solid #FFF;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 120px;
	height: 40px;
	text-align: center;
	display: block;
/*	border-radius: 5px;
	padding: 10px 5px 10px 20px;*/
}
#page-top a:hover {
	background: url(../images/ico_top_hover.gif) no-repeat left center;
	text-decoration: none;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0.8em;
	display: block;
	color: #fff;
	background:#019ac6;
	text-align: center;
  background-color: #eb6100;
	font-size: 2.0rem;
	line-height: 1;
	margin: 10px auto 0;
	width: 250px;
}
.Label:hover,
.Label:hover {
  color: #fff;
  background: #f56500;
	cursor: pointer;
}

.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 15px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.notice-box, .outline-card, .contact-box, .poster-download {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(38,58,146,.08);
}
.notice-box { padding: 28px 32px; border-top: 8px solid var(--orange); margin-bottom: 28px; }
.notice-box h2 { margin: 0 0 8px; color: var(--blue); font-size: 2.4rem; }
.notice-box p { margin: 0; }
.outline-card { padding: 30px 32px;}
.section-title {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  border-bottom: 3px solid var(--line);
  padding-bottom: 12px;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 90px;
  height: 3px;
  background: var(--orange);
}
.news-list { margin: 0; }
.news-list div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px dashed var(--line); }
.news-list div:last-child { border-bottom: 0; }
.news-list dt { color: var(--blue); font-weight: 900; }
.news-list dd { margin: 0; }
.outline-card table { width: 100%; border-collapse: collapse; }
.outline-card th, .outline-card td { padding: 16px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.outline-card th { width: 170px; color: var(--blue); background: #f2f6fb; }
.outline-card td span { color: var(--blue); font-family: Georgia, serif; }
.side-content { display: flex; flex-direction: column; gap: 22px; }
.contact-box { padding: 24px; }
.contact-box h2 { margin: 0 0 12px; color: var(--blue); font-size: 2.2rem; }
.contact-box p { margin: 0 0 14px; }

/* 表示領域が767.98px以下の場合に適用するスタイル */
@media print, screen and (max-width: 767.98px) {
	#middle-contents {
		margin: 0;
	}

  .section-title {
    font-size: 2rem;
  }
  .quick-links .container, .global-nav ul, .news-list div { grid-template-columns: 1fr; }
  .news-list div { gap: 2px; }
  .notice-box, .news, .outline-card, .contact-box { padding: 22px 18px; }
  .outline-card th, .outline-card td { display: block; width: 100%; padding: 12px 14px; }
  .outline-card th { border-bottom: 0; }
}
