body {
  background-color: #f8fbff;
}

.mainContents{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
}

.mainContents p{
  font-size: 14px;
}

.br-sp{
  display: inline;
}

.mainContents .inner {
  margin: 0 auto;
  max-width: 430px;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .mainContents .inner {
    max-width: 652.8px;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .mainContents .inner {
    max-width: 843.2px;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .mainContents .inner {
    max-width: 1020px;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .mainContents .inner {
    max-width: 1190px;
    width: 100%;
  }
}

.mainContents .content {
  padding: 2rem 0;
}

.mainContents .content:first-child {
  padding: 0;
}

.mainContents .content h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.mainContents .content h3 {
  font-size: 1.125rem;
}

.mainContents .content p {
  font-size: 0.75rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mainContents .content p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2em;
  }
}

@media screen and (min-width: 1200px) {
  .mainContents .content p {
    font-size: 1rem;
  }
}

.remarks p {
  font-size: 0.75rem;
  display: flex;
}

.remarks p:before {
  content: "※";
}

.mainView__text {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

/* ------------ ▼ 行程表 ▼ ------------ */
.scheduleTable {
  background-color: #f7f7f7;
  color: #333333;
}

.scheduleTable .scheduleTable__wrapper{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.scheduleTable .table {
  display: grid;
  grid-template-columns: repeat(3, auto);
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}

.scheduleTable .table .row {
  display: contents;
}

.scheduleTable .table .row .cell {
  padding: 4px;
  text-align: center;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.scheduleTable .table .row .cell .hotel {
  background-color: #333333;
  color: #fff;
  padding: 0.25rem;
  margin: 0.25rem 0;
}

.scheduleTable .table .row .cell:not(:first-of-type) {
  border-left: 1px solid #333333;
}

.scheduleTable .table .row:first-child .cell {
  background-color: #fecb79;
}

.scheduleTable .table .row:nth-child(2) .cell:first-child, .scheduleTable .table .row:nth-child(3) .cell:first-child {
  background: #f9e0b7;
}

.scheduleTable .table .row:nth-child(2) .cell:first-child, .scheduleTable .table .row:nth-child(4) .cell:first-child {
  background: #f9e0b7;
}
/*------------ ▲ 行程表 ▲ ------------ */

/* ------------ ▼ ツアー ▼ ------------ */
.tourItem__wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}
.tourItem__wrapper:last-child {
  margin-top: 2em;
}
.tourItem__wrapper a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .tourItem__wrapper a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.tourItem__image img {
  border-radius: 15px 15px 0 0;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .tourItem__image img {
    height: 100%;
    border-radius: 15px 0 0 15px;
  }
}
.tourItem__text {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .tourItem__text {
    height: 100%;
    border-radius: 0 15px 15px 0;
  }
}

.tourItem__price {
  margin-top: 1rem;
  position: relative;
}
.tourItem__price--number {
  text-align: end;
}
.tourItem__price--number span {
  color: #DF0101;
  font-weight: 900;
  font-size: 1.5rem;
}
.tourItem__price--from:after {
  content: "円 ~";
  font-size: 12px;
  margin-left: 0.1em;
  white-space: nowrap;
}
.tourItem__price--to:after {
  content: "円";
  font-size: 12px;
  margin-left: 0.1em;
  white-space: nowrap;
}
.tourItem__price--condition {
  text-align: end;
  font-size: 12px;
  color: #3e3e39;
}
.tourItem__lead {
  margin: 0.5rem 0 0;
  background-color: #e90000;
  border-radius: 10px;
  position: relative;
}
.tourItem__lead p {
  text-align: center;
  color: #fff;
  padding: 0.5rem;
  font-size: 1rem !important;
}

@media (hover: hover) {
  .tourItem__wrapper a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
/*------------ ▲ ツアー ▲ ------------ */

.mainView__text h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mainView__text span {
  font-size: 1rem;
}

.aboutInfo h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.aboutInfo dl{
  color: #333333;
}

.aboutInfo dl dt{
  background-color: #e2e2e2;
  font-size: 16px;
  font-weight: 700;
  padding: 0.25rem 0;
  text-align: center;
}

.aboutInfo dl dd{
  font-size: 12px;
  font-weight: 500;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}

.aboutInfo dl dd:last-child p {
  display: flex;
  gap: 0.25rem;
}

.aboutInfo dl dd h3{
  font-size: 14px !important;
}

.aboutInfo .aboutInfo__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}


.aboutInfo .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.conditionList{
  background-color: #efefef;
}

.conditionList ul{
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}

.conditionList ul li{
  color: #333333;
  display: flex;
  gap: 0.25rem;
  font-size: 12px;
  font-weight: 500;
  pointer-events: none;
}

.conditionList ul li::before{
  content: "・";
}

.aboutHotel {
  background-color: #fff;
}

.aboutHotel .aboutHotel__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.aboutHotel .aboutHotel__wrapper h3,
.aboutHotel .aboutHotel__wrapper h4 {
  text-align: center;
}

.aboutHotel .aboutHotel__wrapper h4 {
  margin-bottom: 0.25rem;
}

/* .aboutHotel .aboutHotel__wrapper p {
  text-align: center;
} */

.aboutHotel .aboutHotel__wrapper .image {
  display: flex;
  justify-content: center;
}

.aboutHotel .aboutHotel__wrapper .access .map {
  margin-top: 0.5rem;
}


.aboutHotel .aboutHotel__wrapper .access .map iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}

.aboutHotel .aboutHotel__wrapper .sightseeing .info {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1rem;
}
.aboutHotel .aboutHotel__wrapper .sightseeing .info h5 {
  text-align: center;
}

.aboutHotel .aboutHotel__wrapper .sightseeing .info img {
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 0.25rem;
}

.aboutHotel .aboutHotel__wrapper .sightseeing_z {
  max-width: 800px;
  margin: 1em auto;
}
.aboutHotel .aboutHotel__wrapper .sightseeing_z .info {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 1rem;
  margin: 2em 0;
  border-bottom: 3px dashed #cacaca;
  padding-bottom: 1em;
}

.aboutHotel .aboutHotel__wrapper .sightseeing_z .info h5 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.aboutHotel .aboutHotel__wrapper .sightseeing_z .info img {
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: 0.25rem;
}



@media screen and (min-width: 768px) {
  .br-sp{
    display: none;
  }
  
  .aboutInfo .aboutInfo__wrapper{
    align-items: flex-start;
  }

  .aboutInfo h3{
    text-align: start;
  }

  .aboutInfo dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  
  .aboutInfo dl dt{
    width: 30%;
    margin: 0 0 1rem 0;
  }
  
  .aboutInfo dl dd{
    width: 70%;
    margin: 0 0 1rem 0;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .aboutInfo dl dd h3{
    font-size: 16px !important;
  }

  .conditionList ul li{
    font-size: 16px;
    font-weight: 400;
  }
  
  .scheduleTable .text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .scheduleTable .text ul li {
    list-style: disc;
  }

  .aboutHotel .aboutHotel__wrapper {
    gap: 2rem;
  }  

  .aboutHotel .aboutHotel__wrapper h4 {
    margin-bottom: 1rem;
  }  

  .aboutHotel .aboutHotel__wrapper .image img {
    object-fit: contain;
    aspect-ratio: 16/9;
    max-height: 500px;
  }    

  .aboutHotel .aboutHotel__wrapper .access .info{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }

  .aboutHotel .aboutHotel__wrapper .access .info .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .aboutHotel .aboutHotel__wrapper .access .map iframe{
    aspect-ratio: 16/9;
    max-width: 800px;
  }

  .aboutHotel .aboutHotel__wrapper .sightseeing .info {
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
  }  
  
  .aboutHotel .aboutHotel__wrapper .sightseeing_z .info {
    margin: 2em 0;
    grid-template-columns: repeat(1,1fr);
  }  
  
}

.externallink h2{
  text-align: center;
  margin-bottom: 1rem;
  color: #e03a3a;
}
.externallink a{
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.externallink a img{
  max-width: 300px;  
  display: block;
}
.externallink h3{
  text-align: center;
  margin: 1em;
}
.tourItem{
  position: relative;
}

/* .tourItem .announcement::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #333333da;
  z-index: 2;
} */

.tourItem .announcement p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  font-size: 24px;
  font-weight: 700;
}


/* 時間でコンテンツ表示 */
.timerHidden{ display: none;}
.timerVisible{ display: block;}
