@charset "UTF-8";
@import "mt_list01.css";
.h2-main, .midashi_h2 {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(322deg, rgb(253, 29, 29) 0%, rgb(253, 135, 40) 16%, rgb(253, 56, 32) 39%, rgb(253, 128, 39) 57%, rgb(253, 63, 33) 81%, rgb(253, 125, 39) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 800px) {
  .h2-main, .midashi_h2 {
    font-size: 40px;
  }
}
.h3-main {
  border-bottom: solid 2px rgb(90, 58, 37);
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 5px;
  padding-left: 20px;
}
.h3-main::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  display: inline-block;
  background: rgb(255, 102, 0);
}
.h3-main::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 16px;
  border-radius: 10px;
  display: inline-block;
  background: rgb(253, 125, 39);
}

@media print, screen and (min-width: 800px) {
  .h3-main {
    font-size: 24px;
  }
  .h3-main::before {
    top: 6px;
    left: 0;
    width: 10px;
    height: 20px;
  }
}
.h4-main {
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.h4-main::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: solid 2px rgb(253, 125, 39);
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
}
.h4-main::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 20px;
  border: solid 2px rgb(253, 125, 39);
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 4px;
}

.focus {
  background-color: #f3f0ee;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 40px;
}
.focus.center {
  text-align: center;
}
.focus.bold {
  font-weight: bold;
}

@media print, screen and (min-width: 800px) {
  .focus {
    padding: 20px 30px;
  }
}
.list-disc li {
  position: relative;
  line-height: 2em;
  padding-left: 20px;
}
.list-disc li:nth-of-type(even)::before {
  background-color: rgb(253, 125, 39);
}
.list-disc li:nth-of-type(odd)::before {
  background-color: rgb(253, 178, 39);
}
.list-disc li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
}

.point {
  position: relative;
  padding-left: 20px;
}
.point::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: rgb(253, 178, 39);
  display: inline-block;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: 6px;
  left: 0;
}

.contentsDate {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FC792B;
}

.list-num {
  margin-bottom: 30px;
  counter-reset: section;
  padding-left: 1em;
}
.list-num.pop li {
  position: relative;
  counter-increment: section;
  position: relative;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.list-num.pop li::before {
  content: counter(section) ".";
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  opacity: 0.2;
  margin-right: 10px;
}

@media print, screen and (min-width: 800px) {
  .list-num.pop li {
    font-size: 20px;
  }
  .list-num.pop li::before {
    font-size: 40px;
  }
}
.list-link {
  margin-bottom: 30px;
  counter-reset: section;
  padding-left: 1em;
}
.list-link li {
  position: relative;
  counter-increment: section;
  position: relative;
  padding: 5px 10px 5px 1.5em;
  display: flex;
  align-items: center;
}
.list-link li::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #FC792B;
  top: 12px;
  left: 6px;
}

.list-asta {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.list-asta li {
  text-indent: -1.5em;
}
.list-asta li::before {
  content: "※";
  padding-right: 0.5em;
  top: 0;
  left: 0;
}

.box-wrap {
  position: relative;
  height: 200px;
}
.box-wrap .box {
  position: absolute;
  top: 0;
  left: 0;
}

.deco-wrap {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.over, .under {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.over {
  display: none;
  z-index: 1000;
  opacity: 0.3;
}

@media print, screen and (min-width: 800px) {
  .over {
    display: block;
  }
}
.wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.wrap .left {
  position: absolute;
  top: 0;
  left: 0;
}
.wrap .left svg {
  position: absolute;
}
.wrap .right {
  position: absolute;
  top: 0;
  right: 0;
}
.wrap .right svg {
  position: absolute;
}

.img-col1 {
  width: 100%;
  height: 100%;
  text-align: center;
}
.img-col1 img {
  max-width: 650px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.img-col2 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.img-col2 li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.img-col2 li img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 1080px) {
  .img-col2 li {
    width: calc(50% - 10px);
  }
}
.img-col3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.img-col3 li {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.img-col3 li img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 1080px) {
  .img-col3 li {
    width: calc(33.3% - 10px);
  }
  .img-col3::after {
    content: "";
    display: block;
    width: calc(33.3% - 10px);
  }
}
.col2-19 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-19 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-19 .right {
  width: 100%;
  position: relative;
}

.col2-28 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-28 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-28 .right {
  width: 100%;
  position: relative;
}

.col2-37 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-37 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-37 .right {
  width: 100%;
  position: relative;
}

.col2-46 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-46 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-46 .right {
  width: 100%;
  position: relative;
}

.col2-55 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-55 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-55 .right {
  width: 100%;
  position: relative;
}

.col2-64 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-64 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-64 .right {
  width: 100%;
  position: relative;
}

.col2-73 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-73 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-73 .right {
  width: 100%;
  position: relative;
}

.col2-82 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-82 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-82 .right {
  width: 100%;
  position: relative;
}

.col2-91 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col2-91 .left {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.col2-91 .right {
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1080px) {
  .col2-19 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-19 .left {
    width: calc(10% - 20px);
    margin-bottom: 0;
  }
  .col2-19 .right {
    width: calc(90% - 20px);
  }
  .col2-19 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-28 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-28 .left {
    width: calc(20% - 20px);
    margin-bottom: 0;
  }
  .col2-28 .right {
    width: calc(80% - 20px);
  }
  .col2-28 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-37 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-37 .left {
    width: calc(30% - 20px);
    margin-bottom: 0;
  }
  .col2-37 .right {
    width: calc(70% - 20px);
  }
  .col2-37 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-46 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-46 .left {
    width: calc(40% - 20px);
    margin-bottom: 0;
  }
  .col2-46 .right {
    width: calc(60% - 20px);
  }
  .col2-46 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-55 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-55 .left {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
  .col2-55 .right {
    width: calc(50% - 20px);
  }
  .col2-55 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-64 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-64 .left {
    width: calc(60% - 20px);
    margin-bottom: 0;
  }
  .col2-64 .right {
    width: calc(40% - 20px);
  }
  .col2-64 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-73 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-73 .left {
    width: calc(70% - 20px);
    margin-bottom: 0;
  }
  .col2-73 .right {
    width: calc(30% - 20px);
  }
  .col2-73 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-82 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-82 .left {
    width: calc(80% - 20px);
    margin-bottom: 0;
  }
  .col2-82 .right {
    width: calc(20% - 20px);
  }
  .col2-82 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
  .col2-91 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .col2-91 .left {
    width: calc(90% - 20px);
    margin-bottom: 0;
  }
  .col2-91 .right {
    width: calc(10% - 20px);
  }
  .col2-91 .right .img-wrap img {
    width: 100%;
    height: auto;
  }
}
.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.col3 .item {
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 1080px) {
  .col3 {
    gap: 10px;
  }
  .col3 .item {
    width: calc(33.3% - 10px);
  }
}
.margin-top0 {
  margin-top: 0px !important;
}

.margin-bottom0 {
  margin-bottom: 0px !important;
}

.margin-left0 {
  margin-left: 0px !important;
}

.margin-right0 {
  margin-right: 0px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-left35 {
  margin-left: 35px !important;
}

.margin-right35 {
  margin-right: 35px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-left40 {
  margin-left: 40px !important;
}

.margin-right40 {
  margin-right: 40px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-left45 {
  margin-left: 45px !important;
}

.margin-right45 {
  margin-right: 45px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

.margin-left50 {
  margin-left: 50px !important;
}

.margin-right50 {
  margin-right: 50px !important;
}

.margin-top55 {
  margin-top: 55px !important;
}

.margin-bottom55 {
  margin-bottom: 55px !important;
}

.margin-left55 {
  margin-left: 55px !important;
}

.margin-right55 {
  margin-right: 55px !important;
}

.margin-top60 {
  margin-top: 60px !important;
}

.margin-bottom60 {
  margin-bottom: 60px !important;
}

.margin-left60 {
  margin-left: 60px !important;
}

.margin-right60 {
  margin-right: 60px !important;
}

.diaryArea {
  display: flex;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.diaryArea .dcont {
  width: 100%;
  float: right;
  order: 2;
  padding: 20px 20px 0 20px;
}
.diaryArea .dcont .d_date {
  font-size: 16px;
  color: #666;
}
.diaryArea .dcont .d_title {
  font-size: 22px;
  margin-bottom: 10px;
}
.diaryArea .dcont .d_link {
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #FC792B;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.diaryArea .dcont .d_link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 130%;
  display: inline-block;
  transition: left 0.3s ease;
  transform: skewX(-45deg);
  opacity: 0.2;
}
.diaryArea .dcont .d_link:hover::after {
  left: 90%;
}
.diaryArea .thumb {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  border-radius: 6px;
  float: left;
  font-size: 0;
  order: 1;
}
.diaryArea .thumb a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.diaryArea .thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 1080px) {
  .diaryArea {
    flex-wrap: nowrap;
  }
  .diaryArea .dcont {
    padding: 0 20px;
  }
  .diaryArea .thumb {
    max-width: 200px;
    max-height: auto;
  }
}
.dl-list-1 {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-bottom: 40px;
  position: relative;
  border: solid 6px #f6f6f6;
}
.dl-list-1::before {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  border: solid 2px #ffc89b;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 4px;
}
.dl-list-1 dt {
  width: 100%;
  padding: 15px;
  background-color: #fff8f3;
  color: #ff7300;
  font-weight: bold;
}
.dl-list-1 dd {
  width: 100%;
  padding: 15px;
}
.dl-list-1 dd:not(:last-of-type) {
  border-bottom: solid 1px #ffe1c8;
}

@media print, screen and (min-width: 1080px) {
  .dl-list-1 dt {
    width: auto;
    flex: 0 0 260px;
  }
  .dl-list-1 dt:not(:last-of-type) {
    border-bottom: solid 1px #ffe1c8;
  }
  .dl-list-1 dd {
    width: calc(100% - 260px);
  }
}
.dl-calendar {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-bottom: 40px;
}
.dl-calendar dt {
  width: 100%;
  padding: 15px;
  color: #FC792B;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 20px;
}
.dl-calendar dd {
  width: 100%;
  padding: 15px;
  background-color: #fff4ed;
  font-weight: bold;
  color: #ff5e00;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
  border: solid 1px #ffddc7;
  border-bottom: solid 3px #ffddc7;
}
.dl-calendar dd:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #fff4ed transparent transparent transparent;
  position: absolute;
  top: calc(100% - 4px);
  left: 15%;
  transform: translateX(-50%);
  z-index: 2;
}
.dl-calendar dd:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #ffddc7 transparent transparent transparent;
  position: absolute;
  top: calc(100% + 0px);
  left: 15%;
  transform: translateX(-50%);
  z-index: 1;
}

@media print, screen and (min-width: 1080px) {
  .dl-calendar dt {
    width: auto;
    flex: 0 0 260px;
    margin-bottom: 30px;
  }
  .dl-calendar dt:not(:last-of-type) {
    border-bottom: solid 1px #ffe1c8;
  }
  .dl-calendar dd {
    width: calc(100% - 260px);
  }
  .dl-calendar dd:not(:last-of-type)::before, .dl-calendar dd:not(:last-of-type)::after {
    content: "";
    left: 5%;
  }
}
.dl-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.dl-tags dt {
  width: 100%;
  background-color: #fff8f3;
  border-radius: 10px 10px 0 0;
  padding: 8px 10px 0 10px;
  line-height: 1em;
  border-left: solid 1px #ffbf9c;
  border-right: solid 1px #ffbf9c;
  border-top: solid 1px #ffbf9c;
  display: flex;
  align-items: center;
}
.dl-tags dt .date {
  font-weight: bold;
  color: #FC792B;
  white-space: nowrap;
}
.dl-tags dt span {
  font-size: 13px;
  border-radius: 10px;
  padding: 2px 10px;
  line-height: 1em;
  font-weight: bold;
  margin: 1px 3px;
  display: inline-block;
  background-color: #f67935;
  color: #fff;
}
.dl-tags dd {
  width: 100%;
  display: flex;
  background-color: #fff8f3;
  border-radius: 0 0 10px 10px;
  padding: 5px 10px;
  margin-bottom: 2px;
  border-left: solid 1px #ffbf9c;
  border-right: solid 1px #ffbf9c;
  border-bottom: solid 1px #ffbf9c;
  color: #4d1c02;
  font-weight: bold;
}

.linkList01 {
  margin-bottom: 60px;
}
.linkList01 li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.8em;
}
.linkList01 li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  border-right: solid 3px #fdb227;
  border-top: solid 3px #FC792B;
  transform: rotate(45deg);
}
.linkList01 li a {
  font-size: 1.1em;
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  color: #500000;
  display: inline-block;
  line-height: 1.8em;
}

#inf_pdf {
  background-color: #f6f6f6;
  border: solid 1px #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

#album_list_wrap {
  margin-bottom: 40px;
}
#album_list_wrap ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px 15px;
}
#album_list_wrap ul li a {
  display: block;
  border-radius: 6px;
  width: 100%;
  height: 280px;
  overflow: hidden;
  font-size: 0;
  margin-bottom: 5px;
}
#album_list_wrap ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 680px) {
  #album_list_wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1080px) {
  #album_list_wrap ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.medium-zoom-overlay,
.medium-zoom-image--opened {
  z-index: 99999;
}

.medium-zoom-overlay {
  background-color: rgba(48, 48, 48, 0.609) !important;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.medium-zoom-image--opened {
  -o-object-fit: contain;
     object-fit: contain;
}

.dl-claim {
  margin-bottom: 20px;
}
.dl-claim dt {
  color: #FC792B;
  font-size: 13px;
  padding-left: 15px;
  margin-bottom: -10px;
}
.dl-claim dd {
  padding: 10px 15px;
  background-color: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 10px;
}
.dl-claim dd .c-title {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}
.dl-claim dd .c-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #FC792B;
  top: 6px;
  left: 3px;
}
.dl-claim dd .c-content {
  display: flex;
  padding-left: 1em;
  padding-top: 10px;
  border-top: dotted 1px #ccc;
  margin-top: 10px;
}
.dl-claim dd .c-content .c-point {
  font-weight: bold;
  white-space: nowrap;
}
.dl-claim dd .next-wrap {
  margin-top: 10px;
}

@media print, screen and (min-width: 1080px) {
  .dl-claim dt {
    font-size: 16px;
  }
}
.scroll-table {
  overflow: auto;
  margin-bottom: 1.5em;
}

.table-01, .table-02 {
  position: relative;
  min-width: 640px;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 6px #F6F6F6;
  border-radius: 4px;
}
.table-01 tbody, .table-02 tbody {
  border: solid 2px #fdb227;
}
.table-01 th, .table-02 th {
  padding: 8px;
  font-weight: bold;
  text-align: center;
  line-height: 120%;
  background-color: #fdb227;
  border: 1px solid #FC792B;
}
.table-01 td, .table-02 td {
  padding: 8px;
  line-height: 120%;
  border: 1px solid #FC792B;
}

@media print, screen and (min-width: 1080px) {
  .table-01 {
    width: 100%;
  }
  .table-02 {
    min-width: auto;
  }
}
.g-map {
  width: 100%;
  position: relative;
  aspect-ratio: 2/1;
  margin-bottom: 1em;
}
.g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

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

.text-bold {
  font-weight: 700;
}

.fs-150 {
  font-size: 150%;
}

.fs-120 {
  font-size: 120%;
}

.fc-main {
  color: #FC792B;
}

a.link-btn01 {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background-color: #FC792B;
  border-radius: 100px;
  padding: 0.6em 1.5em;
  transition: background-color 0.2s ease 0s;
}
a.link-btn01:hover {
  background-color: #fdb227;
}

@media print, screen and (min-width: 1080px) {
  a.link-btn01 {
    font-size: 18px;
  }
}
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.content > p {
  margin-bottom: 20px;
}

.second-head {
  width: 100%;
  height: 200px;
  position: relative;
}
.second-head .img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.second-head .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.h1-wrap {
  background-color: #FC792B;
  border-radius: 10px;
  padding: 10px 20px;
  color: #fff;
  display: inline-block;
  margin-top: -100px;
  margin-bottom: 40px;
}
.h1-wrap h1 {
  font-size: 28px;
}

@media print, screen and (min-width: 800px) {
  .second-head {
    height: 460px;
  }
  .h1-wrap {
    padding: 30px 40px;
  }
  .h1-wrap h1 {
    font-size: 40px;
  }
}
.pankuzu li {
  display: inline-block;
  font-size: 14px;
}
.pankuzu li a {
  color: #fff;
}
.pankuzu li:not(:last-of-type)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 3px;
}

.wide-content {
  width: 100%;
  background-color: #F6F6F6;
  padding: 0 10px;
  font-size: 80%;
  position: relative;
  inset: 0;
}
.wide-content > .inner {
  width: 100%;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  transform: translateY(-30px);
  z-index: 100;
  background-color: #fff;
  border-radius: 10px;
}
.wide-content > .inner .limit {
  width: 100%;
  max-width: 1260px;
  padding: 0 0 30px 0;
  margin: 0 auto;
  position: relative;
}

@media print, screen and (min-width: 800px) {
  .wide-content {
    padding: 0 60px;
    font-size: 100%;
  }
  .wide-content .inner {
    padding: 0 30px;
  }
  .wide-content .inner .limit {
    padding: 0 30px 80px 30px;
  }
}
.lum-lightbox.lum-open {
  z-index: 99999;
}
