@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

input, textarea, select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
}

.pcv {
  display: none;
}

.tbv {
  display: none;
}

.spv {
  display: block;
}

@media (min-width: 768px) {
  .pcv {
    display: none;
  }
  .tbv {
    display: block;
  }
  .spv {
    display: none;
  }
  .spv.tbv {
    display: block;
  }
}
@media (min-width: 992px) {
  .pcv {
    display: block;
  }
  .tbv {
    display: none;
  }
  .spv {
    display: none;
  }
  .tbv.pcv {
    display: block;
  }
  .spv.tbv {
    display: none;
  }
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.floL {
  float: left;
}

.floR {
  float: right;
}

.is-right {
  text-align: right;
}

.clear {
  content: "";
  display: table;
  clear: both;
  zoom: 1;
}

.ph-img {
  width: 100%;
  height: auto;
}

.lato {
  font-family: "Lato", sans-serif;
}

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

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background-color: #f1f1f0;
  color: #2a200b;
}

/*********************************************************************************************

	header / footer

**********************************************************************************************/
.header {
  text-align: center;
  padding: 18px 0;
}
.header h1 {
  font-size: 2rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .header {
    padding: 30px 0;
  }
  .header h1 {
    font-size: 3.6rem;
  }
}
.footer {
  background-color: #ead596;
  text-align: center;
  padding: 30px 15px;
}
.footer h2 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 0 10px;
}
.footer p {
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer {
    padding: 50px 0;
  }
  .footer h2 {
    font-size: 2.1rem;
  }
  .footer p {
    font-size: 1.2rem;
  }
}
/* ページトップ */
#page_top {
  display: block;
  position: fixed;
  bottom: 4%;
  right: 15px;
  opacity: 1;
  z-index: 500;
}

#page_top a {
  display: block;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 50%;
  background-color: #e1b36c;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}

@media (min-width: 768px) {
  #page_top {
    bottom: 8%;
    right: 30px;
  }
  #page_top a {
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-size: 2.4rem;
  }
}
/*********************************************************************************************

	main　トップ

**********************************************************************************************/
.inner {
  margin: 0 5%;
}

.inner.pages {
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .inner {
    margin: 0 auto;
    width: 1200px;
  }
  .inner.pages {
    width: 1000px;
    padding-bottom: 200px;
  }
}
.hero-top {
  padding-bottom: 30px;
  position: relative;
  background: linear-gradient(0deg, #ead596 0%, #ead596 60%, #f1f1f0 40%, #f1f1f0 100%);
}

.m-img {
  position: absolute;
  z-index: 100;
}

.mv-ttl {
  width: 100%;
  text-align: center;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.mv-ttl img {
  width: 45%;
}
.mv-ttl p {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-shadow: #595958 1px 0 10px;
}
.mv-ttl p span {
  font-size: 80%;
}

#mv-seal {
  width: 90px;
  top: -25px;
  right: 0px;
}

@media (min-width: 992px) {
  .hero-top {
    padding-bottom: 70px;
  }
  .mv-ttl {
    top: 60px;
  }
  .mv-ttl img {
    width: auto;
  }
  .mv-ttl p {
    font-size: 3rem;
    line-height: 1.6;
    font-weight: 500;
  }
  #mv-seal {
    width: auto;
    top: -80px;
    right: 70px;
  }
}
.slider-mv {
  text-align: center;
  margin: 0 3%;
}

.slider-mv li {
  text-align: center;
  position: relative;
}
.slider-mv li img {
  vertical-align: top;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.slider-mv li p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.slick-slide .slide-img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slider-mv {
    margin: 0 7%;
  }
}
.dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  position: relative;
}

.dots-class {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}

.dots-class li {
  background-color: #fff;
  margin-right: 8px;
  cursor: pointer;
  transition: background-color 0.5s ease;
  background: #dacdba;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-size: 100%;
}

.dots-class li.slick-active {
  background: #7c6746;
}

.dots-class li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.dots-class li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .dots-class {
    margin: 30px 0 0 0;
  }
}
.m-catch {
  position: relative;
  padding: 60px 0;
}
.m-catch h2 {
  font-size: 2.2rem;
  text-align: center;
}
.m-catch p {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  margin: 20px 0 0 0;
}

#kame1 {
  width: 130px;
  position: absolute;
  top: -50px;
  right: 0;
}

@media (min-width: 768px) {
  .m-catch {
    padding: 120px 0;
  }
  .m-catch h2 {
    font-size: 3.6rem;
  }
  .m-catch p {
    font-size: 1.6rem;
    line-height: 2.4;
    font-weight: 400;
    margin: 40px 0 0 0;
    text-align: center;
  }
  #kame1 {
    width: auto;
  }
}
.t-about {
  padding: 20px 0 0;
  position: relative;
}
.t-about h2 {
  color: #e1b36c;
  font-size: 3rem;
  padding: 0 0 20px;
  border-bottom: 1px solid #e1b36c;
  margin: 0 0 30px;
}

#kame2 {
  width: 130px;
  position: absolute;
  top: 10%;
  left: 0;
  transform: scale(-1, 1);
}

.t-lead {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}
.t-lead span {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #dc4f48;
  margin-top: 10px;
}

@media (min-width: 992px) {
  #kame2 {
    width: auto;
    top: 190px;
  }
  .t-about {
    padding: 80px 0 40px;
  }
  .t-about h2 {
    font-size: 6rem;
    padding: 0 0 40px;
    margin: 0 0 60px;
  }
  .t-lead {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: 400;
  }
  .t-lead span {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.tp-outline {
  text-align: center;
  margin: 40px 0 20px;
}

.circle {
  display: inline-block;
  width: 180px;
  height: 90px;
  border-radius: 50%/100% 100% 0 0;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 65px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e1b36c;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .tp-outline {
    margin: 70px 0 20px;
  }
  .circle {
    width: 236px;
    height: 118px;
    font-size: 2.4rem;
    line-height: 100px;
  }
}
.venue-area {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding: 20px 20px 40px 20px;
  border-radius: 8px;
}

.venue_inner {
  padding: 10px 0;
}

.venue-box {
  width: 100%;
  position: relative;
}

.venue-box:first-child {
  margin: 0 0 60px;
}
.venue-box:first-child::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #f1f1f0;
  position: absolute;
  bottom: -40px;
  left: 0;
}

@media (min-width: 992px) {
  .venue-area {
    margin-top: -30px;
    padding: 60px 50px 70px 50px;
  }
  .venue_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .venue-box {
    width: calc(50% - 40px);
  }
  .venue-box:first-child {
    margin: 0 0 0;
  }
  .venue-box:first-child::after {
    width: 10px;
    height: 100%;
    top: 0;
    right: -45px;
    bottom: auto;
    left: auto;
  }
}
.venue-ttl {
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.venue-ttl h3 {
  font-size: 3.6rem;
  font-weight: 300;
  color: #165b8f;
}
.venue-ttl h3 span {
  display: block;
  font-size: 1.4rem;
  margin: 0 0 20px;
  text-align: left;
}

.v-set {
  text-align: left;
}
.v-set dt {
  margin: 0 0 10px;
}
.v-set dt span {
  background-color: #165b8f;
  font-size: 1.1rem;
  padding: 1px 8px 3px 8px;
  text-align: center;
  color: #fff;
}
.v-set dd {
  margin: 0 0 20px;
}
.v-set dd p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.v-set dd p span {
  font-size: 85%;
}
.v-set dd p a {
  position: relative;
  padding-right: 23px;
  text-decoration: underline;
}
.v-set dd p a::after {
  content: "\f2d2";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.6rem;
  color: #779ab5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v-set dd p a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}
.v-set dd p.v-day {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.v-set dd p.v-day span {
  font-size: 120%;
}

@media (min-width: 992px) {
  .v-set {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .v-set dt {
    width: 4em;
    margin: 6px 0 0 0;
  }
  .v-set dt span {
    font-size: 1.2rem;
    padding: 1px 8px 3px 8px;
  }
  .v-set dd {
    width: calc(100% - 4em);
    margin: 0 0 20px;
  }
  .v-set dd p {
    font-size: 1.6rem;
  }
  .v-set dd p.v-day {
    font-size: 2.1rem;
    margin-top: -5px;
  }
  .is-k dl {
    margin-left: 20px;
  }
}
.is-k .venue-ttl h3 {
  color: #ad4269;
}
.is-k dt span {
  background-color: #ad4269;
}
.is-k dd p a::after {
  color: #d596ad;
}

.btn-ora {
  background-color: #dc8b39;
  width: 80%;
  margin: 20px auto 0;
  padding: 4px;
  border-radius: 6px;
  transition: all 0.3s ease 0s;
}
.btn-ora a {
  display: block;
  border: 1px solid #fff;
  border-radius: 2px;
  height: 65px;
  font-size: 1.8rem;
  line-height: 65px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
.btn-ora a span {
  position: relative;
  padding-right: 20px;
}
.btn-ora a span::after {
  content: "\f105";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px;
}
.btn-ora:hover {
  background-color: #e1b36c;
}

@media (min-width: 992px) {
  .btn-ora {
    width: 330px;
    margin: 40px auto 0;
  }
  .btn-ora a {
    height: 75px;
    font-size: 2.1rem;
    line-height: 75px;
    font-weight: 700;
  }
}
/* 主催・後援 */
.tp-org {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
}

.org {
  margin: 25px 0 0px 0;
}

.org dt {
  font-size: 1.3rem;
  font-weight: 500;
}

.org dd {
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 0 0 0 4em;
  margin: -1.2em 0 20px 0;
}

.kousei {
  margin-top: 6px;
}

.kousei dt,
.kousei dd {
  font-size: 1.3rem;
  line-height: 1.5;
}

.org dd .kousei dd {
  margin-top: 0;
  padding-left: 0.5em;
}

@media (min-width: 992px) {
  .tp-org {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 50px;
  }
  .org {
    margin: 40px 0x 0 0;
  }
  .org dt {
    font-size: 1.4rem;
  }
  .org dd {
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0 0 0 5em;
    margin: -1.2em 0 20px 0;
  }
  .kousei dt,
  .kousei dd {
    font-size: 1.4rem;
  }
  .kousei dt,
  .kousei dd {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .org dd .kousei dd {
    margin-top: -1.5em;
    padding-left: 5em;
  }
}
/* お問い合わせ */
.inq {
  padding-top: 20px;
  margin: 20px 0 30px;
}

.inq dt {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

.inq dd {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.inq dd p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 1em;
}

.inq dd p a {
  color: #111;
  text-decoration: underline;
}

.inq dd p a:hover {
  color: #666;
  text-decoration: none;
}

@media (min-width: 992px) {
  .inq {
    padding-top: 50px;
    margin: 0 0 0 50px;
  }
  .inq dt {
    font-size: 1.5rem;
    margin: 0 0 0 0.5em;
  }
  .inq dd {
    padding: 0 0 0 7em;
    margin: -1.3em 0 0 0;
  }
  .inq dd p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1em;
  }
}
.cat-area {
  margin: 60px 0 80px;
}
.cat-area ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.cat-area ul li img {
  width: 100%;
}

@media (min-width: 992px) {
  .cat-area {
    margin: 120px 0 160px;
  }
  .cat-area ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.th2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
  padding-top: 36px;
  margin: 0 0 40px;
}
.th2::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/kc2027/t/ico_maru.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .th2 {
    font-size: 2.6rem;
    padding-top: 46px;
    margin: 0 0 40px;
  }
  .th2::before {
    width: 20px;
    height: 20px;
  }
}
/* 動画 */
.t-mov .th2 {
  font-size: 2.6rem;
}

.mov-box {
  background-color: #e1e0d8;
  border-radius: 8px;
  padding: 30px 20px;
}

.mov-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.mo-txt {
  margin: 15px 0 0 0;
}
.mo-txt h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.mo-txt p {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 992px) {
  .t-mov .th2 {
    font-size: 3.2rem;
  }
  .mov-box {
    border-radius: 16px;
    padding: 100px 60px 80px;
  }
  .mov-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
  .mo-txt {
    margin: 25px 0 0 0;
  }
  .mo-txt h3 {
    font-size: 2.1rem;
  }
  .mo-txt p {
    font-size: 1.6rem;
  }
}
.mov-tube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mov-tube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.t-past {
  padding: 40px 0 60px;
  margin-top: 30px;
}

.past-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.past-list li a {
  display: block;
  text-align: center;
  background-color: #a4a6cb;
  padding: 15px 0;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  .t-past {
    padding: 80px 0 200px;
    margin-top: 60px;
  }
  .past-list {
    gap: 10px 15px;
    grid-template-columns: repeat(6, 1fr);
  }
}
/*********************************************************************************************

	main 開催概要

**********************************************************************************************/
.hero-page {
  background-color: #ead596;
  background-image: url(../img/kc2027/t/kame2.png);
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 40%;
  padding: 50px 0;
  margin: 0 0 60px;
}
.hero-page h2 {
  font-size: 2.6rem;
}

@media (min-width: 992px) {
  .hero-page {
    background-size: auto;
    padding: 120px 0;
    margin: 0 0 120px;
  }
  .hero-page h2 {
    font-size: 3.6rem;
  }
}
.intro-page {
  margin: 0 0 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #a8a39e;
}

@media (min-width: 992px) {
  .intro-page {
    width: 1000px;
    margin: 0 auto 80px;
    padding-bottom: 60px;
  }
}
.sec {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
.sec::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #dacfbd;
  position: absolute;
  top: 36px;
  left: 18px;
}
.sec.non::before {
  display: none;
}

.num {
  flex-shrink: 0;
  background-color: #e1b36c;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .sec {
    gap: 40px;
    top: 60px;
    left: 30px;
  }
  .sec::before {
    top: 60px;
    left: 30px;
  }
  .num {
    font-size: 2.8rem;
    width: 60px;
    height: 60px;
    line-height: 57px;
  }
}
.ab-box {
  padding: 8px 0 40px;
  min-width: 0;
  flex: 1;
}
.ab-box h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 15px;
}
.ab-box p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  word-break: break-word;
}
.ab-box p.t-note {
  margin: 0 0 0;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: 400;
}
.ab-box p.t-kikan {
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  color: #dc4f48;
}

@media (min-width: 992px) {
  .ab-box {
    padding: 15px 0 50px;
  }
  .ab-box h2 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 15px;
  }
  .ab-box p {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 400;
  }
  .ab-box p.t-note {
    margin: 0 0 0;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 400;
  }
  .ab-box p.t-kikan {
    font-size: 2rem;
  }
}
.ab-box_inner {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.ab-box_inner p {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.ab-box_inner dl .t-area {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 10px;
}
.ab-box_inner dl dt, .ab-box_inner dl dd {
  font-size: 1.4rem;
  line-height: 1.4;
}
.ab-box_inner dl dt {
  font-weight: 700;
}
.ab-box_inner dl dd {
  font-weight: 500;
  flex: 1;
}
.ab-box_inner dl .bol {
  font-size: 110%;
  font-weight: 700;
}
.ab-box_inner dl .sml {
  font-size: 80%;
  font-weight: 400;
}

@media (min-width: 992px) {
  .ab-box_inner {
    align-items: end;
    gap: 20px;
  }
  .ab-box_inner p {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .ab-box_inner dl .t-area {
    gap: 20px;
    margin: 0 0 15px;
  }
  .ab-box_inner dl dt, .ab-box_inner dl dd {
    font-size: 1.8rem;
  }
  #y-02 .ab-box_inner .t-note {
    margin: 0 0 16px;
  }
}
.c-tk {
  color: #165b8f;
}

.c-kt {
  color: #ad4269;
}

.concept {
  margin: 10px 0 0 0;
}
.concept li {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 0 0 5px;
}

@media (min-width: 992px) {
  .concept {
    margin: 10px 0 0 0;
  }
  .concept li {
    font-size: 1.8rem;
  }
}
.ab-venue {
  margin-top: 20px;
  padding: 0 0 30px;
  gap: 40px;
}

.otl-file a {
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 0 20px;
  color: #dc4f48;
  text-decoration: underline;
}
.otl-file a::before {
  content: "\f1c1";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  top: 5px;
  left: 0px;
}
.otl-file a:hover {
  color: #f19692;
}

.btn-ven {
  margin-top: 25px;
}
.btn-ven a {
  background-color: #165b8f;
  color: #fff;
  padding: 15px 60px 15px 40px;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 6px;
}
.btn-ven a span {
  font-size: 120%;
  margin-right: 5px;
}
.btn-ven a::after {
  content: "\f2d2";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-ven a:hover {
  background-color: #3e85bb;
}

.b-kyo a {
  background-color: #ad4269;
}
.b-kyo a:hover {
  background-color: #d77096;
}

@media (min-width: 992px) {
  .ab-venue {
    margin-top: 30px;
    padding: 0 0 30px;
    gap: 40px;
  }
  .otl-file a {
    font-size: 2rem;
    padding: 0 0 0 30px;
  }
  .otl-file a::before {
    font-size: 2.4rem;
    top: 5px;
  }
  .btn-ven {
    margin-top: 40px;
  }
  .btn-ven a {
    padding: 20px 60px 20px 40px;
    font-size: 1.8rem;
  }
  .btn-ven a::after {
    font-size: 2rem;
    right: 30px;
  }
}
.inq-info {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 0 20px;
  margin: 30px 0 30px;
}
.inq-info .inq {
  padding: 0;
  width: 80%;
  margin: 0 auto;
}

.link-t {
  text-align: center;
}
.link-t a {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .inq-info {
    padding: 50px 0 30px;
    margin: 120px 0 60px;
  }
  .link-t a {
    font-size: 1.6rem;
  }
}
.inview.fadeup {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(10px);
}

.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}

.inview.fadedown {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateY(-10px);
}

.inview.fadedown.active {
  opacity: 1;
  transform: translateY(0px);
}

.inview.fadeleft {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(-10px);
}

.inview.fadeleft.active {
  opacity: 1;
  transform: translateX(0px);
}

.inview.faderight {
  opacity: 0;
  transition-duration: 0.5s;
  transform: translateX(10px);
}

.inview.faderight.active {
  opacity: 1;
  transform: translateX(0px);
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

/*# sourceMappingURL=style27_t.css.map */
