@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 15px;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", Roboto, Arial, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  height: 100%;
  color: #3b4043;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
figcaption,
dl,
dd,
article,
aside,
canvas,
details,
embed,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  padding-left: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 0.5rem;
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

img,
picture,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  padding: 0;
  border: none;
  background-color: transparent;
  appearance: none;
}

:focus {
  outline: 2px solid #0070c3;
  outline-offset: 2px;
}

a {
  cursor: pointer;
}
a:hover {
  color: #0070c3;
}

a[href^="tel:"] {
  cursor: default;
}

section {
  clear: both;
}

#wrapper {
  position: relative;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.inner_s {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.inner_l {
  width: 100%;
  margin: 0 auto;
}

.inner_flex {
  display: flex;
}

.col_2 {
  width: 50%;
}

.halfpic_l_txt {
  float: left;
  width: 42%;
  padding-top: 20px;
}

.halfpic_r_wrap {
  float: right;
  width: calc(50% - 10px);
  margin-bottom: 60px;
}
.halfpic_r_wrap img {
  display: block;
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/poppins-v22-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto-v47-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto-v47-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/roboto-v47-latin-700.woff2") format("woff2");
}
.flex {
  display: flex;
}

.m-0 {
  margin: 0 auto;
}

.mt-60 {
  margin-top: 60px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-05 {
  margin-top: 5px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-05 {
  margin-bottom: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-10 {
  margin-left: 10px;
}

.no-pad {
  padding: 0 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-b {
  font-weight: 500;
}

.text-bb {
  font-weight: 600;
}

.clearfix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.pc-none {
  display: none;
}
.effect-fade {
  transition: all 0.8s ease 0.4s;
  transform: translate(0, 40px);
  opacity: 0;
}

.effect-fade.effect-scroll {
  transform: translate(0, 0);
  opacity: 1;
}

#header {
  line-height: 1;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#header .header_container {
  position: relative;
  height: 160px;
  padding: 0;
}
#header a {
  font-size: 16.8px;
  font-size: 1.05rem;
  font-weight: 400;
  text-decoration: none;
  color: #3b4043;
}
#header .logo {
  position: absolute;
  top: 73px;
  left: 20px;
  width: 226px;
  height: auto;
}
#header .header_link {
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(100% - 286px);
  padding: 0 20px 20px 0;
  border-bottom: 1px solid #cdd6dd;
}
#header .header_link ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_link .header_link_btn {
  display: flex;
  align-items: center;
  height: 60px;
  margin-left: 10px;
  padding: 10px 20px;
  transition: 0.2s;
  border: 1px solid #cdd6dd;
}
#header .header_link .header_link_btn:hover {
  color: #fff;
  border-color: #0070c3;
  background: #0070c3;
}
#header .header_link .header_link_btn span {
  font-size: 36.8px;
  font-size: 2.3rem;
  margin-right: 10px;
}
#header .header_link .header_link_tel {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 30px;
  font-size: 2rem;
  gap: 5px;
}
#header .header_link .header_link_tel img {
  width: 32px;
}
#header #gnav {
  font-weight: 400;
  position: absolute;
  top: 120px;
  right: 20px;
}
#header #gnav .gnav_links {
  display: flex;
  text-align: center;
}
#header #gnav li {
  display: block;
  margin-right: 20px;
  padding-right: 20px;
  list-style: outside none none;
  border-right: 1px solid #cdd6dd;
}
#header #gnav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#header #gnav li a {
  position: relative;
  letter-spacing: 1px;
}
#header #gnav li a::before, #header #gnav li a::after {
  position: absolute;
  transition: 0.3s;
}
#header #gnav li a::before {
  bottom: -10px;
  display: block;
  width: 0;
  height: 3px;
  content: "";
  background-color: #0070c3;
}
#header #gnav li a::after {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  padding: 0.5em 0;
  content: attr(data-hover);
  white-space: nowrap;
  color: #fff;
}
#header #gnav li a:hover:before {
  width: 100%;
  opacity: 1;
}
#header #gnav li a:hover:after {
  max-width: 100%;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#header.fixed .header_container {
  z-index: 10;
  height: 60px;
  border-bottom: 1px solid #cdd6dd;
  background: #fff;
}
#header.fixed .logo {
  top: 20px;
  width: 180px;
  height: auto;
}
#header.fixed .header_link {
  position: absolute;
  top: 8px;
  right: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#header.fixed .header_link .header_link_btn {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 5px;
}
#header.fixed .header_link .header_link_tel {
  display: none;
}
#header.fixed #gnav {
  position: absolute;
  top: 22px;
  right: 360px;
}
#header,
#header .header_container,
#header .logo,
#header .header_link,
#header .header_link ul li,
#header .header_link ul li a,
#gnav ul li,
#gnav ul li a {
  transition: 0.3s;
}

.humberger-icon {
  position: absolute;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 38px;
  margin: 10px;
  cursor: pointer;
  transition: 0.5s;
}
.humberger-icon span {
  position: absolute;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 3px;
  transition: 0.5s;
  border-radius: 3px;
  background-color: #0070c3;
}
.humberger-icon span:nth-of-type(1) {
  top: 0;
}
.humberger-icon span:nth-of-type(2) {
  top: 18px;
}
.humberger-icon span:nth-of-type(3) {
  bottom: 0;
}
.humberger-icon.active span:nth-of-type(1) {
  transform: translateY(18px) rotate(-315deg);
}
.humberger-icon.active span:nth-of-type(2) {
  opacity: 0;
}
.humberger-icon.active span:nth-of-type(3) {
  transform: translateY(-18px) rotate(315deg);
}

#navArea {
  position: relative;
}
#navArea a {
  font-size: 15px;
  font-size: 1rem;
}
#navArea .menubar {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: 0;
  display: none;
  overflow-y: scroll;
  width: 100%;
  height: calc(100vh - 60px);
  margin: 0;
  padding: 20px;
  background: white;
}
#navArea .menubar .main_link_btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#navArea .menubar .main_link_btn li {
  width: 48%;
  height: 55px;
  border: 1px solid #cdd6dd;
}
#navArea .menubar .main_link_btn li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  color: #0070c3;
}
#navArea .menubar .main_link_btn li a .icon-900783,
#navArea .menubar .main_link_btn li a .icon-3014227 {
  font-size: 41.6px;
  font-size: 2.6rem;
  color: #3b4043;
}
#navArea .menubar .occupy_btn,
#navArea .menubar .main_link_btn {
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
#navArea .menubar .occupy_btn a {
  display: flex;
  padding: 10px;
  color: white;
  background-color: #fa971e;
  gap: 10px;
}
#navArea .menubar .occupy_btn a .icon-845998 {
  font-size: 38.4px;
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 10px;
}
#navArea .menubar .occupy_btn a p {
  line-height: 1.5;
  display: inline-block;
  font-size: 15px;
  font-size: 1rem;
}
#navArea .menubar .occupy_btn a p .txt_lead {
  display: block;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
#navArea .menubar .gnav_links li {
  position: relative;
  border-bottom: 1px solid #cdd6dd;
}
#navArea .menubar .gnav_links li a {
  display: block;
  padding: 20px 40px;
}
#navArea .menubar .gnav_links li:last-child {
  border-bottom: none;
}
#navArea .menubar .gnav_links li:before {
  position: absolute;
  top: 0;
  bottom: -0.2em;
  left: 10px;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 0.2em solid #0070c3;
  border-right: 0.2em solid #0070c3;
}

.fix_btn {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.fix_btn a {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 20px 25px;
  transition: 0.3s;
  text-decoration: none;
  color: #fff;
  background-color: #fa971e;
  writing-mode: vertical-rl;
  gap: 10px;
}
.fix_btn a img {
  display: inline-block;
  width: 28px;
}
.fix_btn a:hover {
  background-color: #f98b06;
}

#footer {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 20px;
}
#footer .footer_nav li {
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
  border-right: solid 1px #cdd6dd;
}
#footer .footer_nav li:last-child {
  padding-right: 0;
  border-right: none;
}
#footer .footer_nav a {
  text-decoration: none;
  color: #707f89;
}
#footer .footer_nav a:hover {
  text-decoration: underline;
  color: #0070c3;
}
#footer #footerCopy {
  font-size: 0.8rem;
  clear: both;
  color: #707f89;
}

#page-top {
  font-size: 77%;
  position: fixed;
  z-index: 8;
  right: 20px;
  bottom: 20px;
}
#page-top a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 30px 0;
  transition: 0.3s;
  text-align: center;
  text-decoration: none;
  color: #707f89;
  border: 1px solid #707f89;
}
#page-top a:hover, #page-top a:focus {
  opacity: 0.7;
  background: #fff;
}
#page-top p {
  position: relative;
  bottom: -30px;
}
#page-top .arrow-up {
  position: absolute;
  display: block;
  margin-left: 50px;
  color: #3b4043;
  background-color: currentColor;
}
#page-top .arrow-up:before {
  position: absolute;
  top: 3px;
  left: -10px;
  width: 21px;
  height: 21px;
  content: "";
  transform: rotate(-45deg);
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
}

.pagepath_inner {
  font-size: 0.9rem;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 20px;
  white-space: nowrap;
}
.pagepath_inner li {
  display: inline-block;
}
.pagepath_inner li.pagepath_link {
  position: relative;
}
.pagepath_inner li.pagepath_link:after {
  margin: auto;
  padding: 0 10px;
  content: "/";
}

.main_ttl .en,
#page_ttl_main .en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.inner_ttl {
  padding: 20px 20px 60px 120px;
}
.inner_ttl.picup_wrap {
  padding-left: 20px;
}

.sub_ttl {
  margin-top: -230px;
  padding-top: 230px;
}
.sub_ttl h1 {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 40px;
  border-bottom: solid 3px #cdd6dd;
}
.sub_ttl h1:before {
  position: absolute;
  bottom: -3px;
  display: block;
  width: 10%;
  content: " ";
  border-bottom: solid 3px #0070c3;
}

.main_ttl {
  position: relative;
  padding: 60px 0;
  text-align: center;
}
.main_ttl:before, .main_ttl:after {
  position: absolute;
  z-index: -1;
  display: block;
}
.main_ttl:before {
  bottom: -150px;
  left: 100px;
  width: 1px;
  height: 300px;
  content: "";
  background-color: #cdd6dd;
}
.main_ttl:after {
  bottom: 40px;
  left: 50px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #cdd6dd;
}
.main_ttl .en {
  font-size: 0.9rem;
  display: block;
}
.main_ttl .lead {
  font-size: 2.4rem;
  font-weight: 500;
  color: #0070c3;
}
#page_ttl_main .page_ttl,
#page_ttl_main .page_ttl_2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#page_ttl_main .page_ttl {
  font-size: 48px;
  font-size: 3rem;
}
#page_ttl_main .page_ttl .lead {
  font-size: 16px;
  font-size: 1rem;
}
#page_ttl_main .page_ttl_2 .lead {
  font-weight: 500;
  font-size: 40px;
  font-size: 2.6666666667rem;
}
#page_ttl_main .page_ttl_2 .en {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
}

.btn_wrap_col2 {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.btn_wrap_col2 li {
  width: calc(50% - 10px);
}
.btn_wrap_c40 {
  display: block;
  width: 40%;
  margin: 20px auto 0;
}
.btn_wrap_r {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0;
}
.btn_wrap_c {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.btn_blue,
[class^=btn_blue_r],
.btn_gray,
.btn_white, .btn_square {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  display: block;
  min-width: 200px;
  padding: 12px 40px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
}
.btn_blue:hover,
[class^=btn_blue_r]:hover,
.btn_gray:hover,
.btn_white:hover, .btn_square:hover {
  color: #fff;
}
.btn_blue:hover .arrow:after,
[class^=btn_blue_r]:hover .arrow:after,
.btn_gray:hover .arrow:after,
.btn_white:hover .arrow:after, .btn_square:hover .arrow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.btn_blue .arrow:after,
[class^=btn_blue_r] .arrow:after,
.btn_gray .arrow:after,
.btn_white .arrow:after, .btn_square .arrow:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
}

.btn_square {
  display: flex;
  justify-content: center;
  padding: 12px;
  color: #707f89;
  border: 1px solid #707f89;
}
.btn_square .arrow:after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #707f89;
  border-right: 2px solid #707f89;
}
.btn_square:hover {
  background-color: #0070c3;
}
.btn_square:hover .arrow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_width200 {
  width: 200px;
}

.btn_width400 {
  width: 400px;
}

.btn_blue {
  color: #0070c3;
  border: 1px solid #0070c3;
}
.btn_blue .arrow:after {
  border-top: 2px solid #0070c3;
  border-right: 2px solid #0070c3;
}
.btn_blue:hover {
  background-color: #0070c3;
}

[class^=btn_blue_r] {
  color: #fff;
  border: 1px solid #0070c3;
  background-color: #0070c3;
}
[class^=btn_blue_r] .arrow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
[class^=btn_blue_r]:hover {
  color: #0070c3;
  background-color: #fff;
}
[class^=btn_blue_r]:hover .arrow:after {
  border-top: 2px solid #0070c3;
  border-right: 2px solid #0070c3;
}

.btn_blue_r_back .arrow:after {
  right: auto;
  left: 20px;
  transform: rotate(-135deg);
}

.btn_gray {
  color: #707f89;
  border: 1px solid #707f89;
}
.btn_gray .arrow:after {
  border-top: 2px solid #707f89;
  border-right: 2px solid #707f89;
}
.btn_gray:hover {
  background-color: #707f89;
}

.btn_white {
  color: #3b4043;
  border: 1px solid #fff;
  background: #fff;
}
.btn_white .arrow:after {
  border-top: 2px solid #707f89;
  border-right: 2px solid #707f89;
}
.btn_white:hover {
  color: #fff;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
}

[class^=btn_event_] {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 300px;
  padding: 15px 20px;
  color: #fff;
  gap: 10px;
  font-size: 18px;
  font-size: 1.2rem;
}
[class^=btn_event_]:hover {
  color: #fff;
}
[class^=btn_event_] .arrow:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_event_a {
  background-color: #707f89;
}
.btn_event_a:hover {
  background-color: #59656d;
}

.btn_event_b {
  background-color: #8f82bc;
}
.btn_event_b:hover {
  background-color: #7161aa;
}

.ico_pdf:before {
  font-family: "icomoon" !important;
  display: inline-block;
  margin-right: 10px;
  content: "\eadf";
  color: inherit;
}

[class^=label-],
[class$=-ico] {
  font-size: 0.8rem;
  line-height: 22px;
  margin-right: 10px;
  white-space: nowrap;
}

[class$=-ico] {
  display: inline;
  padding: 1px 6px;
  border: 1px solid;
}
[class$=-ico] span {
  position: relative;
  margin-right: 5px;
}

.visitor-ico {
  color: #0070c3;
  border-color: #0070c3;
}
.visitor-ico span {
  font-size: 1.1rem;
  top: 2px;
}

.organizar-ico {
  color: #56a9c8;
  border-color: #56a9c8;
}
.organizar-ico span {
  font-size: 1.3rem;
  top: 3px;
}

.important-ico {
  color: #fff;
  background: #c8101a;
}

[class^=label-] {
  display: inline-block;
  width: 3em;
  text-align: center;
}

.label-notice,
.label-close,
.label-data {
  color: #fff;
}

.label-notice {
  background-color: #fa971e;
}

.label-close {
  background-color: #707f89;
}

.label-data {
  background-color: #0070c3;
}

.event_info .event_title [class^=label-] {
  font-weight: 500;
  line-height: 30px;
  width: 4em;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.event_data .label-data {
  font-size: 1rem;
  width: 4em;
}

.pagination_wrapper {
  width: 100%;
  margin: 0 auto;
}
.pagination_wrapper .pagination .element-invisible {
  display: none;
}
.pagination_wrapper .pagination .pager {
  text-align: center;
}
.pagination_wrapper .pagination .pager li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  background: #f0f3f5;
}
.pagination_wrapper .pagination .pager li.pager__item--ellipsis {
  width: auto;
  height: auto;
  background: transparent;
}
.pagination_wrapper .pagination .pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #3b4043;
}
.pagination_wrapper .pagination .pager li a:hover {
  color: #fff;
  background: #0070c3;
}
.pagination_wrapper .pagination .pager li a span {
  display: table-cell;
  vertical-align: middle;
}
.pagination_wrapper .pagination .pager li.is-active a {
  color: #fff;
  background: #0070c3;
}
.pagination_wrapper .pagination .pager li.is-active a:hover {
  color: #3b4043;
  background: #f0f3f5;
}

.event_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
#block-sumida-content .event_wrap {
  justify-content: flex-start;
  margin-bottom: 60px;
}
.event_wrap .card {
  flex-basis: calc((100% - 80px) / 3);
}
.event_wrap .card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.event_wrap .card figure {
  overflow: hidden;
  margin-bottom: 10px;
  border: solid 1px #f0f3f5;
}
.event_wrap .card figure img {
  width: 100%;
  transition: 0.3s;
  aspect-ratio: 80/50;
  object-fit: cover;
  object-position: 0 0;
}
.event_wrap .card .data {
  flex-grow: 1;
}
.event_wrap .card .date {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
}
.event_wrap .card .event_title {
  display: flex;
  margin-bottom: 10px;
}
.event_wrap .card .event_title h3 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.2rem;
}
.event_wrap .card .description {
  font-size: 1rem;
  line-height: 1.7;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  max-height: 3.4rem;
  -webkit-line-clamp: 2;
}
.event_wrap .card .link {
  position: relative;
  margin-top: 10px;
  padding-right: 12px;
  text-align: right;
  color: #0070c3;
}
.event_wrap .card .link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #0070c3;
  border-right: 2px solid #0070c3;
}

.notice {
  padding: 20px;
  border: 1px solid #c8101a;
  background: #fff1f1;
}
.notice h2,
.notice h3 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  color: #c8101a;
}
.notice h2:before,
.notice h3:before {
  font-family: "icomoon";
  font-size: 1.6rem;
  position: relative;
  top: 2px;
  padding-right: 10px;
  content: "\e900";
}
.notice li {
  padding: 20px 0;
  border-bottom: 1px solid #cdd6dd;
}
.notice li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.notice li .notice-date {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: 10%;
  padding: 0 20px;
}
.notice li .notice-txt {
  display: inline-block;
  padding: 0 20px;
}
.notice li a {
  text-decoration: none;
}

.header_back_1,
.header_back_2,
.header_back_3,
.header_back_4,
.header_back_5,
.header_back_6,
.header_back_7,
.header_back_8 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 245px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header_back_1 {
  background-image: url("../../images/header_back_1.jpg");
}

.header_back_2 {
  background-image: url("../../images/header_back_2.jpg");
}

.header_back_3 {
  background-image: url("../../images/header_back_3.jpg");
}

.header_back_4 {
  background-image: url("../../images/header_back_4.jpg");
}

.header_back_5 {
  background-image: url("../../images/header_back_5.jpg");
}

.header_back_6 {
  background-image: url("../../images/header_back_6.jpg");
}

.header_back_7 {
  background-image: url("../../images/header_back_7.jpg");
}

.header_back_8 {
  background-image: url("../../images/header_back_8_2025.jpg");
}

.matterport_btn .btn_gray {
  font-size: 1.4rem;
  font-weight: bold;
  width: 50%;
  margin: 0 auto;
  border: 4px solid #a1c3e8;
  border-radius: 40px;
}
.matterport_btn .btn_gray .arrow::before {
  position: absolute;
  left: 40px;
  display: inline-block;
  width: 2em;
  height: 2em;
  content: "";
  color: #333;
  background-image: url("../../images/svg/vr.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.matterport_btn .btn_gray:hover {
  color: #fff;
  background-color: #a1c3e8;
}
.matterport_btn .btn_gray:hover .arrow::before {
  background-image: url("../../images/svg/vr_hover.svg");
}

.page404 .page_404__ttl {
  font-size: 192px;
  font-size: 12rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #0070c3;
}
.page404 .page_404__title_en {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  color: #0070c3;
}

.event_closed {
  margin: 20px 0 40px;
  padding: 20px;
  text-align: center;
  color: #c8101a;
  border: 1px solid #c8101a;
}

.event_contents.inner_s {
  padding-top: 20px;
}
.event_contents figure {
  border: solid 1px #f0f3f5;
}
.event_contents .date {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.2rem;
}
.event_contents .event_title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cdd6dd;
}
.event_contents .event_title h3 {
  font-weight: 500;
  line-height: 1.4;
  font-size: 36px;
  font-size: 2.4rem;
}
.event_contents .event_2col {
  display: flex;
  justify-content: space-between;
}
.event_contents .event_2col figure {
  flex-basis: 65%;
}
.event_contents .event_2col .data {
  flex-basis: 32%;
}
.event_contents .event_1col figure,
.event_contents .event_1col .data {
  max-width: 900px;
  margin: 0 auto;
}
.event_contents .event_1col figure {
  margin-bottom: 2em;
}
.event_contents .data {
  margin: 0;
  padding: 0;
  list-style: none;
}
.event_contents .data_item {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
.event_contents .data_item:last-child {
  margin-bottom: 0;
}
.event_contents .data_content {
  font-size: 1rem;
  line-height: 1.5;
}

.event_text {
  line-height: 1.75;
  margin: 2em auto;
}

.facilities_ttl {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #0070c3;
}

.facility_inner_ttl {
  padding: 0 120px;
}

#about_area .facility_wrap {
  display: flex;
  width: 100%;
}
#about_area .facility_wrap .halfpic_r_wrap,
#about_area .facility_wrap .halfpic_l_wrap {
  width: 50%;
  margin-bottom: 0;
}
#about_area .facility_wrap .halfpic_r_wrap img,
#about_area .facility_wrap .halfpic_l_wrap img {
  display: block;
}
#about_area .facility_wrap .halftxt_contents {
  align-self: center;
  width: 50%;
  padding: 0 40px 0 120px;
}
.address_name {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.google-maps {
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 25%;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access_tab {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
}
.access_tab .tab_item {
  font-size: 1rem;
  line-height: 50px;
  display: block;
  float: left;
  width: calc(50% - 10px);
  height: 50px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
  color: #707f89;
  border: 1px solid #0070c3;
  background-color: #fff;
}
.access_tab .tab_item:hover {
  opacity: 0.75;
}
.access_tab .tab_item:nth-of-type(2) {
  margin-right: 0;
}
.access_tab .tab_item span {
  font-size: 2rem;
  position: relative;
  top: 6px;
  margin-right: 20px;
}
.access_tab .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 40px 40px 0;
}
.access_tab input[name=tab_item] {
  display: none;
}
.access_tab #train:checked ~ #train_content,
.access_tab #car:checked ~ #car_content {
  display: block;
}
.access_tab input:checked + .tab_item {
  color: #fff;
  background-color: #0070c3;
}

.tab_content_detail {
  display: flex;
  margin-top: 20px;
}
.tab_content_detail li {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 20px;
  border: 1px solid #cdd6dd;
}
.tab_content_detail li:nth-of-type(2) {
  margin-right: 0;
}
.tab_content_detail li h2 {
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding: 0 10px;
  border-left: solid 5px #0070c3;
}

.park_info_box {
  margin-top: 40px;
  padding: 40px;
  background: #f0f3f5;
}
.park_info_box h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #0070c3;
}
.park_info_box .park_btn_wrap {
  display: flex;
}
.park_info_box .park_btn_wrap li {
  position: relative;
  display: block;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #0070c3;
  background: #fff;
}
.park_info_box .park_btn_wrap li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #0070c3;
}
.park_info_box .park_btn_wrap li:nth-of-type(2) {
  margin-right: 0;
}
.park_info_box .park_btn_wrap li .arrow:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: -2px;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-top: 2px solid #707f89;
  border-right: 2px solid #707f89;
}
.park_info_box .park_btn_wrap li:hover {
  transition: 0.5s;
  background: #0070c3;
}
.park_info_box .park_btn_wrap li:hover a {
  color: #fff;
}
.park_info_box .park_btn_wrap li:hover .arrow:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.news_contents .sticky-enabled {
  width: 100%;
  border: 1px solid #cdd6dd;
}
.news_contents .sticky-enabled th {
  width: 33.333%;
  text-align: center;
  color: #fff;
  background: #707f89;
}
.news_contents .sticky-enabled th,
.news_contents .sticky-enabled td {
  padding: 10px;
  border: 1px solid #cdd6dd;
}
.news_contents .sticky-enabled_btm {
  width: 100%;
  border: 1px solid #cdd6dd;
}
.news_contents .sticky-enabled_btm th {
  width: 30%;
  text-align: center;
  vertical-align: middle;
  background: #f0f3f5;
}
.news_contents .sticky-enabled_btm th,
.news_contents .sticky-enabled_btm td {
  padding: 10px;
  border: 1px solid #cdd6dd;
}
.news_contents em {
  color: #c8101a;
}
.news_contents strong {
  font-weight: bold !important;
}
.news_contents cite {
  font-style: italic;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px 10px 35px;
  color: #3b4043;
}
.news_contents cite:before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
  content: "“";
  color: #cfcfcf;
}
.news_contents blockquote {
  font-style: italic;
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px 10px 35px;
  color: #3b4043;
  background: #efefef;
}
.news_contents blockquote:before {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 5px;
  display: inline-block;
  content: "“";
  color: #cfcfcf;
}
.news_contents blockquote p {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0;
}
.news_contents blockquote cite {
  font-size: 0.9em;
  display: block;
  text-align: right;
  color: #cdd6dd;
}
.news_contents code {
  display: block;
  padding: 1em;
}
.news_contents ul {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: disc;
}
.news_contents ol {
  margin: 1em 0;
  padding-left: 20px;
  list-style-type: decimal;
}
.news_contents dl dt {
  font-weight: bold;
}
.news_contents dl dd {
  text-indent: 2em;
}
@media (min-width: 992px) {
  body {
    margin: 0;
  }
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
  a[href^="tel:"].tel {
    color: #3b4043;
  }
}
@media (max-width: 767px) {
  body {
    margin: 0;
  }
  .inner_s {
    width: 100%;
    padding: 0 20px 20px;
  }
  .inner_flex {
    display: block;
  }
  .col_2 {
    width: 100%;
  }
  .halfpic_l_txt {
    float: none;
    width: 100%;
  }
  .halfpic_r_wrap {
    float: none;
    width: 100%;
  }
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  #header .header_container {
    height: 60px;
  }
  #header .logo {
    top: 20px;
    width: 180px;
    height: auto;
  }
  #footer .footer_nav li {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: 0;
    padding-right: 10px;
  }
  #footer #footerCopy {
    font-size: 0.6rem;
  }
  #page-top {
    right: 0;
    bottom: 0;
  }
  #page-top a {
    width: 80px;
    height: 80px;
    padding: 10px 0;
  }
  #page-top p {
    bottom: -40px;
  }
  #page-top .arrow-up {
    margin-top: 5px;
    margin-left: 40px;
  }
  .pagepath_inner {
    font-size: 11px;
    font-size: 0.7333333333rem;
  }
  .pagepath_inner li.pagepath_link:after {
    padding: 0 8px;
  }
  .inner_ttl {
    padding: 20px;
  }
  .sub_ttl {
    margin-top: 0;
    padding-top: 0;
  }
  .sub_ttl h1 {
    font-size: 1.2rem;
  }
  .main_ttl {
    padding: 20px 0 30px;
  }
  .main_ttl:before {
    top: 10px;
    bottom: 0;
    left: 20px;
    height: auto;
  }
  .main_ttl:after {
    right: 20px;
    bottom: 20px;
    left: 0;
  }
  .main_ttl .en {
    font-size: 12px;
    font-size: 0.8rem;
  }
  .main_ttl .lead {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
  #page_ttl_main {
    height: 180px;
  }
  #page_ttl_main .page_ttl {
    font-size: 2rem;
  }
  #page_ttl_main .page_ttl .lead {
    font-size: 0.8rem;
  }
  #page_ttl_main .page_ttl_2 .lead {
    font-size: 28px;
    font-size: 1.8666666667rem;
  }
  #page_ttl_main .page_ttl_2 .en {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .btn_wrap_c40 {
    width: 100%;
  }
  .btn_blue,
  [class^=btn_blue_r],
  .btn_gray,
  .btn_white, .btn_square {
    padding: 10px;
  }
  .btn_blue .arrow:after,
  [class^=btn_blue_r] .arrow:after,
  .btn_gray .arrow:after,
  .btn_white .arrow:after, .btn_square .arrow:after {
    right: 15px;
    width: 0.6em;
    height: 0.6em;
  }
  .btn_width200 {
    width: 50%;
  }
  .btn_width400 {
    width: 100%;
  }
  .btn_blue,
  [class^=btn_blue_r],
  .btn_gray,
  .btn_white {
    min-width: 240px;
  }
  .btn_blue_r_back .arrow:after {
    right: auto;
  }
  [class^=btn_event_] .arrow:after {
    right: 15px;
    width: 0.6em;
    height: 0.6em;
  }
  .event_wrap .card {
    flex-basis: 100%;
  }
  .event_wrap .card .event_title h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .event_wrap .card .link {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
  .event_wrap .card .link:after {
    width: 0.6em;
    height: 0.6em;
  }
  .notice {
    padding: 16px;
  }
  .notice h2,
  .notice h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .notice h2:before,
  .notice h3:before {
    font-size: 1.4rem;
    padding-right: 8px;
  }
  .notice li {
    padding: 16px 0;
  }
  .notice li .notice-date {
    display: block;
    padding: 0;
  }
  .notice li .notice-txt {
    padding: 0;
  }
  .header_back_1,
  .header_back_2,
  .header_back_3,
  .header_back_4,
  .header_back_5,
  .header_back_6,
  .header_back_7,
  .header_back_8 {
    height: 180px;
  }
  .matterport_btn .btn_gray {
    width: 100%;
  }
  .matterport_btn .btn_gray .arrow::before {
    left: 20px;
  }
  .event_closed {
    margin: 0 0 30px;
    padding: 10px;
  }
  .event_contents .date {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .event_contents .event_title {
    margin-bottom: 20px;
    padding-bottom: 1em;
  }
  .event_contents .event_title h3 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
  .event_contents .event_2col {
    flex-direction: column;
  }
  .event_contents .event_2col figure {
    flex-basis: 100%;
  }
  .event_contents .event_2col .data {
    flex-basis: 100%;
    margin-top: 2em;
  }
  .event_contents .data_item {
    margin-bottom: 0.8em;
  }
  .event_text {
    margin-bottom: 0;
  }
  .facilities_ttl {
    padding: 20px;
  }
  #about_area .facility_wrap {
    display: block;
  }
  #about_area .facility_wrap .halfpic_r_wrap,
  #about_area .facility_wrap .halfpic_l_wrap {
    width: 100%;
  }
  #about_area .facility_wrap .halftxt_contents {
    width: 100%;
    padding: 20px;
  }
  .google-maps {
    padding-bottom: 50%;
  }
  .access_tab .tab_item span {
    font-size: 1.2rem;
    top: 2px;
    margin-right: 8px;
  }
  .access_tab .tab_content {
    padding: 0;
  }
  .tab_content_detail {
    display: block;
  }
  .tab_content_detail li {
    width: 100%;
    margin-bottom: 20px;
  }
  .park_info_box {
    padding: 20px;
  }
  .park_info_box h2 {
    font-size: 1rem;
  }
  .park_info_box .park_btn_wrap {
    display: block;
  }
  .park_info_box .park_btn_wrap li {
    width: 100%;
    margin-bottom: 20px;
  }
  .news_contents .sticky-enabled {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .news_contents .sticky-enabled_btm {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media (any-hover: hover) {
  a {
    transition: 0.2s;
  }
}
@media (hover: none) {
  a:hover {
    color: inherit;
    background-color: inherit;
  }
}
@media (min-width: 768px) {
  .inner_s {
    width: 100%;
    padding: 0 20px 20px;
  }
}
@media (min-width: 1450px) {
  .inner_ttl {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .main_ttl:before {
    left: 20px;
  }
  #about_area .facility_wrap .halftxt_contents {
    padding: 20px;
  }
}
@media (max-width: 1370px) {
  .main_ttl:after {
    left: 0;
  }
}
@media (min-width: 767px) {
  .event_wrap .card a:hover figure img {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=style.css.map */
