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

.contents {}

/* Keyvisual start */
.Keyvisual {
  background-image: url(/attending/friendtour/tc/images/keyvisual-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 1300px;
  height: 495px;
}

.Keyvisual__inner {
  position: relative;
  width: 1024px;
  height: 495px;
  margin: 0 auto;
}

.Dept {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: var(--corporate-color);
  font-size: 18px;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600;
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 711px;
  height: auto;
}

/* Keyvisual end */

/* Seo start */
.Sec__intro {
  padding: 50px 0;
}

.Seo {
  font-weight: 600;
  line-height: 2;
  color: #007cb5;
  text-align: center;
}

.Seo small {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
/* Seo end */

/* Select__depature start */
.Select__dept-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.Select__dept-ttl {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px 0 30px;
}

.Select__dept-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #333;
  width: 8px;
  height: 100%;
}

.Select__dept-group {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.Select__dept-item {
  width: calc(100% / 2);
}

.Select__dept-item:first-of-type {
  margin-right: 20px;
}

.Select__dept-link {
  display: block;
  border: solid 3px var(--corporate-color);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--corporate-color);
  text-align: center;
  padding: 5px 0;
  transition: background-color 0.5s, color 0.5s;
}

.Select__dept-link:hover,
.Select__dept-link:active {
  background-color: var(--corporate-color);
  color: #fff;
}

.Select__dept-link.active {
  position: relative;
  pointer-events: none;
  background-color: var(--corporate-color);
  color: #fff;
}

.Select__dept-link.active::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: var(--corporate-color) transparent transparent transparent;
  transform: translateX(-50%);
}
/* Select__depature end */

/* Select__conductor start */
.Select__conductor {
  background-color: #b3e3f8;
  padding: 30px 0;
}

.Sec__cond-inner {
  display: flex;
  justify-content: flex-start;
}

.Sec__ttl {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.Select__cond-ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: auto;
  height: 50px;
  margin-right: 35px;
  padding-left: 10px;
}

.Select__cond-ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  border-style: solid;
  border-width: 25px 0 25px 25px;
  border-color: transparent transparent transparent #333;
  transform: translateY(-50%);
}

.Select__cond-group {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.Select__cond-item {
  display: table;
  width: calc(100% / 12);
  height: 100%;
}

.Select__cond-select {
  display: table-cell;
  vertical-align: middle;
  border: solid 3px #888888;
  background-color: #fff;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.Select__cond-select:not(.active, .none) {
  cursor: pointer;
}

.Select__cond-select::first-letter {
  font-size: 18px;
  font-weight: 600;
}

.Select__cond-select.active {
  border-color: #fff;
  background-color: var(--corporate-color);
  color: #fff;
}

.Select__cond-select.none {
  border: none;
  background-color: #e5e5e5;
}

.Select__cond-reset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #888888;
  height: 100%;
  font-size: 12px;
  color: #fff;
}

.Select__cond-reset::before {
  content: "";
  background-image: url(/attending/friendtour/tc/images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
}

/* Select__conductor end */

/* Sec__conductor start */
.Sec__conductor {
  background-color: #e9f7fd;
  padding: 50px 0;
}

.Casette {
  box-shadow: 0px 0px 5px 0px #777777;
  background-color: #fff;
  padding: 50px 75px;
}

.Casette:not(:last-child) {
  margin-bottom: 50px;
}

.Cond__tour-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.Cond__tour-image {
  width: 151px;
  height: auto;
  margin-right: 30px;
}

.Cond__tour-details__inner {
  flex: 1;
}

.Cond__tour-name {
  border-bottom: solid 2px var(--corporate-color);
  font-size: 25px;
  line-height: 1;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 500;
}

.Cond__tour-name small {
  font-size: 15px;
}

.Cond__tour-caption__label {
  display: inline-block;
  background-color: var(--corporate-color);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 30px;
}

.Cond__tour-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #007cb5;
  margin-bottom: 20px;
}

.Casette.none .Cond__tour-heading {
  margin-bottom: 0;
}

.Cond__tour-heading::before {
  content: "";
  background-image: url(/attending/friendtour/tc/images/baloon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 26px;
  height: 30px;
  margin-right: 10px;
}

.Cond__tour-link {
  position: relative;
  display: block;
  border: solid 2px var(--corporate-color);
  padding: 25px 30px;
  transition: opacity 0.5s;
}

.Cond__tour-link:hover,
.Cond__tour-link:active {
  opacity: 0.5;
}

.Cond__tour-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
}

.Cond__tour-link::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

.Cond__tour-info:not(:last-child) {
  margin-bottom: 30px;
}

.Cond__tour-label {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
}

.label-kokunai,
.label-kaigai {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
}

.label-kokunai {
  background-color: #e96c00;
}

.label-kaigai {
  background-color: #1a0dab;
}

[class^="label-"] {
  margin-right: 10px;
}

.label-kokunai::before,
.label-kaigai::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 19px;
  margin-right: 5px;
}

.label-kokunai::before {
  background-image: url(/attending/friendtour/tc/images/label-kokunai.png);
}

.label-kaigai::before {
  background-image: url(/attending/friendtour/tc/images/label-kaigai.png);
}

.label-course,
.label-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: solid 2px var(--corporate-color);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: var(--corporate-color);
  padding: 5px 10px;
}

.Cond__tour-ttl {
  font-weight: 600;
}

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

.Other__tour-link {
  display: inline-block;
  background-color: var(--corporate-color);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 20px 40px;
  transition: opacity 0.5s;
}

.Other__tour-link:hover,
.Other__tour-link:active {
  opacity: 0.5;
}
/* Sec__conductor end */

/* --------------------start_コース番号検索-------------------- */

#SearchCourse {
  width: 1024px;
  margin: 60px auto;
  text-align: center;
}

#SearchCourse ::placeholder {
  color: #888;
}

.SearchCourse__inner {
  display: inline-flex;
  justify-self: flex-start;
  align-items: center;
  padding: 10px 30px 10px 0;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
}

.SearchCourse__ttl {
  padding: 0 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.SearchCourse__ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 10px 30px;
  border-left: 1px dotted #888;
}

/* start_ラジオボタン */
#SearchCourse input[type="radio"] {
  display: none;
}

.SearchCourse__radio-label {
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#SearchCourse input[type="radio"]:checked+.SearchCourse__radio-label {
  background: var(--active-color);
}

.SearchCourse__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#SearchCourse input[type="radio"]:checked+.SearchCourse__radio-label .SearchCourse__radio-btn {
  border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン */

.SearchCourse__input-text {
  width: 260px;
  margin-right: 10px;
  padding: 8px 10px;
  border: 1px solid #888;
  border-radius: 4px;
}

.SearchCourse__input-text-wrap {
  position: relative;
}

.SearchCourse__alert {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 1;
  padding: 5px 15px;
  color: #888;
  font-weight: 600;
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 6px;
  background: white;
  border: 2px solid #c3c3c3;
  box-shadow: 0px 4px 7px -6px rgb(0 0 0 / 50%);
}

.SearchCourse__alert::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #c3c3c3 transparent transparent transparent;
}

.SearchCourse__alert::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
}

.SearchCourse__alert-icn {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: white;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 16px;
  vertical-align: 1px;
  text-align: center;
  border-radius: 50%;
  background: #ffa301;
}

.SearchCourse__submit {
  padding: 0 15px;
  color: white;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: var(--caution-color);
  border-radius: 3px;
}

.SearchCourse__submit::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* --------------------end_コース番号検索-------------------- */

/* --------------------start_AsideLink-------------------- */

#AsideLink {
  /* margin-bottom: 60px; */
  padding: 40px 0;
  background: #f5f5f5;
  line-height: 1.3;
  /* border-top: 1px solid #e5e5e5; */
  /* border-bottom: 1px solid #e5e5e5; */
}

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

.AsideLink__item {
  position: relative;
  width: 320px;
}

.AsideLink__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.AsideLink__item::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.AsideLink__item:first-child::before {
  background-color: white;
}

.AsideLink__item:first-child::after {
  border-color: var(--corporate-color);
}

.AsideLink__link {
  display: block;
  height: 100%;
  padding: 20px;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
}

.AsideLink__link:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.AsideLink__link::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.AsideLink__link--confirm {
  color: white;
  background-color: var(--corporate-color);
  box-shadow: none;
}

.AsideLink__link--confirm:hover {
  box-shadow: 0px 0px 0px 2px white inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.AsideLink__link--advertising {
  background-color: #dbedfa;
}

.AsideLink__link--seminar {
  background-color: #f2f9ff;
}

.AsideLink__link--seminar::before {
  margin-bottom: 1rem;
  background-image: url(/attending/common/images/icn_AsideLink--seminar.svg);
}

.AsideLink__link--advertising::before {
  margin-bottom: 1rem;
  background-image: url(/attending/common/images/icn_AsideLink--advertising.svg);
}

.AsideLink__link--confirm::before {
  background-image: url(/attending/common/images/icn_AsideLink--confirm.svg);
}

#AsideLink .Info__group {
  width: 500px;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset,
    0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
  padding: 20px 60px 20px 20px;
}

#AsideLink .Info__group:not(.Info__group--txtlink)::before {
  top: 50%;
  transform: translateY(-50%);
}

#AsideLink .Info__group:not(.Info__group--txtlink)::after {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

#AsideLink .Info__group.Info__group--txtlink {
  padding: 20px;
}

#AsideLink .Info__group:not(.Info__group--txtlink):hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

#AsideLink .Info__group-label.Info__group-label--blog::before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 0;
}

#AsideLink .Info__group-label--blog::before {
  background-image: url(/attending/friendtour/images/icn_Info--blog.svg);
}

#AsideLink .Info__group-label.Info__group-label--conductor::before {
  content: "";
  display: block;
  width: 49px;
  height: 49px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 0;
}

#AsideLink .Info__group-label--conductor::before {
  background-image: url(/attending/common/images/icn_Info--ebook.svg);
}

/* --------------------end_AsideLink-------------------- */

/* --------------------start_Info-------------------- */

#Info {
  margin-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e5e5;
}

.Common21__inner--info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* .Common21__inner--info::after {
  content: "";
  display: block;
  width: 320px;
} */

.Info__notice {
  width: 100%;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.Info__notice-ttl {
  position: relative;
  padding-left: 9px;
  font-weight: 600;
}

.Info__notice-ttl::before,
.Info__notice-ttl::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
}

.Info__notice-ttl::before {
  transform: translateY(-100%);
  background: var(--corporate-color);
}

.Info__notice-ttl::after {
  background: var(--sub-corporate-color);
}

.Info__notice-item {
  padding: 10px 0;
}

.Info__notice-item:not(:last-child) {
  border-bottom: 1px dotted #888;
}

.Info__notice-link {
  color: var(--textLink-color);
}

.Info__notice-link::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 2px;
}

.Info__notice-link:hover {
  text-decoration: underline;
}

.Info__group {
  position: relative;
  width: 320px;
  margin-top: 30px;
  padding: 20px;
  box-shadow: 0px 0px 0px 1px #e5e5e5 inset;
  border-radius: 6px;
  transition: box-shadow 0.3s;
}

.Info__group:not(.Info__group--txtlink):hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset;
}

.Info__group-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.Info__group:not(.Info__group--txtlink)::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
}

.Info__group:not(.Info__group--txtlink)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: 17px;
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
}

.Info__group-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  color: var(--corporate-color);
  font-weight: 600;
  line-height: 1.3;
}

.Info__group-label::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #dbecfa;
  border-radius: 50%;
}

.Info__group-label--inquiry::before {
  background-image: url(/attending/common/images/icn_Info--inquiry.svg);
}

.Info__group-label--member::before {
  background-image: url(/attending/common/images/icn_Info--member.svg);
}

.Info__group-label--ebook::before {
  background-image: url(/attending/common/images/icn_Info--ebook.svg);
}

.Info__group-label--news::before {
  background-image: url(/attending/common/images/icn_Info--news.svg);
}

.Info__group-label--sns::before {
  background-image: url(/attending/common/images/icn_Info--sns.svg);
}

.Info__group-label--service::before {
  background-image: url(/attending/common/images/icn_Info--service.svg);
}

.Info__group-description {
  font-size: 1.4rem;
}

.Info__txtlink-wrap {
  margin-top: 10px;
}

.Info__txtlink {
  display: inline-block;
  color: var(--textLink-color);
}

.Info__txtlink:hover {
  text-decoration: underline;
}

.Info__txtlink::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 2px solid var(--corporate-color);
  border-right: 2px solid var(--corporate-color);
  transform: rotate(45deg);
  vertical-align: 1px;
}

/* --------------------end_Info-------------------- */
.Category-banner {
  padding: 50px 0;
}

.Category-link {
  display: block;
  height: 100%;
  padding: 20px;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  background: white;
  border-radius: 6px;
  box-shadow: 0px 0px 0px 1px #c3c3c3 inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 10%);
  transition: box-shadow 0.3s;
  padding: 30px 0;
}

.Category-link:hover {
  box-shadow: 0px 0px 0px 2px var(--corporate-color) inset, 0 2.5rem 2rem -2rem rgb(0 0 0 / 0);
}

.Logo-friendtour img {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.Category-link__text {
  position: relative;
  display: inline-block;
  color: var(--corporate-color);
  margin-top: 10px;
  padding-right: 40px;
}

.Category-link__text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: var(--corporate-color);
  border-radius: 50%;
}

.Category-link__text::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 18px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}

img {
    image-rendering: -webkit-optimize-contrast;
}