@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
html {
  font-family: "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Sans;
}

body {
  color: #160B07;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Sans;
  line-height: 2;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.container-wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .container-wrap {
    padding: 0 16px;
  }
}
.container-wrap.full {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-wrap.full {
    padding: 0;
  }
}

/*------------------
 setting
------------------*/
.section-ttl {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .section-ttl {
    margin-bottom: 48px;
  }
}
.section-ttl img {
  height: 64px;
}
@media (min-width: 768px) {
  .section-ttl img {
    height: 80px;
  }
}

.section-wrap {
  position: relative;
  padding: 48px 0;
}
@media (min-width: 768px) {
  .section-wrap {
    padding: 80px 0;
  }
}

a {
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:hover img, a:focus img {
  opacity: 0.8;
  transition: all ease 0.25;
}

/*------------------
 header
------------------*/
/*------------------
 mainfv
------------------*/
.mainfv {
  width: 100%;
  height: 0;
  padding-top: 68.5%;
  background-image: url(../img/mainfv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media print {
  .mainfv {
    height: auto;
    padding-top: 0;
  }
  .mainfv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mainfv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: -1;
  }
}
/*------------------
 about
------------------*/
.section-about {
  background: linear-gradient(to right, #FFBF60 0%, #FFE88B 50%, #FFBF60 100%);
}

/*------------------
 summary
------------------*/
.section-summary {
  background: linear-gradient(to bottom right, #FF8534 0%, #FEB048 100%);
}
.section-summary::before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background-image: url(../img/bg_dot.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}
.section-summary .summary-table dt span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  width: 150px;
  background-color: #641403;
  border-radius: 100px;
  padding: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-summary .summary-table dt span {
    font-size: 20px;
    width: 184px;
    margin-bottom: 24px;
  }
}
.section-summary .summary-table dd {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-summary .summary-table dd {
    width: calc(100% - 184px);
    padding-left: 32px;
    margin-bottom: 24px;
  }
}

/*------------------
 event
------------------*/
.section-event {
  background-color: #FCFAF6;
}
.section-event .event-wrap .event-block + .event-block {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px dashed #EF7F1E;
}
@media (min-width: 768px) {
  .section-event .event-wrap .event-block + .event-block {
    margin-top: 32px;
    padding-top: 32px;
  }
}
.section-event .event-wrap .event-block__thumb {
  background: #fff;
  width: 100%;
  height: 212px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .section-event .event-wrap .event-block__thumb {
    width: 340px;
    height: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-event .event-wrap .event-block__txt {
    padding-left: 24px;
    width: calc(100% - 340px);
  }
}
.section-event .event-table dt,
.section-event .event-table dd {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-event .event-table dt,
  .section-event .event-table dd {
    margin-bottom: 12px;
  }
}
.section-event .event-table dt span {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  color: #E55927;
  width: 84px;
  background-color: #FDECD6;
  border-radius: 4px;
  padding: 0;
}
.section-event .event-table dd {
  font-size: 16px;
  line-height: 1.5;
  width: calc(100% - 84px);
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section-event .event-table dd {
    padding-left: 16px;
  }
}

/*------------------
 use
------------------*/
.section-use {
  background-color: #F3EDDA;
}

/*------------------
 store
------------------*/
.section-store .store-tabs .tab {
  font-weight: bold;
  background-color: #fff;
  border: solid 2px #641403;
  color: #641403;
}
.section-store .store-tabs .tab.active {
  background-color: #641403;
  color: #fff;
}
.section-store .store-container .store-contents {
  display: none;
  padding: 40px 0 0;
}
.section-store .store-container .store-contents.show {
  display: block;
}
.section-store .store-container .store-contents .store-block__thumb {
  width: 150px;
}
@media (min-width: 768px) {
  .section-store .store-container .store-contents .store-block__thumb {
    width: 240px;
  }
}
.section-store .store-container .store-contents .store-block__txt {
  padding-left: 8px;
  width: calc(100% - 150px);
}
@media (min-width: 768px) {
  .section-store .store-container .store-contents .store-block__txt {
    padding-left: 12px;
    width: calc(100% - 240px);
  }
}
.section-store .store-container .store-contents .store-block__txt .store-info li {
  align-items: center;
}
.section-store .store-container .store-contents .store-block__txt .store-info li.single-line {
  align-items: center;
}
.section-store .store-container .store-contents .store-block__txt .store-info li.multi-line {
  align-items: flex-start;
}
.event-size{
  padding: 10px;
}
.kokusai-style{
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
  height: 20%;
  margin-top: 5px;  
}
.image-size{
  width: 100%;
  aspect-ratio: 5/4;
}
a {
  text-decoration: none;
  color: blue!important;
}
/* プリント禁止 */
@media print {
  body { display: none !important; }
}
/*------------------
 footer
------------------*/