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

@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Condiment&family=IBM+Plex+Sans+JP:wght@400;500&family=Noto+Sans+JP:wght@100..900&display=swap");

body {
  /* word-break: auto-phrase; */
  text-spacing-trim: trim-start;
}

/* 終了告知文 */
/* .Post {
  font-size: 22px;
  font-weight: 600;
  color: #c00;
  text-align: center;
} */

/* H1 */
#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.MainVisual {
  position: relative;
  background-color: #0b0911;
  background-image: url("/attending/t/eclipse/images/mv-BP25-058917D.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
}

.MainVisual .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 836px;
  height: 249px;
}

.MainVisual .Deco {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.En {
  font-size: 14px;
  color: #a6a61f;
  font-family: "Condiment", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 5px;
}

.Heading {
  position: relative;
  font-size: 34px;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  text-align: center;
  margin-bottom: 80px;
}

.Heading::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/attending/t/eclipse/images/heading-deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 190px;
  height: 13px;
}

.Numbers {
  font-size: 20px;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.Block_seo,.Block_about,.Block_tour {
  background-color: #fafafa;
}

/* Block_seo */
.Block_seo {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
}

.Block_seo::after {
  content: "";
  position: absolute;
  bottom: -740px;
  right: 0;
  display: block;
  background-image: url(/attending/t/eclipse/images/bg-deco1.png);
  background-repeat: no-repeat;
  width: 502px;
  height: 912px;
  opacity: 0.5;
}

.Seo {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

/* Block_about */
.Block_about {
  position: relative;
  padding: 60px 0 100px;
  overflow: hidden;
  z-index: 1;
}

.Block_about::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  display: block;
  background-image: url("/attending/t/eclipse/images/bg-deco2.png");
  background-repeat: no-repeat;
  width: 484px;
  height: 943px;
  z-index: -1;
}

.Group_about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Group_about:last-of-type {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.Group_about figure {
  width: 450px;
  height: auto;
}

.Group_about dl {
  width: 534px;
  height: auto;
}

.Group_about dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #000;
  font-size: 22px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.Group_about dl dt::before {
  content: "";
  display: block;
  background-image: url("/attending/t/eclipse/images/il-sun.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 26px;
  height: 26px;
  margin-bottom: 2px;
  margin-right: 10px;
}

.Group_about dl dd {
  font-weight: 300;
}

/* Block_point */
.Block_point {
  background-color: #edeef0;
  padding: 80px 0 100px;
}

.Group_point {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border: solid 1px #a6a61f;
  padding: 40px;
  row-gap: 30px;
}

.Group_point::before,
.Group_point::after {
  content: "";
  position: absolute;
  background-color: #a6a61f;
  width: 20px;
  height: 20px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.Group_point::before {
  top: 0;
  left: 0;
}

.Group_point::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.Group_point h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dede78;
  background: linear-gradient(90deg, rgba(222, 222, 120, 1) 0%, rgba(166, 166, 31, 1) 40%, rgba(156, 156, 25, 1) 100%);
  width: 100%;
  height: 55px;
  font-size: 22px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.Group_point h3::before {
  content: "";
  display: block;
  background-image: url("/attending/t/eclipse/images/il-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 29px;
  height: 34px;
}

.Group_point h3::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  background-color: #a6a61f;
  clip-path: polygon(100% 0, 0 0, 50% 60%);
}

.Group_point figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: auto;
}

.Point_list {
  counter-reset: num;
  list-style: none;

  width: 530px;
  height: auto;
  font-size: 15px;
  font-weight: 300;
}

.Point_list li:not(:first-of-type) {
  margin-top: 14px;
}

.Point_list li p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
}

.Point_list li p::before {
  /* ポイント内カウンター */
  counter-increment: num;
  content: counter(num);

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a6a61f;
  font-size: 20px;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

/* ポイント内tab */
.Block_point .tab-menu__container {
  margin-top: 50px;
}

.Block_point .tab-menu__head {
  display: flex;
  column-gap: 10px;
  color: #fff;
}

.Block_point .tab-menu__head li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 10px 10px;
  cursor: pointer;
}

.Block_point .tab-menu__head li.is-active {
  padding: 15px 10px 12px;
}

.Block_point .tab-menu__head li:not(.is-active) {
  border-bottom: solid 2px #edeef0;
}

.Block_point .tab-menu__head li::before {
  content: "";
  display: block;
  background-image: url("/attending/t/eclipse/images/il-flag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 29px;
  height: 34px;
}

.Block_point .tab-menu__head li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 98%;
  height: 1px;
  background-color: #fff;
}

.Block_point .tab-tour,
.Block_point .content-tour {
  background-color: #52461e;
}

.Block_point .tab-cruise,
.Block_point .content-cruise {
  background-color: #244fa0;
}

.Block_point .tab-menu__main {
}

.Block_point .tab-menu__main li {
  display: none;
  color: #fff;
  line-height: 1.6;
  padding: 20px;
}

.Block_point .tab-menu__main li.is-active {
  display: block;
}

.Block_point .tab-content__inner {
  counter-reset: cnt;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.Block_point .tab-content__inner dl {
  background-color: #fff;
  width: calc(50% - (12px / 2));
  color: #333;
  padding: 20px;
}

.Block_point .tab-content__inner dl dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.Block_point .tab-content__inner dl dt::before {
  /* タブ内カウンター */
  counter-increment: cnt;
  content: counter(cnt);

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Afacad", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.Block_point .content-tour .tab-content__inner dl dt::before {
  background-color: #52461e;
}

.Block_point .content-cruise .tab-content__inner dl dt::before {
  background-color: #244fa0;
}

.Block_point .tab-content__inner dl dd figure {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 14px;
}

.Block_point .tab-content__inner dl dd figure img {
  width: 200px;
  height: auto;
}

.Block_point .tab-content__inner dl dd figure figcaption {
  font-size: 15px;
}

/* Block_tour */
.Block_tour {
  position: relative;
  padding: 80px 0 100px;
  overflow: hidden;
  z-index: 1;
}

.Block_tour::before,
.Block_tour::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  z-index: -1;
}

.Block_tour::before {
  top: -340px;
  right: 0;
  background-image: url("/attending/t/eclipse/images/bg-deco3.png");
  background-position: right top;
  width: 408px;
  height: 971px;
}

.Block_tour::after {
  bottom: 0;
  left: 0;
  background-image: url("/attending/t/eclipse/images/bg-deco4.png");
  width: 514px;
  height: 989px;
}

/* ツアー内tab */
.tab-menu__head-wrapper {
  background-color: #edeef0;
  margin-bottom: 50px;
}

.Block_tour .tab-menu__head {
  border-left: solid 1px #52461e;
  width: 1024px;
  display: flex;
  color: #52461e;
  margin: 0 auto;
}

.Block_tour .tab-menu__head .tab-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-right: solid 1px #52461e;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  cursor: pointer;
}

.Block_tour .tab-menu__head .tab-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #52461e;
  border-right: 2px solid #52461e;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.Block_tour .tab-menu__head .tab-button.is-active {
  background-color: #fff;
  color: #A6A61F;
}

.Block_tour .tab-menu__head .tab-button.is-active::after {
  border-bottom-color: #A6A61F;
  border-right-color: #A6A61F;
} 

.Block_tour .tab-menu__main .tab-button,
.Block_tour .tab-menu__main .tab-content {
  display: none;
}

.Block_tour .tab-menu__main .tab-button.is-active,
.Block_tour .tab-menu__main .tab-content.is-active {
  display: block;
}

.Block_tour .tab-content__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.Block-content {
  display: flex;
  flex-direction: column;
  width: calc((100% / 3) - (40px / 3));
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 15px -5px rgba(51, 51, 51, 0.25);
}

.Block-content a {
	display: flex;
  flex-direction: column;
    height: 100%;
    width: 100%;
	transition: 0.3s;
}

.Block-content a:hover {
	opacity: 0.7;
}

.Tag_list {
  display: flex;
  justify-content: space-between;
}

.Tag_item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-bottom-style: none;
  border-width: 1px;
  border-color: #333;
  width: 50%;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
}

.Tag_item:nth-child(1) {
  border-right-style: none;
  border-top-left-radius: 10px
}

.Tag_item:nth-child(2) {
  border-right-style: solid;
  border-left-width: 1px;
  border-color: #333;
  border-top-right-radius: 10px
}

.Tag_tour {
  background-color: #f2f2eb;
  border-color: #52461e;
  color: #52461e;
}

.Tag_item.Tag_cruise {
  background-color: #ECF3FF;
  border-color: #244FA0;
  color: #244FA0;
}

.Tag_item.Tag_trapics {
  background-color: #fff;
  border-color: #F36F90;
  color: #F36F90;
}

.Tag_item.Tag_crystal {
  background-color: #EFFBFC;
  border-color: #409EA1;
  color: #409EA1;
}

.Tour_content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  height: 100%;
  padding: 15px 15px 20px;
}

.Tour_title {
  font-weight: 600;
}

.Tour_text {
  font-size: 14px;
}

.Tour_price {
  font-size: 20px;
  font-weight: 600;
  color: #db2100;
  text-align: right;
  margin-top: auto;
}
