
/*------------------pc------------------*/
body {
	font-family: "Hind", "sans-serif";
	 -webkit-text-size-adjust: 100%;
}
#wrapper {
	margin: 20px auto auto;
	display: flex;
	max-width: 1000px;
	flex-direction: column;
 	min-height: 87vh;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	max-width: 1000px;
	z-index: 9999;
	background-color: white;
}
.header_wrap {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
h1 {
	font-size: 13px;
	margin-left: 0px;
	margin-top: 30px;
	letter-spacing: 0.2em;
	font-weight: normal;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
.menu {
	display: list-item;
 	list-style-type: none;
 	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.2em;
	margin-top: 24px;
}
.menu ul {
	text-align: right;
	list-style-type: none;
	line-height: 4em;
}
.gray {
	color: silver;
}
.main {
	/*margin: 0px auto 0px;*/
	max-width: 100%;
}
.block-top {
	margin: 62px auto 0px;
}
.block-top-text {
	margin: 62px auto 0px;
	max-width: 650px;
}
.block {
	margin: 0px auto 0px;
}
.block-text {
	margin: 62px auto 0px;
	max-width: 650px;
}
img {
	max-width: 100%;
 	height: 100%;
	margin: 0px auto 0px;
	transition: .4s;
}
img.index:hover {
	opacity: 0.8;
}
.video {
	width: 100%;
	height: 0%;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	margin-bottom: 9px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
p {
	color: black;
	max-width: 650px;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 80px 0px 30px;
	text-align: left;
	line-height: 20px;
}
p.title {
	margin: 100px 0px 10px;
	text-align: right;
	max-width: 1000px;
}
p.news {
	margin: 100px 0px 10px;
	max-width: 646px;
	font-size: 12px;
}
dl{
	color: black;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin: 50px 0px 0px;
	text-align: left;
	line-height: 25px;
}
dt{
 	float: left;
}
dd{
 	margin-left: 50px;
}
dt.news{
 	float: left;
}
dd.news{
 	margin-left: 170px;
}
hr {
	margin: 20px 0px 20px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: black;
}
footer {
	margin: auto auto 30px;
 	max-width: 1200px;
}
footer p {
	text-align: center;
	max-width: 1200px;
	font-size: 10px;
	letter-spacing: 0.2em;
	margin: 20px 20px 0px;
}
/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 84px;
  width: 25px;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
  margin-top: -2px;
  margin-right: 0px;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 1px;
  width: 25px;
  border-radius: 3px;
  background: black;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.menu {
  height: 110%;
  position: fixed;
  top: -30px;
  left: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fafafa;
  transition: .5s;
  padding-right: 100%;
  padding-left: -100px;
}
.menu ul {
	line-height: 6em;
	margin-top: 8px;
	text-align: left;
	padding-inline-start:30px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .menu {
 	left:  60%;/* メニューを画面に入れる */
}

/*------------------pc1020------------------*/
@media screen and (max-width: /*767*/1020px) {

header {
	max-width: 1017px;
}
/* ハンバーガーアイコンの設置スペース */
.drawer-open {
	padding-right: 17px;
}
}

/*------------------sp------------------*/
@media screen and (max-width: /*450*/600px) {

footer p {
	font-size: 8px;
	margin: 20px 0px 0px;
}
.drawer-open {
	margin-right: 0px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .menu {
  left: 45%;/* メニューを画面に入れる */
}
}