@charset "utf-8";
@import "./reboot.css";
html {
	overflow-y: scroll;
	width: 100%;
}
body {
	color: #000;
	font-size: 15px;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	width: 100%;
	min-width: 960px;
	margin: 0 auto;
	border-bottom: solid 10px #fff;
}
a:link, a:visited {
	color: #2c93b4;
	text-decoration: underline;
}
a:active, a:hover {
	color: #2c93b4;
	text-decoration: underline;
	opacity: .6;
	transition: all 0.5s ease;
}
a:focus {
	outline: none;
}
#sb-site {
	width: 100% !important;
	text-align: center;
}
.sp {
	display: none !important;
}
#toggle, .sb-slidebar {
	display: none;
}
/* header */
header {
	margin: 0 auto;
	width: 100%;
}
#header_link_wrapper {
	width: 100%;
	border-bottom: 1px solid #add8e6;
	height: 41px;
}
#header_link {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#header_link img {
	height: 40px
}
header h1 {
	width: 960px;
	margin: 10px auto;
	text-align: left;
}
header h1 img {
	width: 388px;
}
header h1 img:last-child {
	width: 466px;
	margin: 0 0 0 12px;
}
header h1 a:active, header h1 a:hover {
	opacity: 1;
	transition: none;
}
/* nav */
nav {
	width: 100%;
	margin: 0;
	background-color: #add8e6;
}
ul#menu {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	width: 960px;
}
ul#menu li {
	margin: 0;
	padding: 0;
	border-left: solid 1px #fff;
	background: none;
	flex-grow: 1;
}
ul#menu li:nth-child(2) {
	flex-grow: 2;
}
ul#menu li:last-child {
	border-right: solid 1px #fff;
}
ul#menu li a {
	padding: 22px 0 20px;
	margin: 0;
	line-height: 1;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #2c99ae;
	z-index: 1;
	text-align: center;
}

@media all and (-ms-high-contrast:none) {
ul#menu li a {
	padding: 24px 0 18px;
}
}
/* footer */
footer {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #add8e6;
	border-top: 60px solid #f5f6f0;
}
footer ul {
	margin: 30px auto;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
}
footer ul li {
	padding: 0 1em;
	margin: 0;
	background-image: none;
	text-align: center;
	border-right: solid 1px #fff;
	line-height: 1;
}
footer ul li:last-child {
	border: none;
}
footer ul li a {
	text-decoration: none !important;
	display: block;
	color: #2c99ae !important;
}
address {
	padding: 30px 0 50px;
	text-align: center;
	color: #2c99ae;
}
address p.title {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	line-height: 1.3;
}
address p.address {
	font-size: 13px;
	margin: 10px;
}
footer p.copy {
	width: 100%;
	color: #2c99ae;
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	font-size: 13px;
	font-weight: 100;
}
/* ページトップへ戻る */
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 70px;
	height: 45px;
	padding: 15px 10px 10px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	line-height: 20px;
	clear: both;
	opacity: .7;
}
#page-top:hover {
	opacity: .8;
}
.arrow {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	border-left-color: #fff;
	border-top-color: #fff;
	top: 20px;
	left: 26px;
	transform: rotate(45deg);
}

@media print {
#page-top {
	display: none;
}
}
/* top */
#mainvisual {
	background-image: url(./../../../uploads/2023/05/topback2023.jpg);
	background-size: cover;
	background-position: center center;
	margin: 0;
	width: 100%;
	height: 470px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#mainvisual img {
	width: 638px;
}
main.top {
	padding: 0;
}
#about {
	border-top: solid 4px #add8e6;
	background-color: #f5f6f0;
	width: 960px;
	margin: 60px auto 30px;
	padding: 55px 80px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
}
#about img {
	width: 380px;
}
#about_content {
	padding: 0 0 0 40px;
}

@media all and (-ms-high-contrast:none) {
#about_content {
	width: 390px;
}
}
#about_content h2 {
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: 1;
	font-weight: 900;
	border: none;
}
#about_content p {
	margin: 10px 1px;
	line-height: 1.8;
}
#about_content img {
	width: 218px;
}
#news {
	width: 100%;
	margin: 10px 0 0;
}
#news h2 {
	color: #63b1c7;
	border-bottom: 4px solid #dadada;
	border-top: none;
	padding: 0 0 6px;
	position: relative;
	font-size: 23px;
	background: none;
}
#news h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: "";
	height: 4px;
	width: 70px;
	background: #add8e6;
}
#news ul {
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	text-align: left;
	line-height: 1.4;
	overflow: auto;
	height: 320px;
}
#news ul li {
	margin: 0 0 25px;
	padding: 0 0 10px;
	background-image: none;
	border-bottom: solid 1px #cdcdcd;
	line-height: 2;
}
#news ul li:last-child {
	border: none;
}
#news ul li p {
	margin: 0;
}
.date {
	font-weight: 800;
	color: #63b1c7;
}
.date::before {
	content: "■ "
}
.ct-wrap {
	display: flex;
	flex-wrap: wrap;
}
.gc-wrap {
	width: 660px;
	margin: 3% auto;
}
.g-calendar {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 70%;
}
.g-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.twitter {
	width: 290px;
	height: 450px;
	overflow: auto;
	padding: 0 0 0 10px;
	margin: 35px 0 0;
}
ul#banner {
	width: 80%;
	margin: 20px auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
ul#banner li {
	padding: 0;
	margin: 0;
	background: none;
}
ul#banner li img {
	height: 110px;
}
.contact {
	width: 620px;
	border: 1px solid #bdbdbd;
	margin: 0 auto;
	padding: 10px 15px;
}
/* main */
main {
	width: 960px;
	min-height: 450px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0 25px;
}
main h1 {
	padding: 0 17px 13px 0;
	margin: 0 0 20px;
	font-size: 25px;
	line-height: 1.2;
	text-align: left;
	font-weight: 600;
	width: 100%;
	position: relative;
	border-bottom: solid 1px #add8e6;
	color: #292929;
}
h2 {
	padding: 10px 0 10px 10px;
	margin: 20px 10px 15px;
	font-size: 20px;
	line-height: 1;
	font-weight: 900;
	clear: both;
	background-color: #f5f6f0;
	border-top: solid 3px #add8e6;
	color: #292929;
}

@media all and (-ms-high-contrast:none) {
h2 {
	padding: 13px 0 7px 10px;
}
}
h3 {
	margin: 25px 10px 15px 20px;
	padding: 0 7px;
	font-size: 17px;
	line-height: 1;
	text-align: left;
	font-weight: 600;
	clear: both;
	color: #3793ac;
	border-left: solid 3px #3793ac;
}

@media all and (-ms-high-contrast:none) {
h3 {
	padding: 7px 7px 0;
}
}

h3.faq {
	padding: 0;
	border: none;
}

h4 {
	margin: 20px 10px 10px 25px;
	padding: 5px 0 0;
	font-size: 15px;
	line-height: 17px;
	font-weight: 600;
	color: #4a4a4a;
}
p {
	margin: 5px 10px 0 25px;
	padding: 0;
}
/* list */
ul {
	margin: 0 10px 15px 25px;
	padding: 0;
}
ul li {
	list-style: none;
	padding: 2px 0 2px 16px;
	background-image: url(./../image/li.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	margin: 0 0 0 7px;
}

@media all and (-ms-high-contrast:none) {
ul li {
	background-position: 0 6px;
}
}
ol {
	margin: 10px 10px 5px 55px;
	padding: 0;
}
ol li {
	margin: 0;
	padding: 2px 0;
}
li ol {
	margin: 5px 0 0 20px;
}
ol.parentheses {
	margin: 10px 10px 5px 35px;
}
ol.parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	margin-left: 24px;
	text-indent: -24px;
	padding: 0 0 2px;
}
ol.parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
/* table */
table {
	padding: 0;
	margin: 15px auto;
}
table th {
	padding: 7px 5px 5px;
	text-align: left;
	background-color: #add8e6;
	color: #3793ac;
	border: 1px solid #3793ac;
}
table td {
	padding: 7px 5px 5px;
	border: 1px solid #add8e6;
}

@media all and (-ms-high-contrast:none) {
table th, table td {
	padding: 9px 5px 3px;
}
}
table.noborder th {
	border: none;
}
table.noborder td {
	border: none;
}
table.center {
	margin: 10px auto;
	text-align: left;
}
/* figure */
figure {
	margin: 10px 15px 15px;
}
figure.center {
	margin: 10px auto 15px;
}
figure.fr {
	float: right;
	margin: 0 15px 15px 15px;
}
figure.fl {
	float: left;
	margin: 0 15px 15px 15px;
}
figure img, video {
	margin: 3px 0;
	width: 100%;
}
figcaption {
	font-size: 0.85em;
	line-height: 1.1;
	padding: 0 5px;
	text-align: left;
}
/* utility */
a[target="_blank"] {
	background: url(./../image/ic_blank.png) right no-repeat;
	padding-right: 22px;
	background-size: 18px 17px;
}
a[href$=".pdf"] {
	background: url(./../image/ic_pdf.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 20px !important;
}
a[href$=".doc"], a[href$=".docx"] {
	background: url(./../image/ic_doc.png) right no-repeat !important;
	padding-right: 24px !important;
	background-size: 20px 18px !important;
}
.no_icon {
	background-image: none !important;
	padding-right: 0;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w35 {
	width: 35%;
}
.w40 {
	width: 40%;
}
.w45 {
	width: 45%;
}
.w50 {
	width: 50%;
}
.w55 {
	width: 55%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w95 {
	width: 95%;
}
.w100 {
	width: 100%;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	text-indent: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 0.85em;
}
hr {
	border: 0;
	height: 1px;
	margin: 35px 15px;
	clear: both;
	background: linear-gradient(to right, #fff, #51a0be, #fff);
}
blockquote {
	margin: 5px 0 5px 20px;
}
/*frame*/
.frame {
	width: 90%;
	margin: 20px auto;
	padding: 15px 2%;
	background: #f4fcff;
	border: 1px solid #bdbdbd;
	overflow: hidden;
}
.frame h3 {
	margin-top: 15px;
	line-height: 1.2;
}
figure.handbook {
	float: left;
	width: 35%;
	margin: 0 3% 10px;
}
/*staff*/
.staff {
	display: flex;
	flex-wrap: wrap;
}
.staff_cell {
	width: 48%;
	margin: 0 1% 20px;
	padding: 10px 1%;
	border: 1px solid #3793ac;
	border-radius: 30px;
}
.staff_cell h3 {
	margin: 5px 5px 10px;
	padding: 5px 0 10px 15px;
	font-size: 20px;
	border-left: none;
	border-bottom: 2px solid #3793ac;
}
.staff_cell h3 span {
	font-size: 0.8em;
}
.staff_cell p {
	margin: 5px 5px 5px 10px;
}
.staff_cell hr {
	background: linear-gradient(to right, #fff, #3793ac, #fff);
	margin: 20px;
}
/*event*/
.event-wrap {
	width: 90%;
	margin: 3% auto;
}
.event-calendar {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 70%;
}
.event-calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 480px) {
body {
	min-width: initial;
	min-width: auto;
}
#sb-site {
	width: 100% !important;
	background: #fff;
	overflow: hidden;
}
.sp {
	display: block !important;
}
.pc {
	display: none !important;
}
#header_link_wrapper {
	height: 10vw;
}
#header_link {
	width: 100%;
}
#header_link img {
	height: 10vw;
}
#header_link img:first-child {
	height: calc(10vw - 1px);
}
header {
}
header h1 {
	width: 100%;
	text-align: center;
}
header h1 img {
	width: 80%;
	margin: 0 0 0 2%;
	display: block;
}
header h1 img:last-child {
	width: 80%;
	margin: 0;
}
nav {
	display: none;
}
ul#sp_menu {
	margin: 5px;
	display: block;
}
ul#sp_menu li {
	margin: 0;
	padding: 7px 0 0;
	background-image: none;
	width: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}
ul#sp_menu li a {
	padding: 12px 0 9px;
	margin: 0;
	line-height: 14px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	color: #2f90b0;
	border: solid #fff 1px;
	border-radius: 5px;
}
ul#sp_menu li ul {
	position: static;
}
ul#sp_menu li:hover > ul > li {
	overflow: visible;
	height: auto;
	z-index: 9999;
}
ul#sp_menu li:hover {
	overflow: visible;
}
#toggle {
	display: block;
	position: absolute;
	top: 14vw;
	right: 2%;
	background: #2f90b0;
	padding: 3px 0 2px;
	cursor: pointer;
	z-index: 9999;
}
#toggle ul {
	margin: 0;
	padding: 0;
}
#toggle ul li {
	margin: 0;
	padding: 0;
	background: none;
}
.sb-slidebar {
	display: block;
	background: #add8e6 !important;
}
.css-bar {
	display: inline-block;
	position: relative;
	margin: 0 6px 3px;
	padding: 0;
	background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
	width: 30px;
	height: 3px;
}
.css-bar:before, .css-bar:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
}
.css-bar:before {
	margin-top: -8px;
}
.css-bar:after {
	margin-top: 5px;
}
html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}
#toggle p {
	margin: 2px auto 2px;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: center;
}
footer {
	width: 100%;
	flex-wrap: wrap;
}
footer ul {
	display: none;
}
footer address {
	padding: 9vw 0 3vw;
}
footer address p {
	text-align: center;
}
footer p.copy {
	padding: 1vw 2%;
}
#mainvisual {
	height: 50vw;
}
#mainvisual img {
	width: 90%;
	margin: 0 auto;
}
#about {
	width: 98%;
	margin: 5vw auto 10vw;
	padding: 5vw 5%;
	flex-direction: column;
}
#about img {
	width: 70%;
	margin: 1vw auto 3vw;
}
#about_content {
	padding: 1vw 2%;
}
#about_content p {
	margin: 2vw 2%;
}
#about_content img {
	width: 50%;
	margin: 1vw auto;
}
#news {
	width: 100%;
}
#news ul {
	height: 200px;
}
#news ul li {
	padding: 2px 1%;
}
.ct-wrap {
	flex-wrap: wrap;
}
.gc-wrap {
	width: 100%;
	margin: 0 auto;
}
.g-calendar {
	padding-bottom: 90%;
}
.twitter {
	width: 100%;
	height: 250px;
	padding: 0;
	margin: 15px 0 0;
}
ul#banner {
	width: 98%;
	margin: 0 auto 5vw;
}
ul#banner li img {
	height: 15vw;
}
.contact {
	width: 98%;
	margin: 5vw auto;
	padding: 1vw 1%;
}
main {
	width: 100%;
	min-height: 300px;
	padding: 10px 0 25px;
}
main.top {
}
main h1 {
	margin: 0 auto 10px;
	width: 98%;
}
h2 {
	margin: 15px auto;
	width: 98%;
	padding-left: 1%;
}
h3 {
	width: 98%;
	margin: 25px 1% 15px;
	padding: 0 2%;
	font-size: 18px;
}
h4 {
	font-size: 15px;
	margin: 25px 1% 15px;
}
h5 {
}
p {
	margin: 5px 2%;
	text-align: justify;
}
ul {
	margin: 5px 2% 5px 3%;
}
ol {
	margin: 5px 2% 5px 11%;
}
ol.parentheses {
	margin: 5px 2% 5px 3%;
}
table {
	width: 95%;
	margin: 5px auto 10px;
}
table td {
	word-break: break-all;
}
figure {
	width: 60%;
	margin: 10px auto;
}
figure.fl, figure.fr, figure.center {
	float: none;
	width: 90%;
	margin: 10px auto;
	text-align: center;
}
figure img, video {
	width: 95%;
	margin: 0 auto 3px;
}
figcaption {
	padding: 0 2%;
}
.mb0sp {
	margin-bottom: 0 !important;
}
.mb05sp {
	margin-bottom: 5px !important;
}
.mb10sp {
	margin-bottom: 10px !important;
}
.mb15sp {
	margin-bottom: 15px !important;
}
.mb20sp {
	margin-bottom: 20px !important;
}
.mb25sp {
	margin-bottom: 25px !important;
}
.mb30sp {
	margin-bottom: 30px !important;
}
.mb40sp {
	margin-bottom: 40px !important;
}
.mt0sp {
	margin-top: 0 !important;
}
.mt05sp {
	margin-top: 5px !important;
}
.mt10sp {
	margin-top: 10px !important;
}
.mt15sp {
	margin-top: 15px !important;
}
.mt20sp {
	margin-top: 20px !important;
}
.mt25sp {
	margin-top: 25px !important;
}
.mt30sp {
	margin-top: 30px !important;
}
.w05sp {
	width: 05% !important;
}
.w10sp {
	width: 10% !important;
}
.w15sp {
	width: 15% !important;
}
.w20sp {
	width: 20% !important;
}
.w25sp {
	width: 25% !important;
}
.w30sp {
	width: 30% !important;
}
.w35sp {
	width: 35% !important;
}
.w40sp {
	width: 40% !important;
}
.w45sp {
	width: 45% !important;
}
.w50sp {
	width: 50% !important;
}
.w55sp {
	width: 55% !important;
}
.w60sp {
	width: 60% !important;
}
.w65sp {
	width: 65% !important;
}
.w70sp {
	width: 70% !important;
}
.w75sp {
	width: 75% !important;
}
.w80sp {
	width: 80% !important;
}
.w85sp {
	width: 85% !important;
}
.w90sp {
	width: 90% !important;
}
.w95sp {
	width: 95% !important;
}
.w100sp {
	width: 100% !important;
}
#page-top {
	bottom: 25px;
	right: 10px;
}
.xscroll {
	width: 100%;
	overflow-x: auto;
}
.xscroll table {
	width: 900px;
	margin: 10px 2%;
}
/*frame*/
.frame {
	width: 98%;
	margin: 20px auto;
	padding: 15px 1%;
}
.frame h3 {
	margin-top: 5px;
	font-size: 16px;
}
figure.handbook {
	float: none;
	width: 50%;
	margin: 0 auto 10px;
}
/*staff*/
.staff_cell {
	width: 98%;
}
.staff_cell h3 {

}
/*event*/
.event-wrap {
	width: 100%;
	margin: 0 auto;
}
.event-calendar {
	padding-bottom: 90%;
}
}
