@charset "utf-8";

/* CSS Document */
body {
	color: #565656;
	max-width: 1980px;
	min-width: 1040px;
	background-color: #FEFFFF;
	border: solid 0px #fcfcfc;
	/*線*/
	border-radius: 0px;
	/*角の丸み*/
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
	margin: 0 auto;
	padding: auto;
}

p {
	color: #565656;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
}


h3 {
	border-radius: 2px;
	text-align: left;
	color: #565656;
	margin: 15px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
	background: #EBEBEB;
	height: 25px;
	border-left: 14px solid #008080;
}


h4 {
	margin: 35px 0px 0px 0px;
	padding: 18px 0px 3px 10px;
	font-size: 24px;
	text-align: left;
	color: #565656;
	border-top: 4px solid #008080;
	border-bottom: 2px solid #EEEEEE;
}

h5 {
	margin-left: 20px;
	text-align: left;
	color: #565656;
	font-size: 16px;
}

h6 {
	border-radius: 2px;
	text-align: left;
	color: #565656;
	margin: 25px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
	background: #EBEBEB;
	height: 25px;
	border-left: 14px solid #008080;
}

hr {
	height: 3px;
	background: #008B8B;
	margin: 32px auto 32px auto;
}

.window-container {
	background-color: #ffffff;
	overflow: hidden; /* コンテンツがはみ出さないように */
	width: 100%; /* 親要素の横幅に合わせる */
	margin: 20px auto; /* 中央配置を維持しつつ、最大幅を設定した場合に有効 */
	display: flex;
	flex-direction: column;
	border: 4px solid #008080; /* 太いボーダーの色 */
}

.title-bar {
	background-color: #008080; /* ヘッダーと同じ色に設定 */
	color: #ffffff;
	padding: 12px 15px; /* 上下のパディングを調整 */
	font-size: 20px; /* タイトルフォントサイズ */
	font-weight: 600; /* 太字 */
}

.window-content {
	padding: 15px; /* コンテンツ領域のパディング */
	color: #333333; /* テキストの色 */
	line-height: 1.6; /* 行の高さ */
	font-size: 16px; /* タイトルフォントサイズ */
	flex-grow: 1; /* コンテンツが利用可能なスペースを埋める */
	background-color: #fcfcfc; /* 少し明るいコンテンツ背景 */
}

.window-content p {
	margin: 0; /* 段落のデフォルトマージンをリセット */
}


.type2 {

	max-width: 1980px;
	min-width: 1040px;
	height: 30px;
	margin-top: 0;
	border: solid 6px #008080;
	/*線*/
	background: #008080;
	margin-bottom: 10px;
}

.type3 {
	max-width: 1980px;
	min-width: 1040px;
	background: #008B8B;
}

.type2-1 {
	max-width: 1980px;
	min-width: 1040px;
	height: 40px;
	margin-top: 0;
	border: solid 0px #008080;
	/*線*/
	background: #008080;
	margin: -20px auto auto auto;
}




/* ヘッダー */

.nav__item a {
	font-size: 13px;
	text-decoration: none;
	color: #232323;
}

header {
	position: center;
	top: 0;
	z-index: 10000;
	border-radius: 0px;
	/*角の丸み*/
	max-width: 1980px;
	min-width: 1040px;

}

li {
	margin: 4px 0px 0px 0px;
}

.nav__item a:hover {
	color: #FFFFFF;
}

a.topmodoru {
	padding: 2px 10px 2px 10px;
	background-color: #f5f5f5;
	font-family: "Yu Gothic UI Bold", sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	color: #232323;
	float: left;
	text-decoration: none;
	margin: 4px 0px 0px 40px;
	border-radius: 3px;
}

a.topmodoru:hover {
	background: #7C7C7C;
}

.nav__item {
	padding: 2px 10px 2px 10px;
	background-color: #f5f5f5;
	font-family: "Yu Gothic UI Bold", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	float: right;
	list-style-type: none;
	margin: 4px 10px 0px 0px;
	border-radius: 3px;
}

.nav__item:hover {
	background: #7C7C7C;
	transition: opacity 0.3s ease;
}

.nav__item2 {
	list-style-type: none;
	float: right;
	margin: 4px 10px 0px 0px;
}



/* ロゴ */

.Logo {

	justify-content: center;
	max-width: 1440px;
	min-width: 1040px;
	height: 120px;
	background: #FFFFFF;
	margin: auto;
}

.Logo a.left {
	float: left;
	margin: 17px 0px 0px 30px;
}

.Logo a.right {
	float: right;
	padding-right: 30px;
	margin: 17px 0px 0px 30px;
}

/* フェードイン */

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* メニューバー */

#menu {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: none;

}

#menu li {

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	text-align: center;
	line-height: 40px;
	transition: 0.3s all;

}

#menu li+li {
	border-left: 2px solid #fff;
}

#menu .menu1 li+li {

	border-left: 0px solid #fff;
	border-top: 2px solid #fff;
}





.menu1 a {
	animation-name: fadeInAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 40px 0px 40px;
	padding: 6px 0px 5px 0px;
	text-decoration: none;
	display: block;
}

#menu li:hover {
	background: #2f4f4f;
	transition: 0.3s all;
	opacity: 1;

}

#menu .category {
	display: none;
	list-style-type: none;


}

/* サブメニュー */

#menu li:hover .category {
	animation-name: fadeInAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;

	display: block;
	position: absolute;
	z-index: 100;
	top: 224px;
	padding: 0px;
	margin: 0;
	width: 300px;
	background-color: #008080;
	color: #474b42;

}

#menu li:hover .category a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	display: block;
}

/* 2カラムサイトにする */

.wrapper {

	display: flex;
	margin: -20 0 0 0;
	justify-content: center;
	background-color: #FEFFFF;
}

.main,
.side {
	padding: 0px 20px 0px 20px;
}

.main {
	width: 750px;
	min-height: 500px;
	margin-right: 20px;
	margin-top: 10px;
}

.side {

	width: 250px;
	margin-top: 10px;
}

.full {
	width: 100%;
	min-height: 500px;
	max-height: 1080px;
	margin: 20px;
}


/* 2カラムコンテンツにする */

.archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.archive div {
	margin-bottom: 3rem;
	padding: 3rem;
	width: 35%;
	background-color: #f0f0f0;
}

.archive img {

	display: block;
	margin-bottom: 3rem;
	width: 100%;
	height: auto;
}


.side .links {
	list-style: none;
	border: solid 3px #B0E0E6;
	/*線*/
}

h2 {
	border-radius: 2px;
	background: #B0E0E6;
	text-align: center;
	color: #565656;
	margin: 0px 0px 0px -40px;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
}

.side .link {
	text-align: left;
	margin-left: 0px;
	padding: 0px 0px 8px 0px;
}

.side .link1 {
	text-align: left;
	margin-left: 0px;
	padding: 10px 0px 8px 0px;
}

.side .link2 {
	text-align: left;
	margin-left: 0px;
	padding: 0px 0px 18px 0px;
}

.side ul .b {

	color: #6C6C6C;
	margin: 0px 0px 10px -30px;
	padding: 15px 15px 15px 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;

}

.side .link:hover .b {
	color: #B0E0E6;
}

.side .link1:hover .b {
	color: #B0E0E6;
}

.side .link2:hover .b {
	color: #B0E0E6;
}



/* タイトル */

.title {
	width: 750px;
	position: relative;
	padding: 0px 0px 20px 0px;
}

.title p {
	margin: 25px 0px 10px 0px;
	padding: 15px 0px 0px 20px;
	color: #272727;
	font-size: 28px;
	font-weight: bold;
	font-family: "Yu Gothic UI Bold", sans-serif;
	background: #EBEBEB;
	height: 55px;
	border-bottom: 4px solid #008080;
}

.title p1 {
	position: absolute;
	right: 0;
	top: 80px;
	font-weight: bold;
	color: #272727;
}

/* .title p2{
	font-size:14px;
	float: right;
	text-align: left;
	margin: 3px 30px 0px 0px ;
	color:#272727;
} */

/*バナー広告 */

.banner {
	max-width: 1980px;
	min-width: 1040px;
	background: #008080;
	margin: 32px auto 32px auto;
	font-weight: normal;
}

.banner p {
	text-align:center;
	font-weight: normal;
	color: #FEFFF9;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

.banner_table {
	text-align:center;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: auto;
	width: 1000px;
}

.banner_table img {
	width: 150px;
	padding: 0px 30px;
}

.copyright p {
	font-weight: normal;
	text-align:center;
	color: #1F1F1F;
	font-size: 12px;
	padding: 20px 0px 50px 0px;
}

/* 汎用パーツ */

a.btn_01 {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #008080;
	color: #008080;
	transition: 0.5s;
}

a.btn_01:hover {
	color: #fff;
	background: #008080;
}

a {
	color: #008080;
}

p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

.cp_ipselect {
	position: relative;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}

.cp_sl02 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 10px 10px 0;
	font-size: 18px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.cp_sl02:focus {
	outline: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.cp_ipselect .cp_sl02 {
	appearance: none;
	-webkit-appearance: none
}

.cp_ipselect select::-ms-expand {
	display: none;
}

.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.cp_sl02_selectlabel {
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

.cp_sl02:focus~.cp_sl02_selectlabel,
.cp_sl02:valid~.cp_sl02_selectlabel {
	color: #da3c41;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}

.cp_sl02_selectbar {
	position: relative;
	display: block;
	width: 100%;
}

.cp_sl02_selectbar:before,
.cp_sl02_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #da3c41;
	transition: 0.2s ease all;
}

.cp_sl02_selectbar:before {
	left: 50%;
}

.cp_sl02_selectbar:after {
	right: 50%;
}

.cp_sl02:focus~.cp_sl06_selectbar:before,
.cp_sl06:focus~.cp_sl06_selectbar:after {
	width: 50%;
}

.cp_sl0.cp_sl02_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}