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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

.contents {
  font-family: 'Noto Serif JP', serif;
  color: #000;
}

/*================================================
背景グラデーション
================================================*/
.Grad__shikoku {
  background: rgb(219,240,179);
  background: linear-gradient(135deg, rgba(219,240,179,1) 0%, rgba(219,240,179,1) 50%, rgba(235,250,114,1) 100%);
}

.Grad__saigoku {
  background: rgb(229,245,255);
  background: linear-gradient(135deg, rgba(229,245,255,1) 0%, rgba(229,245,255,1) 50%, rgba(194,250,231,1) 100%);
}

.Grad__bando {
  background: rgb(255,232,208);
  background: linear-gradient(135deg, rgba(255,232,208,1) 0%, rgba(255,232,208,1) 50%, rgba(255,203,203,1) 100%);
}

/*================================================
タイトル
================================================*/
.Keyvisual {
  width: 100%;
  min-width: 1300px;
  height: auto;
}

.Keyvisual__outer {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

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

.Keyvisual__inner h1 {
  position: absolute;
  top: 100px;
  left: calc(50% - 60px);
  transform: translateX(-50%);
  z-index: 2;
}

.Keyvisual__inner h2:before,
.Keyvisual__inner h2::after {
    content: "";
    position: absolute;
}

.Keyvisual__inner h2 {
    position: absolute;
    top: 0;
    left: calc(80% + 20px);
    transform: translateX(-50%);
    z-index: 2;
}

.Keyvisual__inner h2:before {
    top: 10px;
    right: -100px;
    background-image: url(../../common/images/deco01-sml.png);
    width: 137px;
    height: 54px;
}

.Keyvisual__inner h2:after {
    left: -90px;
    bottom: 40px;
    background-image: url(../../common/images/deco02-sml.png);
    width: 137px;
    height: 79px;
}

.Keyvisual__inner .Dept {
    position: absolute;
    top: 35px;
    left: calc(50% + 210px);
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: #ebfa72;
    width: 130px;
    height: 130px;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    z-index: 10;
}

.Keyvisual__inner .Seo {
    position: absolute;
    top: 105px;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}
.seo_subttl {
   -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.09em;
    height: 490px;
    text-shadow: 0 0 10px #000000;
    font-weight: 600;
  text-orientation: upright; /* すべて縦方向に表示 */
}
.seo_subttl span {
    line-height: 0.5em;
}
.seo_text {
   -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.18em;
    height: 450px;
    font-weight: 600;
    text-shadow: 0 0 7px #000000;
    margin-right: 20px;
  text-orientation: upright; /* すべて縦方向に表示 */
}
.seo_text span.number_02 {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
.seo_text span.number_01 {
    line-height: 0.8em;
}
.Keyvisual__inner .Photo {
    position: absolute;
    top: 320px;
    right: -145px;
    z-index: 1;
}

.Keyvisual__inner .Map {
    position: absolute;
    bottom: 60px;
    left: 0px;
    z-index: 1;
}

/*================================================
アンカー・ボタン類
================================================*/
.Page__items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
}

.Page__item {
  border-right: dotted 3px #000;
  width: 100%;
}

.Page__item:first-of-type {
  border-left: dotted 3px #000;
}

.Page__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  transition: opacity 0.5s;
}

.Page__link:hover {
  opacity: 0.3;
}

.Page__link::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
}

.Page__link.basic::before {
  background-image: url(../../common/images/icon__anchor-01.svg);
}

.Page__link.question::before {
  background-image: url(../../common/images/icon__anchor-02.svg);
}

.Page__link.tour::before {
  background-image: url(../../common/images/icon__anchor-03.svg);
}

.Page__link.briefing::before {
  background-image: url(../../common/images/icon__anchor-04.svg);
}
.gray {
    pointer-events: none;
    opacity: 0.5;
    -webkit-filter: grayscale(50%);
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%);
    filter: grayscale(50%);
}
.Page__link::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-right: 2px solid rgba(0, 0, 0, 1);
  transform: translateX(-50%) rotate(135deg);
}

.Page__link.basic::after,
.Page__link.question::after {
  bottom: -20px;
  transform: translateX(-50%) rotate(45deg);
}

/*================================================
見出し
================================================*/
.Sec__ttl {
  position: relative;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
/*  z-index: -1;*/
}

.Sec__ttl::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background-color: #000;
  width: 50px;
  height: 2px;
}

.Sec-banner div:not(:last-child) {
  margin-bottom: 30px;
}

/*================================================
コンテンツ
================================================*/
.Sec-movie {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.Sec-movie::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -130px;
  width: 237px;
  height: 136px;
}

.Movie__details {
  background-color: #fff;
  width: calc(493px - 10px);
  margin: 0 5px;
}

.Movie-frame {
  display: inline-block;
  position: relative;
  padding: 30px 15px;
}

.Movie-frame::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: solid 2px #fff;
}

.Movie__sub {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}

.Movie__sub::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: #000;
  width: 20px;
  height: 2px;
}

.Movie__title {
  font-size: 25px;
  margin-bottom: 10px;
    font-weight: 600;
}

.Movie__title small {
  display: block;
  font-size: 13px;
  text-align: right;
}

.Movie__caution {
  font-size: 13px;
}

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

.Map__details {
  width: 440px;
  height: auto;
}

.Map__title {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 20px;
    font-weight: 600;
}

.Sec-temple {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.Sec-temple::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -130px;
  width: 286px;
  height: 129px;
}


.Temple__notice {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.Temple__item {
  width: calc(100% / 4 - 20px);
  background-color: #fff;
}

.Temple-frame {
  display: inline-block;
  position: relative;
  padding: 15px;
}

.Temple-frame::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: solid 2px #fff;
}

.Temple__title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
    font-weight: 600;
}

.Temple__title small {
  display: block;
  font-size: 13px;
  color: #9b630a;
}

.Temple__title::before,
.Temple__title::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../../common/images/deco__temple.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.Temple__title::before {
  left: 0;
}

.Temple__title::after {
  right: 0;
}

.Temple__caption {
  font-size: 14px;
  margin-bottom: 10px;
}

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

.Temple__map-button__inner {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  border: solid 1px #000;
  font-size: 14px;
  padding: 5px 40px 5px 30px;
}

.Temple__map-button__inner::before,
.Temple__map-button__inner::after {
  content: '';
  position: absolute;
  background: #000;
}

.Temple__map-button__inner::before {
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  width: 20px;
  height: 1px;
}

.Temple__map-button__inner::after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  right: 9px;
  width: 5px;
  height: 1px;
}

.Temple__tour-button {
  text-align: center;
  z-index: 5;
}

.Temple__tour-link {
  display: inline-block;
  position: relative;
  border: solid 2px #000;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 100px;
  transition: background-color 0.5s;
}

.Temple__tour-link:hover {
  background-color: #fff;
}

.Temple__tour-link::before,
.Temple__tour-link::after {
  content: '';
  position: absolute;
  background: #000;
}

.Temple__tour-link::before {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 25px;
  height: 1px;
}

.Temple__tour-link::after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  right: 13px;
  width: 7px;
  height: 1px;
}

.js_MapModal {
  cursor: pointer;
  transition: opacity 0.5s;
}

.js_MapModal:hover {
  opacity: 0.7;
}

/* start_モーダル */
.MapModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 720px;
  font-size: 1.5rem;
  background: white;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.MapModal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.MapModal__inner {
  position: relative;
  padding: 20px;
}

.MapModal__close-outer {
  position: absolute;
  top: 0;
  right: 0;
}

/* .MapModal__header {
  display: flex;
  font-weight: 600;
  align-items: center;
  padding-left: 20px;
  color: #888;
} */

.MapModal__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 10px;
}

.MapModal__header small {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #9b630a;
  padding: 0 20px;
}

.MapModal__header small::before,
.MapModal__header small::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../../common/images/deco__temple.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}

.MapModal__header small::before {
  left: 0;
}

.MapModal__header small::after {
  right: 0;
}

.Map__image {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}


.MapModal__close-icn {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}

.MapModal__close-icn:hover {
  opacity: 0.7;
}

.MapModal__close-icn::before,
.MapModal__close-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.MapModal__close-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__close-wrap {
  text-align: center;
  transform: translateY(-1px);
}

.MapModal__close-btn {
  display: inline-block;
  padding: 8px 20px;
  border: solid 1px #000;
  cursor: pointer;
  transition: opacity 0.3s;
}

.MapModal__close-btn-icn {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.MapModal__close-btn-icn::before,
.MapModal__close-btn-icn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #333;
}

.MapModal__close-btn-icn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.MapModal__close-btn-icn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.MapModal__close-btn:hover {
  opacity: 0.7;
}

.MapModal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
  cursor: pointer;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

/* end_モーダル */

.Feature__button {
  text-align: center;
  z-index: 5;
}

.Feature__link {
  display: inline-block;
  position: relative;
  border: solid 2px #000;
  width: 630px;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  transition: background-color 0.5s;
}

.Feature__link::before,
.Feature__link::after {
  content: '';
  position: absolute;
  background: #000;
}

.Feature__link::before {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 25px;
  height: 1px;
}

.Feature__link::after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  right: 13px;
  width: 7px;
  height: 1px;
}

.Feature__other-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 630px;
  margin: 0 auto 50px;
}

.Feature__other-item {
  width: calc(96% / 2);
  font-size: 31px;
  font-weight: 600;
}

.Feature__other-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 25px 0 25px 15px;
  transition: opacity 0.5s;
}

.Feature__other-link small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.Feature__other-link:hover {
  opacity: 0.3;
}

.Feature__other-link::before,
.Feature__other-link::after {
  content: '';
  position: absolute;
  background: #000;
}

.Feature__other-link::before {
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 25px;
  height: 1px;
}

.Feature__other-link::after {
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(45deg);
  right: 13px;
  width: 7px;
  height: 1px;
}

/*================================================
ツアーはこちら
================================================*/
.Sec-tour {
  margin-bottom: 100px;
}

.Sec-tour .Sec__ttl::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 50px;
  background-image: url(../../common/images/deco01-big.png);
  width: 289px;
  height: 172px;
  z-index: -1;
}

.Block__page-transition {
  border: solid 2px #F5F3F0;
  border-radius: 10px;
  background-color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  margin-bottom: 20px;
  padding: 30px 50px;
}

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

.Select__item {
}

.Select__link {
  position: relative;
  font-size: 16px;
  padding-left: 1em;
}

.Select__link::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9A621A;
  border-right: 2px solid #9A621A;
  transform: translateY(-50%) rotate(45deg);
}

.Tour__table {
  border: solid 1px #D0D0D0;
  border-collapse: collapse;
  width: 100%;
}

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

.Tour__table.Heading {
  margin-bottom: 0;
}

.Tour__table caption {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}

.Tour__table tr.tr-link:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}

.Tour__table th,
.Tour__table td {
  border: solid 1px #D0D0D0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.Tour__table th {
  font-size: 18px;
  color: #fff;
  padding: 20px 0;
}

.Tour__table td {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.Table-number {
  font-weight: 600;
}

.Tour__fee {
  position: relative;
  color: #fd4013;
  font-weight: 600;
  padding: 20px 0;
}

.Tour__fee::before,
.Tour__fee::after {
  content: "";
  position: absolute;
  display: block;
}

.Tour__fee::before {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #FD4013;
  border-radius: 3px;
  transform: translateY(-50%);
}

.Tour__fee::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 20px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.Tour__table .Table-details {
  text-align: left;
  padding: 10px;
}

.Table__point {
  display: flex;
  justify-content: flex-start;
}

.Table__point .Photo {
  display: flex;
  align-items: baseline;
}

.Table__point .Photo img {
  display: block;
  width: 207px;
  margin-right: 15px;
}

.Table__point .Text {
  flex-grow: 2;
  font-size: 14px;
}

.Table__point-head {
  display: block;
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
}

.Table__point-break {
  display: block;
  line-height: 1.4;
}

.Table__point-break:not(:last-child) {
  margin-bottom: 5px;
}

/* 幅 */
/* .number5col {
  width: 120px;
}

.worship5col {
  width: 120px;
}

.departure5col {
  width: 364px;
}

.travel5col {
  width: 120px;
}

.fee5col {
  width: 300px;
} */

/*================================================
説明会開催のご案内
================================================*/
.Sec-briefing .Sec__ttl::after {
  content: "";
  position: absolute;
  top: -35px;
  left: 180px;
  background-image: url(../../common/images/deco02-big.png);
  width: 289px;
  height: 172px;
  z-index: -1;
}

.Group__search {
  width: 600px;
  height: auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  margin: 0 auto;
}

table.table-search {
  border-collapse: collapse;
  width: 100%;
  height: auto;
}

table.table-search th,
table.table-search td {
  border: solid 1px #E5E5E5;
  padding: 15px;
}

table.table-search th {
  background-color: #f5f5f5;
  width: 200px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

table.table-search th p.flex {
  justify-content: center;
  align-items: center;
}

table.table-search td p.flex {
  justify-content: flex-start;
  align-items: center;
}

table.table-search td {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
}

/* start_チェックボックス（枠あり） */
#Sec-briefing input[type="checkbox"] {
  display: none;
}

.Search__checkbox-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Sec-briefing input[type="checkbox"]:checked+.Search__checkbox-label {
  background: var(--active-color);
}

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

#Sec-briefing input[type="checkbox"]:checked+.Search__checkbox-label .Search__checkbox-btn {
  border: none;
  background-color: var(--corporate-color);
}

#Sec-briefing input[type="checkbox"]:checked+.Search__checkbox-label .Search__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス（枠あり） */

/* start_input-text */
#Sec-briefing input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
}

#Sec-briefing input[type="text"]::placeholder {
  color: #999;
}

#Sec-briefing input[type="text"]:disabled {
  color: var(--disable-font-color);
  background-color: var(--disable-bg-color);
  pointer-events: none;
  border-color: var(--disable-font-color);
}

.Search__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 4px;
}

.Search__input-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/* end_input-text */

/* --------------------start_モーダル（共通設定）-------------------- */
body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

.js_commonModal {
  cursor: pointer;
}

.CommonModal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: 100;
  width: 700px;
  font-size: 1.5rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  background: white;
  border-radius: 6px;
  transform: translate(-50%, calc(-50% + 20px));
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
}

.CommonModal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.CommonModal__ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
}

.CommonModal__ttl {
  margin-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

/* #Search .CommonModal__ttl:not(.CommonModal__ttl--no-icn)::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;
} */

.CommonModal__contents-inner {
  padding: 20px;
}

.CommonModal--search .CommonModal__contents-inner {
  padding: 0;
}

.CommonModal__scroll-area {
  /* height: calc(100vh - 40px - 50px - 85px); */
  max-height: calc(700px - 50px - 85px);
  /*
  100vh(画面の高さ)
  50px(モーダル見出しの高さ)
  85px（モーダル下部ボタンエリアの高さ）
  700px（モーダル最大の高さ）
  */
  overflow-y: auto;
}

.CommonModal .Search__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 10px 15px;
  border-color: #e5e5e5;
  height: auto;
  min-height: 45px;
  line-height: 1.3;
}

.Search__checkbox-txt {
  width: calc(100% - 25px);
  line-height: 1.3;
}

.CommonModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: var(--corporate-color);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.CommonModal__btn-detail:hover {
  background-color: var(--active-color);
}

/* start_閉じるボタン */
.js_commonModal-close {
  cursor: pointer;
}

.CommonModal__close {
  display: block;
  position: relative;
  width: 50px;
  height: 100%;
  background: #888;
  border-radius: 0 5px 0 0;
  cursor: pointer;
  transition: opacity 0.3s;
}

.CommonModal__close:hover {
  opacity: 0.7;
}

.CommonModal__close::before,
.CommonModal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: white;
}

.CommonModal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.CommonModal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* end_閉じるボタン */

/* start_決定/設定ボタン */
.CommonModal__set-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
  border-top: 1px solid #e5e5e5;
  transform: translateY(-1px);
}

.CommonModal__set-btn {
  width: 240px;
  padding: 10px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 3px;
  background-color: var(--caution-color);
  transition: opacity 0.3s;
}

.CommonModal__set-btn:hover {
  opacity: 0.7;
}

/* end_決定/設定ボタン */

/* start_オーバーレイ */
.CommonModal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00111a;
  z-index: 20;
  opacity: 0.7;
}

/* end_オーバーレイ */
/* --------------------end_モーダル（共通設定）-------------------- */

/* --------------------start_モーダル（開催エリア）-------------------- */
.CommonModal--area-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.CommonModal--area-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.CommonModal--area-ac-btn.active {
  background: #f5f5f5;
}

.CommonModal--area-ac-contents {
  display: none;
  border-top: 1px solid #e5e5e5;
}

.CommonModal--area-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--area .Search__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

.CommonModal--area .Search__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

.CommonModal--area .Search__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

.CommonModal--area .CommonModal--destination-ac-wrap:first-of-type .Search__checkbox-label:first-of-type {
  width: 33% !important;
  border-right: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn {
  position: relative;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
}

.CommonModal--destination-ac-btn[data-lv="2"] {
  font-weight: 400;
}

.CommonModal--destination-ac-btn:not(:first-of-type) {
  border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-btn.active {
  background: #f5f5f5;
}

.CommonModal--destination-ac-contents {
  display: none;
  margin-bottom: -1px;
  border-top: 1px solid #e5e5e5;
}

.CommonModal--destination-ac-contents[data-lv="2"] {
  padding-bottom: 15px;
}

.CommonModal--destination-ac-contents-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  margin: 15px auto;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
}

.CommonModal--destination .Search__checkbox-label {
  margin-bottom: 0;
  width: calc(100% / 3);
  border-radius: 0;
  border-top: none;
  border-left: none;
}

.CommonModal--destination .Search__checkbox-label:nth-of-type(3n + 1) {
  border-right: none;
}

.CommonModal--destination .Search__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
  border-right: none;
}

/* start_グレー */
.CommonModal input[type="checkbox"]:disabled+.Search__checkbox-label {
  color: var(--disable-font-color);
  background-color: var(--disable-bg-color);
  pointer-events: none;
}

.CommonModal input[type="checkbox"]:disabled+.Search__checkbox-label .Search__checkbox-btn {
  opacity: 0.3;
}

/* end_グレー */

/* --------------------end_モーダル（開催エリア）-------------------- */

.Search__checkbox-txt {
  font-weight: normal !important;
}

.Search__icn-plus {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: var(--corporate-color);
  border-radius: 50%;
  transform: translateY(-50%);
}

.Search__icn-plus-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.Search__icn-plus-inner::before,
.Search__icn-plus-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 8px;
  background-color: white;
  transform: translate(-50%, -50%);
}

.Search__icn-plus-inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.trans-minus .Search__icn-plus-inner::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.trans-minus.Search__icn-plus[data-lv="2"] {
  background-color: white;
}

.Search__detail-btn--no-hit {
  /* 該当件数表示なしの場合 */
  margin-left: auto;
}

/* start_no-tour */
#mask_div {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.Result__tour-wrap--no-tour {
  padding: 40px 0;
  display: none;
}

.Result__no-tour-label {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.Result__no-tour-label-em {
  font-size: 2.1rem;
}

.Result__no-tour-txt {
  margin-bottom: 40px;
  color: #888;
  text-align: center;
}

/* end_no-tour */

/* start_下部共通パーツ */
.Search__submit-outer {
  border-top: none;
  width: 100%;
  padding: 20px 0 50px;
  display: flex;
  align-items: center;
}

.Search__submit-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 65%;
  position: inherit;
  margin: 0 auto;
}

.Search__hit-wrap {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-right: 20px;
}

.Search__hit {
  margin-right: 3px;
  color: var(--caution-color);
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.Search__submit {
  background-color: var(--caution-color);
  border-radius: 3px;
  width: 100%;
  max-width: 213px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 0;
  padding: 10px 60px;
  transition: opacity 0.3s;
}

.Search__submit:hover {
  opacity: 0.7;
}

.Search__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;
}

.Search__clear {
  background-color: #8e8e8e;
  border-radius: 3px;
  width: 35%;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  padding: 10px;
}

.Search__clear:hover {
  opacity: 0.7;
}

.Search__clear span {
  font-size: 2.0rem;
  margin-right: 3px;
  font-weight: 300;
  line-height: 0;
}

/* end_下部共通パーツ */

/* メッセージ */
.mask_div {
  position: relative;
  margin-bottom: 30px;
}

.mask_message {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  display: none;
  text-align: center;
  display: none;
  z-index: 9;
}

.p_mess {
  background-color: #d4d4d4;
  width: 50%;
  margin: 0 auto;
  padding: 5% 0;
  color: #000;
  font-size: 18px;
}

/* カセット */
.kinds_details_wrap {
  background-color: #fff;
  border: solid 1px #E5E5E5;
  padding: 25px;
}

.kinds_details_wrap:not(:last-child) {
  margin-top: 20px;
}

.kinds_caption {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

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

.kinds_details_wrap h4 {
  font-size: 14px;
  line-height: 1.5;
  border-bottom: solid 1px #E5E5E5;
  margin: 5px 0 20px;
  padding-bottom: 5px;
}

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

.kinds_label-travel {
  display: inline-block;
  border: solid 1px #9A621A;
  color: #9A621A;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.kinds_details_wrap .Photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kinds_details_wrap .Photo li {
  /*width: calc(99.5% / 2);*/
  width: 207px;
  height: auto;
}

.kinds_details_wrap .Photo li:first-child {
  margin-right: 20px;
}

.kinds_details-cts {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 500px;
}

.kinds_details-cts .price {
  font-size: 21px;
  line-height: 1;
  color: #ff2800;
  font-weight: 600;
  margin-bottom: 10px;
}

.kinds_details-cts .price span {
  display: inline-block;
  font-size: 13px;
  color: #000;
  margin-right: 5px;
}

table.table-kinds_details {
  border-collapse: collapse;
  width: 100%;
  height: auto;
  margin: 10px 0 30px;
}

table.table-kinds_details th,
table.table-kinds_details td {
  border: solid 1px #E5E5E5;
  padding: 15px;
}

table.table-kinds_details th {
  background-color: #f5f5f5;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  vertical-align: middle;
  text-align: center;
}

table.table-kinds_details td {
  font-size: 1.4rem;
  line-height: 1;
  text-align: left;
  width: 350px;
}

.kinds_details-cts .button {
  text-align: right;
  margin-top: auto;
}

.kinds_details-cts .button a {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #FD4013;
  border-radius: 3px;
  transition: all 0.3s;
  padding: 10px 80px;
}

.kinds_details-cts .button a:hover {
  color: #fff;
  transition: all 0.3s;
  opacity: 0.5;
}

.kinds_details-cts .button a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/* ページャー */
.search_pager_wrap {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.search_pager_wrap li {
  display: inline-block;
  background-color: #f2f2f2;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: 7px;
}

.search_pager_wrap li:hover,
.search_pager_wrap li.current {
  color: #fff;
  transition: all 0.5s ease;
}

.Select__link:hover {
    color: #9A621A;
    text-decoration: underline;
}