@charset "UTF-8";
body {
  margin: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

p {
  line-height: 2;
  font-size: 15px;
  text-align: justify; }
  @media screen and (max-width: 900px) {
    p {
      font-size: 14px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

h2 {
  font-size: 30px;
  text-align: center;
  border-bottom: 2px solid #0065B8;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 0.5em; }
  @media screen and (max-width: 900px) {
    h2 {
      font-size: 20px; } }

.bg {
  background: url("../img/main.jpg");
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  gap: 600px;
  z-index: 1;
  justify-content: center;
  align-items: center; }

.bg div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100vh; }

.main {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: auto;
  height: 100vh;
  padding-top: 20px; }

.main img {
  max-width: 100%; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.header {
  text-align: right;
  padding: 0 20px; }

.first-text {
  padding: 7%;
  background-color: rgba(255, 255, 255, 0.9); }

.btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  gap: 10px; }
  .btn-box a {
    display: block;
    padding: 0.7em 1.5em;
    background: #0065B8;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .btn-box a {
        font-size: 14px; } }

@media screen and (max-width: 900px) {
  .main {
    max-width: 100%;
    border: none; } }
/*-----------------------------------------------------
 バスケット
-----------------------------------------------------*/
section {
  padding: 7%; }

section.bas {
  background: linear-gradient(110deg, #004098, #00a0e9);
  color: #fff; }
  section.bas h2 {
    border-bottom: 2px solid #fff;
    margin: 0 0 1em 0;
    padding-bottom: 0.5em; }
  section.bas p.bastext {
    font-weight: bold;
    line-height: 1.7; }
  section.bas .time {
    padding: 20px;
    background: #fff;
    color: #000;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      section.bas .time {
        padding: 10px; } }
    section.bas .time p {
      font-weight: bold; }
    section.bas .time table {
      border-collapse: collapse;
      width: 100%;
      font-size: 14px;
      border-top: 1px dashed #00a0e9; }
      @media screen and (max-width: 768px) {
        section.bas .time table {
          font-size: 12px; } }
      section.bas .time table tr {
        border-bottom: 1px dashed #00a0e9; }
        section.bas .time table tr th {
          padding: 0.5em;
          text-align: left; }
        section.bas .time table tr td {
          padding: 0.5em; }

/*-----------------------------------------------------
 祝賀会
-----------------------------------------------------*/
section.shiki {
  background: linear-gradient(110deg, #ce6200, #ddd100);
  color: #fff; }
  section.shiki h2 {
    border-bottom: 2px solid #fff;
    margin: 0 0 1em 0;
    padding-bottom: 0.5em; }
  section.shiki p.bastext {
    font-weight: bold;
    line-height: 1.7; }
  section.shiki .time {
    padding: 20px;
    background: #fff;
    color: #000;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      section.shiki .time {
        padding: 10px; } }
    section.shiki .time p {
      font-weight: bold; }
    section.shiki .time table {
      border-collapse: collapse;
      width: 100%;
      font-size: 14px;
      border-top: 1px dashed #00a0e9; }
      @media screen and (max-width: 768px) {
        section.shiki .time table {
          font-size: 12px; } }
      section.shiki .time table tr {
        border-bottom: 1px dashed #00a0e9; }
        section.shiki .time table tr th {
          padding: 0.5em;
          text-align: left; }
        section.shiki .time table tr td {
          padding: 0.5em; }

/*-----------------------------------------------------
　４５周年記念祝賀会
-----------------------------------------------------*/
section.shukuga {
  background: linear-gradient(110deg, #980092, #00a0e9);
  color: #fff; }
  section.shukuga h2 {
    border-bottom: 2px solid #fff;
    margin: 0 0 1em 0;
    padding-bottom: 0.5em; }
  section.shukuga p.bastext {
    font-weight: bold;
    line-height: 1.7; }
  section.shukuga .time {
    padding: 20px;
    background: #fff;
    color: #000;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      section.shukuga .time {
        padding: 10px; } }
    section.shukuga .time p {
      font-weight: bold; }
    section.shukuga .time table {
      border-collapse: collapse;
      width: 100%;
      font-size: 14px;
      border-top: 1px dashed #00a0e9; }
      @media screen and (max-width: 768px) {
        section.shukuga .time table {
          font-size: 12px; } }
      section.shukuga .time table tr {
        border-bottom: 1px dashed #00a0e9; }
        section.shukuga .time table tr th {
          padding: 0.5em;
          text-align: left; }
        section.shukuga .time table tr td {
          padding: 0.5em; }
