@charset "UTF-8";

html {  box-sizing: border-box;
  -ms-overflow-style: scrollbar;}

body{background: linear-gradient(to top, #72ace6, #abc9e2);
background-attachment: fixed
;min-height: 100vh;max-width:1500px; margin: auto 0;
  overflow-x: hidden;
  color: #242424;
  padding: 0;
  font-size: 17px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;}


 /* 横がはみ出さないように */
*,
*::after,
*::before {  box-sizing: border-box;}

 /* 全体設定 */
#all_container{max-width:100%;padding: 0;margin:0 auto;background-color:#fff;min-height: 100vh;}
#container{padding:30px 20px 0 20px;
margin: 20px auto 0 auto }
img {  border: none;  max-width: 100%;  height: auto;  margin: 1.5m 0;  padding: 0;}

/* 1カラム本文 */
#container{
;
 }
.container-in{padding:0 15px}
/* 1カラム本文ここまで */



a {text-decoration: none;}
a:link{color:#006cc7}
a:visited{color:#906ca8}
a:hover{color:#a2c5cb}
ol,ul {  padding: 0;list-style: none;}

.container-in a{border-bottom:3px solid #bfccde;padding-bottom:2px}
.none a{border-style: none;}
p {  line-height: 1.7em;margin: 0.5em 10px 1em 10px;  padding: 0;}

h1{margin:0}
h2{margin: 20px 0 0 0;	padding:10px 0 10px 10px;
	border-bottom: 2px solid #bfccde;border-top: 2px solid #bfccde;
	font-weight: bold;background: url('https://ee.kishikas.com/img/bg_10.jpg') right center / cover #cfe0ea;;line-height: 1em;font-size:100%;text-align:left}
h3{margin: 10px 3px;	padding: 10px 0 5px 20px;
	border-bottom: 2px solid #0342ab;
	font-weight: bold;background: url(https://ee.kishikas.com/img/p_circle001_002.png) no-repeat left 10px;line-height: 1em;font-size:100%}

h4{text-align: center;}

.menu {;display:none}



/* 更新履歴ここまで */
/* novel設定 */
.title{font-weight: bold;margin: 10px 0 0 5px}
.s{border: double #bfccde 5px;
  font-size: 85%;
  padding: 10px;
  margin: 5px 20px 20px 20px}
.novel-navi{text-align:right;border-top: dashed #bfccde 2px;margin: 10px 20px;padding: 0 10px;}
.wavebox{text-align:right;margin-right: 30px;}

/* novel設定ここまで */
/* gallery設定 */
.gallery-center{text-align:center;margin-top:20px; }
.gallery-width{max-width:300px;  height: auto;padding-top:20px;}
.gallery-center a{max-width:300px;  height: 400px}
/* gallery設定ここまで */


/* 画像ポップアップの設定 */
 .lightbox-content {
    width: 95%; /* 画面幅に合わせてコンテンツ幅を調整 */
    max-height: 95vh; /* 縦方向の表示領域も考慮 */
  }
/* 画像ポップアップの設定ここまで */

/* 更新履歴 */
.new {margin:5px 0;
;font-size:95%;padding:5px; border: solid #bfccde 2px; 
 }
.new p{line-height:1.0em}
.new p a{font-weight:bold;}

/* ===============================================
ヘッダーのスタイリング
=============================================== */
.header {
  height: 45px;
  background: url('https://ee.kishikas.com/img/bg_10.jpg');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;margin: 0 auto
}
.header__container {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.header__logo {
 padding-top:5px
}
.header__logo-top {
 padding-top:5px
}
/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 50px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* ===============================================
メニューのスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 45px;
  right: -120%;
  background-color: rgb(184,218,236,0.8);
  color: #fff;
  padding: 50px 0;
  transition: all 0.5s;
}
.nav__lIst a {
  display: block;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  text-transform: lowercase;
  text-decoration: none;
  color: #000;
}
.nav__lIst a:hover {
  color: #0f5474;
  background-color: #fff;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}

/* ===============================================
ハンバーガーボタンのスタイリングここまで
=============================================== */



/* フッター */
footer {
 background: url('https://ee.kishikas.com/img/bg_10.jpg')bottom/cover;
  padding:5px 0;margin:0;}
footer img{text-align: left}
footer p{text-align: right;color:#000}
/* フッターここまで */


@media (min-width: 768px) {
  .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}


/* 横幅の区切り要検証 */
@media (min-width: 768px) and (max-width: 1029px) {
#all_container{max-width: 100%; }
.header {;display:none}
/* メニュー横スクロールメニューここから */
.menu {
  height: 45px;
  background: url('https://ee.kishikas.com/img/bg_10.jpg');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;margin: 0 auto;display:inline-block
}
.header__container-top {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.menu ul {
display: flex;
	justify-content: center;align-items: center;
	margin:0;height:45px;padding:0}
.menu ul li {list-style: none;}
.menu ul li a {text-decoration: none;
	display: flex;
padding: 0 10px;
	font-size: 15px;
    transition: .3s;color:#000;
 padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;}

.menu ul li a:hover { background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */}

.menu ul li img{padding:0}

/* 横スクロールメニューここまで */


}
/* PC用 */
@media (min-width: 1030px) {
#all_container{max-width: 1030px;
.header {;display:none}
.menu{width:1030px}

/* メニュー横スクロールメニューここから */
.menu {
  height: 45px;
  background: url('https://ee.kishikas.com/img/bg_10.jpg');
  position: fixed;
  top: 0;
  left: 0;
  right: 0;margin: 0 auto;display:inline-block
}
.header__container-top {

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}

.menu ul {
display: flex;
	justify-content: center;align-items: center;
	margin:0;height:45px;padding:0}
.menu ul li {list-style: none;}
.menu ul li a {text-decoration: none;
	display: flex;
padding: 0 10px;
	font-size: 15px;
    transition: .3s;color:#000;
 padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;font-weight: bold;}

.menu ul li a:hover { background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */}

.menu ul li img{padding:0}

/* 横スクロールメニューここまで */
}


/* ---------------------- */
	/* ▼カード型リンクの装飾 */
	/* ---------------------- */
	.cardlink {
		display: inline-block;
		width: 100%;
		max-width: 500px;               /* 最大幅 (※横幅を制限したくない場合はこれを削除して下さい) */
		padding: 0 0.25em 0.5em 0;      /* 内側の余白量 */
		font-size: 0.9rem;              /* 文字サイズ */
		text-decoration: none;          /* リンク文字の下線を消す */
		vertical-align: middle;         /* 行内の上下方向では中央配置 */
	}

		/* ------------------------------------- */
		/* リンクカードの装飾(サイズS/L共通部分) */		/* ※後述の「サイズS用の追記」や「サイズL用の追記」と合わせて、1つのカードデザインになります。 */
		/* ------------------------------------- */
		/* カード外枠 */
		.cardlinkbox {
			border: 1px solid #ccc;    /* 枠線 */
			border-radius: 7px;        /* 角丸 */
			background-color: white;   /* 背景色 */
			display: flex;             /* 内部レイアウトのFlexbox化 */
		}
		/* (マウスが載ったとき) */
		.cardlinkbox:hover {
			background-color: #f5fff5; /* 背景色 */
			border-color: #8c8;        /* 枠線色 */
		}
			/* ▽リンクカード内の画像枠 (※読み込まれたog:imageは、この枠に《背景画像として》描画されます) */
			.cardlinkimage {
				background-image: linear-gradient(-30deg, #8a8, #e0f0e0);  /* プレースホルダ的な背景グラデーション(※og:imageの画像指定が読み込まれたら、この値は上書きされます) */
				background-size: cover;             /* 背景画像で枠を埋める */
				background-position: center center; /* 背景画像を中央に寄せる */
				background-repeat: no-repeat;       /* 背景画像を繰り返さない */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardlinktextbox {
				display: flex;          /* Flexbox化 */
				flex-direction: column; /* 子要素を縦方向に並べる */
				padding: 0.5em 1em;     /* 内側の余白量 */
			}
				/* ▽リンクカードのテキスト枠内の3要素共通 */
				.cardlinktitle,
				.cardlinkdescription,
				.cardlinkurl {
					/* ↓表示行数を制限するための準備 (※システム側では文字数は制限せずに「記述されている全文字」をHTMLに出力しますので、表示分量を制限したい場合はCSSで制御する必要があります。) */
					display: -webkit-box;          /* -webkit-line-clampを使うために必要な記述1 ※A */
					-webkit-box-orient: vertical;  /* -webkit-line-clampを使うために必要な記述2 ※A */
					overflow: hidden;              /* 表示量を制限する場合に必須の記述 */
					/* ↓制限の仕様 */
					line-clamp: 1;                 /* 1行だけ見せる (将来的にはこれだけで実現可能かも) */
					-webkit-line-clamp: 1;         /* 1行だけ見せる (今のブラウザにはこちらが必要で、そのためには上記「※A」も必要) */
					text-overflow: ellipsis;       /* 省略記号(三点リーダー) */
				}
				/* リンクタイトル */
				.cardlinktitle {
					padding-bottom: 0.25em;        /* 内側下端の余白量 */
				}
				/* リンク概要文 */
				.cardlinkdescription {
					line-height:1.3;               /* 行の高さ */
					color:#555;                    /* 文字色 */
					line-clamp: 2;                 /* (既存指定の上書き) 最大2行まで見せる */
					-webkit-line-clamp: 2;         /* (既存指定の上書き) 最大2行まで見せる */
				}
				/* リンクドメイン */
				.cardlinkurl {
					color: #999;                   /* 文字色 */
				}

		/* ----------------------------------- */
		/* リンクカードの装飾(サイズS用の追記) */		/* 前述の「サイズS/L共通部分」と合わせて、1つのカードデザインになります。 */
		/* ----------------------------------- */
		.cardsize-S {
			flex-direction: row;                /* 画像とテキストは横に並べる(Flexbox) */
		}
			/* ▽リンクカード内の画像枠 */
			.cardsize-S .cardlinkimage {
				min-width: 100px;           /* 最小の横幅 */
				min-height: 100px;          /* 最小の高さ */
				border-radius: 6px 0 0 6px; /* 左側だけ角丸 */
				flex-shrink: 0;             /* 枠サイズを自動縮小させない */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardsize-S .cardlinktextbox {
				border-left: 1px solid #ccc; /* 左側の枠線 */
				justify-content:center;      /* Flexboxの上下方向での中央寄せ */
			}
				/* ▽リンクカードのテキスト枠内の3要素 */
				.cardsize-S .cardlinktitle { order: 2; }        /* タイトルは、2番目に表示 */
				.cardsize-S .cardlinkdescription { order: 3; }  /* 概要文　は、3番目に表示 */
				.cardsize-S .cardlinkurl { order: 1; }          /* ドメインは、1番上に表示 */

		/* ----------------------------------- */
		/* リンクカードの装飾(サイズL用の追記) */		/* 前述の「サイズS/L共通部分」と合わせて、1つのカードデザインになります。 */
		/* ----------------------------------- */
		.cardsize-L {
			flex-direction: column;             /* 画像とテキストは縦に並べる(Flexbox) */
		}
			/* ▽リンクカード内の画像枠 */
			.cardsize-L .cardlinkimage {
				aspect-ratio: 1.91 / 1;     /* 画像枠の縦横比を指定= (横)1.91：(縦)1 */
				width: 100%;                /* 横幅は枠最大に拡げる */
				height: auto;               /* 高さは自動計算 */
				border-radius: 6px 6px 0 0; /* 上側だけ角丸 */
			}
			/* ▽リンクカード内のテキスト枠 */
			.cardsize-L .cardlinktextbox {
				border-top: 1px solid #ccc; /* 上側の枠線 */
			}
				/* ▽リンクカードのテキスト枠内の3要素 */
				.cardsize-L .cardlinktitle { font-weight: bold; }        /* 太字 */
				.cardsize-L .cardlinkdescription { min-height: 2.5em; }  /* 内容量が少ない場合でも一定の高さを確保 */
				.cardsize-L .cardlinkurl {
					border-top: 1px solid #ddd;  /* 上側の枠線 */
					margin-top:0.5em;            /* 上側の枠線より上の余白量 */
					padding-top:0.5em;           /* 上側の枠線より下の余白量 */
					font-size:0.75rem;           /* 文字サイズ(小さめ) */
				}
