    @charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&Shippori+Mincho:wght@700&display=swap");

.fontMincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.antiqueFrame {
  /* 枠線 */
  outline: 1px solid #911013;
  outline-offset: -6px;
  border: 2px solid #911013;

  /* 四隅 */
  background-image:
    url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique01--left-top.svg),
    url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique01--right-top.svg),
    url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique01--right-bottom.svg),
    url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique01--left-bottom.svg);
  background-position:
      left top,
      right top,
      right bottom,
      left bottom;
  background-repeat: no-repeat;
  background-size: 60px;
}

.antiqueBorder {
  position: relative;

  &::before, &::after {
    display: block;
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    height: 24px;
    background-position: center;
    background-size: contain;
  }
  
  
  &.antiqueBorder--top::before {
    content: '';
    background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique02--top.svg);
    top: 10px;
  }

  &.antiqueBorder--bottom::after {
    content: '';
    background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique02--bottom.svg);
    bottom: 10px;
  }

  &.antiqueBorder--both {
      &::before {
        content: '';
        background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique02--top.svg);
        top: 10px;
      }
    
      &::after {
        content: '';
        background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_antique02--bottom.svg);
        bottom: 10px;
      }
  }
}

.bgColor03 {
  background-color: #e0dcd9;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
/*----------------------*/

.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/*----------------------*/

.mainvisualWrap01 {
  position: relative;
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/mv_img@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  height: 400px;
}
/* .mainvisualWrap01::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/mv_img@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  height: 400px;
  filter: blur(8px);
  z-index: -1;
} */
.mainTit01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 400px;
}
.mainTit01 img {
  width: 100%;
  height: auto;
}

/*------------------------*/

.ancBlock01 {
  text-align: center;
  padding: 44px 0px;
  background-color: #fff;
}

.ancBlock01Text {
  font-size: 18px;
  margin-bottom: 6px;
}

.ancBtnWrap01 {
  display: flex;
  justify-content: center;
  /*column-gap: 20px;*/
}

.ancBtn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px 40px;
  /* height: 60px; */
  width: 700px;
  background-color: #5c0702;
  border-radius: 6px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
}
a.ancBtn01:link {
  color: #ffffff;
  text-decoration: none;
}
a.ancBtn01:visited {
  color: #ffffff;
  text-decoration: none;
}
a.ancBtn01:hover {
  color: #ffffff;
  text-decoration: none;
}
a.ancBtn01:active {
  color: #ffffff;
  text-decoration: none;
}

.ancBtn01::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  width: 11px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.ancBtn02Wrap01 {
  text-align: right;
  width: 700px;
  margin: 0 auto;
}
.ancBtn02 {
  font-size: 16px;
  line-height: 1.5em;
}
a.ancBtn02:link {
  color: #007aff;
  text-decoration: underline;
}
a.ancBtn02:visited {
  color: #007aff;
  text-decoration: underline;
}
a.ancBtn02:hover {
  color: #007aff;
  text-decoration: none;
}
a.ancBtn02:active {
  color: #007aff;
  text-decoration: none;
}

/*----------------------------*/

.contBlock01 {
  background-color: #e7d4bc;
  padding: 80px 0px;
}
.contBlock07 {
  background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/bg_contBlock07.png);
  background-repeat: repeat;
  background-size: 400px;
  background-color: #911013;
  padding: 80px 0px;
}
.contBlock02 {
  padding: 80px 0px;
}
.contH201 {
  text-align: center;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 30px;
}
.contH201::after {
  content: "";
  width: 20px;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #5c0702;
}
.contBlock07 .contH201 {
  text-align: center;
  position: relative;
  padding: 20px 160px;
  margin: 30px auto;
  border-radius: 100px;
  width: fit-content;
  outline-offset: -6px;
  outline: 1px solid #fffe62;
  border: 2px solid #fffe62;
  background-color: #000000;
}
.contBlock07 .contH201::after  {
  content: none;
}
/* .contBlock07 .contH201::after {
  background-color: #fffe62;
} */
.contBlock05 .contH201::after {
  background-color: #ff5555;
}
.contBlock01 .contH201 .deco01 {
  background-color: #fff9e2;
}
.contBlock07 .contH201 .deco01 {
  background-color: #d25575;
}
.contBlock02 .contH201 .deco01 {
  background-color: #e0dcd9;
}
.contH201 .deco01 {
  display: block;
  margin: auto;
  width: 140px;
  height: 140px;
  clip-path: circle(calc(140px / 2));
  /* clip-path: ellipse(50% 30% at 50% 50%); */
  position: relative;
}
.contH201 .deco01 img {
  position: absolute;
  inset: 30px 0 auto;
  margin: auto;
  display: block;
}
.contBlock01 .contH201 .deco01 img {
  height: 40px;
}
.contBlock07 .contH201 .deco01 img {
  height: 40px;
}
.contBlock02 .contH201 .deco01 img {
  height: 40px;
}
.contBlock05 .contH201 .deco01 {
  display: block;
  width: 43px;
  margin: 20px auto 10px;
}
.contH201 .text01 {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #5c0702;
}
.contBlock07 .contH201 .text01 {
  color: #fffe62;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 6px;
    display: block;
    width: 73px;
    height: 40px;
    background: url(/attending/t/fuk-i/fuk_soudankai/images/pc/deco_contBlock07.svg) no-repeat center / contain;
  }

  &::before {
    translate: -200px;
  }

  &::after {
    translate: 110px;
    scale: -1 1;
  }
}
.contBlock05 .contH201 .text01 {
  color: #ff5555;
}
/*---------------------*/
.point {
  width: 1024px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
}
.point ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
}
.point ul .column_2 {
  display: flex;
  gap: 50px;
}
.point ul .column_2 > .slideCont {
  width: 50%;
}
.point ul .column_2 > .slideCont:first-of-type::before {
  content: "";
  position: absolute;
  border-right: 1px solid #999;
  right: -25px;
  top: 0;
  width: 100%;
  height: 100%;
}
.point li {
  padding-block: 10px;

  &:not(:last-child) {
    position: relative;
    border-bottom: 1px solid #911013;

    &::before, &::after {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background-color: #911013;
      position: absolute;
      bottom: -4px;
      rotate: 45deg;
    }

    &::before {
      left: 0;
    }

    &::after {
      right: 0;
    }
  }
}
.slideCont {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 0;
}
.slideCont_pht img {
  height: 50px;
}
.slideCont_pht {
  position: relative;
}
.slideCont_pht .cap {
  /* position: absolute;
	bottom: -12px;
	right: 0; */
  font-size: 10px;
  text-align: right;
  display: block;
}

.slideFlex01 {
  display: flex;
  gap: 0px 10px;
  align-items: center;
}
.slideFlex01 .box01 {
  flex-shrink: 0;
}
.slideFlex01 .box01 p {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 50px;
  background-color: #911013;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slideFlex01 .box01 p > span {
  font-size: 26px;
}

.slideFlex01 .box02 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 500;
}
.slideFlex01 .box02 p span {
  font-size: 16px;
}
.slideFlex01 .box02 p .emphasis {
  background-color: #ffdeca;
  padding: 0 0.2em;
  margin-right: 0.2em;
  font-size: 17px;
  font-weight: 600;
}
.slideFlex01 .box02 .txt_link {
  text-decoration: underline;
}

.point_note {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
}

/* .swiper-button-prev {
	background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/slide_prev01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3.75vw;
	width: 3.75vw;
	height: 3.75vw;
	top: 40%;
	left: 50%;
	margin-left: -18.6vw;
}
.swiper-button-prev::after {
	display: none;
}

.swiper-button-next {
	background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/slide_next01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 3.75vw;
	width: 3.75vw;
	height: 3.75vw;
	top: 40%;
	right: 50%;
	margin-right: -18.6vw
}
.swiper-button-next::after {
	display: none;
}

.swiper-pagination {
	bottom: -40px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFA36A !important;
} */

/*------------------------*/

.bgColWh01 {
  background-color: #fffdf5;
}


.block02Box01 {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 34px 22px 44px;
}

.contH301 {
  text-align: center;
  margin-bottom: 22px;
}
.contH301 .h301 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 34px;
  height: 62px;
  border: 1px solid #5c0702;
  border-radius: 10px;
  color: #5c0702;
  font-size: 26px;
  line-height: 1em;
  font-weight: 500;
}
.contH301 .contH301_note {
  text-align: center;
  margin-top: 8px;
}

/*--------------------*/

.contBlock03 {
  padding: 0 0px 120px;
}

.contH302 {
  text-align: center;
  margin-bottom: 50px;
}
.contH302 .h301 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: fit-content;
  height: 62px;
  margin: auto;
  border-radius: 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1em;
  font-weight: 500;
}

.kaijyouFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0px;
}
.kaijyouFlex01 li {
  width: 480px;
}

.contAc01 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
}
.contAc01 .p01 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 0;
  width: 180px;
  height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  border-radius: 6px;
  margin-right: 15px;
}
.contAc01 .p02 {
  font-size: 26px;
  line-height: 1em;
}
.contAc01 .p02 .badge {
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
    rotate: 10deg;
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto;
    clip-path: circle(50%);
    background-color: #fcd852;
    width: 140px;
    height: 140px;
    text-align: center;
    color: #911013;
    outline: 3px solid #b4113a;
    font-feature-settings: 'palt';
    padding: 45px 0 0 4px;
    letter-spacing: 0;

  span {
    font-size: 16px;
  }
}
.kaijyouTxts {
  display: flex;
  /* gap: 20px;
	justify-content: center; */
  align-items: center;
  position: relative;
  min-height: 56px;
}
.kaijyouPht + .kaijyouTxt {
  width: 390px;
  margin-left: auto;
  margin-right: 0;
}
.kaijyouTxt {
  margin-bottom: auto;
  text-align: center;
  width: 100%;
}
.kaijyouPht {
  /* margin-left: 10px; */
  rotate: -10deg;
  left: 10px;
  position: absolute;
  top: -40px;
}
.kaijyouPht img {
  width: 60px;
  height: auto;
  margin: 0;
}
.kaijyouTokuten {
  background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/ribbon02.svg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
  height: 40px;
  font-size: 18px;
  color: #333;
  margin: 10px auto 6px;
  text-align: center;
  font-weight: 700;
}

.kaijyouBtn01 {
  margin-top: 20px;
}
.kaijyouBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5c0702;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 60px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
}
.kaijyouBtn01 a::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.kaijyouBtn01 a.disable {
  pointer-events: none;
  background-color: #ddd;
}
.kaijyouBtn01 .justify-start {
  justify-content: start;
}
.kaijyouBtn01 .justify-start + .justify-start {
  margin-top: 10px;
}

.kaijyouBtn02 {
  margin-top: 20px;
}
.kaijyouBtn02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007aff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 60px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
}
.kaijyouBtn02 a::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.kaijyouBtn02 .justify-start {
  justify-content: start;
}
.kaijyouBtn02 .justify-start + .justify-start {
  margin-top: 10px;
}

/*-------------------------*/

.contBlock03.contA .Common21__inner {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 34px 22px 44px;
}
.contA .contH302 .h301 {
  background-color: #57b455;
}
.contA .contAc01 .p01 {
  color: #911013;
  border: 2px solid #911013;
}
.contA .contAc01 .p02 {
  color: #911013;
}

.contBlock03.contB {
  background-color: #faf3ea;
}
.contB .contH302 .h301 {
  background-color: #db9941;
}
.contB .contAc01 .p01 {
  color: #db9941;
  border: 1px solid #db9941;
}
.contB .contAc01 .p02 {
  color: #db9941;
}

.contBlock03.contC {
  background-color: #eef8ea;
}
.contC .contH302 .h301 {
  background-color: #66ac4c;
}
.contC .contAc01 .p01 {
  color: #66ac4c;
  border: 1px solid #66ac4c;
}
.contC .contAc01 .p02 {
  color: #66ac4c;
}

/*------------------------*/

.contBlock04 {
  padding: 50px 0px;
}
.block04Box01 {
  text-align: center;
  padding: 28px;
  color: #ff5555;
  font-size: 24px;
  line-height: 1.9em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  text-align: left;
}
.block04Box01 .s01 {
  display: inline-block;
  padding: 3px 5px 4px;
  background-color: #911013;
  color: #ffffff;
  line-height: 1em;
}
.block04Box01 p:last-of-type {
  color: #333;
  font-size: 18px;
  line-height: 1.7;
}
.block04Box01_btn {
  position: relative;
  display: flex;
  max-width: 480px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  background-color: #5c0702;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.block04Box01_btn::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.block04ContBox01 {
  margin-top: 50px;
}
.detailH301 {
  font-size: 24px;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 60px;
  background-color: #cccccc;
  margin-bottom: 10px;
}

.hallTot01 {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}
.hallTot01 img {
  width: 381px;
  height: auto;
}
.hallFlex01 {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.hallFlex01 .box01 {
  width: 484px;
}
.hallFlex01 .box02 {
  width: 510px;
}

.hallFlex02 {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  gap: 20px;
}

.hallDl01 {
  /* margin-bottom: 25px; */
  width: 100%;
}
.hallDl01 dt {
  background-color: #666666;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 36px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 14px;
}
.hallDl01 dd {
  font-size: 16px;
  line-height: 1.5;
}
.hallDl01 dd .p01 {
  margin-bottom: 0px;
}

.mapBtn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}
.mapBtn02,
.mapBtn01 {
  width: 100%;
}
.mapBtn02 a,
.mapBtn01 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 50px 10px 0px;
  height: 60px;
  border-radius: 10px;
  background-color: #ffffff;
  font-size: 22px;
  line-height: 1em;
  font-weight: 500;
  border-width: 2px;
  border-style: solid;
}
.mapBtn01 a {
  border-color: #007aff;
}
.mapBtn02 a {
  border-color: #5c0702;
}
.mapBtn01 a:link {
  color: #007aff;
  text-decoration: none;
}
.mapBtn01 a:visited {
  color: #007aff;
  text-decoration: none;
}
.mapBtn01 a:hover {
  color: #007aff;
  text-decoration: none;
}
.mapBtn01 a:active {
  color: #007aff;
  text-decoration: none;
}
.mapBtn02 a:link {
  color: #5c0702;
  text-decoration: none;
}
.mapBtn02 a:visited {
  color: #5c0702;
  text-decoration: none;
}
.mapBtn02 a:hover {
  color: #5c0702;
  text-decoration: none;
}
.mapBtn02 a:active {
  color: #5c0702;
  text-decoration: none;
}

.mapBtn02 a::after,
.mapBtn01 a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 58px auto;
  width: 58px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-60%);
}
.mapBtn02 a::after {
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar05.svg");
}
.mapBtn01 a::after {
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar03.svg");
}

.detailText16_16_n {
  font-size: 16px;
  line-height: 1.6em;
}
.detailText01 {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 10px;
}

.contactFlex01 {
  display: flex;
  gap: 0px 55px;
  margin: 15px auto 18px;
}
.contactFlex01 li {
  display: flex;
  align-items: center;
}
.contactFlex01 li .p01 {
  margin-right: 12px;
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 5px;
  text-align: center;
  width: 76px;
  border: 2px solid #333333;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.contactFlex01 li .p02 {
  font-size: 40px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.detailTextBox01 {
  text-align: center;
  margin: 15px auto 20px;
}

.detailFlex01 {
  display: flex;
  justify-content: space-between;
}
.detailFlex01 li {
  width: 48.8%;
}

.contBtn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 60px;
  /* border: 2px solid #3FBF48; */
  border-radius: 10px;
  background-color: #ccc;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 500;
}
/* a.contBtn01:link {	color: #3FBF48;	text-decoration: none;}
a.contBtn01:visited {	color: #3FBF48;	text-decoration: none;}
a.contBtn01:hover {	color:#3FBF48;	text-decoration: none;}
a.contBtn01:active {	color:#3FBF48;	text-decoration: none;} */

.contBtn01::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar06.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-60%);
}

.contBtn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  height: 60px;
  /* border: 2px solid #007AFF; */
  border-radius: 10px;
  background-color: #ccc;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 500;
}
/* a.contBtn02:link {	color: #007AFF;	text-decoration: none;}
a.contBtn02:visited {	color: #007AFF;	text-decoration: none;}
a.contBtn02:hover {	color:#007AFF;	text-decoration: none;}
a.contBtn02:active {	color:#007AFF;	text-decoration: none;} */

.contBtn02::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar06.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-60%);
}

.contBlock05 {
  background-color: #ffe2e2;
  padding: 20px 0px 150px;
  position: relative;
}
.contBlock05::before {
  background-color: #ffe2e2;
  clip-path: circle(50%);
  content: "";
  position: absolute;
  top: -120px;
  inset: -50px 0 0 0;
  display: block;
  background-repeat: repeat-y;
  width: 140px;
  height: 140px;
  z-index: 0;
  margin: 0 auto;
}

.contBlock05_boxWrap {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/present_bg.png);
  background-repeat: repeat;
  position: relative;
  border-radius: 20px;
  padding: 20px;
}
.presents_bg {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background-color: #ffd036;
  padding: 20px;
  margin: auto;
  position: relative;
  z-index: 0;
}
.presents_bg::before,
.presents_bg::after {
  content: "";
  background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/il_confetti.png);
  background-repeat: no-repeat;
  background-size: auto 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -20px;
  z-index: -1;
  opacity: 0.9;
}
.presents_bg::before {
  left: -20px;
}
.presents_bg::after {
  right: -20px;
  transform: scale(-1, 1);
}
.presents_tl_wrap {
  position: absolute;
  inset: 0 0 auto;
}
.presents_tl {
  width: 800px;
  margin: -20px 0 auto 61px;
  position: relative;
  z-index: -2;
}
.presents_subtl {
  position: absolute;
  bottom: 50px;
  right: 10px;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
}
.presents_subtl > span {
  background-color: #fff;
  border: #ffa36a solid 2px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
}
.contBlock05_box {
  display: flex;
  justify-content: center;
  gap: 40px 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
  /* width: 900px; */
  margin: 250px auto 0;
}
.contBlock05_txts {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.contBlock05_txts:nth-of-type(1) {
  rotate: -5deg;
  width: 360px;
}
.contBlock05_txts:nth-of-type(2) {
  rotate: 5deg;
  width: 480px;
}
.contBlock05_txts:nth-of-type(3) {
  rotate: -5deg;
  width: 260px;
}
.contBlock05_txts:nth-of-type(4) {
  rotate: 0deg;
  bottom: 14px;
  margin: 0 20px 0 10px;
  width: 350px;
}
/* .contBlock05_txts:nth-of-type(3) .contBlock05_txt02 {
	padding-left: 10px;
} */
.contBlock05_txts:nth-of-type(3) .contBlock05_txt02,
.contBlock05_txts:nth-of-type(4) .contBlock05_txt02,
.contBlock05_txts:nth-of-type(5) .contBlock05_txt02 {
  align-items: flex-start;
}
.contBlock05_txts:nth-of-type(5) {
  rotate: 5deg;
  width: 260px;
}

.contBlock05_txt01 {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  width: 140px;
  height: 40px;
  border-radius: 8px;
  background-color: #fc3637;
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  inset: -20px auto auto;
}
.contBlock05_txts:nth-of-type(1) .contBlock05_txt01 {
  background: none;
  background-image: url(/attending/t/fuk-i/fuk_soudankai/images/pc/ribbon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 0;
  background-position: 50% 70%;
  height: 60px;
  font-size: 28px;
  /* color: #fc3637; */
  color: #333;
  font-weight: 700;
  filter: drop-shadow(2px 2px 4px rgba(252, 54, 55, 0.5));
  top: -30px;
}
.contBlock05_txt01 > span {
  font-size: 19px;
}

.contBlock05_txt02 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  border: 4px solid #ff6965;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contBlock05_txt02 strong {
  font-size: 24px;
}
.contBlock05_txts:nth-of-type(1) .contBlock05_txt02 {
  font-weight: 700;
  color: #fc3637;
  background-color: #fff;
  padding: 5px;
  font-size: 24px;
}
.contBlock05_txt02 span {
  font-size: 16px;
}
.presents_img01 {
  position: absolute;
  width: 110px;
  left: 255px;
  top: 11px;
  rotate: 20deg;
}
.presents_img02 {
  position: absolute;
  width: 110px;
  left: 167px;
  top: 11px;
  rotate: 0deg;
}
.presents_img02 figcaption {
  font-size: 12px;
  text-align: right;
}
.presents_img03 {
  position: absolute;
  width: 155px;
  right: 266px;
  top: -58px;
  rotate: -20deg;
}
.presents_img04 {
  position: absolute;
  width: 90px;
  left: 155px;
  top: 1px;
  rotate: 10deg;
}

.contBlock05_ph figcaption {
  font-size: 12px;
  text-align: right;
}
.contBlock05_notes {
  width: 1024px;
  margin: 20px auto 0;
}
.contBlock05_note {
  text-indent: -1em;
  padding-left: 1em;
}

.schedule {
  display: flex;
  gap: 10px;
  /* max-width: 900px; */
  margin: 20px auto;
}

.times {
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 50px;
  text-align: center;
  font-size: 14px;
  /* padding-top: 40px; */
  position: relative;
}

.time {
  font-size: 16px;
  position: relative;
}
.time span {
  position: absolute;
  inset: auto 0 -29px 0;
}
.time.emphasis span {
  position: absolute;
  inset: auto 0 -33px 0;
}
.time.emphasis > span {
  font-size: 20px;
}

.time_line::after {
  position: absolute;
  content: "";
  background-image: repeating-linear-gradient(90deg, #666, #666 3px, transparent 3px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  height: 1px;
  width: 830px;
  bottom: -18px;
  left: 75px;
}
.time_line.emphasis::after {
  background-image: none;
  background-color: #666;
  height: 2px;
}

.rooms {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 18px;
  padding: 0 20px;
  justify-content: center;
}
.room {
  /* display: flex;
	flex-direction: column;
	gap: 18px; */
  width: 800px;
  position: relative;
}

.room_h {
  text-align: center;
  font-weight: 500;
  padding: 0;
  font-size: 28px;
  translate: 0 -16px;
}
.room_a .room_h {
  color: #57b455;
}
.room_b .room_h {
  color: #db9941;
}
.room_c .room_h {
  color: #66ac4c;
}

.event {
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  height: calc(40px * 1.5);
  position: absolute;
  width: 80%;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
}
.event a {
  width: 100%;
  height: 100%;
  padding: 6px 10px 6px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  background-color: #ffa726;
  border-radius: 6px;
}

/* カラー分け */
.room_a .event a {
  background-color: #5c0702;
}
.room_b .event a {
  background-color: #db9941;
}
.room_c .event a {
  background-color: #66ac4c;
}


.event span {
  /* font-size: 24px; */
}
.event .stamp {
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 24px;
  width: 160px;
  height: 70px;
  background-color: #ffffffd9;
  border: 3px solid #f94800;
  color: #f94800;
  border-radius: 10px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  rotate: -15deg;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 15px;
  text-align: center;
  padding-top: 14px;
  font-feature-settings: "palt" 1;
}
.event .stamp span {
  font-size: 14px;
  color: #333;
  letter-spacing: 0;
}
.room_a .event01 {
  top: calc(40px * 0 + 18px);
}
.room_a .event02 {
  top: calc(40px * 0.5 + 18px);
}
.room_a .event03 {
  top:calc(40px * 1 + 18px);
}
.room_a .event04 {
  top:calc(40px * 1.5 + 18px);
}
.room_a .event05 {
  top:calc(40px * 2 + 18px);
}
.room_a .event06 {
  top:calc(40px * 2.5 + 18px);
}
.room_a .event07 {
  top:calc(40px * 3 + 18px);
}

.room_b .event01 {
  top: 73px;
}
.room_b .event02 {
  top: 134px;
}
.room_b .event03 {
  top: 195px;
}
.room_b .event04 {
  top: 256px;
}
.room_c .event01 {
  top: 83px;
}
.room_c .event02 {
  top: 144px;
}
.room_c .event03 {
  top: 205px;
}
.room_c .event04 {
  top: 226px;
}

.event_txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: #ffd136;
  border-radius: 5px;
  margin-top: 4px;
  padding: 3px 5px;
  color: #333;
  line-height: 1.4;
  letter-spacing: 0;
  width: 100%;
}
.eventWappen {
  width: 60%;
  background: #fff;
  padding: 5px 0 7px;
  border: 2px solid #fc3637;
  border-radius: 8px;
  color: #fc3637;
  font-size: 23px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: -30px;
  left: 50%;
  translate: -50%;
  pointer-events: none;
  user-select: none;
}
.eventWappen_add {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #fc3637;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: -22px;
  left: 50%;
  translate: -50%;
}
.schedule_note {
  text-align: right;
  margin-top: 32px;
}

.presents_bn {
  width: 600px;
  margin: 0 auto 70px;
}

.halLMap {
  margin: 50px auto 0;
}
.halLMap_h {
  background-color: #00aebd;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto 20px;
}
.halLMap_lists {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
.halLMap_lists > li {
  width: calc((1024px - 40px) / 2);
}
.halLMap_list {
  position: relative;
}
.halLMap_num {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background-color: #00aebd;
  font-weight: 700;
  position: absolute;
  left: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border: solid 4px #75d9e1;
  z-index: 1;
}

.halLMap_ph {
  position: relative;
}

.halLMap_arrow {
  position: absolute;
  bottom: 0;
}
.halLMap_lists li:nth-of-type(1) .halLMap_arrow {
  left: 120px;
  width: 120px;
}
.halLMap_lists li:nth-of-type(2) .halLMap_arrow {
  left: 60px;
  width: 220px;
}
.halLMap_lists li:nth-of-type(3) .halLMap_arrow {
  left: 70px;
  width: 130px;
}
.halLMap_lists li:nth-of-type(4) .halLMap_arrow {
  left: 60px;
  width: 220px;
}
.halLMap_lists li:nth-of-type(5) .halLMap_arrow {
  left: 190px;
  width: 82px;
}

.halLMap_balloon {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #ee83de;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.halLMap_balloon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-7deg);
  transform-origin: top;
}

.halLMap_balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #ee83de transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
  transform: skew(-7deg);
  transform-origin: top;
}
.halLMap_txt {
  line-height: 1.4;
}
.halLMap_txt.map_txt {
  line-height: 1.4;
  text-decoration: underline;
  text-align: right;
}
.halLMap_map {
}
.halLMap_txt {
}

.course_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1024px;
  margin: 50px auto 0;
}

.course_block dl {
  width: 320px;
  margin-bottom: 30px;
}

.course_block dd {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 10px;
  width: 300px;
}

.course_block .blue dd {
  background-color: #57b455;
}

.course_block .brown dd {
  background-color: #db9941;
}
.course_block .green dd {
  background-color: #66ac4c;
}

.contBlock06 {
  background-color: #75b1d4;
  padding: 20px 0px 60px;
  position: relative;
}

.contBlock06::before {
  background-color: #75b1d4;
  clip-path: circle(50%);
  content: "";
  position: absolute;
  top: -120px;
  inset: -50px 0 0 0;
  display: block;
  background-repeat: repeat-y;
  width: 140px;
  height: 140px;
  z-index: 0;
  margin: 0 auto;
}

.contBlock06 .contH201 .deco01 {
  position: relative;
  right: 4px;
  display: block;
  width: 60px;
  margin: 20px auto 10px;
}

.contBlock06 .contH201 {
  margin-bottom: 0;
}

.contBlock06 .contH201::after {
  background-color: #fff;
}

.contBlock06_txt {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  margin: 30px auto 0;
  padding: 20px;
}

.speech1,
.speech2 {
	position: absolute;
	width: 272px;
	height: 150px;
	background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/speech.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}

.speech1 {
    top: -80px;
    left: 50px;
}

.speech2 {
    top: -80px;
    right: 50px;
	transform: scale(-1, 1);
}

.speech2 p {
	transform: scale(-1, 1);
}

.contBlock06_txt em {
  display: inline-block;
  background-color: #b71c1c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5px;
}

.contBlock06_txt span {
  color: #b71c1c;
}

.cruise_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 30px;
}

.cruise_schedule {
  background-color: #fff;
  border-radius: 10px;
  width: 380px;
  padding: 20px 20px 60px;
}

.cruise_schedule .schedule {
  gap: 0;
  margin: 0 auto;
}

.cruise_schedule .schedule .times {
  padding-top: 0;
}

.cruise_schedule .schedule .time_line::after {
  left: 70px;
  width: 250px;
}

.cruise_schedule .schedule .rooms .event {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fca3a0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.cruise_schedule .schedule .rooms .room_a .event01 {
  top: 63px;
}

.cruise_schedule .schedule .rooms .room_a .event02 {
  top: 122px;
}

.cruise_schedule .schedule .rooms .room_a .event03 {
  top: 184px;
}

.cruise_schedule .schedule .rooms .room_a .event04 {
  top: 246px;
}

.cruise_course {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
}

.contBlock06 .h301 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  margin: auto;
  background-color: #fca3a0;
  border-radius: 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}

.cruise_btn {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

.cruise_btn div {
  width: 100%;
}

.cruise_btn_link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 10px;
  height: 100%;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
  padding: 15px 0;
}

.cruise_btn_link::after {
  content: "";
  background-image: url("/attending/t/fuk-i/fuk_soudankai/images/pc/btn_ar02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px auto;
  width: 60px;
  height: 14px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.cruise_btn_link.course {
  background-color: #027bff;
}

.cruise_btn_link.reservation {
  background-color: #ff6a6a;
}

.contH201.setsumei .text01 {
  color: #df4e4a;
}

.contH201.setsumei::after {
  background-color: #df4e4a;
}

.midashiWrap {
  text-align: center;
  margin-bottom: 80px;
}

.midashi {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  color: #333;
  border-top: solid 5px #c50419;
  border-bottom: dotted 2px #c50419;
  padding: 20px 0 24px;
}

.midashi span {
  position: relative;
  display: inline-block;
  color: yellow;
  padding: 0 3px;
}

.midashi span:last-child {
  margin-right: 10px;
}

.midashi span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c50419;
  z-index: -1;
}

.midashi span::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7f000e;
  z-index: -2;
}

.ph01 {
	width: 480px;
    height: 360px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ph01 img {
	width: 135%;
}

.p02 span {
	font-size: 75%;
	line-height: 1.0
}

.event.line04 {
	padding: 0px 10px;
	line-height: 1.1;
}

.event.line04 small {
	display: inline-block;
	line-height: 1.0;
	letter-spacing: -0.1px;
}


.special_item {
  position: relative;
  display: grid;
  grid-template-columns: 200px auto 400px;
  grid-template-areas:
    "heading heading heading"
    "copy copy photo"
    "portrait text photo";
  gap: 20px;
  width: 1024px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 16px;
  line-height: 1.4;
  background-color: #fff;
  border: 2px solid #5c0702;
}
.special_item__heading {
  grid-area: heading;
  font-size: 32px;
  color: #911013;
  text-align: center;
  font-weight: 700;
  border-bottom: 4px double #911013;
}
.special_item__copy {
  grid-area: copy;
}
.special_item__portrait {
  grid-area: portrait;
  border-radius: 80px 80px 0 0;
  overflow: hidden;
}
.special_item .txts {
  grid-area: text;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.special_item .txt01 {
  font-size: 16px;
  color: #fff;
  background-color: #007aff;
  display: inline-block;
  padding: 5px 10px;
}
.special_item .txt02 {
  font-size: 14px;
}
.special_item .txt02 strong {
  font-size: 30px;
}
.special_item .txt03 {
  font-size: 14px;
}
.special_item__photo {
  grid-area: photo;
}
.special_item__badge {
  display: grid;
  place-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 125px;
  aspect-ratio: 1 / 1;
  color: #911013;
  font-feature-settings: 'palt';
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background-color: #fcd852;
  border-radius: 50%;
  border: 2px solid #911013;

  &::before {
    content: '';
    display: block;
    width: 64%;
    height: 64%;
    position: absolute;
    top: 18%;
    left: 18%;
    border-top: 2px dotted #911013;
    border-bottom: 2px dotted #911013;
  }
}