@charset "UTF-8";
/* 基本色 */ :root {
  --main-color: #5D9AB2;
  --accent-color: #BF6A7A;
  --dark-main-color: #2B5566;
  --text-bright-color: #fff;
  --icon-color: #fff;
  --icon-bk-color: #ddd;
  --gray-color: #ddd;
  --large-width: 980px;
  --middle-width: 800px;
}
/* 基本設定： ページ全体 */
body {
  margin: 0;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 16px;
  display: grid;
  grid-template-rows: auto;
  padding: 0;
}
p, ol, ul {
  margin: 0;
  /*	padding: 0;*/
}
.kst-color{
	    background: linear-gradient(to right, #FF5272 30%, #FF70BF, #4AA2E6);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-decoration: underline;
}
.note-svg {
  margin-top: -5px;
  opacity: .8;
}
.map {
  height: 780px;
}
.map .container {
  max-width: 980px; /*コンテンツをヘッダーに合わせるのではなくヘッダーをコンテンツに合わせる*/
  margin: 0 auto;
}
.map .container iframe {
  border: none;
  width: 100%;
  height: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#chuou, #yokozone, #aoki, #nanpei, #shingou, #kamine, #shiba, #angyou, #tozuka, #hatogaya {
  padding-top: 87px;
}
#jimin, #koumei, #ritsumin, #kyousan, #ishin, #sansei, #mushozoku{
  padding-top: 87px;

}
.mokuji {
  width: min(99%, 980px);
  margin: 0 auto;
}
@media (max-width:599px) {
  .map {
    height: 780px;
  }
  .map .container {
    width: 94%;
  }
  .mokuji .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
  }
}
@media (min-width:1000px) {
	.note-svg {
  margin-top: -11px;
  opacity: .8;
}
  .mokuji .container {
    margin: 0 auto;
  }
  .mokuji-listA-flex {
    display: flex;
    gap: 70px;
    margin: 0 auto;
    width: 980px;
  }
  .mokuji {
    width: 220px;
    height: 600px;
    position: sticky;
    top: 0px;
  }
  .flexright {
    flex: 1; /*超重要：フレックスボックスの片方を幅いっぱいにする*/
  }
  nav li a {
    display: block;
    color: #333333;
    background: #FFFFFF;
    text-decoration: none; /*グレー背景が移動スピード*/
    transition: all 0.1s ease;
  }
  nav li a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
    opacity: 1;
    /*border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;*/
  }
  nav .current a {
    background-color: #f3f3f3;
    font-weight: bold;
  }
}
.emblem {
  width: 16px;
  height: 16px;
  margin-right: 3px;
}
.mokuji li {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
a {
  color: #126EDB;
}
img {
  width: 100%;
  display: block;
  height: auto;
  vertical-align: bottom;
}
/*---------h5コントロール----------*/
/*オーバーレイ*/

.sns-twitter a {
  color: #000000;
}
.page-cover {
  position: fixed;
  inset: 0 100% 0 -100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: all 0.4s ease-out;
  transition-delay: 0.4s; /*未実行⇔実行*/
}
body.open .page-cover {
  inset: 0 50% 0 -50%;
  transition-delay: 0s; /*未実行⇔実行*/
}
.page-cover2 {
  position: fixed;
  inset: 0 -100% 0 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 50;
  transition: all 0.4s ease-out;
  transition-delay: 0.4s; /*未実行⇔実行*/
}
body.open .page-cover2 {
  inset: 0 -50% 0 50%;
  transition-delay: 0s; /*未実行⇔実行*/
}
img.squarebox { /*フェードインは透過でもクリック可のためNG*/
  position: fixed;
  top: 110%;
  left: 37.3%; /*100-width25÷2=37.5*/
  width: 24%; /*（∴left=37.5%）*/
  transition: all 0.4s ease-out;
  border: 3px solid #eee;
  border-radius: 5%;
  filter: blur(0px);
  z-index: 60;
  transition-delay: 0s; /*未実行⇔実行*/
  transform: rotate(180deg);
}
body.open img.squarebox {
  top: 50%;
  transition-delay: 0.4s; /*未実行⇔実行*/
  transform: rotate(0deg);
}
/*img.squarebox{画像スライドイン（下から）のテンプレート
    position: fixed;
    inset: 100% 25% -100%;
    z-index: 60;
    transition: all 0.2s ease-out;
    width: 50%;
    border: 5px solid #eee;
    border-radius: 5%;
    filter: blur(0px)
}
body.open img.squarebox {
   inset: 50% 25% -50%;
}*/
video {
  width: 100%;
  height: auto;
}
.controlh2 {
  max-width: 980px;
  margin: 0 auto;
  background-color: #E9E9E9;
}
.controlh2 h2 {
  font-size: 18px;
  line-height: 1.5em;
  padding: 0 20px;
}
.mokuji h2 {
  background-color: #E9E9E9;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 87px;
	margin-bottom: 20px;
  padding: 0 20px;
}
@media (min-width:1000px) {
  .controlh2 h2 {}
}
/* 基本設定： フォントサイズ */
@media (max-width: 599px) {
  :root {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  :root {
    font-size: 16px;
  }
}
@media (min-width: 800px) {
  :root {
    font-size: 18px;
  }
}
/* ヘッダー */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
/* ヘッダーA: サイト名 */
.headA {
  display: inline-block;
  /*	line-height: 70px;
	padding-left: 20px;
	padding-right: 20px;*/
  background-color: #162C5C;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
.headA {
  padding-top: 23px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}
.headA span {
  padding-top: 2px; /*ルビと文字間の縦スペース*/
  /*text-shadow:1px 1px 1px #00552e,-1px 1px 1px #00552e,1px -1px 1px #00552e,-1px -1px 1px #00552e;*/
}
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 3px;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  letter-spacing: 5px;
}
@media (min-width:768px) {
  header {
    background-color: rgba(255, 255, 255, 0.9);
  }
  /*  .headA {
    padding-top: 28px;
    padding-bottom: 13px;
  }*/
  /*  .headA span {
    padding-top: 3px;
  }*/
}
/* ヘッダーB： ナビゲーションメニュー */
.headB {
  margin-top: -230px; /*＝(ヘッダーオープン時の高さ275px）-（固定の高さ60）=215+ゆとり*/
  transition: margin-top 0.4s ease-out;
  transition-delay: 0s; /*未実行⇔実行*/
}
.headB ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 1) /**/
}
.headB ul li:first-child i {
  color: #1d9bf0;
  opacity: 0.9
}
.headB ul li:nth-child(2) a i {
  color: #1d9bf0;
  opacity: 0.9
}
.headB ul li:nth-child(3) a i {
  color: #fe2c55;
  opacity: 0.9
}
.headB ul li:nth-child(4) a i {
  color: #ff0000;
  opacity: 0.9
}
.headB ul li:nth-child(5) a i {
  color: #FF8C00;
  background: -webkit-linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headB ul li a {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.sns {
  margin: 15px 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: 4px;
  grid-auto-flow: row;
  justify-items: center;
}
.sns a {
  padding: 0;
  display: inline-block;
  text-decoration: none;
  align-self: flex-start;
  color: #515151;
}
.sns a i {}
.fa-instagram-square {
  color: #FF8C00;
  background: -webkit-linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa-square-instagram{
  color: #FF8C00;
  background: -webkit-linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}
.fa-facebook-f{
	color: #3A85FF;
}
.fa-x-twitter{
	color: #0f1419;
}
.fa-youtube{
	color: #ff0000;
}
body.open .headB { /*メニューが上に隠れているのを出現させる*/
  margin-top: 0;
  transition-delay: 0.4s; /*未実行⇔実行*/
}

/*ヘッダーリストアイコン*/
.fa-twitter {
  margin-right: 3px;
  font-weight: normal;
}
.fa-tiktok {
  font-weight: normal;
  margin-right: 3px;color: #fe2c55;
  /* transform: scaleX(-1);*/
}
.fa-youtube {
  margin-right: 3px;
  font-weight: normal;
}
.fa-instagram-square {
  margin-right: 3px;
  font-weight: normal;
}
.headB a {
  display: block;
  padding: 15px;
  color: #2a2a2a;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}
.headB li:not(:last-child) {
  border-bottom: 1px dashed #bbb;
}
.headB a:hover {
  background-color: rgba(0, 0, 0, 0.10);
}
@media (min-width: 768px) {
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 980px; /*コンテンツをヘッダーに合わせるのではなくヘッダーをコンテンツに合わせる*/
    margin-left: auto;
    margin-right: auto;
  }
  .headB {
    margin-top: 0;
  }
  .headB ul {
    display: flex;
    background-color: transparent;
  }
  .headB a {
    padding: 10px;
  }
  .headB li:not(:last-child) {
    border-bottom: none;
  }
}
/* ヘッダーC： トグルボタン */
@media (max-width: 767px) {
  /* 小さい画面用の設定 */
  header .container-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*	background-color: #fff;*/
    background-color: rgba(255, 255, 255, 1.00);
    z-index: 200;
    position: relative /*超重要これがないとz-indexが効かず背景が透過してしまう。*/
  }
  /*	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}*/
  /*-----トグルボタン-----*/
  .headC {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    z-index: 200;
  }
  .headC span {
    position: absolute;
    display: block;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #000000;
    transition: all 0.8s;
    border-radius: 4px;
  }
  .headC span:nth-child(1) {
    top: 5px;
  }
  .headC span:nth-child(2) {
    top: 13px;
  }
  .headC span:nth-child(3) {
    top: 21px;
  }
  .open .headC span {
    background-color: #000000;
  }
  .open .headC span:nth-child(1) {
    transform: translateY(8px) rotate(-135deg); /*横棒の幅（高さ）を変えたらY交差の位置の数値も同時に変える*/
  }
  .open .headC span:nth-child(2) {
    opacity: 0;
  }
  .open .headC span:nth-child(3) {
    transform: translateY(-8px) rotate(135deg);
  }
  body.open .headC {
    z-index: 200;
  }
}
@media (min-width: 768px) {
  /* 大きい画面用の設定 */
  .headC {
    display: none;
  }
  .headB {
    display: block !important;
  }
}
/* コンテンツA： ヒーローイメージ */
.conA {
  display: flex; /*中身一つのcontainerを上下左右中央配置。作学は中身別々三つのh1,p,aを上下左右中央配置*/
  align-items: center;
  justify-content: center; /*コンテナをセンタリング*/
  height: 115vh;
  min-height: 450px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(img/fruits.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  color: var(--text-bright-color);
  filter: brightness(105%)
}
.conA.compact {
  height: 300px;
  min-height: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("img/kawaguchiheader.png");
  background-position: center;
  /*background-attachment: fixed;*/
  background-size: cover;
  margin-top: 67px;
}
.conA .container {
  max-width: 980px;
}
.conA img {
  width: 20%;
}
/*アマゾンリンク*/
.conA.compact i {
  margin-right: 10px;
  vertical-align: middle; /*超重要*/
  color: #FFA724;
}
.conA a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  border: solid 3px #fff;
  border-radius: 6px;
  background-color: #232F3E;
  color: #FFf;
  font-size: 20px;
  text-decoration: none;
}
.conA h1 {
  padding: 20px;
  color: #FFFFFF;
  text-shadow: 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a, 0 0 3px #2a2a2a;
  font-weight: bold;
}
.conA a:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}
@media (min-width: 768px) {
  .conA p {
    font-size: 24px;
  }
  .listA .container {}
}
/* カード一覧A */
.listA h1 {
  text-align: center;
}
.listA .container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 122px);
  grid-row-gap: 10px;
  margin: 0 auto;
  padding: 10px;
}
@media (max-width:999px) {
  #chuou, #yokozone, #aoki, #nanpei, #shingou, #kamine, #shiba, #angyou, #tozuka, #hatogaya {
    padding-top: 67px;
  }
	#jimin, #koumei, #ritsumin, #kyousan, #ishin, #sansei, #mushozoku{
  padding-top: 67px;

}
  .mokuji h2 {
    margin-top: 67px;
	
  }
  .listA .container {
    justify-content: space-between;
  }
	.listA h2 {
margin: 0;
}	
.furigana {
  text-align: center;
  font-size: 12px;
	
}	
	.choumei {
  margin-top: auto;
  margin-bottom: 1em;
text-align: center;
		font-size: 13px;
}
}
@media (min-width:1000px) {
  .listA .container {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0;
  }
	
.listA h2 {
  font-size: 18px;
  margin: 0 0 20px;
}

	.container .item{
		display: grid;
		grid-template-columns: 120px 1fr;
		grid-template-rows: auto auto auto;
		column-gap: 10px;
		}
	.shimei{
		grid-column: 1;
		margin-top: 0;
	}
	.furigana{
		grid-column: 1;
		font-size: 13px;
		  text-align: center;
	}
	.fs-12{
		font-size: 12px;
	}
	.sns{
	  grid-template-columns: repeat(4, 1fr);	
		grid-template-rows: auto auto;
		grid-column: 2;
		grid-row: 1;
	}	
		.choumei{
		grid-column: 2;
		grid-row: 2;
			margin-bottom: 0;
			  margin-bottom: 0;
			  text-align: center;
  font-size: 13px;
	}
  .conA h1 {
    font-size: 39px;
  }
}
@media (max-width:599px) {
  .listA section {
    /*  padding-top: 54px;*/
    width: min(99%, 980px);
    margin: 0 auto;
  }
  .listA .container {
    grid-row-gap: 10px;
    padding: 10px 5px;
    justify-content: space-between;
  }
  .conA h1 {
    font-size: 28px;
  }
}
@media (max-width:375px) {
  .listA .container {
    padding: 2px;
  }
}
.item {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: solid 1px #ddd;
  border: solid 1px var(--gray-color);
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
  /*    border-radius: 15px;
    overflow: hidden;*/
}
.item i {
  font-size: 24px;
}
.listA a:hover {
  opacity: 0.8;
}
.listA .photo {
  min-height: 120px;
  background-position: center;
  background-size: cover;
  filter: brightness(105%)
}
.text p {
  text-align: center;
}

.toumei {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
	font-weight: bold;
}
.jimin{
	color: #A42714;
}
.koumei{
color: #01579B;	
}
.ishin{
	color: #7cb342;
}
.ritsumin{
	color: #0288D1;
}
.kyousan{
	color: #FA5050;
}
.sansei{
color: #F57C00;	
}
.mushozoku{
	color: #000000;
}
.shimei {
  font-size: 15px;
  margin: 10px 0 0;
  text-align: center;
}
.shimei a {
  color: #126EDB;
}

.listA p {
  opacity: 0.8;
}
/* フッター */
footer {
  opacity: 0.7;
  color: #232323;
  border-top: 1px dashed #232323;
  margin-top: 160px;
}
footer .container {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 980px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .footC {
    flex: 0 0 100%;
  }
}
/* フッターC： コピーライト */
.footC {
  font-size: 15px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/*ページ先頭ボタン*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}