@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通【international】
=============================================================*/
#wrapAll {
  position: absolute;
  width: 100%;
  top: 90px;
}
@media screen and (max-width: 768.9px) {
  #wrapAll {
    top: 60px;
  }
}

.event .ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.event .ttl-line {
  color: #8B765E;
  border-bottom: 1px solid #ADA090;
  padding-bottom: 0.5em;
  font-size: clamp(18px, 3vw, 20px);
  font-weight: 500;
}
.event .ttl-line span {
  display: block;
  font-size: clamp(14px, 3vw, 14px);
}
.event .w600 {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.event .btn-style-01 {
  line-height: 1.8;
  padding: 5px 0;
}
@media screen and (min-width: 768.9px) {
  .event .btn-style-01 {
    padding: 15px 0;
  }
}
.event .sec-header01 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-header01 {
    margin-bottom: 75px;
  }
}
.event .sec-header01 .ttl {
  line-height: 1;
  color: #78572E;
  font-size: clamp(30px, 3vw, 48px);
}
.event .sec-header01 p small {
  color: #78572E;
  font-size: clamp(16px, 3vw, 20px);
}
.event .sec-header01 p span {
  display: inline-block;
  background-color: #78572E;
  color: #fff;
  padding: 0 1em;
  margin-top: 1em;
}
.event .sec-header02 {
  margin-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-header02 {
    margin-bottom: 50px;
  }
}
.event .sec-header02 .ttl {
  margin: 0;
  font-size: clamp(17px, 3vw, 20px);
}
.event .sec-header02 .ttl:after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  background-color: #000000;
  margin: 20px auto 0 auto;
}
.event section {
  padding: 50px 0 0 0;
}
@media screen and (min-width: 768.9px) {
  .event section {
    padding-top: 75px;
  }
}
.event section#online-wed {
  padding: 0;
}
@media screen and (min-width: 768.9px) {
  .event section#online-wed {
    padding-top: 0;
  }
}
@media screen and (max-width: 768.9px) {
  .event section .wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.event section .align-c {
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .event section .align-c.sp {
    text-align: left;
  }
}
.event section p {
  margin: 0;
  padding: 0;
  line-height: 2;
}
.event section p a {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768.9px) {
  .event section br.pc {
    display: none;
  }
}
@media screen and (min-width: 768.9px) {
  .event section br.sp {
    display: none;
  }
}
.event section ul {
  margin: 0;
  padding: 0;
}
.event section ul li {
  margin: 0;
  padding: 0;
}
.event #main-visual-2 {
  background: url("../images/event/mainimg.png") no-repeat 30% top;
  background-size: cover;
}
@media screen and (max-width: 768.9px) {
  .event #main-visual-2 {
    background: url("../images/event/mainimg_sp.png") no-repeat top center;
    background-size: 100% auto;
    height: 166vw !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
}
.event .sec-event-01 {
  margin-top: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-01 {
    margin-top: 100px;
  }
}
.event .sec-event-01 .date {
  font-size: clamp(17px, 3vw, 20px);
}
.event .sec-event-02 {
  background-color: #F8F7F2;
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-02 {
    padding-bottom: 75px;
  }
}
.event .sec-event-02 ul {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-02 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.event .sec-event-02 .logo {
  margin-top: -100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-02 .logo {
    margin-top: -30px;
  }
}
.event .sec-event-02 .logo img {
  width: 355px;
  height: auto;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-02 .logo img {
    width: 180px;
  }
}
.event .sec-event-02 .btn-style-01 {
  margin-top: 30px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-02 .btn-style-01 {
    margin-top: 40px;
  }
}
.event .sec-event-03 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-03 {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-03 .col3 {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.event .sec-event-03 .col3 .title {
  color: #8B765E;
  height: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: clamp(18px, 3vw, 20px);
  text-align: center;
}
.event .sec-event-04 {
  background-color: #F9F9F9;
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-04 {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-04 .col2 .ttl-line {
    font-size: clamp(18px, 3vw, 20px);
    text-align: center;
  }
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-04 .col2:nth-child(even) {
    margin: 80px 0;
  }
  .event .sec-event-04 .col2:nth-child(even) .col2-left {
    order: 2;
  }
  .event .sec-event-04 .col2:nth-child(even) .col2-right {
    order: 1;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-04 .col2:nth-of-type(2n-1) {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-04 .col2 {
    display: grid;
    gap: 0 50px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .event .sec-event-04 .col2 .col2-left {
    order: 1;
  }
  .event .sec-event-04 .col2 .col2-right {
    order: 2;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-04 .col2 .col2-left {
    margin-top: 20px;
  }
}
.event .sec-event-04 .attation {
  margin-top: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-04 .attation {
    margin-top: 75px;
  }
}
.event .sec-event-05 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-05 {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-05 img.pc {
    display: none;
  }
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-05 img.sp {
    display: none;
  }
}
.event .sec-event-06 {
  background-color: #F9F9F9;
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-06 {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-06 .sec-header02 .ttl br {
    display: block;
  }
}
.event .sec-event-06 .itemBox {
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-06 .itemBox {
    display: grid;
    gap: 0 30px;
    grid-template-columns: 150px auto;
    align-items: center;
  }
}
.event .sec-event-06 .itemBox .pic img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-06 .itemBox .pic img {
    height: 130px;
    object-fit: cover;
  }
}
.event .sec-event-06 .itemBox .title {
  color: #78572E;
  font-size: clamp(18px, 3vw, 20px);
  padding-right: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-06 .itemBox .title {
    padding: 20px;
    text-align: center;
    line-height: 1.8;
  }
}
.event .sec-event-06 .itemBox .title small {
  display: block;
  color: #958626;
}
.event .sec-event-06 .itemBox .title span {
  color: #958626;
}
.event .sec-event-06 .attation {
  margin-bottom: 30px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-06 .attation {
    margin-bottom: 50px;
  }
}
.event .sec-event-07 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-07 {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-07 .sec-header02 .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-07 .sec-header02 .ttl:after {
    margin: 20px auto 0 0;
  }
}
.event .sec-event-07 .title {
  color: #78572E;
  font-weight: 500;
  font-size: clamp(18px, 3vw, 20px);
  margin: 0.5em 0 1em 0;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-07 .title {
    margin: 1em 0 0.5em 0;
  }
}
.event .sec-event-07 .btn-style-01 {
  margin-top: 30px;
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-07 .btn-style-01 {
    margin-top: 50px;
  }
}
.event .sec-event-08 {
  background-color: #F9F9F9;
  padding-bottom: 75px;
}
.event .sec-event-08 dl {
  padding: 10px 10px 0 50px;
  cursor: pointer;
  position: relative;
}
.event .sec-event-08 dl dt {
  position: relative;
  padding-right: 30px;
}
.event .sec-event-08 dl dt:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/event/ico_arrow.png") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s;
}
.event .sec-event-08 dl dt.on:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.event .sec-event-08 dl dd {
  margin-top: 10px;
}
.event .sec-event-08 dl:before {
  content: "Q：";
  position: absolute;
  top: 10px;
  left: 20px;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-08 dl:before {
    color: #78572E;
  }
}
.event .sec-event-08 .js-toggle-content {
  display: none;
}
.event .sec-event-09 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-09 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .event .sec-event-09 .col3 {
    display: grid;
    gap: 0px 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.event .sec-event-09 .col3-item p {
  margin: 0;
}
.event .sec-event-09 .col3-item img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.event .sec-event-09 .col3-item .title {
  font-size: clamp(18px, 3vw, 20px);
}
.event .sec-event-09 .col3-item .subTitle {
  color: #958626;
  font-size: clamp(10px, 3vw, 12px);
}
.event .sec-event-09 .col3-item table,
.event .sec-event-09 .col3-item th,
.event .sec-event-09 .col3-item td {
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  background-color: none;
}
.event .sec-event-09 .col3-item table {
  margin-top: 20px;
}
.event .sec-event-09 .col3-item th,
.event .sec-event-09 .col3-item td {
  padding: 10px 0;
}
.event .sec-event-09 .col3-item .ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 768.9px) {
  .event .sec-event-09 .col3-item .ggmap {
    margin: 20px 0;
  }
}
.event .sec-event-09 .col3-item .ggmap iframe,
.event .sec-event-09 .col3-item .ggmap object,
.event .sec-event-09 .col3-item .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event .sec-event-09 .col3-item .googlemap-bw {
  width: 100%;
  height: 100%;
}
.event .sec-event-09 .col3-item .googlemap-bw iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style_event.css.map */