@charset "utf-8";

#contents {
	flex: 1;
	padding: 10%;	/*コンテンツ内の余白*/	
}

.header {
	background: #fff;
	/* display: flex; */
	top: 0;
	height: 0px;
	padding: 10px;
	position: fixed;
	width: 100%;
	align-items: center;
}

h1 {
	margin: 0; padding: 0;
	font-size: 20px;
 }

 a {	
	text-decoration: none;
	color: #4b4b4b;
 }

 ul {
	list-style: none;
	margin: 0;
	/* display: flex; */
	padding: 0;
}

li {
	width: 330px;
	background-color: #fff;
	margin: 5px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
 }

 .naviLi {
	width: 330px;
	background-color: #fff;
	margin: 5px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
 }
 
.grid {
	display: grid;
	margin: 125px 0 0;
	gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.gridActress {
	display: grid;
	margin: 100px 0 0;
	gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.item {
	border-radius: 10px;
	background: #edf;
	padding: 10px;
	text-align: center;
}

.gridActress img {
	max-width: 80%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}


.itemButton {
	width: 100%;
	margin: 0px 0 0;
  }

h6 {
	margin: 0 0 0;
}

/* モーダルCSS */
.modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
  .modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
	border-color: transparent;
	border: transparent;
    }
  
  .modalWrapper {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-color: rgba(0,0,0,0.4);
	border-color: transparent;
	border: transparent;
  }
  
  .modalContents {
	width: 100%;
	height: 100%;
	border-color: transparent;
	border: transparent;
  }
  
  .closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
  }

  /* 以下ボタンスタイル */
  button {
	padding: 5px;
	background-color: #f7f3f3;
	border: 1px solid rgb(167, 92, 243);
	border-radius: 20px;
	cursor: pointer;
  }

  .buttonItem {
	padding: 5px;
	background-color: #f7f3f3;
	border: 0px solid rgb(167, 92, 243);
	border-radius: 0px;
	cursor: pointer;
  }

  button:active{
    background: rgb(167, 92, 243);
    color: #FFF;
}

  #openModal {
	/* position: absolute; */
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
  }


  .pageArea {
	margin-top: 20px;
	top: 50px ;
	height: 40px;
	width: 50%;
	display: flex;
	justify-content: center;
  }

  .pageChild {
	margin: 0 auto;
  }

  .aPage {
	text-decoration: underline;
	color: #8a1a1a;
 }




 .naviLi a {	
	color: #000000;
 }

 .gnavi__wrap {
    width: 600px;
    margin: 0 auto;
}
.gnavi__lists {
    display: flex;
}
.gnavi__list {
	width: 330px;
    background-color: #fff;
    position: relative;
    transition: all .3s;
}
.gnavi__list:hover {
    background-color: #fff;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.gnavi__list:hover::before {
    background-color: #0071BB;
}
.gnavi__list a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    transition: all .3s;
}

/* .gnavi__list:hover a {
    color: #fff;
} */

.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}

.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
	width: 110px;
    background-color: #fff;
    transition: all .3s;
    position: relative;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 110px;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #fff;
}
.dropdown__list a {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* color: #fff; */
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.footer a {	
	text-decoration: underline;
	color: #0000EE;
 }

 .tableWrapper {
	font-family: Consolas, Menlo, 'Liberation Mono',
	Courier, monospace;
	line-height: 1.7;
	border: solid 1px;
	padding:0.5em;
	font-size:100%;
	font-weight:800;
	height: 50px;
	background-color:beige;
	/*margin-top:1em;*/
	margin-bottom:1em;
	color:black;
	word-wrap:break-word;/*-----確実に改行させる----------*/
	/*margin-left:5%;
	margin-right:5%;*/
	/*padding-top:-2em;*/
	
}  



  .slider_cont {
	margin: 30px auto 0;
	max-width: 300px;
	width: 100%;
  }
  img {
	height: auto;
	width: 100%;
  }
  .thumbnail .slick-track {
	transform: unset !important;
  }
  .thumbnail-img {
	opacity: 0.3;
	transition: opacity .3s linear;
	width: calc(100% / 3) !important;
  }
  .thumbnail .slick-current {
	opacity: 1;
  }
