@charset "UTF-8";
/*----------------------------------------------------------------------
ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  min-width: 1260px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  color: #231815;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------------------------
共通部分
----------------------------------------------------------------------*/
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.mod-inner {
  margin: 0 auto;
  padding: 60px 0;
  width: 1180px;
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 40px 15px;
    width: 100%;
  }
}

.mod-bg {
  background: #FDF8E2;
}

.mod-title {
  text-align: center;
}
.mod-title p {
  display: inline-block;
  position: relative;
  margin: 0 0 40px;
  padding: 0 4em;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .mod-title p {
    margin: 0 0 30px;
    padding: 0 2em;
    font-size: 24px;
  }
}
.mod-title p::before, .mod-title p::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 80px;
  height: 4px;
  background-color: #213A77;
}
@media screen and (max-width: 768px) {
  .mod-title p::before, .mod-title p::after {
    width: 40px;
  }
}
.mod-title p::before {
  left: 0;
}
.mod-title p::after {
  right: 0;
}

.mod-txt {
  margin: 0 0 20px;
}
.mod-txt span {
  display: block;
  text-align: center;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.mod-txt p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.mod-txt p em {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mod-txt p {
    text-align: left;
    font-size: 14px;
  }
}

.mod-btn a {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  padding: 18px 0 20px;
  width: 300px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #C35027;
  color: #FFF;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .mod-btn a {
    font-size: 18px;
  }
}
.mod-btn a:hover {
  opacity: 0.7;
}

.mgb10 {
  margin: 0 0 10px !important;
}

.mgb50 {
  margin: 0 0 50px !important;
}

.marugo {
  font-family: "Zen Maru Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
}

/*----------------------------------------------------------------------
#header
----------------------------------------------------------------------*/
.header {
  background: #213A77;
}

.header-inner {
  margin: 0 auto;
  padding: 50px 20px;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 30px 15px;
    width: 100%;
  }
}
.header-inner h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .header-inner h1 {
    font-size: 20px;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------------------
#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
#footer
----------------------------------------------------------------------*/
.footer {
  background: #213A77 url(../img/bg_wave_blue_bottom.svg) no-repeat;
  background-position: center -3px;
  background-size: contain;
}

.footer-inner {
  margin: 0 auto;
  padding: 100px 20px 50px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 15px;
  }
}

.footer-title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .footer-title {
    font-size: 16px;
  }
}

.footer-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .footer-txt {
    align-items: unset;
    gap: 5px;
  }
}
.footer-txt dl {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer-txt dl {
    align-items: flex-start;
    font-size: 12px;
  }
}
.footer-txt dl dt::after {
  content: '：';
}
@media screen and (max-width: 768px) {
  .footer-txt dl dt {
    min-width: 36px;
  }
}
.footer-txt dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .footer-txt dl dd ul {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .footer-txt dl dd ul li {
    line-height: 1.3;
  }
}
.footer-txt dl dd ul li span {
  display: inline-block;
  margin: 0 15px 0 0;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .footer-txt dl dd ul li span {
    display: block;
    margin: 0;
    width: auto;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/* 全体 */
/*
.content {
	margin: 0 auto;
	width: 1280px;

	@include sp() {
		width: 100%;
	}
}
*/
/* KV */
.kv {
  background: #FDF8E2 url(../img/bg_wave_blue_top.svg) no-repeat;
  background-position: center -25px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .kv {
    background-position: center top;
  }
}
.kv .mod-inner {
  padding: 140px 15px 40px;
}
@media screen and (max-width: 768px) {
  .kv .mod-inner {
    padding: 60px 15px 40px;
  }
}

.kv-maintitle {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv-maintitle {
    margin: 0 auto;
    max-width: 320px;
  }
}

.kv-subtitle {
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .kv-subtitle {
    margin: 0 auto 10px;
    max-width: 240px;
  }
}

.kv-illust {
  position: relative;
}
.kv-illust .kv-illust__1 {
  position: absolute;
  top: -100px;
  right: -130px;
  width: 190px;
}
@media screen and (min-width: 769px) and (max-width: 1420px) {
  .kv-illust .kv-illust__1 {
    top: 20px;
    right: -40px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .kv-illust .kv-illust__1 {
    top: -155px;
    right: -10px;
    width: 40px;
  }
}
.kv-illust .kv-illust__2 {
  position: absolute;
  top: 100px;
  left: -140px;
  width: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1420px) {
  .kv-illust .kv-illust__2 {
    top: 20px;
    left: -50px;
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .kv-illust .kv-illust__2 {
    top: -140px;
    left: -5px;
    width: 40px;
  }
}

/* リード */
.lead {
  padding: 0 0 20px;
}

.lead-txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .lead-txt {
    text-align: left;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05rem;
  }
}

/* 開催日程 */
.schedule {
  background: #FDF8E2 url(../img/bg_wave_white.svg) no-repeat center bottom;
  background-size: contain;
}
.schedule .mod-title p {
  margin: 0 0 20px;
}

.schedule-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .schedule-top {
    gap: 10px;
  }
}

.schedule-top-ic img {
  width: 100px;
}

.schedule-top-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.schedule-top-txt span {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #C35027;
}
.schedule-top-txt span::after {
  position: absolute;
  content: '';
  top: -30px;
  right: -40px;
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url(../img/il_sunburst_right.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .schedule-top-txt span::after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .schedule-top-txt span {
    font-size: 20px;
    line-height: 1.2;
  }
}
.schedule-top-txt p {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .schedule-top-txt p {
    font-size: 16px;
  }
}

.schedule-box ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .schedule-box ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.schedule-box ul li {
  display: flex;
  width: 620px;
  border: solid 2px #213A77;
}
@media screen and (max-width: 768px) {
  .schedule-box ul li {
    flex-direction: column;
    width: 100%;
  }
}

.schedule-box-venue {
  text-align: center;
  padding: 10px 5px;
  font-size: 22px;
  font-weight: 700;
  writing-mode: vertical-rl;
  letter-spacing: 8px;
  background: #213A77;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .schedule-box-venue {
    font-size: 20px;
    writing-mode: unset;
  }
}

.schedule-box-detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  width: 100%;
}
.schedule-box-detail dl {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.schedule-box-detail dl dt {
  text-align: center;
  padding: 10px;
  width: 100px;
  border-radius: 4px;
  font-size: 16px;
  background: #DDE6F5;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dt {
    padding: 5px;
  }
}
.schedule-box-detail dl dd {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dd {
    font-size: 16px;
    line-height: 1.4;
  }
}
.schedule-box-detail dl dd span.date {
  font-weight: 700;
}
.schedule-box-detail dl dd span.num {
  font-size: 36px;
  font-weight: 700;
}
.schedule-box-detail dl dd span.min {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .schedule-box-detail dl dd span.min {
    display: block;
  }
}
.schedule-box-detail dl dd em {
  margin: 0 5px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.schedule-box-detail dl dd em p {
  display: inline-block;
  position: relative;
  top: -1px;
}
.schedule-box-detail dl dd em.sun {
  background: #EF3737;
}
.schedule-box-detail dl dd em.sat {
  background: #5B7DBD;
}

.schedule-list {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .schedule-list {
    padding: 0 0 20px;
  }
}
.schedule-list p {
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 20px 7px;
  border-radius: 20px;
  font-size: 14px;
  background: #5B7DBD;
  color: #FFF;
}
.schedule-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.schedule-list ul li {
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -16px;
}
.schedule-list ul li::before {
  content: '※';
  padding: 0 3px 0 0;
}
.schedule-list ul li a {
  text-decoration: underline;
}
.schedule-list ul li a:hover {
  text-decoration: none;
}

/* プログラム */
.program .mod-inner {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .program .mod-inner {
    padding: 20px 15px 40px;
  }
}

.program-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.program-list ul li {
  display: flex;
  gap: 20px;
  padding: 0 0 20px;
  border-bottom: dotted 2px #213A77;
}
@media screen and (max-width: 768px) {
  .program-list ul li {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.program-list-venue {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 100px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  background: #213A77;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .program-list-venue {
    padding: 5px 20px 6px;
    font-size: 16px;
  }
}

.program-list-detail {
  padding: 10px 0;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .program-list-detail {
    padding: 0;
    width: 100%;
  }
}
.program-list-detail dl {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl {
    flex-direction: column;
    align-items: unset;
    gap: 15px;
  }
}
.program-list-detail dl dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  width: 560px;
  background: #FDF8E2;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl dt {
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
  }
}
.program-list-detail dl dt p {
  font-size: 24px;
  font-weight: 700;
  color: #C35027;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl dt p {
    font-size: 20px;
    line-height: 1.4;
  }
}
.program-list-detail dl dt span {
  font-size: 18px;
  color: #C35027;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl dt span {
    font-size: 16px;
    line-height: 1.2;
  }
}
.program-list-detail dl dd p {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl dd p {
    font-size: 14px;
  }
}
.program-list-detail dl dd span {
  display: inline-block;
  margin: 10px 0 0;
  padding: 9px 10px 11px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  background: #C35027;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .program-list-detail dl dd span {
    font-size: 18px;
  }
}

/* 問い合わせ先 */
.contact-inner {
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  .contact-inner {
    margin: 0;
  }
}

.contact-txt {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .contact-txt {
    flex-wrap: wrap;
  }
}
.contact-txt p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .contact-txt p {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.contact-txt span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contact-txt span {
    font-size: 16px;
  }
}

.contact-list p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-list p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.contact-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .contact-list ul {
    gap: 0;
  }
}
.contact-list ul li {
  display: flex;
}
.contact-list ul li dl {
  display: flex;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contact-list ul li dl {
    font-size: 16px;
  }
}
.contact-list ul li dl dt::after {
  content: '：';
}
