@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Lora:ital@1&display=swap';
@import 'https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap';
@font-face {
	font-family: "源ノ角ゴシック Light";
	src: url('https://cdn.leafscape.be/SourceHanSansJP/SourceHanSansJP-Light_web.woff') format("woff");
}
@font-face {
	font-family: '三点リーダー';
	src: url(https://fonts.gstatic.com/s/mplusrounded1c/v15/VdGEAYIAV6gnpUpoWwNkYvrugw9RuPWDpq8A_4TPv30lLyDK_FIhT0K-oTdprA.113.woff2) format('woff2');
	unicode-range: U+2026; }

/*-- Template by Luca --*/
/*-- Templatename  Ephemeral --*/
/*-- https://as.lclla.com/--*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	box-sizing: border-box;
}
*::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: #4d8b99;
	text-decoration: none;
}
html, body {
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font: 1.4em/1.9 "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #5f5f5f;
	word-wrap: break-word;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1.5px;
	overflow: hidden;
}
p { margin:1em 0; }
.hina { font-family:'三点リーダー', 'Hina mincho'; color:#333; }
.lora { font-family:'Lora'; }

/* 重要性 */
strong {
	background: linear-gradient(rgba(0,0,0,0.00) 60%, rgba(140,162,184,0.40) 30%);
}
/* 画像 */
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
/* 水平線 */
hr {
	border-top: 1px dotted;
	margin: 30px 5px;
}
/* 強調 */
em {
	color: #fff;
	background: #D4B3B3;
	padding: 1px 3px;
}
.line { border-bottom: dashed 2px #ed805f; }
.hosoku { color:#888;font-size:0.9em; }

/* newマーク */
.mark {
	background: #D4B3B3;
	color: #fff;
	margin-left: 3px;
	padding: 0 3px;
	border-radius: 5px;
}
/* 見出し */
h1 {
	font: 3em 'Great Vibes', cursive;
	margin: 20px 0;
	position: relative;
}
h1::after, h1::before {
	content: "";
	display: block;
	margin: 0 auto;
	background: url(../img/header.png) no-repeat;
	background-size: 300px;
	background-position: center;
	height: 90px;
	max-width: 90%;
	filter: invert(100%) drop-shadow(0px 0px 4px rgba(39, 84, 126, 0.73));
}
h1::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
h1 a, h2 {
	background: linear-gradient( to top, #385560 15%, rgba(209,214,237,0.84) 80% );
	-webkit-background-clip: text;
	color: transparent;
}
h2 {
	font: 1.8em 'Great Vibes', cursive;
	font-size: 1.8em;
	max-width: 250px;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
	border: 1px solid #94A6B8;
}
h3 {
	font: 1.2em 'Lora', '源ノ角ゴシック Light';
	margin: 25px 0;
	display: flex;
	align-items: center;
	color: #869bb1;
}
h3::before {
	content: "";
	margin-right: 8px;
	background: url(../img/icon.png) no-repeat center left/contain;
	background-size: 25px;
	height: 25px;
	width: 25px;
	filter: invert(100%) drop-shadow(0px 0px 1px #4B81B7);
}
h3::after {
	content: "";
	flex-grow: 1;
	margin-left: 20px;
	height: 1px;
	background-color: #D8DADB;
}
h4 {
	margin: 10px 0;
	padding: 0 10px;
	display: inline-block;
	color: #fff;
	background: #94A6B8;
	background-image: linear-gradient(rgba(0,0,0,0.00) 8%, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.8) 12%, rgba(0,0,0,0.00) 12%, rgba(0,0,0,0.00) 88%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 92%, rgba(0,0,0,0.00) 92%);
}
h5 {
	font: 1.8em 'Lora', 'Hina Mincho', serif;
	width: 260px;
	text-align: center;
	margin: 0 0 50px;
	position: relative;
}
h5::before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 80px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #97A7AD;
	border-radius: 2px;
}
/* 全体 */
article {
	height: 100%;
	display: flex;
	overflow: hidden;
}
/* メインボックス */
.container {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 15px;
}
.container::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: url(../img/bg.jpg) repeat;
	content: "";
	opacity: .4;
	z-index: -1;
}
.container-2 {
	overflow-y: scroll;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.60);
	border: solid 1px #C9C9C9;
}
/* ヘッダー　*/
header {
	text-align: center;
}
/* メニューリスト */
nav {
	position: sticky;
	top: 0;
}
.menu {
	list-style: none;
	display: flex;
	justify-content: space-around;
	position: relative;
	padding: 4px 0;
	height: 36px;
	background: #94A6B8;
	background-image: linear-gradient(rgba(0,0,0,0.00) 8%, rgba(255, 255, 255, 0.8) 8%, rgba(255, 255, 255, 0.8) 12%, rgba(0,0,0,0.00) 12%, rgba(0,0,0,0.00) 88%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 92%, rgba(0,0,0,0.00) 92%);
}
.menu::before, .menu::after {
	content: "";
	position: absolute;
	top: 0;
	border: solid 18px rgba(0,0,0,0.00);
}
.menu::before {
	left: 0;
	border-left-color: #F9F9F9;
}
.menu::after {
	right: 0;
	border-right-color: #F9F9F9;
}
.menu a {
	font-family: 'Lora', serif;
	color: #fff;
}
.overlay {
	position: sticky;
	top: 0;
	z-index: 1;
}
.js-btn {
	overflow: visible;
	box-shadow: none;
}
/* textページ　パンくずリスト */
.menu-list {
	list-style: none;
	position: absolute;
	top: 0;
	left: 5px;
}
.menu-list li {
	display: inline-block;
	position: relative;
	padding-right: 20px;
}
.menu-list li::after {
	content: '';
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid;
	border-right-width: 0;
	border-bottom-width: 0;
	transform: rotate(-45deg);
	position: absolute;
	top: 10px;
	right: 0;
}
.menu-list li:last-child::after {
	border: none;
	color: #B27977;
}
/* スクロールバー　*/
.container-2 {
	scrollbar-width: thin;
	scrollbar-color: rgba(119,119,118,0.45) transparent;
}
::-webkit-scrollbar {
 width: 2px;
}
::-webkit-scrollbar-track {
 background-color: transparent;
 border: none;
}
::-webkit-scrollbar-thumb {
 background: rgba(119,119,118,0.45);
 box-shadow: none;
}
/* ここまで */

section {
	display: flex;
	flex-wrap: wrap;
	padding: 2.5em 20px 0;
	margin: 0 auto;
	max-width: 1000px;
}
section > .inner {
	flex: 1 0 50%;
}
.inner {
	padding: 20px;
	min-width: 300px;
	max-height: 100%;
}
.contents {
}
/* span 日付 */
.dating {
	margin-right: 10px;
	border-bottom: dashed 1px;
}
/* 装飾ボックス */
.box {
	border: 4px double #94A6B8;
	margin: 15px 0;
	padding: 10px;
	width: 100%;
}
.b1c {
	margin: 15px auto;
	padding: 10px 16px;
	width: 80%; background:rgba(255, 255, 255, 0.7);
}
/* 更新履歴*/
.update dt {
	float: left;
	padding: 0 0 0 5px;
}
.update dt::after {
	content: "||";
	margin: 0 5px;
}
/* 展示リスト 縦並び */
.list_block li {
	display: block;
}
.list_grid {
	display: grid;
	grid-template-columns: auto 1fr;
}
.list_grid dd {
	padding-left: 15px;
}
.list_grid dd a, .list_block dd a {
	padding: 0 3px;
}
.list_grid dd span, .list_block dd span {
	padding-left: 5px;
	position: relative;
}
.list_grid dd span::before, .list_block dd span::before {
	content: "-";
	padding-right: 3px;
}
.list_grid span a, .list_block span a {
	text-decoration: underline;
}
/* 展示リスト 横並び */
.list_inline li {
	border-right: 1px solid #A8A6A6;
	padding-right: 4px;
	display: inline;
}
.list_inline li:last-child {
	border: none;
}
/* 展示リスト　番号付き */
.contents ol {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}
.prof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
		margin-bottom: 20px;

}
.prof-inner:first-of-type {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.prof-inner img {
	width: 120px;
	height: 120px;
	border-radius: 0px 30px 0px 30px / 0px 35px 0px 30px;
	object-fit: cover;
	border: 3px solid rgba(255,255,255,0.65);
	box-shadow: 0 0 0px 1px #94A6B8;
}
/* アバウトリンク */
.link_list {
	display: grid;
	grid-template-columns: auto 1fr;
	margin-bottom: 20px;
}
.link_list dt {
	position: relative;
	background: rgba(218,223,230,0.70);
	background-image: linear-gradient(rgba(0,0,0,0.00) 8%, rgba(255, 255, 255, 0.8) 8%, #fff 12%, rgba(0,0,0,0.00) 12%, rgba(0,0,0,0.00) 88%, #fff 88%, rgba(255, 255, 255, 0.8) 92%, rgba(0,0,0,0.00) 92%);
	margin: 0 25px 5px 0;
	padding: 0 5px;
	height: 30px;
}
.link li {
	display: inline-block;
	margin: 4px 2px;
}
.link a {
	border-bottom: 1px solid;
}

ul.shikaku_list{
  list-style: square;
  margin-left:20px; margin-bottom:1em;
  line-height: 1.8;
}
ul.shikaku_list > li {
  margin-bottom:0.5em;
}

/* マウスホバー */
.radioArea input[type="radio"]:not(:checked) + label:hover {
	background : #E2E5EA;
}
/* フッター */
footer {
	margin: 50px 0 10px;
	text-align: center;
}
footer li {
	display: inline-block;
}
footer li a {
	padding: 0 5px;
}
/* テキストページ　メインボックス */
.text_box {
	display: flex;
	flex-wrap : wrap;
}
/* テキストページ　サブメニュー */
.text_menu {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	position: fixed;
	height: 100%;
	width: 45%;
}
.sub_menu {
	list-style-position: outside;
	list-style-type: none;
	columns: 1 auto;
	padding: 2em 30px;
}
.sub_menu li {
	text-indent: -4.2em;
	padding-left: 6em
}
/* サブメニュー　ここまで */

.text_inner {
	margin-left: 50%;
	width: 100%;
}
.text {
	margin: 0 auto;
	padding: 50px 40px 50px 0;
	max-width: 700px;
}
.text > .atogaki {
	font-size: .9em;
	margin-top: 50px;
	text-align: right;
}
/* テキストページ　ナビ */
.page {
	text-align: center;
}
.page li {
	display: inline-block;
	padding: 5px;
}
.page li {
	display: inline-block;
	padding: 5px;
}
.page li span::before {
	color: #fff;
	padding-right: 5px;
	filter: drop-shadow(0px 0px 1px #4B81B7);
	content: "□";
} 
/* メディアクエリ */
@media screen and (min-width:320px) and ( max-width:768px) {
body {
	font-size: 1.4em;
}
header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 60%;
	justify-content: center;
}
.container, .container-2 {
	padding: 10px;
	overflow-x: hidden;
}
section {
	margin: 50px auto 0;
	padding: 0 4px;
}
.inner {
		padding: 10px;
	}
.prof-inner img {
	width: 90px;
	height: 90px;
}
.menu-list {
	top: 0;
	left: 10px;
}
.text_box {
	display: flex;
	flex-wrap : wrap;
	flex-direction: column;
}
.text_menu {
	height: 95vh;
	width: 100%;
	display: flex;
	position: relative;
	margin-bottom: 10px;
}
.text_inner {
	width: 100%;
	margin-left: initial;
}
.text {
	font-size: 1.1em;
	line-height: 2.2;
	padding: 20px 20px;
}
.title {
	position: relative;
	z-index: 2;
	display: block;
	white-space: nowrap;
}
h1 {
	font-size: 2em;
}
h1::before, h1::after {
	background-size: 250px;
	max-width: 100%;
}
.menu {
	background: none;
}
.menu::before, .menu::after {
	content: "";
	display: none;
}
.menu li::before {
	display: none;
}
.button_container {
	position: fixed;
	top: 35px;
	right: 35px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
	transform: translateY(10px) translateX(0) rotate(45deg);
	background: #fff;
}
.button_container.active .middle {
	opacity: 0;
	background: #fff;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
	transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #fff;
}
.button_container span {
	background: #3E3033;
	border: none;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 10px;
	right: 0;
}
.button_container span:nth-of-type(3) {
	top: 20px;
	right: 0;
}
.overlay {
	position: fixed;
	background: #2E3451;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 999;
}
.overlay.open {
	opacity: .7;
	visibility: visible;
	height: 100%;
	z-index: 5;
}
.overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
	animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
	animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
	animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
	animation-delay: .50s;
}
.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: .55s;
	animation-delay: .55s;
}
.overlay nav {
	position: relative;
	height: 70%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
	background-image: none;
}
.overlay ul li {
	display: block;
	height: calc(100% / 5);
	position: relative;
	opacity: 0;
}
.overlay ul li a {
	padding-bottom: 5px;
	font-size: 1.4em;
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
}
.overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background: #FFF;
	-webkit-transition: .35s;
	transition: .35s;
}
.name_change input[type="text"] {
	display: block;
}
.sub_menu {
	margin-top: 5px;
	padding: 1.5em 16px;
}
.sub_menu li {
	text-indent: -4.2em;
	padding-left: 4em
}
 .name_change br {
    display: none;
  }
.b1c {
	margin: 15px auto;
	padding: 10px;
	width: 90%;
}
.sp_non { display:none;}
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}

@media screen and (min-width:320px) and (max-width:500px) {
body {
	font-size: 1.3em;
}
h2 {
	margin: 40px 0;
}
.inner {
	padding: initial;
}
.text_menu {
	justify-content: center;
}
.sub_menu {
	columns: 1 auto;
}
.text {
	padding: 15px;
}
.b1c {
	margin: 15px auto;
	padding: 10px;
	width: 90%;
}
.sp_non { display:none;}
}
