@charset "UTF-8";

/*
Theme Name: Hi-CRAFT Original Theme
Description: Hi-CRAFT様固定ページ用テーマファイル
Version: 1.0.0
Author: Campus .,Inc
*/

.page_title {
  background-image: url("../image/titleimg_concept.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 250px;

  color: var(--white);
}

.page_title h1 {
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
}

.event_title h2 {
  color: var(--black);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 3.2px;
  margin-bottom: 10px;
  text-align: left;
}

h3 {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  line-height: 40px; /* 166.667% */
  letter-spacing: 1.2px;
  margin-bottom: 1em;
}

h4 {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: 1.2px;
  margin-bottom: 1em;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px; /* 166.667% */
  letter-spacing: 1.2px;
  margin-bottom: 1em;
}

.page_title p {
  font-size: 22px;
}

p.status {
  margin-bottom: 30px;
}

.status span {
  letter-spacing: normal;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

dt {
  font-weight: 700;
  width: calc(20% - 21px);
  border-right: 1px solid var(--black);
  margin-right: 10px;
}

dd {
  width: 80%;
}

footer {
  padding: 0;
}

footer ul {
  margin-top: 2em;
}

footer div.footer_contact {
  display: block;
  width: -webkit-fill-available;
  height: auto;
  background-image: url(../image/contactbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 70px;
}

.footer_contact h2 {
  color: var(--white);
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 0;
  text-align: center;
}

.footer_contact p {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-align: center;
}

.events_top .section-inner {
  margin-bottom: 0;
}

ul.events_menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

ul.events_menu li {
  display: block;
  border: var(--black) solid 1px;
  width: 150px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

ul.events_menu li.selected {
  display: block;
  color: var(--white);
  border: var(--lightblue) solid 1px;
  background-color: var(--lightblue);
}

.events_containter {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.events_containter a {
  display: contents;
}

div.events_list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.events_list .img_box {
  width: 300px;
  height: auto;
}

.events_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
}

.events_list .img_box img:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.events_list_child {
  flex: 1;
}

.events_list_child h3 {
  color: var(--black);
  font-family: Roboto;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.events_list_child p.status {
  margin-bottom: 20px;
}

p.title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

p.description {
  color: var(--black);
  line-height: 1.5;
  font-size: 16px;
}

ul.room_menu {
  list-style: none;
  display: flex;
}

ul.room_menu li {
  flex: 1;
  display: flex;
  justify-content: center;
  border-right: 1px solid;
  font-size: 16px;
}

ul.room_menu li:hover,
ul.room_menu li:active {
  color: var(--lightblue);
}

ul.room_menu li:last-child {
  border-right: 0;
}

.column_2 img {
  flex: 1;
}

.events_group {
  display: grid;
  grid-template-columns: 3fr 300px;
  padding: 60px 100px 60px 250px;
  gap: 60px;
}

.event_main {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event_main img {
  width: -webkit-fill-available;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

span.time::before {
  content: "\f017";
  font: var(--fa-font-solid);
  color: var(--black);
}

span.place::before {
  content: "\f3c5";
  font: var(--fa-font-solid);
  color: var(--black);
}

.event_main h3 span {
  display: block;
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid;
  color: var(--lightblue);
}

.event_info a {
  font-size: 16px;
  color: var(--lightblue);
}

.event_form {
  margin: 60px auto;
}

.event_form h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 3rem;
}

.event_form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event_form form label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.event_form input {
  width: 300px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid var(--black);
  border-radius: 0;
  padding: 0.3em;
}

.event_form label.text {
  flex-direction: column;
  gap: 10px;
}

.event_form textarea {
  width: -webkit-fill-available;
  height: 6em;
  font-weight: 500;
  border: 1px solid var(--black);
  border-radius: 0;
  padding: 0.3em;
}

.event_form input[type="submit"] {
  display: block;
  width: 300px;
  text-align: center;
  font-size: 18px;
  background: var(--lightblue);
  color: var(--white);
  font-weight: 700;
  padding: 20px;
  margin: 0 auto;
  border: 0;
  transition: all 0.3s ease-out;
}

.event_form input[type="submit"]:hover {
  background: #2e8cbb;
}

.event_form  
.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  vertical-align: middle;
}
 
select {
  appearance: none;
  width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
 
select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}
 
select::-ms-expand {
  display: none;
}
 

.staff_box {
  display:block;
}

.staff_box h3 {
  border-left: 5px var(--lightblue) solid;
  padding-left: 10px;
}

p.staff_comment {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--lightblue);

  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}

.staff_img {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.staff_img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.staff_img p {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.staff_img p span {
  display: block;
  font-size: 14px;
}

.gallery-columns-1,
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.gallery-item {
  flex: 1;
  max-width: 400px;
}

@media only screen and (max-width: 768px) {
  .page_title {
    padding: 20px 30px;
  }
  .event_child {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .events_list .img_box {
    width: 30%;
    min-width: 240px;
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .events_containter {
    gap: 40px;
  }

  .events_list .img_box {
    width: 100%;
    height: auto;
  }

  .event_title h2 {
    color: var(--black);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 1.2px;
  }
  .event_form form label {
    gap: 0px;
    margin-right: 0;
  }
  .event_form {
    width: 100%;
  }
  .event_main img {
    width: 100%;
  }

  .event_form h3 {
    font-size: 20px;
    margin-bottom: 2rem;
  }

  .event_form input:not([type="radio"]),
  .event_form textarea {
    width: 100%;
  }

  .status span {
    font-size: 12px;
  }

  dl {
    font-size: 14px;
  }

  dt {
    font-weight: 700;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--black);
    margin-right: 0px;
  }
  .event_form input {
    width: 100%;
  }

  p.staff_comment {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }

  .staff_img {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
