@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s;
  font-optical-sizing: auto;
  font-style: normal;
  /*
  -webkit-transform: rotate(0.02deg);
  transform: rotate(0.02deg);
  */
}
*:before, *:after {
  pointer-events: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}

.serif {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

sup {
  font-size: 50%;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1223.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1222.2222222222px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .large {
    font-size: 3rem;
  }
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

a {
  color: #ae0079;
}
a.tel {
  pointer-events: none;
  text-decoration: none;
  color: #333333;
}
@media screen and (max-width: 768px) {
  a.tel {
    pointer-events: all;
    text-decoration: underline;
    color: #ae0079;
  }
}

.initbox {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .initbox {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .initbox {
    width: 90%;
  }
  .initbox .initbox2 {
    width: 100%;
  }
}

.initbox2 {
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
.flex.c2 > *:nth-last-child(1), .flex.c2 > *:nth-last-child(2) {
  margin-bottom: 0;
}
.flex.c2max {
  flex-wrap: nowrap;
}
.flex.c2max > * {
  width: 50%;
}
.flex.c3 > * {
  width: 30%;
  margin-bottom: 1rem;
}
.flex.c3 > *:nth-last-child(1), .flex.c3 > *:nth-last-child(2), .flex.c3 > *:nth-last-child(3) {
  margin-bottom: 0;
}
.flex.c4 > * {
  width: 22%;
  margin-bottom: 1rem;
}
.flex.c4 > *:nth-last-child(1), .flex.c4 > *:nth-last-child(2), .flex.c4 > *:nth-last-child(3), .flex.c4 > *:nth-last-child(4) {
  margin-bottom: 0;
}
.flex.c4 > *.wide2 {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .flex.c2.spone > *, .flex.c2max.spone > *, .flex.c3.spone > *, .flex.c4.spone > * {
    width: 100%;
  }
  .flex.c2.spone > * + *, .flex.c2max.spone > * + *, .flex.c3.spone > * + *, .flex.c4.spone > * + * {
    margin-top: 1em;
  }
}

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

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

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

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mbL {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: 4rem;
  }
}

.mbM {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: 2rem;
  }
}

.mbS {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: 0.5rem;
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

h2 {
  font-size: 3.8rem;
  line-height: 1;
}
h2.title {
  letter-spacing: 0.2em;
}
h2.title span {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}

.popupbox label {
  cursor: pointer;
  display: block;
  border: 1px solid #333333;
  padding: 0.25em 0;
  text-align: center;
  border-radius: 100vh;
  overflow: hidden;
}
.popupbox label:hover {
  background: #333333;
  color: white;
}
.popupbox label:has(+ input:checked) {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 4;
  padding: 1em;
  text-indent: -2000em;
  width: 1em;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .popupbox label:has(+ input:checked) {
    top: 5em;
  }
}
.popupbox label:has(+ input:checked)::before {
  font-family: "Material Symbols Outlined";
  content: "\e5cd";
  vertical-align: middle;
  line-height: 1.6;
  font-size: 2rem;
  text-indent: 0;
  line-height: 1.5em;
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}
.popupbox input[type=checkbox] {
  display: none;
}
.popupbox input[type=checkbox] ~ .detail {
  display: none;
}
.popupbox input[type=checkbox]:checked ~ .detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupbox .detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.75);
  display: block;
  z-index: 3;
}
.popupbox .detail_init {
  display: inline-block;
  background: white;
  color: #333333;
  padding: 2em;
  max-width: 80%;
}

.togglebox label {
  cursor: pointer;
  display: block;
  overflow: hidden;
}
.togglebox label::after {
  font-family: "Material Symbols Outlined";
  content: "\e5c5";
  vertical-align: middle;
  line-height: 1.6;
  margin-left: 0.25em;
}
.togglebox label:has(+ input:checked)::after {
  content: "\e5c7";
}
.togglebox input[type=checkbox] {
  display: none;
}
.togglebox input[type=checkbox] ~ .detail {
  display: none;
}
.togglebox input[type=checkbox]:checked ~ .detail {
  display: block;
}

#nav {
  position: fixed;
  top: 1em;
  left: 1em;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
#nav img {
  width: 100px;
}
#nav.isactive {
  opacity: 1;
  pointer-events: all;
}

#header {
  text-align: center;
  background: url(../img/background.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: white;
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #header {
    padding-top: 5em;
    background-position: 60% 0;
  }
}
#header .textbox {
  display: inline-block;
  margin: 0 auto 2em auto;
}
#header .textbox h1 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}
#header .textbox h1::before {
  content: "";
  width: min(12.65625vw, 243px);
  aspect-ratio: 243/229;
  display: block;
  background: url(../img/freeaccess.png) no-repeat 100% 50%;
  background-size: contain;
  margin-bottom: 4rem;
}
#header .textbox h1 img {
  width: min(35.0520833333vw, 470px);
}
@media screen and (max-width: 768px) {
  #header .textbox h1::before {
    width: min(20.8333333333vw, 160px);
  }
  #header .textbox h1 img {
    width: min(52.0833333333vw, 400px);
  }
}
#header .textbox .about {
  margin-top: -4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #header .textbox .about {
    margin-top: 0;
  }
}
#header .textbox .about .s1 {
  font-size: 123.6842105263%;
}
#header .textbox .about .s2 {
  font-size: 184.2105263158%;
}
#header .textbox .about ul li {
  font-size: 2.6rem;
}
#header .textbox .about ul li:has(strong) {
  line-height: 1;
}
#header .textbox .about ul li:has(strong) .s2 {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #header .textbox .about ul li:has(strong) {
    margin-bottom: 0.5em;
  }
  #header .textbox .about ul li:has(strong) .s2 {
    margin-bottom: 0.25em;
  }
}
#header .textbox .about ul li strong {
  font-size: 1.6rem;
  border: 1px solid #ae0079;
  background: white;
  color: #ae0079;
  display: inline-block;
  padding: 0.5rem 1em;
  margin-left: 0.5em;
  transform: translateY(-0.5em);
}
@media screen and (max-width: 768px) {
  #header .textbox .about ul li strong {
    margin: 0.5em 0 0 0;
    display: block;
  }
}
#header .textbox .about ul li small {
  font-size: 1.4rem;
}
#header .textbox .about ul li .for4 {
  width: 4em;
  display: inline-block;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  #header .textbox .about ul li .for4 {
    width: auto;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}
#header .textbox .about ul li:first-child {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #header .textbox .about ul li {
    font-size: 1.8rem;
    line-height: 184.2105263158%;
  }
}
#header .btnbox {
  background: rgba(174, 0, 121, 0.77);
  padding: 3rem;
}
#header .btnbox .btn {
  width: 33.8383838384vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #header .btnbox .btn {
    width: 100%;
  }
}
#header .btnbox .btn li {
  line-height: 1.5;
}
#header .btnbox .btn li a {
  border: 1px solid white;
  color: white;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
}
#header .btnbox .btn li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header .btnbox .btn li + li {
  margin-top: 1em;
}
#header .btnfix {
  position: fixed;
  top: 12.1951219512vh;
  right: 0;
  z-index: 5;
}
#header .btnfix a {
  background: #ae0079;
  border-radius: 1rem 0 0 1rem;
  display: block;
  color: white;
  padding: 1.5em;
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.5);
  text-decoration: none;
  font-size: 2rem;
}
#header .btnfix a:hover {
  background: #ffda01;
  color: #333333;
}
@media screen and (max-width: 768px) {
  #header .btnfix {
    top: -1rem;
    padding-bottom: 0.5em;
  }
  #header .btnfix a {
    font-size: 1.6rem;
  }
}

#about {
  margin-top: -6rem;
  padding: 12rem 0;
}
#about .flex .facebook {
  width: 340px;
}
#about .flex .text {
  width: calc(100% - (340px + 6rem));
  text-align: left;
}
#about .flex .text dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: flex-start;
}
#about .flex .text dl:not(:last-child) {
  margin-bottom: 1em;
}
#about .flex .text dl dt {
  width: 6em;
  text-align: center;
  background: #7d6e44;
  color: white;
  margin-right: 1em;
  padding: 0.25em 0;
}
#about .flex .text dl dd {
  flex: 1;
  padding: 0.25em 0;
}
@media screen and (max-width: 768px) {
  #about .flex {
    flex-wrap: wrap;
  }
  #about .flex .facebook {
    order: 2;
    width: 100%;
  }
  #about .flex .text {
    order: 1;
    width: 100%;
    margin-bottom: 2em;
  }
}

#program {
  background: url(../img/program/bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
#program .initbox2 {
  padding: 8rem 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #program .initbox2 {
    padding: 4rem 0;
    width: 90%;
  }
}
#program .initbox2 h2 {
  text-align: center;
}
#program .initbox2 h3 {
  line-height: 1;
  margin-bottom: 1rem;
}
#program .initbox2 h3 .iconwrap {
  display: flex;
  align-items: center;
}
#program .initbox2 h3 .iconwrap .icon {
  font-size: 2rem;
  padding: 0.4rem 2rem;
  background: #c8161d;
  color: white;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #program .initbox2 h3 .iconwrap {
    font-size: 2rem;
    display: block;
    line-height: 1.5;
    text-align: center;
  }
  #program .initbox2 h3 .iconwrap .icon {
    font-size: 1.6rem;
  }
}
#program .initbox2 h4 {
  font-size: 5rem;
  color: #c8161d;
  line-height: 1;
  margin-bottom: 1rem;
}
#program .initbox2 h4 .smaller {
  font-size: 60%;
  color: #333333;
}
#program .initbox2 h4 + p {
  font-size: 3rem;
  font-weight: 600;
}
#program .initbox2 h4 + p .maincolor {
  color: #ae0079;
}
@media screen and (max-width: 768px) {
  #program .initbox2 h4 {
    font-size: min(10vw, 3.8rem);
    text-align: center;
  }
  #program .initbox2 h4 + p {
    font-size: 2rem;
    text-align: center;
  }
}
#program .initbox2 .flex {
  margin-top: 2.6rem;
  justify-content: center;
}
#program .initbox2 .flex > * {
  padding: 0 3.125vw;
  position: relative;
}
#program .initbox2 .flex > * img {
  width: min(12.7604166667vw, 245px);
}
@media screen and (max-width: 768px) {
  #program .initbox2 .flex > * img {
    width: min(31.9010416667vw, 245px);
  }
}
#program .initbox2 .flex > * .detail {
  position: absolute;
  white-space: nowrap;
  bottom: 0;
  left: min(16.40625vw, 315px);
}
@media screen and (max-width: 768px) {
  #program .initbox2 .flex > * picture.caption {
    position: relative;
    display: block;
  }
  #program .initbox2 .flex > * picture.caption::after {
    content: attr(data-right) "";
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    color: white;
    text-shadow: 0 0 3px rgba(51, 51, 51, 0.5);
    font-size: 1.2rem;
    font-weight: bold;
  }
  #program .initbox2 .flex > * .detail {
    display: none;
  }
}
#program .initbox2 .btn {
  margin-top: 4rem;
}
#program .initbox2 .btn a {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 1em;
  padding: 0.25em;
  background: white;
  color: black;
}
#program .initbox2 .btn a:hover {
  background: #ae0079;
  color: white;
}

#program2 {
  background: rgb(0, 30, 64);
  color: white;
}
#program2 .initbox2 {
  padding: 8rem 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #program2 .initbox2 {
    padding: 4rem 0;
    width: 90%;
  }
}
#program2 .initbox2 h2 {
  text-align: center;
}
#program2 .initbox2 .flex.c4 .wide2 table {
  width: 100%;
}
#program2 .initbox2 .flex.c4 .wide2 table tr {
  border-bottom: 1px dotted white;
}
#program2 .initbox2 .flex.c4 .wide2 table tr th {
  white-space: nowrap;
  vertical-align: bottom;
  padding-bottom: 0.5rem;
}
#program2 .initbox2 .flex.c4 .wide2 table tr td {
  padding: 0 0 0.5rem 1em;
  line-height: 1;
}
#program2 .initbox2 .flex.c4 .wide2 table tr:not(:first-child) th,
#program2 .initbox2 .flex.c4 .wide2 table tr:not(:first-child) td {
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #program2 .initbox2 .flex.c4 > * {
    width: 48%;
    padding-bottom: 1em;
  }
  #program2 .initbox2 .flex.c4 > *.wide2 {
    width: 100%;
    padding-bottom: 0;
  }
  #program2 .initbox2 .flex.c4 > *.wide2 table tr,
  #program2 .initbox2 .flex.c4 > *.wide2 table th,
  #program2 .initbox2 .flex.c4 > *.wide2 table td {
    display: block;
    width: 100%;
  }
}
#program2 .initbox2 a.tel {
  color: white;
}
#program2 .initbox2 a.white {
  color: white;
}
#program2 .initbox2 a.white:hover {
  color: #ae0079;
}
#program2 .initbox2 .btn a {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 1em;
  padding: 0.5em 0;
  background: white;
  color: black;
}
#program2 .initbox2 .btn a:hover {
  background: #ae0079;
  color: white;
}
@media screen and (max-width: 768px) {
  #program2 .initbox2 .btn a {
    width: 100%;
  }
}
#program2 .initbox2 .center {
  text-align: center;
}
#program2 .initbox2 .cautionBox {
  padding: 2em;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  min-width: 50%;
}
#program2 .initbox2 .cautionBox > * h5 {
  font-size: 1.6rem;
}
#program2 .initbox2 .cautionBox > *:nth-child(2) {
  margin: 0 2em;
}
@media screen and (max-width: 768px) {
  #program2 .initbox2 .cautionBox {
    display: block;
    padding: 1em;
  }
}

#event .btn {
  margin-top: 4rem;
}
#event .btn a {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 1em;
  padding: 0.25em;
  background: white;
  color: black;
}
#event .btn a:hover {
  background: #ae0079;
  color: white;
}
#event #event_main {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  #event #event_main {
    padding: 4rem 0;
  }
}
#event #event_main .initbox {
  background: #ae0079;
  text-align: left;
  color: white;
  padding: 2em;
  position: relative;
}
#event #event_main .initbox::before {
  content: "";
  width: min(19.6875vw, 378px);
  display: block;
  aspect-ratio: 378/126;
  background: url(../img/event/image01.png) no-repeat 50% 0;
  background-size: contain;
  position: absolute;
  top: max(-6.5625vw + 4em, -126px + 4em);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #event #event_main .initbox::before {
    width: min(39.0625vw, 300px);
    top: calc(-13.0208333333vw + 2em);
    right: 0;
    left: auto;
    transform: translateX(0);
  }
}
#event #event_main .initbox h6 {
  font-size: 1.6rem;
}
#event #event_main .initbox .flex.c2 {
  align-items: flex-end;
}
#event #event_main .initbox .flex.c2 .detailbox {
  position: relative;
}
#event #event_main .initbox .flex.c2 .detailbox::before {
  content: "";
  width: 60%;
  display: block;
  aspect-ratio: 414/313;
  background: url(../img/event/image02.png) no-repeat 50% 0;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #event #event_main .initbox .flex.c2 .detailbox::before {
    width: 100%;
    margin-bottom: 1em;
  }
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -100%;
  right: 2em;
  background: #ffda01;
  padding: 1em;
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment h3 {
  color: #ae0079;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment h3 .large {
  font-size: 5rem;
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment p {
  color: #333333;
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment p.dedline {
  margin-top: 0.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ae0079;
}
#event #event_main .initbox .flex.c2 .detailbox .recruitment p.dedline .smaller {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #event #event_main .initbox .flex.c2 .detailbox .recruitment {
    position: relative;
    top: auto;
    right: auto;
  }
  #event #event_main .initbox .flex.c2 .detailbox .recruitment p {
    text-align: left;
  }
}
#event #event_main .initbox .btn {
  border-color: white;
}
#event #event_main .initbox .btn a:hover {
  background: #ffda01;
  color: #333333;
}
#event #event_sub {
  padding: 8rem 0;
  background: rgba(229, 0, 79, 0.15);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #event #event_sub {
    padding: 4rem 0;
  }
}
#event #event_sub .flex.c2 > * {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
#event #event_sub .flex.c2 > * > *:last-child {
  margin-top: auto;
}
#event #event_sub .flex.c2 > * h5 {
  background: #ea6173;
  color: white;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  padding: 0.25em 0;
}
#event #event_sub .flex.c2 > * h5 + p.larger {
  font-size: 2rem;
  font-weight: 600;
}
#event #event_sub .flex.c2 > * p {
  margin-bottom: 1rem;
}
#event #event_sub .flex.c2 > * .flex.leftimage picture {
  width: 40%;
  overflow: hidden;
  flex-wrap: nowrap;
}
#event #event_sub .flex.c2 > * .flex.leftimage picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#event #event_sub .flex.c2 > * .flex.leftimage .textbox {
  width: 60%;
  background: white;
  padding: 1em;
}
#event #event_sub .flex.c2 > * .flex.leftimage .textbox strong {
  color: #c8161d;
}
#event #event_sub dl {
  display: flex;
  flex-wrap: nowrap;
}
#event #event_sub dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ae7432;
  color: white;
  white-space: nowrap;
  padding: 0 1em;
}
#event #event_sub dl dd {
  flex: 1;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  #event #event_sub dl {
    flex-wrap: wrap;
  }
  #event #event_sub dl dt {
    width: 100%;
    padding: 0.75em 0;
  }
  #event #event_sub dl dd {
    flex: auto;
    margin: 1em 0 0;
  }
}

#faq {
  background: rgba(255, 249, 221, 0.2);
}
#faq .initbox {
  max-width: 800px;
  padding: 4rem 0;
}
#faq .initbox .faq_init > * {
  text-align: left;
  padding: 1em 0;
  border-bottom: 1px solid #333333;
}
#faq .initbox .faq_init > *:first-child {
  border-top: 1px solid #333333;
}
#faq .initbox .faq_init > * label {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-right: 2em;
}
#faq .initbox .faq_init > * label:after {
  content: "\e313";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#faq .initbox .faq_init > * .detail {
  margin: 1em 0 0 1em;
}
#faq .initbox .faq_init > * .detail ol {
  counter-reset: mynumber 0;
  margin: 0.5em 0 0.5em 2.5em;
}
#faq .initbox .faq_init > * .detail ol li {
  list-style: none;
}
#faq .initbox .faq_init > * .detail ol li:before {
  content: counter(mynumber) "）";
  counter-increment: mynumber 1;
  margin-left: -2em;
}
#faq .initbox .faq_init > * .detail .arrowtable {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
}
#faq .initbox .faq_init > * .detail .arrowtable td.halfindent {
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #faq .initbox .faq_init > * .detail .arrowtable tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 0.5em;
  }
  #faq .initbox .faq_init > * .detail .arrowtable tr td {
    display: inline-block;
  }
  #faq .initbox .faq_init > * .detail .arrowtable tr td:first-child {
    width: 100%;
  }
  #faq .initbox .faq_init > * .detail .arrowtable tr td:nth-child(2) {
    display: none;
  }
  #faq .initbox .faq_init > * .detail .arrowtable tr td:nth-child(3) {
    padding-left: 2em;
    position: relative;
  }
  #faq .initbox .faq_init > * .detail .arrowtable tr td:nth-child(3)::before {
    content: "⇒";
    position: absolute;
    top: 0;
    left: 1em;
  }
}

#contact .initbox {
  padding: 4rem 0;
}
#contact .initbox #contact_telinquiry {
  margin-bottom: 2em;
  justify-content: center;
}
#contact .initbox #contact_telinquiry a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 2.5rem;
  color: white;
  padding: 0.5em 0;
}
#contact .initbox #contact_telinquiry .telbtn {
  display: none;
}
#contact .initbox #contact_telinquiry .telbtn a {
  background: #ae0079;
  pointer-events: none;
}
#contact .initbox #contact_telinquiry .telbtn a:hover {
  background: #333333;
}
#contact .initbox #contact_telinquiry .inquiry a {
  background: #7d6e44;
}
#contact .initbox #contact_telinquiry .inquiry a:hover {
  background: #333333;
}
@media screen and (max-width: 768px) {
  #contact .initbox #contact_telinquiry {
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 5;
  }
  #contact .initbox #contact_telinquiry a {
    font-size: 2rem;
  }
  #contact .initbox #contact_telinquiry .telbtn {
    width: 50%;
    display: block;
  }
  #contact .initbox #contact_telinquiry .telbtn a {
    pointer-events: all;
  }
  #contact .initbox #contact_telinquiry .inquiry {
    width: 50%;
  }
}
#contact .initbox #contact_sns ul {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#contact .initbox #contact_sns ul li {
  width: 2em;
  margin: 0 1em;
}
#contact .initbox #contact_sns ul li a {
  padding: 0;
  font-size: 1rem;
}
#contact .initbox #contact_sns ul li a:hover {
  opacity: 0.5;
}

#footer {
  border-top: 1px solid #333333;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  #footer {
    margin-bottom: 6rem;
  }
}

a.noevents {
  pointer-events: none;
  background: rgba(51, 51, 51, 0.5);
  border: none !important;
}

a.tel {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a.tel {
    pointer-events: all;
  }
}/*# sourceMappingURL=common.css.map */