@charset "shift_jis";

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	box-sizing: border-box;
}

/*　リンク設定　*/
.wrapper a{
    color:#0000ff;
    text-decoration:underline;
}
.wrapper a:link,a:visited {
    color:#0D4154;
}

.wrapper a:hover {/*マウスをのせたとき*/
    color:#ff0000;
}
.wrapper a:active {/*クリック中*/
    text-decoration:none;
}


body {
	color: #333;
	line-height: 130%;
	margin: 0;
	padding: 0;
}


.bold,
strong {
	font-weight: bold;
}

/* 基本スタイル */
.wrapper img {
	max-width: 100%;
	height: auto;
}

.wrapper ul {
	list-style-type: none;
}

.clear-both {
	clear: both;
}

:root {
	--acc: #1042B9;
}

/*全体*/
.wrapper {
	width: 960px;
	margin: 0 auto;
}

/*タイトルバー*/
.header-img img {
	width: 100%;
	padding-bottom:10px;
}

/* 横メニューバー :背景画像タイプ */
/*メニューバー*/
.menu-toggle {
	display: none;
}
#globalnavi2 {
	margin: 0;
	padding: 0;
}

#globalnavi2 ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}

#globalnavi2 li {
	width: calc(100% / 8);
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}

#globalnavi2 a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2em;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: linear-gradient(180deg, #011A90, #2463DB);
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#globalnavi2 a:hover {
	background: linear-gradient(180deg, #69A5FF, #A0D2FF);
}

#globalnavi2 ul li:first-child {
	border-left: none;
}




/* 2カラムレイアウト */
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.flex.-only-img {
	justify-content: left;
	margin-top: 10px;
}

.column-left,
.column-right {
	width: 48%;
}


/* 大きい写真 */
.big-image {
    text-align: center;
}

.big-image img {
    margin-top: 15px;
    height: fit-content;
}






/* お知らせ　スクロール */
.update-scroll {
	width: 100%;
	max-height: 460px;
	overflow-y: scroll;
	border: 1px solid #bbb;
	padding-left: 0.1em;
}

.update-scroll li {
	margin: 3px 0.5em 5px;
	font-size: 0.9em;
	border-bottom: 1px solid #ddd;
}




/*　タイトルバー　*/
h2 {
	font-size: 18px;
	padding: 5px 0 2px;
	background-color: var(--acc);
	color: #fff;
	font-weight: bold;
}

.bc-white {
	background-color: #fff;
}

.info {
	padding-left: 1em;
}

.toi {
	clear: both;
	text-align: center;
}


/* 住所セクション */
address{
  font-style: normal;
  line-height: 145%;
}

.adrs {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
}

.contact-address {
	text-align: center;
}

/* 備考 */
.bikou{
	font-size:0.8em;
	margin-top: 10px;
}


/*文字*/
table.toku,
table.hippari {
	border: 0;
}

table.toku {
	width: 90%;
	margin: 1em auto 3em;
}

table.hippari {
	width: 100%;
	margin: 1em auto;
}

.ao-moji {
	color:#0000FF;
	font-weight: bold;
}

.purple-moji {
	background-color:#9966FF;
	width: 575px;
	color: #fff;
	font-weight: bold;
	padding: 2px 0 0 4px;
}


/* アイコン */
.icon-youtube {
    padding-right: 5px;
}




/* --------------------------------------------------------------------------------------
	レスポンシブデザイン
-------------------------------------------------------------------------------------- */

@media screen and (max-width: 768px) {

	/*ここからページ内スタイル*/
	.wrapper {
		width: 95%;
		margin: 0 auto;
		overflow-x: hidden;
	}

    .menu-toggle {
		display: block;
		padding: 15px;
		background: linear-gradient(180deg, #011A90, #2463DB);
		border-bottom: 5px solid #fff;
		color: #fff;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		user-select: none;
	}

	.menu-toggle::after {
		content: ' ▼';
		font-size: 0.8em;
	}

	.menu-toggle.active::after {
		content: ' ▲';
	}

	#globalnavi2 {
		margin-bottom: 1em;
	}

	#globalnavi2 ul {
		display: none;
		flex-direction: column;
	}

	#globalnavi2 ul.active {
		display: flex;
	}

	#globalnavi2 li {
		width: 100%;
		border-left: none;
		border-top: 1px solid #ffffff;
	}

	#globalnavi2 li:first-child {
		border-top: none;
	}

	#globalnavi2 a {
		height: auto;
		line-height: 1.4;
		padding: 15px;
		background: linear-gradient(180deg,#eee,#ddd);
		color: #333;
	}


	.flex {
        flex-direction: column;
    }

	.flex.-only-img {
		flex-direction: row;
	}

	/* 2カラムを1カラムに */
	.column-left,
	.column-right {
        width: 100%;
		margin-top: 2em;
	}

	/* footer */
	footer .flex{
		justify-content: center;
	}

	.position-r {
		width: 100%;
		text-align: right;
		margin: 2em 0 0;
	}

	/* テキストサイズ */
	.text-small {
		font-size: 11pt;
	}

	/* 大きい写真 */
    .big-image img {
        max-width: 100%;
    }

	
}