@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) closedlooprecycleforum2025 All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  closedlooprecycleforum2025

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

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

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

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

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

picture {
  display: block;
}
picture img {
  display: block;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: ryo-gothic-plusn, sans-serif;
}

.en {
  font-family: avenir-next-lt-pro, sans-serif;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.5 ryo-gothic-plusn, sans-serif;
  color: #023C6F;
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.add_ttl {
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.7;
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

h3.ti {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  h3.ti {
    margin-bottom: 30px;
  }
}
h3.ti .en {
  color: #00ff00;
  font-size: 3rem;
  position: relative;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  h3.ti .en {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 540px) {
  h3.ti .en {
    line-height: 1.2;
  }
}
h3.ti .en:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00ff00;
}
h3.ti .block {
  display: block;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  h3.ti .block {
    font-size: 1.25rem;
  }
}

.btn {
  display: block;
  background-color: #39b54a;
  padding: 10px 20px;
  border-radius: 25px;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 2);
}
.btn:hover {
  transform: scale(1.05);
}

ul.list_guest {
  max-width: 1110px;
  margin: 0 auto;
  overflow: hidden;
}
ul.list_guest li {
  float: left;
  margin: 0 5% 80px 0;
  font-weight: bold;
  width: 47.5%;
  max-width: 540px;
}
ul.list_guest li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  ul.list_guest li {
    max-width: inherit;
    float: inherit;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 0.875rem;
  }
}
ul.list_guest li .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  ul.list_guest li .flex {
    align-items: center;
  }
}
@media screen and (max-width: 540px) {
  ul.list_guest li .flex {
    display: inherit;
  }
}
ul.list_guest li .flex .img_box {
  width: 40%;
  margin-right: 4%;
}
@media screen and (max-width: 960px) {
  ul.list_guest li .flex .img_box {
    width: 30%;
  }
}
@media screen and (max-width: 540px) {
  ul.list_guest li .flex .img_box {
    width: 130px;
    margin: 0 auto 20px;
  }
}
ul.list_guest li .flex .flex_txt_box {
  width: 56%;
}
@media screen and (max-width: 960px) {
  ul.list_guest li .flex .flex_txt_box {
    width: 66%;
  }
}
@media screen and (max-width: 540px) {
  ul.list_guest li .flex .flex_txt_box {
    width: 100%;
  }
}
ul.list_guest li .flex .flex_txt_box .txt {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  ul.list_guest li .flex .flex_txt_box .txt {
    font-size: 1.125rem;
  }
}
ul.list_guest li .flex .flex_txt_box .name {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  ul.list_guest li .flex .flex_txt_box .name {
    font-size: 1.25rem;
  }
}
ul.list_guest li .flex .flex_txt_box .disc {
  color: #39b54a;
  font-size: 0.75rem;
  font-weight: 500;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(3.3vw, 50px);
  --headerHeight: 75px;
  --sectionWrap: 10em;
  --minWidth: 1px;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 2.66vw;
    --headerHeight: 80px;
    --sectionWrap: 3.75em;
    --minWidth: 1px;
  }
}
label {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  counter-reset: number-flow 0 number-promise 0;
}

#container_wrap {
  position: relative;
  min-width: var(--minWidth);
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

section {
  padding: 0 5%;
}

.inner1 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.inner2 {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.inner3 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

header {
  opacity: 0;
  transition: 0.5s;
  position: fixed;
  background: #023C6F;
  padding: 15px;
  max-width: 880px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 15px;
  z-index: 100;
}
header.show {
  opacity: 1;
}
@media screen and (max-width: 540px) {
  header {
    top: 10px;
    padding: 15px 2.5%;
  }
}
header .header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header #header_left {
  width: 265px;
}
@media screen and (max-width: 540px) {
  header #header_left {
    width: 150px;
  }
}
header #gnavi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  font-size: 0.75rem;
}
header #gnavi ul li a:link {
  color: #fff;
}
@media screen and (max-width: 960px) {
  header {
    width: 95%;
  }
}

.button-area {
  display: inline;
  position: fixed;
  right: 5%;
  top: 35px;
  z-index: 160;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 540px) {
  .button-area {
    top: 20px;
  }
}
.button-area .panel-btn {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.button-area .panel-btn .panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.2s;
}
.button-area .panel-btn .panel-btn-icon:before, .button-area .panel-btn .panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.button-area .panel-btn .panel-btn-icon:before {
  margin-top: -10px;
}
.button-area .panel-btn .panel-btn-icon:after {
  margin-top: 10px;
}
.button-area .panel-btn .close {
  background: transparent;
}
.button-area .panel-btn .close:before, .button-area .panel-btn .close:after {
  margin-top: 0;
}
.button-area .panel-btn .close:before {
  transform: rotate(-45deg);
}
.button-area .panel-btn .close:after {
  transform: rotate(-135deg);
}

#nav_wrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  background: #023C6F;
  text-align: center;
}
#nav_wrap.active {
  z-index: 150;
  opacity: 1;
  visibility: visible;
}
#nav_wrap ul li {
  margin-bottom: 20px;
}
#nav_wrap ul li a:link, #nav_wrap ul li a:visited {
  color: #fff;
}

footer {
  width: 100%;
  max-width: 810px;
  margin: 0 auto 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer {
    width: 90%;
  }
}
footer #footer {
  border-top: 2px solid #023C6F;
  border-bottom: 2px solid #023C6F;
  padding: 35px 0 15px;
  margin-bottom: 40px;
}
footer table {
  margin: 0 auto;
  font-size: 1.56rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
  footer table {
    font-size: 0.75rem;
  }
}
footer table th {
  padding: 0 0.5em 20px 0;
  vertical-align: top;
  text-align: left;
}
footer table td {
  padding: 0 0 20px 0;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 960px) {
  footer {
    margin-bottom: 35px;
  }
}
footer p {
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 960px) {
  footer p {
    font-size: 0.75rem;
  }
}
footer p a:hover {
  color: #66ff33;
}

.top_firstview {
  position: relative;
  margin-bottom: 125px;
  opacity: 0;
  transition: 0.5s;
}
.top_firstview.show {
  opacity: 1;
}
.top_firstview.show h2 {
  opacity: 1;
  transition-duration: 1.2s;
  transition-delay: 0.8s;
  transition-timing-function: ease;
}
@media screen and (max-width: 960px) {
  .top_firstview {
    margin-bottom: 60px;
  }
}
.top_firstview .splide__slide {
  height: 650px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .top_firstview .splide__slide {
    height: 400px;
  }
}
.top_firstview .splide__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.top_firstview .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 9s;
}
.top_firstview .splide__slide.is-active img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.top_firstview h2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 2.75rem;
  font-weight: bold;
  color: #fff;
  z-index: 50;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5%;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .top_firstview h2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 960px) {
  h3 img {
    max-width: inherit !important;
    width: 80% !important;
    margin: 0 auto;
    display: block;
  }
}

.txt_box {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .txt_box {
    text-align: center;
  }
}
.txt_box .date {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .txt_box .date {
    font-size: 2rem;
  }
}
.txt_box .date span {
  font-size: 2.25rem;
  padding-left: 5px;
}
@media screen and (max-width: 960px) {
  .txt_box .date span {
    font-size: 1.75rem;
  }
}
.txt_box .name {
  font-size: 2.25rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .txt_box .name {
    font-size: 1.75rem;
  }
}
.txt_box .addr {
  font-weight: bold;
  margin-bottom: 30px;
}
.txt_box .f20 {
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .txt_box .f20 {
    text-align: left;
  }
}
.txt_box ul.list_guest li {
  margin: 0 0 35px;
  width: 49%;
}
@media screen and (max-width: 960px) {
  .txt_box ul.list_guest li {
    float: left;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .txt_box ul.list_guest li {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 25px;
    float: inherit;
  }
}
.txt_box ul.list_guest li .flex {
  align-items: center;
}
@media screen and (max-width: 540px) {
  .txt_box ul.list_guest li .flex {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 540px) {
  .txt_box ul.list_guest li .flex .img_box {
    width: 30%;
    margin: 0 4% 0 0;
  }
}
@media screen and (max-width: 540px) {
  .txt_box ul.list_guest li .flex .flex_txt_box {
    width: 66%;
  }
}
.txt_box ul.list_guest li .flex .name {
  font-size: 1.25rem;
}

.f20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 960px) {
  .f20 {
    font-size: 1.125rem;
  }
}

.bold {
  font-weight: bold;
}

#outline {
  padding: 65px 5% 90px;
  margin-top: 55px;
  color: #fff;
  background: url(../images/bg_outline.jpg) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  #outline {
    padding: 55px 5% 50px;
  }
}
#outline .table_outline {
  width: 100%;
}
@media screen and (max-width: 540px) {
  #outline .table_outline tr:nth-child(3) .bold, #outline .table_outline tr:nth-child(4) .bold {
    display: block;
  }
}
#outline .table_outline th {
  font-weight: 500;
  vertical-align: top;
  text-align: right;
  width: 4em;
  padding-right: 1em;
  padding-bottom: 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 960px) {
  #outline .table_outline th {
    font-size: 1.125rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  #outline .table_outline th {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }
}
#outline .table_outline th.pt10 {
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  #outline .table_outline th.pt10 {
    padding-top: 5px;
  }
}
#outline .table_outline td {
  vertical-align: top;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #outline .table_outline td {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  #outline .table_outline td {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
}
#outline .table_outline td .en {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  #outline .table_outline td .en {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  #outline .table_outline td .en {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  #outline .table_outline td .en:last-child {
    margin-top: 10px;
  }
}
#outline .table_outline td .en .week {
  font-size: 1.75rem;
  padding: 0 15px 0 10px;
  min-width: 85px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #outline .table_outline td .en .week {
    font-size: 1.5rem;
  }
}
#outline .table_outline td .name {
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #outline .table_outline td .name {
    font-size: 1.5rem;
  }
}
#outline .table_outline td .price {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #outline .table_outline td .price {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  #outline .table_outline td .price {
    display: block;
  }
}
#outline .table_outline td .space {
  margin: 5px 0 10px;
}
#outline .table_outline td .list_txt {
  font-weight: bold;
  line-height: 2;
}
#outline .table_outline td .m10 {
  margin-bottom: 10px;
}
#outline .purpose_box {
  max-width: 840px;
  text-align: center;
  margin: 20px auto 90px;
  padding: 160px 0 150px;
  background: url(../images/bg_outline2.svg) no-repeat center/100% auto;
}
@media screen and (max-width: 960px) {
  #outline .purpose_box {
    background: url(../images/bg_outline2.svg) no-repeat center/90% auto;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #outline .purpose_box {
    background: url(../images/bg_outline2.svg) no-repeat center/350px auto;
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 360px) {
  #outline .purpose_box {
    background: url(../images/bg_outline2.svg) no-repeat center/100% auto;
  }
}
#outline .purpose_box h4.ti {
  color: #00ff00;
  font-size: 1.5rem;
  margin-bottom: 45px;
}
#outline .purpose_box h5.ti {
  font-weight: bold;
  font-size: 2.375rem;
}
@media screen and (max-width: 960px) {
  #outline .purpose_box h5.ti {
    font-size: 2rem;
  }
}
#outline .purpose_box .f20 {
  margin-bottom: 45px;
}
@media screen and (max-width: 960px) {
  #outline .purpose_box .f20 {
    margin-bottom: 25px;
  }
}
#outline .center {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #outline .center {
    margin-top: 30px;
  }
}
#outline .center .btn {
  max-width: 280px;
  margin: 0 auto;
}

@media screen and (max-width: 430px) {
  #slider2 img {
    width: 150px;
  }
}

#guest {
  padding: 90px 5% 40px;
}
@media screen and (max-width: 960px) {
  #guest {
    padding: 60px 5% 40px;
  }
}
#guest h3.ti .block {
  color: #023C6F;
}

#timetable {
  padding: 90px 5% 150px;
  background: url(../images/bg_timetable.jpg) no-repeat center/cover;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #timetable {
    padding: 60px 5% 70px;
  }
}
#timetable .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #timetable .flex {
    display: block;
  }
}
#timetable .flex div {
  padding: 20px 30px;
  width: 48%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #timetable .flex div:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  #timetable .flex div {
    padding: 20px 5%;
    width: 100%;
  }
}
#timetable .flex div:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 133, 188, 0.67);
  mix-blend-mode: multiply;
  content: "";
  top: 0;
  left: 0;
}
#timetable .flex div .day {
  font-size: 1.5rem;
  color: #00ff00;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
#timetable .flex div .date {
  font-size: 2.25rem;
  color: #00ff00;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
#timetable .flex div .date span {
  font-size: 1.75rem;
  padding-left: 10px;
}
#timetable .flex div .table_time {
  width: 100%;
  position: relative;
}
#timetable .flex div .table_time th {
  font-family: avenir-next-lt-pro, sans-serif;
  font-weight: 700;
  padding-right: 20px;
  width: 30%;
  padding-bottom: 25px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 540px) {
  #timetable .flex div .table_time th {
    padding: 0;
    width: 100%;
    display: block;
  }
}
#timetable .flex div .table_time td {
  padding-bottom: 25px;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 540px) {
  #timetable .flex div .table_time td {
    padding-bottom: 15px;
    width: 100%;
    display: block;
  }
}
#timetable .flex div .table_time td .name {
  font-size: 1.25rem;
  font-weight: bold;
}
#timetable .flex div .table_time td .disc {
  font-size: 0.75rem;
  color: #39b54a;
}

#access {
  padding: 95px 5% 85px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #access {
    padding: 60px 5% 60px;
    font-size: 0.875rem;
  }
}
#access h3.ti .block {
  color: #023C6F;
}
#access .name {
  font-weight: 900;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  #access .name {
    font-size: 1.25rem;
  }
}
#access iframe {
  width: 100%;
  margin-top: 15px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 20px;
}
#access .m10 {
  margin-bottom: 10px;
}
#access a:hover {
  color: #66ff33;
}

#popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#popup.js-active {
  z-index: 160;
  opacity: 1;
  visibility: visible;
}
#popup.js-active .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#popup.js-active .popup_wrap {
  overflow-y: scroll;
  height: 80vh;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 50px 5%;
}
#popup.js-active .popup_wrap .close {
  position: sticky;
  transform: translate(0, -100%);
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
}
#popup.js-active .popup_wrap .close:before, #popup.js-active .popup_wrap .close:after {
  content: "";
  display: block;
  width: 56%;
  height: 2px;
  background-color: #000;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
}
#popup.js-active .popup_wrap .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#popup.js-active .popup_wrap .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#popup.js-active .popup_wrap .inner_popup {
  max-width: 800px;
  margin: -30px auto 0;
}

.target {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease-in;
}
.target.show {
  opacity: 1;
  transform: translateY(0);
}

.error404 .content_404 {
  padding: 3.125rem 5.9%;
}
@media screen and (max-width: 767px) {
  .error404 .content_404 {
    padding: 2.25rem 5%;
  }
}
.error404 .content_404__text {
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 2;
}
.error404 .content_404 .btn_cmn_01 {
  margin: 1.5rem auto 0;
}/*# sourceMappingURL=layout.css.map */