/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/tourism/pagetit_bg.png) center;
  background-size: cover;
}

.page_nav .img_caption {
  padding: 8px;
}

.img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 16px 12px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
}
.img_caption.taR {
  text-align: right;
}

.ss_pickup {
  margin-bottom: 96px;
}
.ss_pickup .pickup_img {
  margin-bottom: 40px;
}
.ss_pickup .pickup_img > div {
  position: relative;
  width: 50%;
}
.ss_pickup .ss_tit {
  margin-bottom: 32px;
}
.ss_pickup .ss_time {
  margin-bottom: 24px;
}

.ss_img {
  position: relative;
}
.ss_img .img_txt {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 8px 8px;
  display: inline-block;
  background: #d96c8f;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
}
.ss_img .img_txt.color02 {
  background: #3e89bf;
}
.ss_img .img_txt.color03 {
  background: #d97a24;
}
.ss_img .img_txt.color04 {
  background: #666666;
}

.ss_tit {
  margin-bottom: 48px;
  letter-spacing: 0.3em;
}

.ss_time {
  margin-bottom: 44px;
  padding: 0 8px 16px;
  border-bottom: 1px solid;
  line-height: 1.5;
}
.ss_time .icon {
  margin-right: 16px;
}

.ss_btn {
  width: 100%;
  margin-top: 48px;
}
.ss_btn .btn {
  width: 312px;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 32px;
  text-align: left;
}
.ss_btn .btn::after {
  right: 16px;
  width: 27px;
}

.ss_col {
  position: relative;
}
.ss_col .ss_img {
  width: 64.9%;
  max-width: 636px;
  padding-bottom: 136px;
}
.ss_col .col_txt {
  width: 30.2%;
}
.ss_col .ss_btn {
  position: absolute;
  left: 0;
  top: 438px;
  margin-top: 0;
}
.ss_col + .ss_col {
  margin-top: 96px;
}

.ss_col02 {
  gap: 64px 0;
}
.ss_col02 .col_item {
  width: 47.5%;
  max-width: 465px;
}
.ss_col02 .col_item .ss_img {
  margin-bottom: 16px;
}
.ss_col02 .col_item .ss_tit {
  margin-bottom: 16px;
}

@media screen and (max-width: 810px) {
  .ss_pickup {
    margin-bottom: 72px;
  }
  .ss_pickup .pickup_img {
    margin-bottom: 24px;
  }
  .ss_pickup .ss_tit {
    margin-bottom: 16px;
  }
  .ss_pickup .ss_time {
    margin-bottom: 16px;
  }
  .ss_tit {
    margin-bottom: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
  }
  .ss_time {
    margin-bottom: 16px;
    padding: 0 8px 16px;
  }
  .ss_time .icon {
    margin-right: 12px;
  }
  .ss_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 16px;
  }
  .ss_btn .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 4px);
    min-height: 65px;
    margin-right: 0;
    padding: 12px 32px 12px 16px;
  }
  .ss_col {
    position: relative;
  }
  .ss_col .ss_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    padding-bottom: 0;
  }
  .ss_col .col_txt {
    width: 100%;
  }
  .ss_col .ss_btn {
    position: static;
    margin-top: 16px;
  }
  .ss_col + .ss_col {
    margin-top: 96px;
  }
  .ss_col02 {
    gap: 64px 0;
  }
  .ss_col02 .col_item {
    width: 100%;
    max-width: 100%;
  }
  .ss_col02 .col_item .ss_img {
    margin-bottom: 16px;
  }
  .ss_col02 .col_item .ss_tit {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 640px) {
  .ss_pickup .pickup_img > div {
    width: 100%;
  }
}
/* ---------------------------------------------------
		page_nav_wrap
------------------------------------------------------ */
.page_nav_wrap {
  margin-top: 72px;
  padding: 192px 0 112px;
  background: url(../img/common/bg_nami.png) no-repeat center top 180px;
}
@media screen and (min-width: 2001px) {
  .page_nav_wrap {
    background-size: 100%;
  }
}

@media screen and (max-width: 810px) {
  .page_nav_wrap {
    margin-top: 0;
    padding: 72px 0 72px;
    background: url(../img/common/bg_nami.png) no-repeat center top 100px;
    background-size: 1000px;
  }
}
/* ---------------------------------------------------
	map
------------------------------------------------------ */
#map {
  padding: 96px 0;
}
#map .map_wrap iframe {
  display: block;
  width: 100%;
  border: none;
}
#map .map_btn {
  margin-top: 48px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #map {
    padding: 72px 0;
  }
  #map .map_wrap iframe {
    height: 80vw;
  }
}
/* ---------------------------------------------------
	ise
------------------------------------------------------ */
#ise {
  padding: 96px 0;
}

@media screen and (max-width: 810px) {
  #ise {
    padding: 72px 0;
  }
}
/* ---------------------------------------------------
	toba
------------------------------------------------------ */
#toba {
  padding: 96px 0;
}

@media screen and (max-width: 810px) {
  #toba {
    padding: 72px 0;
  }
}
/* ---------------------------------------------------
	shima
------------------------------------------------------ */
#shima {
  padding: 90px 0;
}

@media screen and (max-width: 810px) {
  #shima {
    padding: 72px 0;
  }
}
/* ---------------------------------------------------
		gourmet
------------------------------------------------------ */
#gourmet {
  padding: 90px 0;
}

@media screen and (max-width: 810px) {
  #gourmet {
    padding: 72px 0;
  }
}
/* ---------------------------------------------------
		season
------------------------------------------------------ */
#season {
  padding: 90px 0;
}
#season .table {
  margin-top: 24px;
  border-top: 1px solid #1e3c64;
}
#season .ss_btn {
  display: flex;
  justify-content: space-between;
}
#season .ss_btn .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 4px);
  padding-top: 12px;
  padding-bottom: 12px;
  margin-right: 0;
}

@media screen and (max-width: 810px) {
  #season {
    padding: 72px 0;
  }
  #season .table {
    margin-top: 24px;
    border-top: none;
  }
}
/* ---------------------------------------------------
		link
------------------------------------------------------ */
#link {
  padding: 96px 0 192px;
}
#link .table th,
#link .table td {
  line-height: 1.55;
}
#link .table th {
  width: 30%;
  padding-right: 8px;
}
#link .table a {
  word-break: break-all;
}
#link .table + .table {
  margin-top: 56px;
}

@media screen and (max-width: 810px) {
  #link {
    padding: 72px 0 96px;
  }
  #link .table th {
    width: 100%;
    padding-right: 12px;
  }
  #link .table + .table {
    margin-top: 40px;
  }
}