@charset "UTF-8";
html {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
body.is-lock {
  position: fixed;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li, p, header, section, footer, article, main, th, i {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.heading.heading-typeA {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
}
.heading.heading-typeA.heading-typeA-small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeA.heading-typeA-small {
    font-size: 16px;
  }
}
.heading.heading-typeB {
  font-size: 20px;
  font-weight: bold;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeB {
    font-size: 16px;
    padding-left: 15px;
  }
}
.heading.heading-typeB:before {
  content: "";
  display: block;
  width: 18px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  background: #eb1700;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeB:before {
    width: 10px;
    height: 4px;
    top: 9px;
  }
}
.heading.heading-typeC {
  font-size: 18px;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeC {
    padding-left: 25px;
  }
}
.heading.heading-typeC:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
  background: #000;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeC:before {
    width: 20px;
  }
}
.heading.heading-typeD {
  background: #eb2f00;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .heading.heading-typeD {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
  }
}
.heading.heading-typeD-black {
  background: #000;
}
.heading .heading_link {
  display: block;
}

.text.text-bold {
  font-weight: bold;
}
.text.text-lh {
  line-height: 1.8;
}
.text.text-red {
  color: #eb1700;
}
.text.text-yellow {
  color: #f6b900;
}
.text.text-orange {
  color: #eb7d00;
}
.text.text-small {
  font-size: 12px;
}
.text.text-mid {
  font-size: 16px;
}
.text.text-large {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .text.text-normal-sp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .text.text-small-sp {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .text.text-xsmall-sp {
    font-size: 10px;
  }
}
.text.text-center {
  text-align: center;
}
.text.text-right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .text.text-center-sp {
    text-align: center;
  }
}
.text.text-required {
  color: #eb1700;
  font-weight: bold;
  font-size: 12px;
}
.text.text-border-red {
  display: inline-block;
  border: 1px solid #dc0000;
  line-height: 1;
  padding: 5px;
}
.text.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.text .text_breakBlock {
  display: inline-block;
}
.text .text-underline {
  text-decoration: underline;
}

.img.img-maxW100 {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .img.img-maxW100-sp {
    max-width: 100%;
  }
}
.img.img-middle {
  vertical-align: middle;
}
.img-full {
  width: 100%;
}

.button {
  display: block;
  cursor: pointer;
}
.button.button-typeA {
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #262626;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .button.button-typeA {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .button.button-typeA {
    font-size: 12px;
  }
}
.button.button-typeA:hover {
  opacity: 0.85;
}
.button.button-typeB {
  display: inline-block;
  background: #0076c8;
  color: #fff;
  box-sizing: border-box;
  font-weight: bold;
  width: 160px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .button.button-typeB {
    width: 100%;
  }
}
.button.button-typeB:hover {
  opacity: 0.85;
}

.menuButton {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 3;
}
.menuButton .menuButton_line {
  display: block;
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 5px;
  transition: all 0.4s;
}
.menuButton .menuButton_line.menuButton_line-top {
  top: 8px;
}
.menuButton .menuButton_line.menuButton_line-center {
  top: 14px;
}
.menuButton .menuButton_line.menuButton_line-buttom {
  top: 20px;
}
.menuButton.is-on .menuButton_line-top {
  top: 14px;
  transform: rotate(135deg);
}
.menuButton.is-on .menuButton_line-center {
  transform: scaleX(0);
}
.menuButton.is-on .menuButton_line-buttom {
  top: 14px;
  transform: rotate(225deg);
}
@media screen and (max-width: 767px) {
  .menuButton {
    display: block;
  }
}

.table {
  border-collapse: collapse;
}
.table.table-typeA {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table.table-typeA {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_row {
    display: block;
  }
  .table.table-typeA .table_row:not(:last-child) {
    margin-bottom: 10px;
  }
}
.table.table-typeA .table_row .table_cell:first-child {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_row .table_cell:first-child {
    width: auto;
  }
}
.table.table-typeA .table_row .table_cell:nth-child(3) {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_row .table_cell:nth-child(3) {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_row:has(+ .table_row .table_cell[colspan="2"]) {
    margin-bottom: 0;
  }
}
.table.table-typeA .table_cell {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_cell {
    display: block;
    padding: 5px;
  }
  .table.table-typeA .table_cell:not(:first-child), .table.table-typeA .table_cell[colspan="2"] {
    border-top: 0;
  }
}
.table.table-typeA .table_cell.table_cell-heading {
  background: #f9f9f9;
}
.table.table-typeA .table_heading {
  display: block;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_heading {
    display: inline-block;
  }
}
.table.table-typeA .table_heading.table_heading-large {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_heading.table_heading-large {
    font-size: 16px;
    margin-right: 1ex;
  }
}
@media screen and (max-width: 767px) {
  .table.table-typeA .table_heading.table_heading-small:not(:last-child) {
    margin-right: 1ex;
  }
}
.table.table-typeB {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table.table-typeB .table_thead .table_cell {
  text-align: center;
  font-weight: bold;
}
.table.table-typeB.table-tamaSchedule {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .table.table-typeB.table-tsukushinoSchedule .table_row .table_cell:nth-child(2), .table.table-typeB.table-tsukushinoSchedule .table_row .table_cell:nth-child(n+4) {
    display: none;
  }
}
.table.table-typeB .table_cell {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table.table-typeB .table_cell {
    font-size: 12px;
  }
}
.table.table-typeB .table_cell.table_cell-close {
  background: #f9f9f9;
}
.table.table-typeC {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table.table-typeC .table_thead .table_cell {
  text-align: center;
  font-weight: bold;
  background: #f9f9f9;
}
.table.table-typeC .table_tbody .table_cell {
  text-align: left;
  vertical-align: top;
  height: 60px;
}
.table.table-typeC .table_cell {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .table.table-typeC .table_cell {
    font-size: 12px;
  }
}
.table.table-typeD {
  width: auto;
}
.table.table-typeD > tbody > tr > th {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 1ex;
}
.table.table-typeD > tbody > tr > td {
  width: 100%;
}
.table.table-typeD > tbody > tr > th, .table.table-typeD > tbody > tr > td {
  vertical-align: top;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .table.table-typeD > tbody > tr > th, .table.table-typeD > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.table.table-typeD > tbody > tr + tr > th, .table.table-typeD > tbody > tr + tr > td {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .table.table-typeD > tbody > tr + tr > th, .table.table-typeD > tbody > tr + tr > td {
    border-top: none;
  }
}
.table.table-calendar {
  width: 100%;
  table-layout: fixed;
}
.table.table-calendar > tbody > tr > th, .table.table-calendar > tbody > tr > td {
  border: 1px solid #cccccc;
  padding: .5em;
}
.table.table-calendar > tbody > tr > th {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  background: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .table.table-calendar > tbody > tr > th {
    display: none;
  }
}
.table.table-calendar > tbody > tr > td {
  text-align: left;
  vertical-align: top;
  line-height: 1.4;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .table.table-calendar > tbody > tr > td {
    display: flex;
    margin-top: -1px;
  }
  .table.table-calendar > tbody > tr > td:empty {
    display: none;
  }
  .table.table-calendar > tbody > tr > td:nth-child(1) > strong:after {
    content: "（日）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(2) > strong:after {
    content: "（月）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(3) > strong:after {
    content: "（火）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(4) > strong:after {
    content: "（水）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(5) > strong:after {
    content: "（木）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(6) > strong:after {
    content: "（金）";
  }
  .table.table-calendar > tbody > tr > td:nth-child(7) > strong:after {
    content: "（土）";
  }
}
.table.table-calendar > tbody > tr > td > strong {
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .table.table-calendar > tbody > tr > td > strong {
    width: 5em;
    font-size: 1em;
  }
}
.table-schedule {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .table-schedule {
    width: 768px;
  }
}
.table-schedule > thead > tr > th {
  border: 1px solid #cccccc;
  padding: .5em;
  font-weight: bold;
  background: #f9f9f9;
}
.table-schedule > thead > tr > th:first-child {
  width: 4em;
}
.table-schedule > tbody {
  line-height: 1.6;
}
.table-schedule > tbody > tr > th, .table-schedule > tbody > tr > td {
  padding: .5em;
  border: 1px solid #cccccc;
  background: #fff;
}
.table-schedule > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  text-align: center;
}
.table-wrap {
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .table-wrap:before {
    content: "→スクロールできます。";
    display: block;
    margin-bottom: .5em;
  }
}

.form {
  font-size: 16px;
}
.form.form-input {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.form.form-textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 190px;
  line-height: 1.5;
}

.errorBg {
  background: #FFCECF;
}

.errorText {
  margin-top: 5px;
  color: #eb1700;
  font-weight: bold;
}

.icon {
  display: inline-block;
}
.icon.icon-arrowDownWhite:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 10px;
  background: url(../img/arrow_down_white.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .icon.icon-arrowDownWhite:after {
    height: 7px;
  }
}
.icon.icon-monthly:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_monthly.svg) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon.icon-ticket:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_ticket.svg) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon.icon-premium:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_premium.svg) no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon.icon-workshop:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_workshop.svg") no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon.icon-fluid:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_fluid.svg") no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon.icon-close:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/icon_close.svg") no-repeat;
  vertical-align: middle;
  margin-top: -4px;
}
.icon-facebook {
  width: 26px;
  height: 26px;
}

.nav .nav_fb {
  color: #fff;
  font-size: 24px;
  margin-top: 10px;
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 767px) {
  .nav .nav_fb {
    display: block;
  }
}
.nav.nav-headerNav .nav_list {
  display: flex;
  justify-content: space-around;
}
.nav.nav-headerNav .nav_item:nth-child(1) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(1) .nav_button.is-current {
  color: #dc0000;
}
.nav.nav-headerNav .nav_item:nth-child(1) .nav_button:before {
  background: #dc0000;
}
.nav.nav-headerNav .nav_item:nth-child(2) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(2) .nav_button.is-current {
  color: #eb1700;
}
.nav.nav-headerNav .nav_item:nth-child(2) .nav_button:before {
  background: #eb1700;
}
.nav.nav-headerNav .nav_item:nth-child(3) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(3) .nav_button.is-current {
  color: #eb2f00;
}
.nav.nav-headerNav .nav_item:nth-child(3) .nav_button:before {
  background: #eb2f00;
}
.nav.nav-headerNav .nav_item:nth-child(4) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(4) .nav_button.is-current {
  color: #eb4600;
}
.nav.nav-headerNav .nav_item:nth-child(4) .nav_button:before {
  background: #eb4600;
}
.nav.nav-headerNav .nav_item:nth-child(5) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(5) .nav_button.is-current {
  color: #eb5e00;
}
.nav.nav-headerNav .nav_item:nth-child(5) .nav_button:before {
  background: #eb5e00;
}
.nav.nav-headerNav .nav_item:nth-child(6) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(6) .nav_button.is-current {
  color: #eb7d00;
}
.nav.nav-headerNav .nav_item:nth-child(6) .nav_button:before {
  background: #eb7d00;
}
.nav.nav-headerNav .nav_item:nth-child(7) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(7) .nav_button.is-current {
  color: #eb9c00;
}
.nav.nav-headerNav .nav_item:nth-child(7) .nav_button:before {
  background: #eb9c00;
}
.nav.nav-headerNav .nav_item:nth-child(8) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(8) .nav_button.is-current {
  color: #f6b900;
}
.nav.nav-headerNav .nav_item:nth-child(8) .nav_button:before {
  background: #f6b900;
}
.nav.nav-headerNav .nav_item:nth-child(9) .nav_button:hover, .nav.nav-headerNav .nav_item:nth-child(9) .nav_button.is-current {
  color: #F6CB00;
}
.nav.nav-headerNav .nav_item:nth-child(9) .nav_button:before {
  background: #F6CB00;
}
.nav.nav-headerNav .nav_button {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  font-size: min(1.7vw, 18px);
  font-weight: bold;
  column-gap: 7px;
}
.nav.nav-headerNav .nav_button:before {
  content: "";
  display: block;
  width: 4px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .nav.nav-spNav {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 2;
    overflow-y: scroll;
    transition: 0.4s all ease-in-out;
  }
  .nav.nav-spNav.is-on {
    left: 0;
  }
  .nav.nav-spNav .nav_list {
    margin-top: 80px;
    display: block;
  }
  .nav.nav-spNav .nav_item {
    border-bottom: 1px solid #808080;
  }
  .nav.nav-spNav .nav_item:first-child {
    border-top: 1px solid #808080;
  }
  .nav.nav-spNav .nav_button {
    font-size: 18px;
    padding: 13px 10px;
    color: #fff;
  }
}
.nav.nav-footerNav .nav_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .nav.nav-footerNav .nav_list {
    display: block;
  }
}
.nav.nav-footerNav .nav_item {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .nav.nav-footerNav .nav_item {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #808080;
  }
}
.nav.nav-footerNav .nav_button {
  font-size: 12px;
}
.nav.nav-footerNav .nav_button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .nav.nav-footerNav .nav_button {
    display: block;
    padding: 15px 10px;
  }
  .nav.nav-footerNav .nav_button:hover {
    text-decoration: none;
  }
}

.header {
  background: #000;
  color: #fff;
}
.header .header_inner {
  margin: auto;
  max-width: 1024px;
  display: flex;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .header_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_inner {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .header_logo {
  width: 25%;
  box-sizing: border-box;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .header .header_logo {
    width: 170px;
    margin-left: 36px;
    padding-right: 0;
  }
}
.header .header_logo .header_logo_img {
  width: 100%;
}
.header_reserve {
  position: absolute;
  bottom: 54px;
  right: 15px;
}
@media screen and (max-width: 1024px) {
  .header_reserve {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .header_reserve {
    top: 25px;
    right: 10px;
    bottom: auto;
  }
}
.header_reserve img {
  height: auto;
}
.header .header_fb {
  position: absolute;
  bottom: 54px;
  right: 190px;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  .header .header_fb {
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_fb {
    display: none;
  }
}
.header .header_nav {
  width: 75%;
  padding-bottom: 5px;
}
.header .header_title {
  background: url(../img/title_bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .header .header_title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_title {
    padding: 30px 20px;
  }
}
.header .header_heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .header .header_heading {
    font-size: 30px;
  }
}

.footer {
  background: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.footer .footer_logo {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo .footer_logo_img {
    width: 43px;
  }
}
.footer .footer_copyright {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
}

.top .top_header {
  background: #000;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top .top_header {
    padding: 10px;
  }
}
.top .top_header .top_header_inner {
  max-width: 1024px;
  margin: auto;
  position: relative;
}
.top .top_header_reserve {
  position: absolute;
  top: 58px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .top .top_header_reserve {
    top: 15px;
    right: 0px;
    width: 120px;
  }
}
.top .top_header_reserve img {
  height: auto;
}
.top .top_logo {
  width: 331px;
}
@media screen and (max-width: 767px) {
  .top .top_logo {
    width: 170px;
    margin-left: 36px;
  }
}
.top .top_logo .top_logo_img {
  width: 100%;
}
.top .top_fb {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 70px;
  right: 172px;
}
@media screen and (max-width: 767px) {
  .top .top_fb {
    display: none;
  }
}
.top .top_hero {
  margin-top: 10px;
  background: url(../img/main.png) no-repeat top right;
  background-size: cover;
}
.top .top_hero:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-top: 50%;
}
@media screen and (max-width: 413px) {
  .top .top_hero:before {
    padding-top: 85%;
  }
}
.top .top_nav {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .top .top_nav {
    margin: 0;
  }
}
.top .top_main {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top .top_main {
    margin-top: 20px;
  }
}
.top .top_lead {
  box-sizing: border-box;
  margin: auto;
  max-width: 1024px;
  padding-left: 300px;
  background: url(../img/noartnolife.png) no-repeat left 30%;
}
@media screen and (max-width: 1024px) {
  .top .top_lead {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top .top_lead {
    padding-left: 0;
    padding-top: 135px;
    background: url(../img/noartnolife_sp.png) no-repeat top center;
  }
}
.top .top_lead .top_lead_heading span {
  display: inline-block;
}
.top .top_lead .top_lead_contents {
  margin-top: 10px;
}
.top .top_school {
  margin-top: 20px;
  background: #1f1f1f;
  color: #fff;
}
.top .top_school .top_school_list {
  margin: auto;
  max-width: 1024px;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .top .top_school .top_school_list {
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .top .top_school .top_school_list {
    display: block;
  }
}
.top .top_school .top_school_item {
  display: table-cell;
  padding: 20px;
}
.top .top_school .top_school_item:not(:first-child) {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .top .top_school .top_school_item {
    display: block;
    padding: 10px;
  }
  .top .top_school .top_school_item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
.top .top_school .top_school_heading {
  font-size: 16px;
  letter-spacing: -1.5px;
  line-height: 1.3;
}
.top .top_school .top_school_text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top .top_school .top_school_text {
    margin-top: 5px;
  }
}
.top .top_news {
  margin: 40px auto 0;
  max-width: 1024px;
}

.news .news_item {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
.news .news_item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .news .news_item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news .news_item {
    padding: 20px 10px;
  }
}
.news .news_content {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .news .news_content {
    margin-top: 5px;
  }
}
.news .news_content a {
  text-decoration: underline;
}

.profile {
  background: url(../img/profile_bg.png) no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .profile {
    background: none;
  }
}
.profile .profile_inner {
  margin: auto;
  max-width: 1024px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .profile .profile_inner {
    padding: 10px;
    background: none;
  }
}
.profile .profile_heading {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .profile .profile_heading {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .profile .profile_photo .profile_photo_img {
    width: 150px;
  }
}
.profile .profile_section:after {
  content: "";
  display: block;
  clear: both;
}
.profile .profile_section:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .profile .profile_section:not(:first-child) {
    margin-top: 30px;
  }
}
.profile .profile_section.profile_section-1 .profile_photo {
  float: right;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-1 .profile_photo {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
.profile .profile_section.profile_section-1 .profile_block1 {
  margin-right: 265px;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-1 .profile_block1 {
    margin-right: 0;
  }
}
.profile .profile_section.profile_section-1 .profile_block2 {
  margin-right: 265px;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-1 .profile_block2 {
    margin-right: 0;
  }
}
.profile .profile_section.profile_section-2 .profile_photo {
  float: left;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-2 .profile_photo {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.profile .profile_section.profile_section-2 .profile_block1 {
  margin-left: 265px;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-2 .profile_block1 {
    margin-left: 0;
  }
}
.profile .profile_section.profile_section-2 .profile_block2 {
  margin-left: 265px;
}
@media screen and (max-width: 767px) {
  .profile .profile_section.profile_section-2 .profile_block2 {
    margin-left: 0;
  }
}
.profile .profile_block2 {
  margin-top: 15px;
  border-top: 1px solid #c7c7c7;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .profile .profile_block2 {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.profile .profile_block3 {
  clear: both;
  margin-top: 10px;
}

.lesson {
  max-width: 1024px;
  margin: auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .lesson {
    padding: 20px 0;
  }
}
.lesson .lesson_nav {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lesson .lesson_nav {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lesson .lesson_nav {
    display: block;
  }
}
.lesson .lesson_nav .lesson_nav_item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_nav .lesson_nav_item {
    width: auto;
  }
}
.lesson .lesson_nav .lesson_nav_item:not(:first-child) {
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_nav .lesson_nav_item:not(:first-child) {
    padding-top: 10px;
    padding-left: 0;
  }
}
.lesson .lesson_section.lesson_section-lv1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_section.lesson_section-lv1 {
    margin-top: 20px;
  }
}
.lesson .lesson_section.lesson_section-lv2 {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .lesson .lesson_section.lesson_section-lv2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lesson .lesson_section.lesson_section-lv2 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lesson .lesson_photo {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lesson .lesson_photo {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lesson .lesson_photo {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lesson .lesson_photo .lesson_photo_item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_photo .lesson_photo_item {
    width: auto;
  }
}
.lesson .lesson_photo .lesson_photo_item:not(:first-child) {
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_photo .lesson_photo_item:not(:first-child) {
    padding-top: 10px;
    padding-left: 0;
  }
}
.lesson .lesson_photo .lesson_photo_img {
  width: 100%;
  margin-bottom: 5px;
}
.lesson .lesson_header.lesson_header-mt {
  margin-top: 20px;
}
.lesson .lesson_content {
  margin-top: 5px;
}
.lesson .lesson_note {
  margin-top: 5px;
}
.lesson .lesson_scheduleHeader .lesson_scheduleHeader_heading {
  display: inline-block;
  margin-right: 20px;
}
.lesson .lesson_scheduleHeader .lesson_scheduleHeader_subText {
  display: inline-block;
}
.lesson .lesson_schedule {
  display: flex;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_schedule {
    display: block;
  }
}
.lesson .lesson_schedule .lesson_schedule_block1 {
  flex: 0 0 40%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_schedule .lesson_schedule_block1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.lesson .lesson_calendarBlock {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_calendarBlock {
    display: block;
  }
  .lesson .lesson_calendarBlock .lesson_calendar:not(:first-child) {
    margin-top: 20px;
  }
}
.lesson .lesson_calendar {
  margin-top: 10px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_calendar {
    width: auto;
  }
}
.lesson .lesson_calendar .lesson_calendar_heading {
  margin-bottom: 4px;
}
.lesson .lesson_calendar .lesson_calendar_subText {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.lesson .lesson_calendar .lesson_calendar_content {
  margin-top: 5px;
}
.lesson .lesson_calendar .lesson_calendar_icon {
  margin-right: 3px;
}
.lesson .lesson_calendar .lesson_calendar_getsugakuText {
  color: #0031bc;
  font-weight: bold;
}
.lesson .lesson_calendar_note {
  display: block;
  font-size: 12px;
}
.lesson .lesson_tsukushinoLayout {
  margin-top: 20px;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .lesson .lesson_tsukushinoLayout {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lesson .lesson_tsukushinoLayout {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.lesson .lesson_tsukushinoLayout .lesson_tsukushinoLayout_img {
  width: 100%;
}
.lesson .lesson_tsukushinoLayout .lesson_tsukushinoLayout_item1 {
  flex: 0 0 auto;
}
.lesson .lesson_tsukushinoLayout .lesson_tsukushinoLayout_item2 {
  flex: 1 1 auto;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .lesson .lesson_tsukushinoLayout .lesson_tsukushinoLayout_item2 {
    margin-top: 20px;
    margin-left: 0;
  }
}

.gallery {
  margin: 30px auto;
  max-width: 900px;
  position: relative;
}
.gallery .gallery_item {
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gallery .gallery_item {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.gallery .gallery_image {
  display: block;
}
.gallery .gallery_image .gallery_image_img {
  box-sizing: border-box;
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  margin-bottom: 13px;
}
.gallery .gallery_text {
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #000;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .gallery .gallery_text {
    margin-top: 10px;
    font-size: 12px;
  }
}
.gallery .gallery_button {
  width: 20px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .gallery .gallery_button {
    width: 15px;
  }
}

.swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}

.map {
  margin: 30px auto;
  max-width: 1024px;
}
@media screen and (max-width: 767px) {
  .map {
    margin: 10px auto;
  }
}
@media screen and (max-width: 1024px) {
  .map .map_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .map .map_section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.map .map_section:not(:first-child) {
  margin-top: 40px;
  border-top: 1px solid #cccccc;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .map .map_section:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.map .map_content {
  margin-top: 15px;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .map .map_content {
    height: 50vh;
  }
}
.map .map_content > iframe {
  width: 100%;
  height: 100%;
}

.contact {
  margin: 30px auto;
  max-width: 600px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact {
    margin-top: 10px;
  }
}
.contact .contact_header:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact .contact_header:not(:first-child) {
    margin-top: 15px;
  }
}
.contact .contact_content {
  margin-top: 5px;
}
.contact .contact_radio {
  margin-bottom: 10px;
}
.contact .contact_button {
  margin-top: 20px;
  text-align: center;
}

.links {
  margin: 30px auto;
  max-width: 1024px;
  background: url(../img/links_photo.png) no-repeat left top;
  min-height: 405px;
}
@media screen and (max-width: 767px) {
  .links {
    background: none;
    margin: 0;
    padding: 10px;
    min-height: 0;
  }
}
.links .links_list {
  margin-left: 300px;
}
@media screen and (max-width: 767px) {
  .links .links_list {
    margin-left: 0;
  }
}
.links .links_list .links_item {
  padding-top: 20px;
}
.links .links_list .links_item:last-child {
  padding-bottom: 20px;
}
.links .links_list .links_item > a {
  text-decoration: underline;
}

.message {
  margin: auto;
  max-width: 1024px;
}
.message_section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 1024px) {
  .message_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .message_section {
    padding: 20px 10px;
  }
}
.message_qa > dt {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
}
.message_qa > dt::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #eb7d00;
}
.message_qa > dd {
  margin-top: 5px;
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.6;
  position: relative;
}
.message_qa > dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 15px;
  height: 1px;
  background: #808080;
}

.owabi {
  margin: 20px 10px 0;
}
.owabi_inner {
  margin: auto;
  max-width: 1024px;
  background: #eee;
  padding: 20px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.owabi_text {
  font-size: 16px;
  line-height: 1.5;
}

.m0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .m0-sp {
    margin: 0px;
  }

  .mt0-sp {
    margin-top: 0px;
  }

  .mb0-sp {
    margin-bottom: 0px;
  }

  .ml0-sp {
    margin-left: 0px;
  }

  .mr0-sp {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .m5-sp {
    margin: 5px;
  }

  .mt5-sp {
    margin-top: 5px;
  }

  .mb5-sp {
    margin-bottom: 5px;
  }

  .ml5-sp {
    margin-left: 5px;
  }

  .mr5-sp {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .m10-sp {
    margin: 10px;
  }

  .mt10-sp {
    margin-top: 10px;
  }

  .mb10-sp {
    margin-bottom: 10px;
  }

  .ml10-sp {
    margin-left: 10px;
  }

  .mr10-sp {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .m15-sp {
    margin: 15px;
  }

  .mt15-sp {
    margin-top: 15px;
  }

  .mb15-sp {
    margin-bottom: 15px;
  }

  .ml15-sp {
    margin-left: 15px;
  }

  .mr15-sp {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .m20-sp {
    margin: 20px;
  }

  .mt20-sp {
    margin-top: 20px;
  }

  .mb20-sp {
    margin-bottom: 20px;
  }

  .ml20-sp {
    margin-left: 20px;
  }

  .mr20-sp {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m25-sp {
    margin: 25px;
  }

  .mt25-sp {
    margin-top: 25px;
  }

  .mb25-sp {
    margin-bottom: 25px;
  }

  .ml25-sp {
    margin-left: 25px;
  }

  .mr25-sp {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .m30-sp {
    margin: 30px;
  }

  .mt30-sp {
    margin-top: 30px;
  }

  .mb30-sp {
    margin-bottom: 30px;
  }

  .ml30-sp {
    margin-left: 30px;
  }

  .mr30-sp {
    margin-right: 30px;
  }
}
.mt1em {
  margin-top: 1em;
}
