@charset "utf-8";
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.restricted-area-wrapper {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 80px;
  margin-left: 18%;
}

.restricted-area-content1 {
  display: block;
  width: 100%;
}

.restricted-area-content1 img {
  display: block;
  width: 100%;
}

.restricted-area-content2 {
  display: block;
  width: 100%;
}

.restricted-area-content2 img {
  display: block;
  width: 100%;
}

.restricted-area-logo {
  display: block;
  width: 100%;
}

.restricted-area-logo img {
  display: block;
  margin: 0 auto;
}

.restricted-area-logo .txt1 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.restricted-area-logo .txt2 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 200px;
}

.restricted-area-bgimg {
  background-image:
  linear-gradient(rgb(255 255 255 /0.4)),
  url("backimg.jpg");
  background-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  }

.restricted-area-bgimg .txt1 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.restricted-area-bgimg .txt2 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 200px;
}

.restricted-area-content3 {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.restricted-area-content3 .txt1 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.restricted-area-content3 .txt1 span {
  font-size: 28px;
  font-family: "MS PGothic", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.restricted-area-content3 .txt2 {
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #1c1c1c;
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 200px;
  display: inline-block;
}
